Releases: Bush2021/chrome_plus
1.13.4
Fix
-
31ccd00 fix(tabbookmark): suppress
WM_RBUTTONUPafter wheel-tab gesture to prevent context menu by @Bush2021Resolves #108 - Fixes a regression where
wheel_tab_when_press_rbuttonincorrectly triggers the right-click context menu to pop up after switching tabs. -
ec9f234 fix(iaccessible): nullptr reference in
IsNameNewTabby @Bush2021Resolves #191 - Fixes a possible crash when upgrading to Chrome 143.0.7499.41 with
open_bookmark_new_tabandnew_tab_disableenabled. 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
IsNameNewTaband move functions to anonymous namespace by @Bush2021 -
203adf4 perf(tabbookmark): apply short circuit evaluation to
HandleBookmarkby @Bush2021Improves 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
HandleRightClickby @Bush2021
Full Changelog: 1.13.3...1.13.4
1.13.3
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
IsOnFindBarPaneby @Bush2021Fixes crash introduced in 6f17539.
-
13f2d98 fix: remove unnecessary ComPtr, do
VariantClearmanually by @Bush2021Fixes a memory leak.
Maintenance
- 5770577 chore: remove
IsOnDialogby @Bush2021 - f475b9c chore: bump upload/download-artifact actions to latest versions by @Bush2021
- f974e8c chore: add null check for child in
GetParentElementby @Bush2021 - 117cdea perf: end traversal early in
IsOnFindBarPanewhen found by @Bush2021 - 3576e72 refactor(iaccessible): various improvements by @Bush2021
Full Changelog: 1.13.2...1.13.3
1.13.2
Fix
-
a53cbe1 fix(portable): correctly handle
--single-argumentand--terminator by @Bush2021Resolves #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
Full Changelog: 1.13.1...1.13.2
1.13.1
1.13.0
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
pakpatchnot working by @Bush2021Resolves the issue where Chrome++ version information was not displayed on Chrome's About page.
-
bc79a31 fix(portable): fix handling of
--disable-features=by @Bush2021Fixes
--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
- 9d8687b chore: various improvements by @Bush2021
- d46615c refactor(config): use
intinstead ofstringfor passing new tab mode config by @Bush2021 - ec16c23 chore: address warnings thrown by clang by @Bush2021
- 50e4586 refactor(portable): refactor
GetCommandby @Bush2021 - 670abef chore: update Detours by @Bush2021
- b29d7ed chore: use reverse order for changelog generation by @Bush2021
Build Note
Now compiled using clang-cl.
Full Changelog: 1.12.1...1.13.0
1.12.1
Fix
- 75941e0 fix(portable): fix logic introduced in b40ef02 by @Bush2021
- 823d554 fix(iaccessible): correct traversal of
IsOmniboxFocusby @Bush2021 - f7a4a3f fix(tabbookmark): prevent misjudgment when clicking on expanded dropdown menu by @Bush2021
- ff7403c fix(hotkey): prevent global capture of custom translate hotkey by @Bush2021
Maintenance
- 0a737a0 perf: refactor using
string_viewandreserve, remove unnecessarystd::moveby @Bush2021 - 279bf87 chore: various improvements by @Bush2021
- 3048daa chore: improve header files import by @Bush2021
- 64280ef refactor: use
std::functionand move implementation topakfile.ccby @Ritchie1108 - 7468851 refactor(utils): refactor
DebugLogby @Bush2021 - 75f0495 perf: more use of
string_view, removesplitby @Bush2021 - c15fd99 refactor: separate declarations and definitions/implementations by @Bush2021
- c5e35d3 refactor(utils): use
rangesforStringSplitby @Bush2021 - d4d46f0 chore: upgrade to C++20 and other adjustments by @YorkWaugh
- d57ea53 chore: remove unused code by @Bush2021
Full Changelog: 1.12.0...1.12.1
1.12.0
New
- e3a3131 feat: reimplement
launching_on_[startup/exit]and removekill_launch_on_exitby @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
- 0de05f6 fix: improve find-in-page bar handling for Chrome 131+ UI changes to fix #157 by @Ritchie1108
- d030198 fix: fix opening the bookmark erroneously when dragging it by @Bush2021
Maintenance
- 27f41a7 chore: fix template for feature requests by @Bush2021
- 4958d38 perf: break the loop prematurely if dragging is detected by @Bush2021
- 6327a51 chore: update submodules by @Bush2021
- 6ed84d2 chore: trivial adjustments by @Bush2021
- 783bc4c chore: standardize naming by @Bush2021
- 82e5d2f chore: clean up includes and remove unnecessary pragmas by @Bush2021
- 8524722 perf(config): optimize config access with singleton and eager loading by @Bush2021
- 95241db chore: trivial adjustments by @Bush2021
- a049663 chore: improve
setdllpackaging automation (#143) by @Bush2021 - a0840c9 chore: remove unnecessary submodule by @Bush2021
Full Changelog: 1.11.1...1.12.0
1.12.0-alpha.1
New
- 416ed25 feat(hotkey): bring windows to front when showing with boss key (#155) by @adad184
- e3a3131 feat: reimplement
launching_on_[startup/exit]and removekill_launch_on_exitby @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
- 0de05f6 fix: improve find-in-page bar handling for Chrome 131+ UI changes to fix #157 by @Ritchie1108
- d030198 fix: fix opening the bookmark erroneously when dragging it by @Bush2021
Maintenance
- 27f41a7 chore: fix template for feature requests by @Bush2021
- 4958d38 perf: break the loop prematurely if dragging is detected by @Bush2021
- 6327a51 chore: update submodules by @Bush2021
- 6ed84d2 chore: trivial adjustments by @Bush2021
- 783bc4c chore: standardize naming by @Bush2021
- 82e5d2f chore: clean up includes and remove unnecessary pragmas by @Bush2021
- 8524722 perf(config): optimize config access with singleton and eager loading by @Bush2021
- 95241db chore: trivial adjustments by @Bush2021
- a049663 chore: improve
setdllpackaging automation (#143) by @Bush2021 - a0840c9 chore: remove unnecessary submodule by @Bush2021
Full Changelog: 1.11.1...1.12.0-alpha.1
1.11.1
Fix
- 9d3e62e fix: fix closing mutex handle by @Bush2021
- aacc0a7 fix: skip redundant operations when
GetLaunchOn[Startup/Exit]are empty by @Bush2021 - d349789 fix: use process ID in mutex name to avoid conflicts by @Bush2021
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
New
- 603b5e9 feat: allow
noneas a value fordata_dirandcache_dirto 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
- 4340518 chore: add a description to the INI file by @Bush2021
- 7d6903c chore: update submodules by @Bush2021
- ab0eb43 refactor: replace
ReplaceStringIniwithReplaceStringInPlacefor consistency by @Bush2021 - d05ee87 docs: improve clarity and formatting by @Bush2021
- f44236b chore: add issue templates for bug reports and feature requests by @Bush2021
Full Changelog: 1.10.0...1.11.0