From 60a40f0ecd680e18408af7b42fd1785d5e5ee6f0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 8 Dec 2019 20:30:43 +0100 Subject: [PATCH] updating changelog --- CHANGELOG.md | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/67.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/67.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 59525852..80a22cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 6.3.0 *(2019-12-08)* +---------------------------- + + * Allow reordering checklist items by dragging, once selection mode by long pressing is activated + * Added a new settings item for moving undone checklist items at the top automatically + * Properly apply the selected gravity and font size at checklist items + * Allow just changing a letter case at renaming a note + * Some other UX, stability and translation improvements + Version 6.2.1 *(2019-10-28)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/67.txt b/fastlane/metadata/android/en-US/changelogs/67.txt new file mode 100644 index 00000000..b898a29f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/67.txt @@ -0,0 +1,5 @@ + * Allow reordering checklist items by dragging, once selection mode by long pressing is activated + * Added a new settings item for moving undone checklist items at the top automatically + * Properly apply the selected gravity and font size at checklist items + * Allow just changing a letter case at renaming a note + * Some other UX, stability and translation improvements