Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Feb 14, 2024
1 parent f052e99 commit 816ef28
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@
- fix fetching null in setting dialog
- fix unexpected console print

## 0.3.5
- support multiple color for outline

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ This makes it difficult or even impossible to click on multi-level subdirectorie
- fix fetching null in setting dialog
- fix unexpected console print

## 0.3.5
- support multiple color for outline


## Links
- Repo/Source Code: https://github.com/zxkmm/siyuan_doctree_compress
Expand Down
3 changes: 3 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
- fix fetching null in setting dialog
- fix unexpected console print

## 0.3.5
- support multiple color for outline


## 链接
- repo/Source Code:https://github.com/zxkmm/siyuan_doctree_compress
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan_doctree_compress",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"description": "fully customs your doctree",
"repository": "https://github.com/zxkmm/siyuan_doctree_compress",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan_doctree_compress",
"author": "zxkmm",
"url": "https://github.com/zxkmm/siyuan_doctree_compress",
"version": "0.3.4",
"version": "0.3.5",
"minAppVersion": "2.12.1",
"backends": [
"windows",
Expand Down

0 comments on commit 816ef28

Please sign in to comment.