Skip to content

Releases: nurupo/chrome-mouse-wheel-tab-scroller

v2.1.0

Choose a tag to compare

@nurupo nurupo released this 20 Nov 02:31
v2.1.0
80098a4

Added:

  • An option for more comprehensive undoing of the autofocus: "Undo the
    autofocus (comprehensive but slow)". The "Undo the autofocus
    (Experimental)" was found not to fully restore the focus, which this
    new option fully restores.

  • An option to specify a how long the program should wait after
    focusing a window. Should help with window flicker and page contents
    occasionally scrolling, both when undoing the autofocus.

  • An option to automatically check for updates on launch.

  • Ability to manually check for updates in the About window.

  • An option to restart the program as the administrator.

  • An option to run the script on startup, as the administrator or as a
    regular user. If you have setup the autostart manually before, e.g. by
    adding a shortcut to the Startup folder, you will need to undo that if
    you want to use this option, as to prevent two instances of the program
    from starting up.

Fixed:

  • Page contents occasionally scrolling (again).

  • About window not showing the correct program name, description,
    author, version, etc. information when run as a script.

Changed:

  • Renamed "Undo the autofocus (Experimental)" option to "Undo the
    autofocus (fast but simple)".

  • The default autofocus option is now "Undo the autofocus
    (comprehensive but slow)".

  • When run as a script, the tray icon will now change to a red X when
    the program is disabled.

  • About window is now resizable.

v2.0.1

Choose a tag to compare

@nurupo nurupo released this 17 Oct 04:37
v2.0.1
bb0de65

Fixed:

  • Tab preview popup preventing the program from working (again).

  • Page contents occasionally scrolling.

v2.0.0

Choose a tag to compare

@nurupo nurupo released this 23 Sep 05:45
v2.0.0
59f9c65

Breaking:

  • Removed the Hook mouse capture method in favor of the Raw Input
    capture method.

Added:

  • An experimental option to undo the autofocus. It tries to make it look
    like the autofocus has never even happened, simulating the similar
    experience to Linux where you can scroll tabs in an inactive Chromium
    window. Please report any issues you encounter using it, aside from the
    ones documented in README under the Troubleshooting section.

Fixed:

  • Ctrl key being stuck pressed down when scrolling too much.

  • Tab preview popup preventing the program from working.

Changed:

  • No longer uses MouseOnEvent UDF, we implement the Raw Input mouse
    capture ourselves.

v1.0.0

Choose a tag to compare

@nurupo nurupo released this 08 Sep 05:51
v1.0.0
3f330c4

Breaking:

  • Defaults to a new mouse capture method called Raw input. You can
    restore the old behavior by switching to the Hook mouse capture method.

  • Due to the changes in the config file format, when updating from a
    previous version, the Reverse scroll direction checkbox will be reset to
    being unchecked.

Added:

  • New mouse capture method: Raw input. This is the new default, as it
    appears to lack the performance issues the previous capture input method
    had.

  • Autofocus option, which is enabled by default. With it enabled, you
    don't have to manually focus a Chrome window to be able to scroll tabs,
    the program will autofocus it for you when you mouse over the tabs area
    of a Chrome window and scroll the mouse wheel.

  • Ability to disable the program by left-clicking its tray icon. It's a
    bit faster and more convenient than right-clicking the icon and
    selecting Disable.

  • Check that only one instance of the program is running.

  • About dialog with some useful information, such as the version number,
    project homepage and other.

Changed:

  • The icon that is used when the program is disabled now has the red "x"
    on the right side, in line with other applications, e.g. Windows
    Security.

v0.2.0

Choose a tag to compare

@nurupo nurupo released this 29 Aug 14:12
  • Added an option to reverse the scroll direction so that it would be consistent with Firefox if needed.

v0.1.0

Choose a tag to compare

@nurupo nurupo released this 16 Aug 09:56

First feature release!

  • Added Disable (aka Gaming Mode) option to the tray menu -- no need to restart the program when playing video games anymore, just disable it and enable back later.

v0.0.2

Choose a tag to compare

@nurupo nurupo released this 21 Apr 03:20
  • Fixed mouse being detected as being in the tab area when it actually was outside the window.

v0.0.1

Choose a tag to compare

@nurupo nurupo released this 21 Apr 01:33

Initial release.