diff --git a/DemoWorkspace/Markdown.md b/DemoWorkspace/Markdown.md index ffa0c9c8..1961569f 100644 --- a/DemoWorkspace/Markdown.md +++ b/DemoWorkspace/Markdown.md @@ -4,6 +4,10 @@ `Hello`, world. +你好,世界 + +こんにちは + ### Bullet List - Hello diff --git a/README.md b/README.md index 52ca0bee..41b88a6b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/release_notes.md b/docs/release_notes.md index 1aff5bb6..37c3b751 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -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.