Bump version to 1.8.8

pull/605/head
Alinson S. Xavier 5 years ago
parent a3344358b9
commit 6aa72caf6c

1
.gitignore vendored

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

@ -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.

@ -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

@ -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

Loading…
Cancel
Save