mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Changelog: Make all it structured
This commit is contained in:
55
CHANGELOG.md
55
CHANGELOG.md
@ -1,55 +0,0 @@
|
||||
## [1.28] - 2019-12-28
|
||||
* Fix: Allow # to be used in the title
|
||||
|
||||
## [1.27] - 2019-12-27
|
||||
* Allow Note titles to be specified
|
||||
* Links can now be opened from Notes
|
||||
|
||||
## [1.26] - 2019-12-26
|
||||
* Support Git repos which do not have master branches
|
||||
* Add scrollbars
|
||||
* Add a button to show network state
|
||||
* Fix Folder Navigation
|
||||
* Split GitJournal into many plugins
|
||||
- This way more people can build Git based apps
|
||||
|
||||
## [1.25] - 2019-12-14
|
||||
* Fix sorting of Notes and Folders
|
||||
|
||||
## [1.24] - 2019-12-14
|
||||
* Improve Folder Support
|
||||
- Folders can now be deleted
|
||||
- Subfolders can be also created
|
||||
* Improve markdown support - we now support all of GitHub markdown minus HTML.
|
||||
* Mark when the note was last modified in the metadata.
|
||||
* Bug fixes related to datetime parsing and serializaiton.
|
||||
|
||||
## [1.23] - 2019-12-08
|
||||
* Massive performance boosts. We aren't just saying that, now notes are loaded asynchronously in the background, and we only re-parse them when necessary.
|
||||
|
||||
## [1.22] - 2019-12-07
|
||||
|
||||
* Improve animations while navigating
|
||||
* Allow folders to be renamed
|
||||
|
||||
## [1.21] - 2019-12-06
|
||||
|
||||
* Polish Folder support
|
||||
- Allow new folders to be created
|
||||
* Make everything look a bit prettier
|
||||
|
||||
## [1.20] - 2019-12-04
|
||||
|
||||
* We now have basic Folder support
|
||||
* Notes can be managed inside any Folder
|
||||
* Improve appearance in dark mode
|
||||
* Bug: Fix ssh key not being regenerated error
|
||||
|
||||
## [1.18] - 2019-11-02
|
||||
|
||||
* Better handling of Markdown files without YAML headers
|
||||
* Raw Note editing now uses a Monospace Font
|
||||
* The Settings Screen has been made prettier
|
||||
* Back button automatically saves the note
|
||||
* Improved performance by build time caching of constant values
|
||||
* Bug: Avoid saving notes if not modified
|
@ -348,3 +348,71 @@
|
||||
date: 2020-01-02
|
||||
bugs:
|
||||
- text: New Repo in GitLab Fix
|
||||
|
||||
- version: "1.28"
|
||||
date: 2019-12-28
|
||||
bugs:
|
||||
- text: "Allow # to be used in the title"
|
||||
|
||||
- version: "1.27"
|
||||
date: 2019-12-27
|
||||
improvements:
|
||||
- text: Links can now be opened from Notes
|
||||
|
||||
- version: "1.26"
|
||||
date: 2019-12-26
|
||||
improvements:
|
||||
- text: Support Git repos which do not have master branches
|
||||
- text: Add Scrollbars
|
||||
- text: Add a button to show the network state
|
||||
bugs:
|
||||
- text: Fix Folder Navigation
|
||||
|
||||
- version: "1.25"
|
||||
date: 2019-12-14
|
||||
bugs:
|
||||
- text: Fix sorting of Notes and Folders
|
||||
|
||||
- version: "1.24"
|
||||
date: 2019-12-14
|
||||
improvements:
|
||||
- text: Improve Folder Support - Folders can be deleted and SubFolders can also be created
|
||||
- text: Improve markdown support - we now support all of GitHub Markdown minus HTML
|
||||
- text: Mark when the note was last modified in the metadata.
|
||||
bugs:
|
||||
- text: Properly serialize the parse Dates
|
||||
|
||||
- version: "1.23"
|
||||
date: 2019-12-08
|
||||
improvements:
|
||||
- text: Massive performance boosts. The notes are now loaded asynchronously in the background, and are only re-parsed when necessary.
|
||||
|
||||
- version: "1.22"
|
||||
date: 2019-12-07
|
||||
improvements:
|
||||
- text: Allow Folders to be renamed
|
||||
- text: Improve animations while navigating
|
||||
|
||||
- version: "1.21"
|
||||
date: 2019-12-06
|
||||
improvements:
|
||||
- text: Polish Folder Support - New Folders can now be created
|
||||
|
||||
- version: "1.20"
|
||||
date: 2019-12-04
|
||||
features:
|
||||
- text: Basic Folder support
|
||||
- text: Improve Dark Mode appearance
|
||||
bugs:
|
||||
- text: Fix ssh key not being regenerated error
|
||||
|
||||
- version: "1.19"
|
||||
date: 2019-11-02
|
||||
improvements:
|
||||
- text: Better handling of Markdown files without YAML headers
|
||||
- text: Raw Note editing now uses a Monospace Font
|
||||
- text: The Settings Screen has been made prettier
|
||||
- text: Back button automatically saves the note
|
||||
- text: Improved performance by build time caching of constant values
|
||||
bugs:
|
||||
- text: Avoid Saving notes if not modified
|
||||
|
Reference in New Issue
Block a user