Update version and changelog

pull/1001/head
Alex Baker 4 years ago
parent 231a423caf
commit b6a5251c0a

@ -1,6 +1,27 @@
Change Log
---
=======
### 9.5 (2020-06-01)
* Drag and drop to change subtasks in all list types
* Drag and drop to reprioritize or reschedule tasks while sorting by due date
or priority
* Update translations
* Basque - @osoitz
* Czech - Radek Řehořek
* Dutch - @fvbommel
* Finnish - Rami Lehtinen
* French - @FlorianLeChat
* German - @sklueber
* Hungarian - kaciokos
* Korean - @Sunjae Choi
* Norwegian Bokmål - @comradekingu
* Polish - @alex-ter
* Russian - @alex-ter
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Turkish - etc, Oğuz Ersen
### 9.4.1 (2020-06-01)
* Add 'Tasks settings > Advanced > Improve performance' toggle

@ -42,8 +42,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 90401
versionName = "9.4.1"
versionCode = 90500
versionName = "9.5"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>Add collapsible group headers when sorting by due date, priority, created, or modified</item>
<item>Add \'Tasks settings > Advanced > Improve performance\' toggle</item>
<item>Bug fixes</item>
<item>Drag and drop to change subtasks in all list types</item>
<item>Drag and drop to reprioritize or reschedule tasks while sorting by due date or priority</item>
<item>Update translations</item>
</string-array>
</resources>

@ -0,0 +1,4 @@
* Drag and drop to change subtasks in all list types
* Drag and drop to reprioritize or reschedule tasks while sorting by due date
or priority
* Update translations
Loading…
Cancel
Save