diff --git a/.gitignore b/.gitignore index b93bd0c9b..af5c06baa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.swp *~.nib .DS_Store +._.DS_Store .externalNativeBuild .gradle .idea diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d889e7fc..06a71e003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.8.8 (June 21, 2020) + +* Make small changes to the habit scheduling algorithm, so that "1 time every x days" habits work more predictably. + ### 1.8.0 (Jan 1, 2020) * New bar chart showing number of repetitions performed in each week, month, quarter or year. diff --git a/android/gradle.properties b/android/gradle.properties index e35c52421..9c35b1506 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE = 50 -VERSION_NAME = 1.8.7 +VERSION_CODE = 51 +VERSION_NAME = 1.8.8 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 29 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/alpha.txt index c34a68498..b84c5ad40 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/alpha.txt @@ -1,11 +1,11 @@ -1.8.7 -* Fix notification issues +1.8.8 +* Small tweaks to the habit scheduling algorithm 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" +* Customize how transparent the widgets are +* Customize the first day of the week +* Yes/No buttons on notifications * Automatic dark theme (Android 10) * Smaller APK and backup files