Skip to content

Commit

Permalink
update version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjinglei committed Dec 7, 2023
1 parent 7912917 commit 9cf3097
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 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.6/2023-12-07

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

- add color to lines
- add color.js to mix color
- adjust sunburst graph

## 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)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For example, If you link note A with note B, C and D. The relation graph drawn b

## Changelog

- v0.3.6
- add color to lines
- The color lines start at the starting point and ends at the end of the branch, Like a mind map.
![](https://z1.ax1x.com/2023/12/07/pig5hc9.png)
- v0.3.5
- [#10](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/issues/10) Changed the icon.
- Adjusted label width.
Expand Down
11 changes: 8 additions & 3 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

## 更新日志

- v0.3.6
- 增加了连接线的颜色
- 颜色连接线从起始点开始,直到该分支的尽头,类似思维导图。
![](https://z1.ax1x.com/2023/12/07/pig5hc9.png)
- v0.3.5
- [#10](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/issues/10) 更新侧栏图标。
- 调整 label 宽度。
Expand Down Expand Up @@ -138,7 +142,7 @@
## 未来计划

- [ ] 布局优化
- [ ] 颜色区分
- [x] 颜色区分

## 反馈

Expand All @@ -152,6 +156,7 @@

## 感谢

- 本插件使用了[Dagre](https://github.com/dagrejs/dagre)进行有向图布局计算
- 本插件使用了[Apache ECharts](https://echarts.apache.org/en/index.html)绘制图形
- 本项目使用了[Dagre](https://github.com/dagrejs/dagre)进行有向图布局计算
- 本项目使用了[Apache ECharts](https://echarts.apache.org/en/index.html)绘制图形
- 本项目使用了[Color.js](https://github.com/color-js/color.js)进行混合颜色计算
- 本项目为[siyuan](https://github.com/siyuan-note/siyuan)插件,已在思源集市上架。
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.5",
"version": "0.3.6",
"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.

0 comments on commit 9cf3097

Please sign in to comment.