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.