Skip to content

Releases: jeromepl/highlighter

Highlighter 4.0.4

19 Nov 03:24
Compare
Choose a tag to compare
  • Fix contentScript.js file not included in packaged zip file

Full Changelog: v4.0.3...v4.0.4

Highlighter 4.0.3

30 Oct 14:41
Compare
Choose a tag to compare

What's Changed

  • Fixed the toggle cursor not working: #45
  • Big refactoring in prepation for 5.0 by @jeromepl in #40

Full Changelog: v4.0.2...v4.0.3

Highlighter 4.0.1

16 Feb 03:00
Compare
Choose a tag to compare

Highlighter 4.0.0

06 Feb 21:25
Compare
Choose a tag to compare

New Features

  • New UI design
  • Customizable highlight and text colors (#20)
    • The text color option makes it much more practical to use with a dark theme
  • Show lost highlights on the page in the popup (#29)
  • Switch to Chrome Manifest V3 ahead of Google's forced change next year
  • Better support for Single Page Applications by trying to highlight again on any URL change

Bug Fixes

  • Highlights sometimes highlighted the entire page
  • Now works within embedded <iframe> (#12)
  • Copy-all feature sometimes was formatted as a single paragraph (#22)
  • Fix default keyboard shortcut not working on MacOS

Misc

  • Add href and UUID to stored highlights
    • This will make it easier in the future to add a page to view all highlights from any webpage source
  • Add createdAt and updatedAt timestamps to stored highlights
  • Refactor project structure
  • Refactor highlighting algorithm
  • Add ESLint basic configuration
  • Show an error message in the popup when content scripts are not loaded on the page

Highlighter 1.0.0

05 Sep 01:57
Compare
Choose a tag to compare

Initial release of this extension after the Alpha.