From e1c4c58da5088357ed82da7d0b647a6feffd62b8 Mon Sep 17 00:00:00 2001 From: Darryl Lawson Date: Thu, 1 Aug 2019 07:33:09 +0930 Subject: [PATCH] Added a release history text file and a messages.json so that the release history is shown on upgrade of the package --- messages.json | 3 +++ release_history.txt | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 messages.json create mode 100644 release_history.txt diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..1163712 --- /dev/null +++ b/messages.json @@ -0,0 +1,3 @@ +{ + "1.1.0": "release_history.txt" +} diff --git a/release_history.txt b/release_history.txt new file mode 100644 index 0000000..49fffbf --- /dev/null +++ b/release_history.txt @@ -0,0 +1,15 @@ +Notedown release history + + +1.1.0, 1 August 2019 + +- Changing the Markdown heading of a note will now automatically prompt you + to rename the file to match. + +- Adds support for a "note_folder_patterns" setting which lets you specify + which folders contain notes. + + +1.0.0, 30 June 2019 + +- Initial release.