Skip to content

Commit

Permalink
support docker
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Jun 13, 2024
1 parent 2fdd613 commit 19fd115
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@
## 0.3.5
- support multiple color for outline

## 0.3.9
- Support Docker

3 changes: 3 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
## 0.3.8
- add four styles for flow layout

## 0.3.9
- support Docker

## 链接
- 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.8",
"version": "0.3.9",
"type": "module",
"description": "fully customs your doctree",
"repository": "https://github.com/zxkmm/siyuan_doctree_compress",
Expand Down
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"name": "siyuan_doctree_compress",
"author": "zxkmm",
"url": "https://github.com/zxkmm/siyuan_doctree_compress",
"version": "0.3.8",
"version": "0.3.9",
"minAppVersion": "2.12.1",
"backends": [
"windows",
"linux",
"darwin",
"android",
"ios"
"ios",
"docker"
],
"frontends": [
"desktop",
Expand Down

0 comments on commit 19fd115

Please sign in to comment.