Skip to content

Commit

Permalink
update docs for v1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed Mar 1, 2025
1 parent f11e3e6 commit e6f0992
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ Mindolph is an open source personal knowledge management software for all deskto

|Platform|Type|Stable|Unstable|Note|
|----|----|----|----|----|
|macOS|.dmg|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4-x64.dmg) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-x64.dmg) | Intel |
|macOS|.dmg|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4-aarch64.dmg) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-aarch64.dmg) | Apple Silicon </br>for supporting PlantUML, install graphviz first:</br>`brew install graphviz`|
|Windows|.msi|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.msi) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.msi) | |
|Debian/Ubuntu|.deb|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.deb)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.rpm)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.rpm)| |
|Java Executable|.jar|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.jar)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.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.10.4.jar` </br> If not, download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-23`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-23\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.10.4.jar` |
|macOS|.dmg|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5-x64.dmg) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-x64.dmg) | Intel |
|macOS|.dmg|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5-aarch64.dmg) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-aarch64.dmg) | Apple Silicon </br>for supporting PlantUML, install graphviz first:</br>`brew install graphviz`|
|Windows|.msi|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.msi) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.msi) | |
|Debian/Ubuntu|.deb|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.deb)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.rpm)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.rpm)| |
|Java Executable|.jar|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.jar)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.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.10.5.jar` </br> If not, download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-23`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-23\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.10.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 @@ -87,12 +87,12 @@ Mindolph 是一个开源的支持多种桌面平台的个人知识库管理软

|系统|类型|稳定版|不稳定版|备注|
|----|----|----|----|----|
|macOS|.dmg|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4-x64.dmg)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-x64.dmg)| Intel |
|macOS|.dmg|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4-aarch64.dmg) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-aarch64.dmg) | Apple Silicon </br>显示 PlantUML 图需要先安装 graphviz:</br>`brew install graphviz`|
|Windows|.msi|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.msi)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.msi)| |
|Debian/Ubuntu|.deb|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.deb)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.rpm)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.rpm)| |
|Java Executable|.jar|[v1.10.4](https://github.com/mindolph/Mindolph/releases/download/v1.10.4/Mindolph-1.10.4.jar)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.jar)| Java 21 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.10.4.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-23`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-23\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.10.4.jar` |
|macOS|.dmg|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5-x64.dmg)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-x64.dmg)| Intel |
|macOS|.dmg|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5-aarch64.dmg) |[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2-aarch64.dmg) | Apple Silicon </br>显示 PlantUML 图需要先安装 graphviz:</br>`brew install graphviz`|
|Windows|.msi|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.msi)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.msi)| |
|Debian/Ubuntu|.deb|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.deb)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.rpm)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.rpm)| |
|Java Executable|.jar|[v1.10.5](https://github.com/mindolph/Mindolph/releases/download/v1.10.5/Mindolph-1.10.5.jar)|[v1.11.2](https://github.com/mindolph/Mindolph/releases/download/v1.11.2/Mindolph-1.11.2.jar)| Java 21 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.10.5.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-23`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-23\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.10.5.jar` |



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

### V1.10.5 Release
* Improvement: optimized the auto scroll during editing for the Markdown editor, now the scroll sync goes smoothly. 😊
* The .deb installation package is now built on Debian 12 and also works on Ubuntu.

### V1.11.2 Unstable Release
* Improvement: input panel follows the generated text during streaming generation by Gen-AI.
* Fix: exception when launching Gen-AI generating or summarizing panes if no custom models is set up for the provider.
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes/v1.10/v1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

### Improvement

* Optimized the auto scroll during editing for the Markdown editor, now the scroll sync goes smoothly. 😊

* Automatically remove bullet prefix (if exists) when using the Header button in the Markdown editor's toolbar.

* Optimized the closing by ESC for Gen-AI input dialog.
Expand Down Expand Up @@ -50,6 +52,8 @@

* No file is created when creating a new file with a path separator.

* The .deb installation package is now built on Debian 12 to fix the error during installation. It also works on Ubuntu.

### Dependencies

* Update bundled JRE to 23.0.2
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes/v1.10/v1.10_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

### 改进

* 改进了 Markdown 编辑器编辑时预览自动滚动效果,现在滚动同步更加顺滑了. 😊

* 使用 Markdown 编辑器工具栏中的标题按钮时自动删除项目符号前缀(如果存在的话)。

* 优化了使用ESC关闭Gen-AI输入对话框。
Expand Down Expand Up @@ -53,6 +55,8 @@

* 创建文件时如果输入带有路径分隔符,文件没有被创建。

* .deb 安装包基于 Debian 12 构建,解决在 Debian 上安装报错的问题,同时也能在 Ubuntu上安装。

### 依赖升级

* 捆绑的 JRE 升级到 23.0.2
Expand Down

0 comments on commit e6f0992

Please sign in to comment.