Skip to content

Releases: Bush2021/chrome_plus

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

1.7.1

07 Dec 13:51
Compare
Choose a tag to compare

Fix

  • Due to the Chromium bookmarking mechanism, the protocol name of specific bookmarks at the beginning of the http protocol is hidden automatically, resulting in non-recognition as bookmarks. This update has modified the recognition method to improve compatibility with the bookmark feature. Hence, it is not required to keep the protocol.

Full Changelog: a1bb2e0...50572ef

Chrome++ 1.7.0

04 Dec 02:33
Compare
Choose a tag to compare

New

  • Create new foreground tab to opens the contents entered in address bar.
  • Create bew foreground tab to opens bookmarks.
  • Disable the above two features when the current tab is a new tab.

Fix

  • Right-click close after the wheel switches tabs cannot be trigger correctly. #21

Full Changelog: 3f0109a...8c4f7a9

Chrome++ 1.6.1

28 Oct 02:08
Compare
Choose a tag to compare
Chrome++ 1.6.1 Pre-release
Pre-release

Fix

  • Right-clicking does not trigger the middle key action only at th e specified location.
  • Remove Outdated patch.

Full Changelog: 4107aa9...56480ff