Skip to content

Releases: Bush2021/chrome_plus

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

1.7.3

17 Feb 23:22
7302756
Compare
Choose a tag to compare

Allow appending longer CommandLines #38

Full Changelog: b7352d0...7302756

1.7.2

20 Dec 20:27
ef65e40
Compare
Choose a tag to compare

Fix

  • Support identifying about:blank as a new tab
  • Support recognizing browser built pages as bookmarks

Full Changelog: 4082a86...ef65e40