Skip to content

Commit 2182fab

Browse files
committed
chore: release v0.1.3
1 parent d56227c commit 2182fab

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 更改日志 | CHANGE LOG
22

3+
## v0.1.3/2023-12-15
4+
5+
- [v0.1.2 ... v0.1.3](https://github.com/Zuoqiu-Yingyi/utools-siyuan/compare/v0.1.2...v0.1.3)
36
- [#7](https://github.com/Zuoqiu-Yingyi/utools-siyuan/issues/7) 支持在 uTools 窗口中打开搜索结果 | Support opening search results in uTools window.
47
- 改进配置切换交互 | Improve configuration switching interaction.
58

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ utools 插件 - 思源笔记
7878
- 设置为 `0` 时显示全部搜索结果
7979
- `打开方案`: 单击搜索结果时跳转到对应块的方案
8080
- `桌面端`: 使用 `siyuan://` 协议打开
81-
- `浏览器`: 使用 `http(s)://host:port` 超链接打开
8281
- `渐进式网络应用 (PWA)`: 使用 `web+siyuan://` 协议打开
82+
- `默认浏览器`: 在默认浏览器中打开 `http(s)://host:port` 超链接
83+
- `uTools 窗口`: 在 uTools 置顶窗口中打开 `http(s)://host:port` 超链接
8384
- `其他设置`: 外观等其他设置
8485
- `语言`: 插件界面语言
8586
- `English`

public/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "D8389333-C09E-456C-B350-BB91FC04E452",
33
"pluginName": "思源笔记插件",
44
"description": "思源笔记全文搜索入口",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"author": "左丘颖逸",
77
"homepage": "https://github.com/Zuoqiu-Yingyi/utools-siyuan",
88
"logo": "./siyuan-128.png",
@@ -16,6 +16,7 @@
1616
"思源插件配置",
1717
"思源笔记插件设置",
1818
"思源笔记插件配置",
19+
"sy-config",
1920
"sy-setting",
2021
"SiYuan Note Plugin Settings",
2122
"SiYuan Note Plugin Configuration"

0 commit comments

Comments
 (0)