v2.0.0
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.