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)