Skip to content

Commit

Permalink
update docs for v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed Nov 26, 2024
1 parent 3ff2ec5 commit 868f74d
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ Mindolph is an open source personal knowledge management software for all deskto
|Platform|Type|Stable|Unstable|Note|
|----|----|----|----|----|
|| |[v1.9.x](docs/release-notes/v1.9/v1.9.md)|[v1.10.x](docs/release-notes/v1.10/v1.10.md)| Release notes |
|macOS|.dmg|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4-x64.dmg) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-x64.dmg) | Intel |
|macOS|.dmg|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4-aarch64.dmg) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-aarch64.dmg) | Apple Silicon </br>for supporting PlantUML, install graphviz first:</br>`brew install graphviz`|
|Windows|.msi|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.msi) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.msi) | |
|Debian|.deb|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.deb)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.rpm)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.rpm)| |
|Java Executable|.jar|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.jar)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.jar)| Java 21 is the minimum version to run this application. </br> If you are using Linux, run the jar like this: </br> `java -jar Mindolph-1.9.4.jar` </br> If not, Download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-22`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-22\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.9.4.jar` |
|macOS|.dmg|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5-x64.dmg) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-x64.dmg) | Intel |
|macOS|.dmg|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5-aarch64.dmg) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-aarch64.dmg) | Apple Silicon </br>for supporting PlantUML, install graphviz first:</br>`brew install graphviz`|
|Windows|.msi|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.msi) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.msi) | |
|Debian|.deb|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.deb)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.rpm)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.rpm)| |
|Java Executable|.jar|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.jar)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.jar)| Java 21 is the minimum version to run this application. </br> If you are using Linux, run the jar like this: </br> `java -jar Mindolph-1.9.5.jar` </br> If not, Download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-22`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-22\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.9.5.jar` |


[Change Logs](docs/change_logs.md)
Expand Down
12 changes: 6 additions & 6 deletions docs/README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Mindolph 是一个开源的支持多种桌面平台的个人知识库管理软
|系统|类型|稳定版|不稳定版|备注|
|----|----|----|----|----|
|| |[v1.9.x](release-notes/v1.9/v1.9_zh_CN.md)|[v1.10.x](release-notes/v1.10/v1.10_zh_CN.md)| 发布记录 |
|macOS|.dmg|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4-x64.dmg)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-x64.dmg)| Intel |
|macOS|.dmg|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4-aarch64.dmg) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-aarch64.dmg) | Apple Silicon </br>显示 PlantUML 图需要先安装 graphviz:</br>`brew install graphviz`|
|Windows|.msi|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.msi)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.msi)| |
|Debian|.deb|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.deb)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.rpm)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.rpm)| |
|Java Executable|.jar|[v1.9.4](https://github.com/mindolph/Mindolph/releases/download/v1.9.4/Mindolph-1.9.4.jar)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.jar)| Java 21 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.9.4.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-22`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-22\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.9.4.jar` |
|macOS|.dmg|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5-x64.dmg)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-x64.dmg)| Intel |
|macOS|.dmg|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5-aarch64.dmg) |[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0-aarch64.dmg) | Apple Silicon </br>显示 PlantUML 图需要先安装 graphviz:</br>`brew install graphviz`|
|Windows|.msi|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.msi)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.msi)| |
|Debian|.deb|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.deb)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.rpm)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.rpm)| |
|Java Executable|.jar|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.jar)|[v1.10.0](https://github.com/mindolph/Mindolph/releases/download/v1.10.0/Mindolph-1.10.0.jar)| Java 21 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.9.5.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-22`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-22\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.9.5.jar` |



Expand Down
9 changes: 8 additions & 1 deletion docs/change_logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Logs

### V1.9.5 Release

* Fix: exception when undo editing from an empty row in CSV editor.
* Fix: clicking on web links in markdown preview panel should go to external browser.
* Fix: no default outline text for empty topic in mind map.


### V1.10.0 Unstable Release

Expand All @@ -13,7 +19,8 @@

* Improvement: `remove collection` menu item should be disabled for `default` collection.
* Fix: locating folder from `go to file` dialog doesn't work if `auto select` option is disabled by user.
* update JavaFx to 23.0.1 and other dependencies.
* update JavaFX to 23.0.1 and other dependencies.


### V1.9.3 Unstable Release

Expand Down
7 changes: 7 additions & 0 deletions docs/release-notes/v1.9/v1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
* Add image quick insert button to the toolbar to Markdown code editor.


### Bug Fixes

* exception when undo editing from an empty row in CSV editor.

* clicking on web links in markdown preview panel should go to external browser.


### Dependencies

* update bundled JRE to 22.0.2
Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes/v1.9/v1.9_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@

* 为Markdown代码编辑器增加插入图片快捷按钮。

### Bug修复

* 在CSV编辑器中从一个空行撤销编辑时出现异常。

* 点击Markdown预览中出现的网址链接应当跳转到外部浏览器打开。

### 依赖升级

* 捆绑的 JRE 升级到 22.0.2
Expand Down

0 comments on commit 868f74d

Please sign in to comment.