Skip to content

Commit 57e50e1

Browse files
committed
udpate version
1 parent f114305 commit 57e50e1

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
## 0.2.0
1+
# Changelog
2+
3+
## 0.2.3 2023-09-05
4+
5+
* [Plugin API add openWindow and command.globalCallback](https://github.com/siyuan-note/siyuan/issues/9032)
6+
7+
## 0.2.2 2023-08-29
8+
9+
* [Add plugin event bus `destroy-protyle`](https://github.com/siyuan-note/siyuan/issues/9033)
10+
* [Add plugin event bus `loaded-protyle-dynamic`](https://github.com/siyuan-note/siyuan/issues/9021)
11+
12+
## 0.2.1 2023-08-21
13+
14+
* [Plugin API add getOpenedTab method](https://github.com/siyuan-note/siyuan/issues/9002)
15+
* [Plugin API custom.fn => custom.id in openTab](https://github.com/siyuan-note/siyuan/issues/8944)
16+
17+
## 0.2.0 2023-08-15
218

319
* [Add plugin event bus `open-siyuan-url-plugin` and `open-siyuan-url-block`](https://github.com/siyuan-note/siyuan/pull/8927)
420

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-sample-vite-svelte",
3-
"version": "0.1.12",
3+
"version": "0.2.3",
44
"type": "module",
55
"description": "",
66
"repository": "",
@@ -22,7 +22,7 @@
2222
"minimist": "^1.2.8",
2323
"rollup-plugin-livereload": "^2.0.5",
2424
"sass": "^1.62.1",
25-
"siyuan": "0.8.1",
25+
"siyuan": "0.8.3",
2626
"svelte": "^3.57.0",
2727
"ts-node": "^10.9.1",
2828
"typescript": "^5.0.4",

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "plugin-sample-vite-svelte",
33
"author": "frostime",
44
"url": "https://github.com/siyuan-note/plugin-sample-vite-svelte",
5-
"version": "0.1.12",
6-
"minAppVersion": "2.9.0",
5+
"version": "0.2.3",
6+
"minAppVersion": "2.10.3",
77
"backends": ["all"],
88
"frontends": ["all"],
99
"displayName": {

src/i18n/en_US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"removedData": "Data deleted",
1010
"confirmRemove": "Confirm to delete the data in ${name}?",
1111
"insertEmoji": "Insert Emoji",
12+
"getTab": "Print out all opened custom tabs in the debugger",
1213
"name": "SiYuan",
1314
"hello": {
1415
"makesure": "Before using this template, please read the <a href=\"https://github.com/siyuan-note/plugin-sample\">offical sample</a>, make sure that you've known about the pipeline for plugin developing."

src/i18n/zh_CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"removedData": "数据已删除",
1010
"confirmRemove": "确认删除 ${name} 中的数据?",
1111
"insertEmoji": "插入表情",
12+
"getTab": "在日志中打印出已打开的所有自定义页签",
1213
"name": "思源",
1314
"hello": {
1415
"makesure": "使用这个模板之前,请阅读<a href=\"https://github.com/siyuan-note/plugin-sample\">官方教程</a>, 确保自己已经理解了插件的基本开发流程。"

0 commit comments

Comments
 (0)