Skip to content

Commit

Permalink
build(release): bump version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bush2021 committed Mar 13, 2024
1 parent a1cb854 commit ac8fe52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Preserve the last tab (prevents the browser from closing when the last tab is closed; clicking the close button will not work.)
* Use the mouse wheel to switch tabs when hovering over the tab bar.
* Use the mouse wheel to switch tabs when holding the right mouse button.
* Create new foreground tab to opens the contents entered in address bar.
* Create bew foreground tab to opens bookmarks.
* Create new tab to opens the contents entered in address bar. (Can be configured to open in foreground or background.)
* Create new tab to opens bookmarks. (Can be configured to open in foreground or background.)
* Disable the above two features when the current tab is a new tab.
* Customize hotkeys to quickly hide the browser window (boss key).
* Customize hotkeys to translate web page.
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ English instruction: https://github.com/Bush2021/chrome_plus/blob/main/README.md
- 保留最后标签页(防止关闭最后一个标签页时关闭浏览器,点关闭按钮不行)
- 鼠标悬停标签栏时使用滚轮切换标签页
- 按住右键时使用滚轮切换标签页
- 新建前台标签页打开地址栏输入的内容
- 新建前台标签页打开书签
- 新建标签页打开地址栏输入的内容(可配置前台或后台打开)
- 新建标签页打开书签(可配置前台或后台打开)
- 当前为新标签页时,可以禁用上面两个功能
- 自定义快捷键快速隐藏浏览器窗口(老板键)
- 自定义快捷键进行网页翻译
Expand Down
Binary file modified src/chrome++.ini
Binary file not shown.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define RELEASE_VER_MAIN 1
#define RELEASE_VER_SUB 8
#define RELEASE_VER_FIX 1
#define RELEASE_VER_FIX 2

#define TOSTRING2(arg) #arg
#define TOSTRING(arg) TOSTRING2(arg)
Expand Down

0 comments on commit ac8fe52

Please sign in to comment.