Skip to content

Commit

Permalink
update docs for v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed Dec 21, 2024
1 parent dd53fb3 commit 1c38d9f
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 14 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.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-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.9.5.jar` |
|macOS|.dmg|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5-x64.dmg) |[v1.10.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1-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.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1-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.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.msi) | |
|Debian|.deb|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.deb)|[v1.10.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.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.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.rpm)| |
|Java Executable|.jar|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.jar)|[v1.10.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.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-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.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.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-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.9.5.jar` |
|macOS|.dmg|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5-x64.dmg)|[v1.10.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1-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.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1-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.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.msi)| |
|Debian|.deb|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.deb)|[v1.10.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.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.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.rpm)| |
|Java Executable|.jar|[v1.9.5](https://github.com/mindolph/Mindolph/releases/download/v1.9.5/Mindolph-1.9.5.jar)|[v1.10.1](https://github.com/mindolph/Mindolph/releases/download/v1.10.1/Mindolph-1.10.1.jar)| Java 21 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.9.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.9.5.jar` |



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

### V1.10.1 Unstable Release

* Feature: New custom snippet feature for Mind Map, PlantUML and Markdown. You can define your own text or image snippets, the image type snippet can be applied to Mind Map as image attribute without file link.
* Improvement: add option `open topic attributes by double clicking` for mind map.
* Fix: option `show collapsator when mouse hover` for mind map theme.
* merged bug fixes from stable version 1.9.5.
* update dependencies


### V1.9.5 Release

* Fix: exception when undo editing from an empty row in CSV editor.
Expand Down
17 changes: 16 additions & 1 deletion docs/release-notes/v1.10/v1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,34 @@

### New Features

* new snippet panel for all files; move PlantUML snippets to the global snippet panel.
* new snippet feature in left panel for all files.

* move PlantUML snippets to the global snippet panel.

* add snippet support for mind map by emoticons.

* new custom snippet feature for Mind Map, PlantUML and Markdown. You can define your own text or image snippets, the image type snippet can be applied to Mind Map as image attribute without file link.


### Improvement

* refactored the emoticon dialog with new version emoticon view.

* add option `open topic attributes by double clicking` for mind map and take selected as default.


### Bug Fixes

* locating folder from `go to file` dialog doesn't work if `auto select` option is disabled by user.

* option `show collapsator when mouse hover` for mind map theme.


### Dependencies

* update bundled JRE to 23.0.1

* other dependencies like plantuml, richtextfx, etc.

---
> Created at 2024-11-12 00:59:13
32 changes: 31 additions & 1 deletion docs/release-notes/v1.10/v1.10_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# v1.10_zh_CN
# v1.10 发行说明(草稿)

### 新功能

* 在左侧面板中为所有文件新增片段功能。

* 将 PlantUML 代码片段界面移动到统一的全局代码片段面板。

* 为思维导图新增表情图标的片段支持。

* 为思维导图、PlantUML 和 Markdown 新增自定义片段功能。你可以定义自己的文本或图片片段,图片类型的片段可以作为图片属性应用到思维导图中,而无需文件链接。


### 改进

* 重构思维导图中的表情图标对话框视图。

* 思维导图新增`open topic attributes by double clicking`选项用来设置是否通过双击打开主题属性,默认为选中。


### Bug修复

* 如果用户禁用了 `auto select` 选项,从`go to file`定位文件夹不能正常工作。

* 思维导图主题的`show collapsator when mouse hover`选项


### 依赖升级

* 捆绑的 JRE 升级到 23.0.1

* 其他依赖例如:plantuml, richtextfx 等等.

---
> Created at 2024-11-12 00:59:23

0 comments on commit 1c38d9f

Please sign in to comment.