Skip to content

Commit 9323c0c

Browse files
committed
version: 0.7.1
1 parent 6b0c186 commit 9323c0c

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ The label of a draw.io image block can be configured in the plugin settings.
8282

8383
## Changelog
8484

85+
+ v0.7.1
86+
+ Fix: nested directory in assets/
8587
+ v0.7.0
8688
+ Feature: Support AI generation
8789
+ v0.6.7

README_zh_CN.md

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

7979
## 更新日志
8080

81+
+ v0.7.1
82+
+ 修复:适配assets下的嵌套目录
8183
+ v0.7.0
8284
+ 新增功能:支持AI生成
8385
+ v0.6.7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-embed-drawio",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"description": "This is a plugin for siyuan",
66
"author": "",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-embed-drawio",
33
"author": "Yuxin Zhao",
44
"url": "https://github.com/YuxinZhaozyx/siyuan-embed-drawio",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"minAppVersion": "3.0.0",
77
"disabledInPublish": true,
88
"backends": [

0 commit comments

Comments
 (0)