Skip to content

Releases: Bush2021/chrome_plus

1.8.7

10 May 16:08
8514387
Compare
Choose a tag to compare

Fix

  • dcde2e9 fix: disable win32k lockdown to properly load DLLs (#68)
  • 8baa434 fix: avoid returning 1 from HandleDoubleClick
  • 7949a61 fix: modify the key release sequence in SendKey and discard SendKeys (#73)

Maintenance

  • c41f647 chore: remove --force-renderer-accessibility
  • b29bdec chore: translate and standardize comments into English
  • 9bcdb1e refactor: consolidate find-in-page handling into a separate function
  • 80561dc chore: revert some change and translate some comments
  • 2d42777 refactor: new implementation for sending key combinations
  • 982095b chore: optimize the logic for IsNeedKeep (#72)
  • bc503cf refactor: replace __int64 with int of GetTabCount
  • 865cce3 refactor: wstring_to_string
  • 501b0c8 chore: directly return false in IsDocNewTab without a required startup parameter
  • d28fe91 style: reformat using Chromium style
  • 91bef9d refactor: refactor MouseProc
  • 07c466c chore: update actions

Full Changelog: 1.8.6...1.8.7

1.8.7-alpha

05 May 21:59
dcde2e9
Compare
Choose a tag to compare
1.8.7-alpha Pre-release
Pre-release

version-alpha-dcde2e9.7z is used to test #68

version-alpha-30b9594.7z is used to test #69

1.8.6

21 Apr 03:41
ae71b9e
Compare
Choose a tag to compare

Fix

  • d96ffd0 fix keep_last_tab=0 not working

Maintenance

  • 6173a25 chore: remove useless parameters
  • 617c028 chore: organize code in utils.h
  • c519efe chore: optimize tab closure and reservation for fullscreen and find-in-page mode
  • 32c296f chore: optimize handleOpenUrlNewTab
  • 4ab3a4b chore: optimize handling of tab closure in find-in-page mode

Full Changelog: 1.8.5...1.8.6

1.8.6-alpha-4ab3a4b

11 Apr 20:10
d96ffd0
Compare
Choose a tag to compare
1.8.6-alpha-4ab3a4b Pre-release
Pre-release

This alpha release is used to test c519efe

Please test whether any functionality related to tab closure and keep_last_tab is working correctly

Release created at Thu Apr 15 11:04:37 (EDT) 2024, only x64 build

1.8.5

10 Apr 13:01
0e00f4a
Compare
Choose a tag to compare

Fix

536f959 Revert "chore: refine logic for tab preservation during fullscreen mode"

This release primarily stabilizes the significant changes introduced in the previous two versions

Full Changelog: 1.8.4...1.8.5

1.8.4

09 Apr 04:08
54e615d
Compare
Choose a tag to compare
1.8.4 Pre-release
Pre-release

Fix

  • c96a8dd fix browser crashes caused by improper traversal (#56)

Maintenance

  • de20a5a relax criteria for new tab link detection (#51)
  • 04ad2d5 merge rawTraversal and standardize incremental search usage
  • bb79e8a implement tick fault tolerance to prevent rapid clicking from closing browser
  • 7244c9f refactor ParseHotkeys and add case-insensitive support
  • edb99af refine logic for tab preservation during fullscreen mode

Notice

The bookmark delay issue mentioned in the previous release has been resolved in Chrome version 123.0.6312.106

Full Changelog: 1.8.3...1.8.4

1.8.3

04 Apr 13:49
fca217b
Compare
Choose a tag to compare
1.8.3 Pre-release
Pre-release

New

  • b659f2e allow customizing new_tab_disable_name

Fix

  • 98654cf skip redundant checks when scroll configs are off
  • fb8c01f new tab judgement ineffective in incognito mode (#51)
  • 658a5e8 fix bookmark menu bar scrolling stuck
  • b19c4ff utilize incremental search in AccessibleChildren calls (#50)

Notice

  • Starting with version 123 of Chrome, some bookmark folders containing a large number of bookmarks have been experiencing delays or freezes when the open_bookmark_new_tab feature of Chrome++ is enabled. This update has implemented measures to address the freezing issue, but delays persist. Testing indicates that version 125 of Chrome significantly mitigates this problem. Hence, it is believed that the issue is caused by modifications to the core. Please await further updates from the Chrome team or temporarily disable the affected feature. Related issue: #50

Full Changelog: 1.8.2...1.8.3

1.8.2

13 Mar 19:29
ac8fe52
Compare
Choose a tag to compare

New

  • add configuration to open bookmarks or links in background tabs (#43)

Full Changelog: 715fcc4...ac8fe52

1.8.1

28 Feb 14:25
ee4760e
Compare
Choose a tag to compare

Fix

  • fix open_bookmark_new_tab=0 configuration option not working

Full Changelog: b155c29...ee4760e

1.8.0

27 Feb 22:41
675137c
Compare
Choose a tag to compare
1.8.0 Pre-release
Pre-release

New

  • Customize hotkeys to translate web page

Fix

  • Prevent new tab creation when a tab group is collapsed

Full Changelog: fa69744...675137c