Update version and changelog

pull/996/head
Alex Baker 4 years ago
parent 6988073de2
commit b9a22b8041

@ -1,6 +1,23 @@
Change Log
---
=======
### 9.0 (2020-04-28)
* Collapsible subtasks enabled by default
* Show subtask chip even if list chips are disabled
* Indent subtasks in 'Share' output
* Don't trigger location reminders for snoozed or hidden tasks
* Minimum supported version is now Android 6.0
* Update translations
* Basque - @osoitz
* Dutch - @fvbommel
* French - @FlorianLeChat
* German - Jeannette L, Martin
* Hungarian - kaciokos
* Norwegian Bokmål - @comradekingu
* Spanish - @FlorianLeChat
* Turkish - etc
### 8.11 (2020-04-27)
* Edit existing custom filters

@ -32,8 +32,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 746
versionName = "8.11"
versionCode = 90000
versionName = "9.0"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

@ -0,0 +1,8 @@
* Collapsible subtasks enabled by default
* Show subtask chip even if list chips are disabled
* Indent subtasks in 'Share' output
* Don't trigger location reminders for snoozed or hidden tasks
* Minimum supported version is now Android 6.0
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save