Skip to content

Commit

Permalink
v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed Mar 26, 2023
1 parent 15ae2a8 commit 2bb3388
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@ Mindolph is an open source personal knowledge management software for all deskto

### Releases

* Stable: v1.1
* Stable: v1.1.1

* [MacOS](https://github.com/mindolph/Mindolph/releases/download/1.1-stable/Mindolph-1.1.dmg)
* [MacOS](https://github.com/mindolph/Mindolph/releases/download/1.1.1-stable/Mindolph-1.1.1.dmg)

* [Windows x64](https://github.com/mindolph/Mindolph/releases/download/1.1-stable/Mindolph-1.1.msi)
* [Windows x64](https://github.com/mindolph/Mindolph/releases/download/1.1.1-stable/Mindolph-1.1.1.msi)

* [Debian](https://github.com/mindolph/Mindolph/releases/download/1.1-stable/Mindolph-1.1.deb)
* [Debian](https://github.com/mindolph/Mindolph/releases/download/1.1.1-stable/Mindolph-1.1.1.deb)

> for supporting PlantUML, install graphviz first:
> `sudo apt install graphviz`

* [Fedora](https://github.com/mindolph/Mindolph/releases/download/1.1-stable/Mindolph-1.1.rpm)
* [Fedora](https://github.com/mindolph/Mindolph/releases/download/1.1.1-stable/Mindolph-1.1.1.rpm)

* [Java Executable(.jar)](https://github.com/mindolph/Mindolph/releases/download/1.1-stable/Mindolph-1.1.jar)
* [Java Executable(.jar)](https://github.com/mindolph/Mindolph/releases/download/1.1.1-stable/Mindolph-1.1.1.jar)

> If you are using Linux, run the jar like this:
> `java -jar Mindolph-1.1.jar`
> If not, Download JavaFX SDK(17+) for your platform and extract to somewhere eg: `/mnt`, run the jar file like this:
> `java --module-path /mnt/javafx-sdk-17/lib --add-modules
> `java -jar Mindolph-1.1.1.jar`
> If not, Download JavaFX SDK(17+) for your platform and extract to somewhere eg: `c:\`, run the jar file like this:
> `java --module-path c:\javafx-sdk-17\lib --add-modules
> java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web -jar
> Mindolph-1.1.jar`
> Mindolph-1.1.1.jar`



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

### V1.1.1 Release
* Improvement: always open mmd file in Mindolph.
* Improvement: enlarge code editor line spacing to make reading more comfortable.
* Fix: copy relative path missing file name.
* Fix: exception when replacing text without searching first.
* Fix: searching stops when replacing fail.

### V1.1 Stable
* Improvement: better merging for undo/redo history in code editor, it won't redo a lot of inputs now.
* Fix: 'collapse all' does not really collapse all tree nodes for both workspace and folder.
Expand Down

0 comments on commit 2bb3388

Please sign in to comment.