Skip to content

Releases: hormesiel/fast-scroll

5.0

27 Jun 10:19
Compare
Choose a tag to compare

⚙ Technical

  • Migrate to Manifest V3 (#22)

Full Changelog: 4.1...5.0

4.1

27 Jun 08:23
Compare
Choose a tag to compare
4.1

🚀 New features

  • Allow to use Alt Right as trigger key (726c323)

⚙ Technical

  • Update dependencies

4.0...4.1

4.0

04 Nov 09:26
Compare
Choose a tag to compare
4.0

💫 Improvements

  • Settings : Moved extension's settings to an in-page pop-up instead of a full independent webpage that can be less accessible and less user-friendly (#7, a179f32, f04f068, d9ce432)

⚙ Technical

3.1...4.0

3.1

03 Jun 08:22
Compare
Choose a tag to compare
3.1

🚀 New features

  • rollback Re-added the ability to use Shift Left as trigger key (a3eb0af)

🐞 Bug fixes

  • Fixed a bug that prevented the extension from working consistently on Windows when using Alt Left (c5ab764)
  • Fixed a bug that prevented the extension from working at all on some websites (d4c52fc)

3.0...3.1

3.0

30 May 12:47
Compare
Choose a tag to compare
3.0

Complete rewrite to fix bugs reported by users on the store, to have an up-to-date code and to be able to add new features more easily.

👋 Removals

  • Removed ability to use Shift Left as trigger key since it clashes with Chrome's horizontal scrolling feature (3836d61, cbc5806)

🚀 New features

  • Added an option to always scroll faster instead of having to press a key ; the trigger key will instead allow you to scroll slower (the exact opposite of the default behavior) (830b2bb)
  • It's now possible to scroll faster in subparts of pages too like text areas, code snippets, Trello boards and columns etc. (d303541)
  • Added an option to disable the extension on some URLs, for example if Fast Scroll causes scrolling problems on these websites (f14d763)

💫 Improvements

  • Settings : Enable the Save button only when form values changed (04cc0d5)

🐞 Bug fixes

  • Fixed console errors related to event.preventDefault() (3836d61)
  • Fixed broken scrolling when using AltLeft as trigger key (3836d61)
  • Fixed default Ctrl Left behavior (zoom in / out on page) not prevented when using it as trigger key (3836d61)
  • Fixed broken scrolling on somes websites like Trello and in some other cases where the scrollable area isn't the <body> nor the <html> element (d303541)
  • Fixed a bug where the extension would consider the trigger key as still pressed after tab-switching to another OS windows and returning to the page (4d26ac1, 8e886f7)

⚙ Technical

2.0...3.0

2.0

28 Aug 19:43
Compare
Choose a tag to compare
2.0

Complete rewrite.

New feature: Added an option to select the key you want to press to increase scroll speed.
Supported keys: Left Alt, Left Ctrl, Left Shift

1.0.0

28 Aug 19:42
Compare
Choose a tag to compare

Initial release.