Skip to content

v2.0.0

Compare
Choose a tag to compare
@nurupo nurupo released this 23 Sep 05:45
· 20 commits to master since this release
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.