Update version and changelog

pull/996/head
Alex Baker 4 years ago
parent 4d17a290fd
commit ebe56e7ce5

@ -1,9 +1,11 @@
Change Log
---
=======
### 9.0 (2020-04-28)
### 9.0 (2020-05-01)
* Show What's New after update
* Collapsible subtasks enabled by default
* 20 new icons
* Show subtask chip even if list chips are disabled
* Indent subtasks in 'Share' output
* Don't trigger location reminders for snoozed or hidden tasks
@ -11,10 +13,14 @@ Change Log
* Update translations
* Basque - @osoitz
* Dutch - @fvbommel
* Finnish - Rami Lehtinen
* French - @FlorianLeChat
* German - Jeannette L, Martin
* German - Jeannette L, Martin, @sklueber
* Hungarian - kaciokos
* Norwegian Bokmål - @comradekingu
* Polish - @alex-ter
* Russian - @alex-ter
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Turkish - etc

@ -32,7 +32,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 90000
versionCode = 90001
versionName = "9.0"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)

@ -3,6 +3,7 @@
<string-array name="changelog">
<item>Display What\'s New after updates</item>
<item>Collapsible subtasks enabled by default</item>
<item>20 new icons</item>
<item>Show subtask chip even if list chips are disabled</item>
<item>Ignore location reminders for hidden or snoozed tasks</item>
<item>Indent subtasks in \'Share\' output</item>

@ -1,8 +1,8 @@
* Show What's New after update
* Collapsible subtasks enabled by default
* 20 new icons
* 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