Skip to content

Commit

Permalink
v1.0 Stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed Feb 13, 2023
1 parent 3044ea2 commit a1d30dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
4 changes: 4 additions & 0 deletions DemoWorkspace/Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

`Hello`, world.

你好,世界

こんにちは

### Bullet List

- Hello
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ Mindolph is a personal knowledge management software for desktop.

### Releases

Version: 1.0 RC3
Version: 1.0 Stable

* [MacOS](https://github.com/mindolph/Mindolph/releases/download/1.0-RC3/Mindolph-1.0-RC3.dmg)
* [MacOS](https://github.com/mindolph/Mindolph/releases/download/1.0/Mindolph-1.0.dmg)

* [Windows x64](https://github.com/mindolph/Mindolph/releases/download/1.0-RC3/Mindolph-1.0-RC3.msi)
* [Windows x64](https://github.com/mindolph/Mindolph/releases/download/1.0/Mindolph-1.0.msi)

* [Linux(.deb)](https://github.com/mindolph/Mindolph/releases/download/1.0-RC3/Mindolph_1.0-RC3_amd64.deb)
* [Linux(.deb)](https://github.com/mindolph/Mindolph/releases/download/1.0/Mindolph_1.0_amd64.deb)

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

* [Java Executable(.jar)](https://github.com/mindolph/Mindolph/releases/download/1.0-RC3/Mindolph-1.0-RC3.jar)
* [Java Executable(.jar)](https://github.com/mindolph/Mindolph/releases/download/1.0/Mindolph-1.0.jar)

> Download appropriate JavaFX SDK 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.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web -jar
> Mindolph-1.0-RC3.jar`
> Mindolph-1.0.jar`

[Release Notes](docs/release_notes.md)

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

### V1.0 Stable

* Improvement: add shortcut for quick comment for markdown.
* Fix: closed workspace will be restored after restarting.
* Fix: some functionality breaks after closing a workspace.
* Fix: "save as" failed to overwrite existing file if user choose "overwrite".
* Fix: for mindmap, convert a topic which has siblings at the top place will result as new sub-topics created at the end of siblings.
* Fix: the first opened file can't get message shows on status bar.
* Some minor UI/UX optimization, eg: context menu 'find files for text" renamed to 'find in files'.


### V1.0 RC3
* Fix: sub folders don't load during startup in some cases.
* Fix: the mind map doesn't center in some cases.
Expand Down

0 comments on commit a1d30dc

Please sign in to comment.