github Bush2021/chrome_plus 1.18.1

21 hours ago

Fix

  • 49aec73 fix: stop hover_tab reverting wheel tab switches by @Bush2021

    With both hover_tab and wheel_tab enabled, a tab switched by the wheel jumped back to the previous tab hover_tab_delay ms later. Hover now activates only on real cursor movement, so a wheel switch sticks until you actually move the mouse away.

  • cc055d3 fix: invalidate tab UI cache on layout toggle by @Bush2021

    Switching between horizontal and vertical tabs broke every tab feature until the browser was restarted, including hover_tab, wheel_tab, double-click and right-click close, keep_last_tab, and new_tab_disable. The toggle is now detected and the stale tab strip is dropped.

  • f9d662b fix: avoid UIA teardown hang on browser exit (#277) by @ziboh

    Resolves #271 - Fixes a chrome.exe process left running in Task Manager after the browser window is closed.

  • 98f6f2a fix: fix open_bookmark_new_tab when find-in-page bar is on @Bush2021

    Opening a bookmark in a new tab stopped working while the find-in-page bar was open. Bookmark clicks are now resolved correctly in that state.

  • 490e98d fix: adapt for Chrome 152 tab container by @Bush2021

    Resolves #275 - Restores double-click close and other tab features on Chrome 152, which rebuilt the vertical tab strip internally. The horizontal strip is covered too, once Chrome moves it to the same implementation.

  • 499809b fix: fix cold tab UI lookup while find-in-page bar is open by @Bush2021

    Tab actions such as double-click close did nothing when the find-in-page bar was opened before any tab feature had been used in that window. The failure looked intermittent because it only appeared with a cold cache, and it could persist for about a second after closing the find bar.

Full Changelog: 1.18.0...1.18.1

Don't miss a new chrome_plus release

NewReleases is sending notifications on new releases.