Skip to content

Commit d5d2275

Browse files
committed
update plugin name
1 parent 582308f commit d5d2275

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Click the menu button on the left side of a Pseudocode Widget block. An option l
8686

8787
## Changelog
8888

89+
+ v0.5.4
90+
+ Update plugin name
8991
+ v0.5.3
9092
+ Fix: render existed pseudocode code fail when boot plugin
9193
+ Optimize: optimize linter of editor

README_zh_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585

8686
## 更新日志
8787

88+
+ v0.5.4
89+
+ 更新插件名
8890
+ v0.5.3
8991
+ 修复缺陷:启动插件时已有伪代码块渲染失败
9092
+ 功能优化:优化编辑器提示信息

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-embed-pseudocode",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"type": "module",
55
"description": "This is a plugin for siyuan",
66
"author": "",
@@ -50,5 +50,10 @@
5050
"vite": "^6.2.1",
5151
"vite-plugin-static-copy": "^0.15.0",
5252
"vite-plugin-zip-pack": "^1.0.5"
53+
},
54+
"pnpm": {
55+
"overrides": {
56+
"rollup": "4.52.5"
57+
}
5358
}
5459
}

plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-embed-pseudocode",
33
"author": "Yuxin Zhao",
44
"url": "https://github.com/YuxinZhaozyx/siyuan-embed-pseudocode",
5-
"version": "0.5.3",
5+
"version": "0.5.4",
66
"minAppVersion": "3.3.0",
77
"disabledInPublish": false,
88
"backends": [
@@ -12,8 +12,8 @@
1212
"all"
1313
],
1414
"displayName": {
15-
"default": "Pseudocode",
16-
"zh_CN": "伪代码"
15+
"default": "「Embed Series」Pseudocode",
16+
"zh_CN": "「嵌入式系列」伪代码"
1717
},
1818
"description": {
1919
"default": "「Embed Series」Elegantly Writing and Displaying Pseudocode in SiYuan",

0 commit comments

Comments
 (0)