From b5e2004d89a3b1da92923515b9bfc50c70dce3e6 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 6 Feb 2021 21:02:17 +0100 Subject: [PATCH] Update changelog --- changelog.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index 82e627e4..1f06676c 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,5 +1,13 @@ -- version: "1.73" +- version: "1.74" draft: true + improvements: + - text: "Add Date Only FileName option #346" + - text: "Ignore folders with a .gjignore file. It's a temporary hack untill we start reading the .gjignore files like the .gitignore files" + - text: "Add a working Experimental Markdown Toolbar" + - text: "Basic Undo/Redo support for Raw Editor" + +- version: "1.73" + date: 2020-11-15 features: - text: "Allow the Git Repo to be accessible by other apps. You can now edit the notes with any other editor in Android, and additionally sync with any other mechanism as the folder is in a public location - #99" improvements: @@ -12,6 +20,7 @@ - text: "Create new note when clicking on non existing Wiki Link - #240" - text: "Debug Screen: Add a button to easily copy all the logs" - text: "Git Remote Settings: Expose the git host" + - text: "When sharing a note share it's metadata as well #360" bugs: - text: "Fix notes not always showing up - #270" - text: "Fix sharing to GitJournal - #293"