From 56c180183ee7ce950fba54644e0ccf90731d1733 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 26 Nov 2020 08:22:37 -0600 Subject: [PATCH] Update release notes --- CHANGELOG.md | 4 ++++ .../src/main/play/release-notes/en-US/beta.txt | 12 ------------ .../release-notes/en-US/{alpha.txt => default.txt} | 2 ++ .../src/main/play/release-notes/en-US/production.txt | 5 ----- 4 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 android/uhabits-android/src/main/play/release-notes/en-US/beta.txt rename android/uhabits-android/src/main/play/release-notes/en-US/{alpha.txt => default.txt} (93%) delete mode 100644 android/uhabits-android/src/main/play/release-notes/en-US/production.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ae915a9f0..eaebbdca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.8.10 (Nov 26, 2020) + +* Update translations + ### 1.8.9 (Nov 18, 2020) * Remove INTERNET permission diff --git a/android/uhabits-android/src/main/play/release-notes/en-US/beta.txt b/android/uhabits-android/src/main/play/release-notes/en-US/beta.txt deleted file mode 100644 index e5eea79b4..000000000 --- a/android/uhabits-android/src/main/play/release-notes/en-US/beta.txt +++ /dev/null @@ -1,12 +0,0 @@ -1.8.2: -* Fix issues with reminders -* Fix crash (HUAWEI) -1.8: -* New bar chart showing number of repetitions performed each week, month or year -* Performing habits on irregular weekdays will no longer break your streak -* More colors to choose from (now 20 in total) -* Ability to customize how transparent the widgets are -* Ability to customize the first day of the week -* Yes/No buttons on notifications instead of just "Check" -* Automatic dark theme (Android 10) -* Smaller APK and backup files diff --git a/android/uhabits-android/src/main/play/release-notes/en-US/alpha.txt b/android/uhabits-android/src/main/play/release-notes/en-US/default.txt similarity index 93% rename from android/uhabits-android/src/main/play/release-notes/en-US/alpha.txt rename to android/uhabits-android/src/main/play/release-notes/en-US/default.txt index 59075b54b..52cfdd7c6 100644 --- a/android/uhabits-android/src/main/play/release-notes/en-US/alpha.txt +++ b/android/uhabits-android/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1,5 @@ +1.8.10: +* Update translations 1.8.9 * Remove unused permissions * Notification bundling diff --git a/android/uhabits-android/src/main/play/release-notes/en-US/production.txt b/android/uhabits-android/src/main/play/release-notes/en-US/production.txt deleted file mode 100644 index 32c331dbf..000000000 --- a/android/uhabits-android/src/main/play/release-notes/en-US/production.txt +++ /dev/null @@ -1,5 +0,0 @@ -Version 1.7.11: -* Fix bug that produced corrupted CSV files in some countries -Version 1.7.10: -* Fix bug that prevented notifications from appearing on some phones -* Update target SDK to Android Pie 9 (API Level 28)