Skip to content

Commit

Permalink
release: v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxs committed May 5, 2024
1 parent 983af89 commit 0ba48a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Ease Bookmarks 是一款为了替代浏览器原有书签栏的扩展

## 更新日志

> 1.7.1(2024-05-04)
功能:
(调整)交换Ctrl与Shift键的功能,与浏览器保持一致(#20
支持横向滚动
支持阿拉伯语
修改内置参数的默认值(keepMaxCols:0 -> 1)
其他:
隐藏超长路径时body的滚动条;代码优化

> 1.6.6(2024-04-05)
功能:
增加配置参数openBookmarkAfterCurrentTab
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ease Bookmarks",
"description": "__MSG_pluginDesc__",
"version": "1.6.6",
"version": "1.7.1",
"offline_enabled": true,
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit 0ba48a8

Please sign in to comment.