Skip to content

Releases: Bush2021/chrome_plus

1.13.4

03 Dec 20:38
76775cd

Choose a tag to compare

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

1.13.3

07 Nov 16:02
5aecd68

Choose a tag to compare

Fix

  • e6402ca fix: fix close actions failing when find-in-page bar is focused by @Bush2021

    Resolves #187 - Fixes a regression where double-click and right-click close actions become non-functional when the find-in-page bar has focus.

  • 6f17539 fix: nullptr reference in IsOnFindBarPane by @Bush2021

    Fixes crash introduced in 6f17539.

  • 13f2d98 fix: remove unnecessary ComPtr, do VariantClear manually by @Bush2021

    Fixes a memory leak.

Maintenance

Full Changelog: 1.13.2...1.13.3

1.13.2

03 Oct 02:37
2a2197a

Choose a tag to compare

Fix

  • a53cbe1 fix(portable): correctly handle --single-argument and -- terminator by @Bush2021

    Resolves #181 - Fixes an issue where opening external files would fail if the filename contained multiple consecutive spaces. This typically occurs when launching the application through Windows Shell integrations (e.g., "Open With...").

Maintenance

  • 988a151 refactor(portable): refactor GetCommand into multiple helper functions by @Bush2021

Full Changelog: 1.13.1...1.13.2

1.13.1

02 Sep 22:35
c81fbf2

Choose a tag to compare

Fix

Full Changelog: 1.13.0...1.13.1

1.13.0

06 Aug 04:19
b8c0558

Choose a tag to compare

New

  • 11fa0c2 feat(config)!: remove deprecated keys by @Bush2021

    Breaking Change: Removes compatibility with deprecated configuration keys that were broken during previous refactoring. These keys were already in deprecated status and have now been completely removed. Please use the latest ini file configuration.

Fix

  • 21e8ff8 fix: fix pakpatch not working by @Bush2021

    Resolves the issue where Chrome++ version information was not displayed on Chrome's About page.

  • bc79a31 fix(portable): fix handling of --disable-features= by @Bush2021

    Fixes --disable-features= parameter not working correctly. Chrome only parses the last --disable-features= argument, so when multiple instances are passed, some features may not be properly disabled. Now all feature flags are concatenated into a single parameter.

Maintenance

Build Note
Now compiled using clang-cl.


Full Changelog: 1.12.1...1.13.0

1.12.1

04 Jul 20:57
727f4a8

Choose a tag to compare

Fix

Maintenance

Full Changelog: 1.12.0...1.12.1

1.12.0

08 Jun 18:13
b3bb526

Choose a tag to compare

New

  • e3a3131 feat: reimplement launching_on_[startup/exit] and remove kill_launch_on_exit by @Bush2021
  • 416ed25 feat(hotkey): bring windows to front when showing with boss key (#155) by @adad184
  • e6571ba feat(hotkey): mute/unmute audio during boss key operations by @Bush2021
  • e58d85b feat(hotkey): improve mute/unmute logic to respect original mute state per process by @Bush2021
  • 98b5981 feat(portable): avoid duplicate addition of user data and cache dir params by @Bush2021

Fix

Maintenance

Full Changelog: 1.11.1...1.12.0

1.12.0-alpha.1

06 Jun 02:40
aa8e51b

Choose a tag to compare

1.12.0-alpha.1 Pre-release
Pre-release

New

  • 416ed25 feat(hotkey): bring windows to front when showing with boss key (#155) by @adad184
  • e3a3131 feat: reimplement launching_on_[startup/exit] and remove kill_launch_on_exit by @Bush2021
  • e58d85b feat(hotkey): improve mute/unmute logic to respect original mute state per process by @Bush2021
  • e6571ba feat(hotkey): mute/unmute audio during boss key operations by @Bush2021

Fix

Maintenance

Full Changelog: 1.11.1...1.12.0-alpha.1

1.11.1

06 Dec 17:53
9b3f7d4

Choose a tag to compare

Fix

Notice

launch_on_exit causes the IDM floating bar to not display (#130). Please avoid using it until a better method is implemented.

Full Changelog: 1.11.0...1.11.1

1.11.0

12 Nov 16:29
565b5c6

Choose a tag to compare

New

  • 603b5e9 feat: allow none as a value for data_dir and cache_dir to use the browser's default path by @Bush2021
  • aca6eed feat: add launch on startup and exit functionality with first run detection (#115) (#117) by @Bush2021

Maintenance

Full Changelog: 1.10.0...1.11.0