-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
46 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changes History | ||
## v1.2 | ||
- Support **MathJax**. | ||
- Fix a crash on macOS. | ||
- Change default font family. | ||
- Refine tab order. | ||
- Better support for HiDPI. | ||
- Support zoom in/out page when reading. | ||
- Introduce **Captain Mode** and **Navigation Mode**. | ||
- A more user friendly popup opened notes list. | ||
- Support jumping to specified tab efficiently by num keys. | ||
- Add shortcuts documentation. | ||
- AutoList and AutoIndent. | ||
|
||
## v1.1 | ||
- Refine messages and dialogs. Add Chinese translations. | ||
- A new application icon. | ||
- Support install target for Linux. | ||
- Continuous build and deployment for Linux, macOS, and Windows. | ||
- Support both X64 and x86 version of Windows. | ||
- Add `.md` suffix automatically when creating a note. | ||
- A more user friendly insert dialog. | ||
- Support **Mermaid** diagram. | ||
- Add **markdown-it** as the default renderer. Support task list. |