Skip to content

Commit

Permalink
update version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjinglei committed Dec 5, 2023
1 parent aef9524 commit 7a2c42c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGE LOG

## 0.3.5/2023-12-05

- [v0.3.4 ... v0.3.5](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/compare/v0.3.4...v0.3.5)

- [#10](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/issues/10) Changed the icon.
- Adjusted label width.
- Adjusted color.

## 0.3.4/2023-11-28

- [v0.3.3 ... v0.3.4](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/compare/v0.3.3...v0.3.4)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ For example, If you link note A with note B, C and D. The relation graph drawn b

## Changelog

- v0.3.5
- [#10](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/issues/10) Changed the icon.
- Adjusted label width.
- v0.3.4
- Added nodes color of same level.
- v0.3.3
Expand Down
3 changes: 3 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

## 更新日志

- v0.3.5
- [#10](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/issues/10) 更新侧栏图标。
- 调整 label 宽度。
- v0.3.4
- 增加了与起始点处于同一水平的节点的颜色。
- v0.3.3
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": "graph-enhance",
"author": "shenjinglei",
"url": "https://github.com/shenjinglei/siyuan-plugin-graph-enhance",
"version": "0.3.4",
"version": "0.3.5",
"minAppVersion": "2.10.13",
"backends": ["all"],
"frontends": ["all"],
Expand Down
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class EnhancedGraph {
Color = {
start: "#aa0000",
normal: "#003cb4",
from: "#8c13aa",
from: "#aa5500",
to: "#008600",
separate: "#aaaa00",
brother: "#b33cb3"
Expand Down

0 comments on commit 7a2c42c

Please sign in to comment.