From 25d92f7f7837179a880169744aae709627798398 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 19 Sep 2020 21:40:36 +0200 Subject: [PATCH] Changelog: Make large parts of it structured I've still only gone down to version 1.52, and even then I haven't gone through the commits and seen if I missed something. The changelogs I was writing earlier weren't very comprehensive. --- CHANGELOG.md | 89 ----------------------------------- changelog.yml | 125 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 124 insertions(+), 90 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a01421..06207cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,92 +1,3 @@ -## [1.69] - 2020-09-04 -* Be more forgiving when parsing the YAML Frontmatter -* Add support for Inline Tags -* Fast dark mode switcher - -## [1.68] - 2020-08-31 -* Make Swipe to Delete Configurable -* Allow Markdown to be previewed from all Editors -* Add Yearly purchase option - -## [1.67] - 2020-08-19 -* Beautify the Purchase Screen -* Note Backlinks: Fix occasional rendering glitches -* Be more relaxed when parsing the YAML - -## [1.66] - 2020-08-18 -* Follow Obsidian's algorithm for resolving WikiLinks -* All custom metadata to be added to each note - -## [1.65] - 2020-08-14 -* Allow the sorting order to be controller -* Fix: Purchasing Pro would sometimes fail -* Fix: Backlinks and actual links were different - -## [1.64] - 2020-08-12 -* Showcase list of Features in Purchase Screen -* Fix: Payment slider being glitchy -* Fix: MetaData Settings page crashing - -## [1.63] - 2020-08-11 -* Resolve Wiki Links the same way as Obsidian -* Support piped WikiLinks format [[fileName | what-to-show ]] -* Allow 'tags' metadata field to be configured -* Allow 'created' metadata field to be configured -* Fix annoying cursor not showing spaces bug - -## [1.62] - 2020-07-30 -* Allow title metadata to be configured -* Bug: Fix GitJournal sometimes reseting its config - -## [1.61] - 2020-07-28 -* Add Zen Mode - -## [1.60] - 2020-07-21 -* Make sure pro mode is correctly detected -* Ensure notes are never lost when saving -* Support for hardened ssh servers - -## [1.59] - 2020-07-09 -* Render wiki style links -* Avoid blocking the UI when loading Notes -* Improve the pro purchasing screen - -## [1.58] - 2020-07-04 -* Send crash reports to Sentry -* Allow experimental features to be controlled -* Basic support for wiki links [[word]] -* Fix Pro mode occasionally not being detected - -## [1.57] - 2020-06-10 -* Better support for auto adding list items when typing -* Bug fix in iOS where notes would no longer be shown -* Improve error handling - -## [1.56] - 2020-06-04 -* Bug fix for Folder Names -* Make it easier to add a new tags -* Allow filenames to be UUID - -## [1.55] - 2020-06-03 -* Add txt file support -* Automatically add list items when editing in markdown -* Better log collection for bug reports - -## [1.54] - 2020-05-27 -* Allow the Git Remote Host to be reset -* Allow the default Image location to be configured -* Experimental support for backlinks - -## [1.53] - 2020-05-18 -* Allow a custom repo to be chosen in the Automatic Git Host Setup -* Make Card View responsive to screen size -* Polished the Debug screen - -## [1.52] - 2020-05-14 -* Added Tags support -* Allow sharing files to GitJournal -* Add App Shortcuts - ## [1.51] - 2020-05-08 * Add a bottom bar in the NoteEditor to show the Folder * Add very basic Image support diff --git a/changelog.yml b/changelog.yml index e213b3ff..e532d50d 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,7 +1,7 @@ - version: "1.70" date: 2020-09-16 draft: false - reddit: 'https://www.reddit.com/r/GitJournal/comments/iu47ej/gitjournal_v170/' + reddit: "https://www.reddit.com/r/GitJournal/comments/iu47ej/gitjournal_v170/" features: - text: "Implement Basic Search highlighting #14" image: search_highlight.gif @@ -67,3 +67,126 @@ image: custom_yaml.gif - title: WikiLinks resolution text: Notes can be linked together via the `[[term]]` syntax. Improve the term -> file name conversion to be compatible with Obsidian. + +- version: "1.65" + date: 2020-08-14 + features: + - text: Allow the sorting order to be controlled + bugs: + - text: Purchasing the Pro Mode would sometimes fail + - text: Backlinks section wouldn't always show all the links + +- version: "1.64" + date: 2020-08-12 + features: + - text: Shocase the list of Features in the Purchase Screen + image: feature_list.gif + bugs: + - The Payment slider was a bit glitchy + - MetaData settings page would occasionally crash + +- version: "1.63" + date: 2020-08-11 + features: + - text: Make Wiki Link resolution be similar to the way it is done in Obsidian + - text: Support Piped Wiki Links format `[[fileName | text-to-dispaly]]` + - text: Allow 'tags' metadata field to be configured + - text: Allow 'created' metdata field to be configured + bugs: + - text: Fix annoying cursor not moving for spaces bug + +- version: "1.62" + date: 2020-07-30 + features: + - title: Allow title metadata to be configured + text: "Implemented the most voted feature! #112 - Controlling how the title is saved. Saving it in the YAML metadata as 'title' wasn't satisfying everyone." + image: setting_metadata.gif + bugs: + - text: Fix Gitjournal occasionally resetting the configuration + +- version: "1.61" + date: 2020-07-28 + features: + - title: Add Zen Mode + image: zen_mode.gif + +- version: "1.60" + date: 2020-07-21 + improvements: + - text: Ensure notes are never lost when saving + image: note_saving.gif + - text: Upgrade libssh to support more hardened SSH Servers + bugs: + - text: Make sure pro mode is correctly detected + +- version: "1.59" + date: 2020-07-09 + features: + - text: Render Wiki Style links + improvements: + - text: Improve the Pro Purchase Screen + bugs: + - Avoid blocking the UI when loading Notes + +- version: "1.58" + date: 2020-07-04 + improvements: + - text: Send crash reports to Sentry over Crashlytics. Sentry is an open sourc project and has a much better interface for managing the crashes. + - text: Allow users to play around with experimental features + image: experimental.jpeg + - text: Basic support for wiki style links - [[word]] + image: wikiLinks.gif + bugs: + - text: Fix Pro Mode occasionally not being detected + +- version: "1.57" + date: 2020-06-10 + improvements: + - text: Better support for auto adding list items when typing + - text: In general, improve the error handling workflow of GitJournal, so errors are never silently ignored. + bugs: + - text: Fix a rare case where all the GitJournal would reset in iOS and the notes would no longer be shown. + +- version: "1.56" + date: 2020-06-04 + improvements: + - text: Make it easier to add new tags + - text: Allow default filenames to be UUIDs + bugs: + - text: Fix a regression where SubFolder names had their parent folders name still present + +- version: "1.55" + date: 2020-06-03 + features: + - text: Add support for txt files + - text: Automatically add list items when editing + image: editor_heuristics.gif + improvements: + - text: Collect better logs for when when the user reports a bug + +- version: "1.54" + date: 2020-05-27 + features: + - title: Allow the Git Remote to be Reset + text: Earlier this required reinstalling the application. + image: reset_host.jpeg + - text: Allow the default Image location to be configured + - text: Experimental support for backlinks + image: backlinks.jpeg + +- version: "1.53" + date: 2020-05-18 + features: + - text: Let a custom repo be chosen during the Automatic Git Host Setup + image: auto_setup.gif + - text: Make the Card View responsible to the screen size + improvements: + - text: Polish the Debug Screen + +- version: "1.52" + date: 2020-05-14 + features: + - text: Add Tags Support + - text: Add App Shortcuts + image: shortcuts.jpeg + - text: Allow Sharing Files to GitJournal