Update version and changelog

pull/998/head 9.4.1
Alex Baker 4 years ago
parent 51946da742
commit ce87872394

@ -1,6 +1,11 @@
Change Log
---
=======
### 9.4.1 (2020-06-01)
* Add 'Tasks settings > Advanced > Improve performance' toggle
* Bug fixes
### 9.4 (2020-05-27)
* Add collapsible group headers when sorting by due date, priority, created, or modified

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

@ -2,6 +2,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>Update translations</item>
</string-array>
</resources>
</resources>

@ -0,0 +1,3 @@
* Add collapsible group headers when sorting by due date, priority, created, or modified
* Add 'Tasks settings > Advanced > Improve performance' toggle
* Bug fixes
Loading…
Cancel
Save