Bump version to 1.8.8

This commit is contained in:
2020-06-21 08:54:48 -05:00
parent a3344358b9
commit 6aa72caf6c
4 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
*.swp *.swp
*~.nib *~.nib
.DS_Store .DS_Store
._.DS_Store
.externalNativeBuild .externalNativeBuild
.gradle .gradle
.idea .idea

View File

@@ -1,5 +1,9 @@
# Changelog # 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) ### 1.8.0 (Jan 1, 2020)
* New bar chart showing number of repetitions performed in each week, month, quarter or year. * New bar chart showing number of repetitions performed in each week, month, quarter or year.

View File

@@ -1,5 +1,5 @@
VERSION_CODE = 50 VERSION_CODE = 51
VERSION_NAME = 1.8.7 VERSION_NAME = 1.8.8
MIN_SDK_VERSION = 21 MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 29 TARGET_SDK_VERSION = 29

View File

@@ -1,11 +1,11 @@
1.8.7 1.8.8
* Fix notification issues * Small tweaks to the habit scheduling algorithm
1.8: 1.8:
* New bar chart showing number of repetitions performed each week, month or year * New bar chart showing number of repetitions performed each week, month or year
* Performing habits on irregular weekdays will no longer break your streak * Performing habits on irregular weekdays will no longer break your streak
* More colors to choose from (now 20 in total) * More colors to choose from (now 20 in total)
* Ability to customize how transparent the widgets are * Customize how transparent the widgets are
* Ability to customize the first day of the week * Customize the first day of the week
* Yes/No buttons on notifications instead of just "Check" * Yes/No buttons on notifications
* Automatic dark theme (Android 10) * Automatic dark theme (Android 10)
* Smaller APK and backup files * Smaller APK and backup files