Skip to content

Commit

Permalink
update docs for v1.5.7 and v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed Nov 14, 2023
1 parent a41b280 commit 116027e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ Mindolph is an open source personal knowledge management software for all deskto

|Platform|Type|Stable|Unstable|Note|
|----|----|----|----|----|
|MacOS|.dmg|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.dmg) |[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.dmg) | |
|Windows|.msi|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.dmg) |[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.msi) | |
|Debian|.deb|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.deb)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.rpm)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.rpm)| |
|Java Executable|.jar|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.jar)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.jar)| Java 17 is the minimum requirement to run this application. </br> If you are using Linux, run the jar like this: </br> `java -jar Mindolph-1.5.6.jar` </br> If not, Download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-20`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-20\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web -jar Mindolph-1.5.6.jar` |
|MacOS|.dmg|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.dmg) |[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.dmg) | |
|Windows|.msi|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.dmg) |[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.msi) | |
|Debian|.deb|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.deb)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.rpm)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.rpm)| |
|Java Executable|.jar|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.jar)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.jar)| Java 17 is the minimum requirement to run this application. </br> If you are using Linux, run the jar like this: </br> `java -jar Mindolph-1.5.7.jar` </br> If not, Download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-20`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-20\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web -jar Mindolph-1.5.7.jar` |


[Change logs](docs/change_logs.md)
Expand Down
10 changes: 5 additions & 5 deletions docs/README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Mindolph 是一个支持多平台的开源的个人知识库管理软件。[Engl

|系统|类型|稳定版|不稳定版|备注|
|----|----|----|----|----|
|MacOS|.dmg|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.dmg)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.dmg)| |
|Windows|.msi|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.dmg)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.msi)| |
|Debian|.deb|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.deb)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.rpm)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.rpm)| |
|Java Executable|.jar|[v1.5.6](https://github.com/mindolph/Mindolph/releases/download/v1.5.6/Mindolph-1.5.6.jar)|[v1.6.2](https://github.com/mindolph/Mindolph/releases/download/v1.6.2/Mindolph-1.6.2.jar)| Java 17 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.5.6.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-20`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-20\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web -jar Mindolph-1.5.6.jar` |
|MacOS|.dmg|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.dmg)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.dmg)| |
|Windows|.msi|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.dmg)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.msi)| |
|Debian|.deb|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.deb)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.rpm)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.rpm)| |
|Java Executable|.jar|[v1.5.7](https://github.com/mindolph/Mindolph/releases/download/v1.5.7/Mindolph-1.5.7.jar)|[v1.6.3](https://github.com/mindolph/Mindolph/releases/download/v1.6.3/Mindolph-1.6.3.jar)| Java 17 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.5.7.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-20`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-20\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web -jar Mindolph-1.5.7.jar` |



Expand Down
7 changes: 7 additions & 0 deletions docs/change_logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Logs

### V1.6.3 Unstable Release
* Merged bug fixes from v1.5.7

### V1.5.7 Release
* Improvement: optimized recent list view a little bit.
* Fix: exporting markdown to PDF doesn't work.

### V1.6.2 Unstable Release
* Feature: support markdown in note editor for mind map.
* Improvement: the performance of pasting long text to code editor.
Expand Down

0 comments on commit 116027e

Please sign in to comment.