Update version and changelog

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

@ -1,6 +1,18 @@
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)
* Fix offline subtasks

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

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

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