This commit is contained in:
frostime 2024-06-01 16:35:02 +08:00
parent 67d6024a04
commit 81d5bee160
4 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,9 @@
# Changelog # Changelog
## 0.3.5 2024-03 ## v0.3.5 2024-04-30
* [Add `direction` to plugin method `Setting.addItem`](https://github.com/siyuan-note/siyuan/issues/11183)
## 0.3.4 2024-02-20 ## 0.3.4 2024-02-20

View file

@ -11,7 +11,7 @@
2. Use symbolic linking instead of putting the project into the plugins directory program development 2. Use symbolic linking instead of putting the project into the plugins directory program development
3. Built-in support for the svelte framework 3. Built-in support for the svelte framework
> If don't want svelte, turn to this template: [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite) > **If don't want svelte, turn to this template**: [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
4. Provides a github action template to automatically generate package.zip and upload to new release 4. Provides a github action template to automatically generate package.zip and upload to new release

View file

@ -10,7 +10,7 @@
2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发 2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发
3. 内置对 svelte 框架的支持 3. 内置对 svelte 框架的支持
> 如果不想要 svelte请移步 [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite) > **如果不想要 svelte请移步这个模板:** [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
4. 提供一个github action 模板能自动生成package.zip并上传到新版本中 4. 提供一个github action 模板能自动生成package.zip并上传到新版本中

View file

@ -23,7 +23,7 @@
"minimist": "^1.2.8", "minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5", "rollup-plugin-livereload": "^2.0.5",
"sass": "^1.63.3", "sass": "^1.63.3",
"siyuan": "0.9.8", "siyuan": "0.9.9",
"svelte": "^4.2.0", "svelte": "^4.2.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.1.3", "typescript": "^5.1.3",