Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OpaqueGlass committed Jun 26, 2024
1 parent 6d9121c commit 62301be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 更新日志

### v0.3.4 (2024年6月26日)

- 改进:打开文档时展开/收起子节点 设置项更改,允许不收起;

### v0.3.3 (2024年5月21日)
- 修复:多次使用快捷键打开侧栏面板导致思源卡死的问题;

Expand Down
5 changes: 4 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

[English](README.md)

> 当前版本:v0.3.3 **【请尽快升级至此版本!】** **修复**:多次使用快捷键打开侧栏面板导致思源卡死的问题;**修复**:打开搜索页面后插件报错的问题(仅在启用“上次阅读位置”后出现);
> 当前版本:v0.3.4 **改进**:(设置项改进)“打开文档时展开/收起子节点”允许只展开而不收起;
>
> [更新日志](CHANGELOG.md)
>
> 另:旧版本存在缺陷,请尽快升级至v0.3.3或以上版本!
用于思源笔记更改文档树左键双击行为的插件;(测试中功能:)标签、对话框文档选择、移动端的单双击处理(不支持平板端);

Expand Down
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,10 @@ async function openRecentClockBlockHint(event) {
logPush("在忽略列表,不处理");
return;
}
if (protyle.option?.action.length > 0 && protyle.option.action.includes("cb-get-scroll")) {
logPush("本次打开包括跳转,不显示");
return;
}
// protyle.element.querySelector(".b3-tooltips.b3-tooltips__w.protyle-scroll__up").click();
if (isValidStr(ialStr)) {
const ial = JSON.parse(ialStr);
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "syplugin-doubleClickFileTree",
"author": "OpaqueGlass",
"url": "https://github.com/OpaqueGlass/syplugin-doubleClickFileTree",
"version": "0.3.3",
"version": "0.3.4",
"displayName": {
"default": "double click file tree",
"zh_CN": "双击文档树",
Expand Down

0 comments on commit 62301be

Please # to comment.