Skip to content

Commit

Permalink
release: v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxs committed Apr 5, 2024
1 parent 804869b commit 012d3da
Show file tree
Hide file tree
Showing 3 changed files with 17 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.6.6(2024-04-05)
功能:
增加配置参数openBookmarkAfterCurrentTab
参数说明:https://github.com/qinxs/Ease-Bookmarks#内置参数
Bugs:
打开所在目录可能的undefined;空白标题时更新dom视图
其他:
黑暗模式样式优化,pop页面操作和事件优化

> 1.6.5(2024-02-19)
功能:
增加一些配置参数,允许修改多列布局时的popup窗口宽度等
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ Ease Bookmarks 是一款为了替代浏览器原有书签栏的扩展
- `0`:页面宽度始终与当前内容一致
- `1`:默认值,页面宽度与(打开过的)页面的最大宽度一致(能避免切换文件夹时的页面跳动)

### `openBookmarkAfterCurrentTab`

> 功能:当前标签页右边打开书签(仅通过本扩展打开书签时有效)
- `0`:默认值
- `1`:当前标签页右边打开书签

### `updateBookmarkOpt`

> 功能:菜单 `更新为当前网址` 的更新选项
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.5",
"version": "1.6.6",
"offline_enabled": true,
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit 012d3da

Please sign in to comment.