Releases: neaumusic/selection-highlighter
Releases · neaumusic/selection-highlighter
v3.1.0
- dark mode / dark mode styles
- safari ios / macos extension (currently bugged)
- smoother scroll markers
Firefox still unchanged (waiting for CSS Highlight API support)
v3.0.0
Major overhaul for chrome:
- utilize Highlight API
- use canvas for scroll markers, rather than rendering elements
- improved options experience (click extension icon)
- migrate to manifest v3
Firefox v3.0.0 should have no difference from v2.43
v2.43
- removes unused activeTab permission (requested by Chrome Web Store)
v2.42
- removed paypal tracker pixel
v2.41
- removed strict equality in isUsersSelection offset analysis
- minor cleanup
- new version for Firefox store review process (they accidentally disabled v2.40)
v2.40
- new build to support firefox
- throttle selectionchange with selectstart
- update isUsersSelection offset analysis (invisible preceding whitespace on firefox)
- add dark mode option styles
- upgrade and clean dependencies
v2.39
- synchronous highlight, async scroll markers