Update changelog and version

pull/1020/head 9.7
Alex Baker 4 years ago
parent c5e987cbfa
commit 06a912ad31

@ -1,6 +1,23 @@
Change Log
---
=======
### 9.7 (2020-06-12)
* Added '☰ > Manage lists'
* Drag and drop to rearrange the drawer
* Tap to edit or delete a list
* Display 2 additional snooze options - @rangzen
* Update translations
* Dutch - @fvbommel
* Finnish - Rami Lehtinen
* French - @FlorianLeChat, @NathanBnm, @rangzen
* German - @franconian, @sklueber
* Hungarian - kaciokos
* Italian - @Fabioah, @ppasserini
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Turkish - etc
### 9.6 (2020-06-06)
* Add support for offline lists. Offline lists support manual ordering and infinite-depth subtasks

@ -43,8 +43,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 90602
versionName = "9.6"
versionCode = 90700
versionName = "9.7"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

@ -1,16 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>Add support for offline lists. Offline lists support manual ordering and infinite-depth subtasks</item>
<item>Rename \'My order\' to \'Astrid manual sorting\' for \'My Tasks\', \'Today\', and tags</item>
<item>Add \'⚙ > Look and feel > Disable sort groups\'</item>
<item>Add \'⚙ > Look and feel > Open last viewed list\'</item>
<item>Add \'⚙ > Look and feel > Chips\' toggles for subtasks, places, lists, and tags</item>
<item>Add \'⚙ > Navigation drawer > Lists\'</item>
<item>Add \'⚙ > Task defaults > Default list\'</item>
<item>Add \'⚙ > Task defaults > New tasks on top\'</item>
<item>Add \'⚙ > Advanced > Astrid manual sorting\'</item>
<item>Fix preference reset button</item>
<item>Added \'☰ > Manage lists\'\n\t- Drag and drop to rearrange the drawer\n\t- Tap to edit or delete a list</item>
<item>Display 2 additional snooze options - @rangzen</item>
<item>Update translations</item>
</string-array>
</resources>

@ -0,0 +1,5 @@
* Added '☰ > Manage lists'
* Drag and drop to rearrange the drawer
* Tap to edit or delete a list
* Display 2 additional snooze options - @rangzen
* Update translations
Loading…
Cancel
Save