Update version and changelog

pull/996/head 9.4
Alex Baker 6 years ago
parent e33b16b946
commit 718f0fbe9a

@ -1,6 +1,18 @@
Change Log Change Log
--- ---
======= =======
### 9.4 (2020-05-27)
* Add collapsible group headers when sorting by due date, priority, created, or modified
* Update translations
* Basque - @osoitz
* Bengali - @Oymate
* French - @FlorianLeChat
* German - @franconian
* Norwegian Bokmål - @comradekingu
* Russian - @Eninspace
* Spanish - @FlorianLeChat
### 9.3.1 (2020-05-26) ### 9.3.1 (2020-05-26)
* Fix offline subtasks * Fix offline subtasks

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

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string-array name="changelog"> <string-array name="changelog">
<item>Add manual sorting support for CalDAV and EteSync. Compatible with Nextcloud Tasks and Apple Reminders</item> <item>Add collapsible group headers when sorting by due date, priority, created, or modified</item>
<item>Fix offline subtasks</item>
<item>Update translations</item> <item>Update translations</item>
</string-array> </string-array>
</resources> </resources>

@ -0,0 +1,2 @@
* Add collapsible group headers when sorting by due date, priority, created, or modified
* Update translations
Loading…
Cancel
Save