github Bush2021/chrome_plus 1.13.4

6 hours ago

Fix

  • 31ccd00 fix(tabbookmark): suppress WM_RBUTTONUP after wheel-tab gesture to prevent context menu by @Bush2021

    Resolves #108 - Fixes a regression where wheel_tab_when_press_rbutton incorrectly triggers the right-click context menu to pop up after switching tabs.

  • ec9f234 fix(iaccessible): nullptr reference in IsNameNewTab by @Bush2021

    Resolves #191 - Fixes a possible crash when upgrading to Chrome 143.0.7499.41 with open_bookmark_new_tab and new_tab_disable enabled. It is assumed that the new Chrome update makes some changes to accessibility that are being rolled out through an A/B test. Our code fails to find a expected element for some users and resulted in a crash.

Maintenance

  • dea5944 refactor(iaccessible): refactor IsNameNewTab and move functions to anonymous namespace by @Bush2021

  • 203adf4 perf(tabbookmark): apply short circuit evaluation to HandleBookmark by @Bush2021

    Improves bookmark handling that avoids an unnecessary new tab check when clicking on normal web pages. This reduces overhead and prevents cases of incorrect behavior like #191.

  • 2455326 perf(tabbookmark): apply short circuit evaluation to HandleRightClick by @Bush2021

Full Changelog: 1.13.3...1.13.4

Don't miss a new chrome_plus release

NewReleases is sending notifications on new releases.