Update version and changelog

pull/996/head 8.9.1
Alex Baker 4 years ago
parent f5137f6664
commit 0aed1202eb

@ -1,6 +1,25 @@
Change Log
---
=======
### 8.9.1 (2020-04-08)
* Add option to always hide check button
* Hide check button for new tasks
* Rearrange multi-select buttons
* Allow more space for time buttons in date time picker
* Fix priority button layout on smaller devices
* Fix clicking on hidden task titles
* Fix tag picker checkbox tint on Android 4.4
* Fix EteSync crash on malformed iCalendar data
* Update translations
* Dutch - @fvbommel
* French - @FlorianLeChat
* German - Joey Meigele, Martin
* Hungarian - kaciokos
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Ukrainian - @nathalier
### 8.9 (2020-04-06)
* Add 'Select all' option to multi-select menu

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 726
versionName = "8.9"
versionCode = 728
versionName = "8.9.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

@ -0,0 +1,7 @@
* Add option to always hide check button
* Hide check button for new tasks
* Rearrange multi-select buttons
* Fix clicking on hidden task titles
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save