Skip to content

Releases: Bush2021/chrome_plus

1.16.2

14 May 06:47
e37a60b

Choose a tag to compare

Fix

  • 6ebac92 fix: avoid root UIA scan for mouse wheel tab check by @Bush2021

    Resolves #257 #258 - Fixes a regression that causes lag when scrolling.

Full Changelog: 1.16.1...1.16.2

1.16.1

12 May 14:43
1ed3b7f

Choose a tag to compare

Fix

  • a3936dc fix: fix tab hit-testing hidden by DevTools Chrome_RenderWidgetHostHWND by @Bush2021

    Resolves #250.

  • 648e018 fix: use CreateProcessW for pre-entry relaunch by @Bush2021

    Resolves #252 #253 #255 - Fixes a startup issue on Chrome 149+.

Maintenance

  • A simple GUI implementation has been added to setdll.

Full Changelog: 1.16.0...1.16.1

1.16.0

21 Apr 01:57
a03f870

Choose a tag to compare

New

  • 8b22f8d feat: migrate IA2 to UIA and support vertical tabs by @Bush2021

    This replaces the old IA2-based logic with a UIA-based implementation. Besides adding vertical tab support, it also fixes many long-standing tab interaction issues, improves behavior when the find/search bar changes the accessibility tree, and removes several fragile IA2-era hacks and workarounds.

    --force-renderer-accessibility is no longer needed. If you need custom new-tab matching, simply use new_tab_disable_name.

    This should also improve repeated close handling for tabs. Rapid double-click, middle-click, or right-click close gestures should no longer accidentally act on a tab that has already been destroyed, close extra tabs unintentionally, or trigger the vertical tabs crash described in #220.

Fix

Maintenance

Full Changelog: 1.15.2...1.16.0

1.16.0-alpha.4

17 Apr 03:08
2fc5a87

Choose a tag to compare

1.16.0-alpha.4 Pre-release
Pre-release

Fix

  • 8c7c34a fix: count tabs in collapsed groups via trusted raw-view scan by @Bush2021

Full Changelog: 1.16.0-alpha.3...1.16.0-alpha.4

1.16.0-alpha.3

15 Apr 13:40
577cd42

Choose a tag to compare

1.16.0-alpha.3 Pre-release
Pre-release

Fix

  • 2f3926e fix: add VerticalTabStripBottomContainer to tab bar check by @Bush2021

Full Changelog: 1.16.0-alpha.2...1.16.0-alpha.3

1.16.0-alpha.2

13 Apr 13:04
7f4c3a6

Choose a tag to compare

1.16.0-alpha.2 Pre-release
Pre-release

Fix

Maintenance

Full Changelog: 1.16.0-alpha.1...1.16.0-alpha.2

1.16.0-alpha.1

13 Apr 00:41
f75bb89

Choose a tag to compare

1.16.0-alpha.1 Pre-release
Pre-release

This is an alpha release and it needs broader testing before 1.16.0 stable.

Please help test tab and bookmark related features, especially keep_last_tab, double/middle/right click closing, the find-in-page bar, and vertical tabs. If you run into regressions, please report.

New

  • 8b22f8d feat: migrate IA2 to UIA and support vertical tabs by @Bush2021

    This replaces the old IA2-based logic with a UIA-based implementation. Besides adding vertical tab support, it also fixes many long-standing tab interaction issues, improves behavior when the find/search bar changes the accessibility tree, and removes several fragile IA2-era hacks and workarounds.

    --force-renderer-accessibility is no longer needed. If you need custom new-tab matching, simply use new_tab_disable_name.

    This should also improve repeated close handling for tabs. Rapid double-click, middle-click, or right-click close gestures should no longer accidentally act on a tab that has already been destroyed, close extra tabs unintentionally, or trigger the vertical tabs crash described in #220.

Fix

Full Changelog: 1.15.2...1.16.0-alpha.1

1.15.2

24 Mar 02:32
4b5e133

Choose a tag to compare

Fix

Maintenance

Full Changelog: 1.15.1...1.15.2

1.15.1

03 Mar 10:15
936c2ef

Choose a tag to compare

Fix

  • 49d3267 fix(appid): rewrite AppUserModelID hook to fix #224 by @Bush2021

    Resolves #224 - Fixes a issue introduced after the Chrome 145 update where copied content fails to appear in the Windows 11 clipboard history. Due to unavoidable underlying changes for fixing that, after the update, the currently running browser will no longer merge with previously pinned taskbar shortcut. If needed, just re-pin it to taskbar.

Maintenance

  • b95aece refactor(hotkey): refactor window search logic with IsChromeWindow by @Bush2021

Full Changelog: 1.15.0...1.15.1

1.15.0

04 Feb 02:07
d517c6a

Choose a tag to compare

New

  • 1a3ba7b feat(policies): add ignore_policies by @Bush2021

    Resolves #213 - Adds an option to prevent Chrome from reading its enterprise policies from the Windows Registry. It is also helpful to hide "Your browser is managed by your organization".

Fix

Maintenance

Full Changelog: 1.14.0...1.15.0