Update version and changelog

pull/996/head 9.1
Alex Baker 4 years ago
parent 22873f4cc9
commit 7ed74c9733

@ -1,6 +1,15 @@
Change Log
---
=======
### 9.1 (2020-05-04)
* 'New task' launcher shortcut (Android 7.1+)
* Add option to disable subtask chip on widget
* Update translations
* French - @FlorianLeChat
* German - marmo
* Spanish - @FlorianLeChat
### 9.0 (2020-05-03)
* Show What's New after update

@ -32,8 +32,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 90002
versionName = "9.0"
versionCode = 90100
versionName = "9.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

@ -1,13 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>Display What\'s New after updates</item>
<item>Collapsible subtasks enabled by default</item>
<item>20 new icons</item>
<item>Show subtask chip even if list chips are disabled</item>
<item>Ignore location reminders for hidden or snoozed tasks</item>
<item>Indent subtasks in \'Share\' output</item>
<item>Minimum supported version is now Android 6.0</item>
<item>Add \'New task\' launcher shortcut (Android 7.1+)</item>
<item>Add option to disable subtask chip on widget</item>
<item>Update translations</item>
</string-array>
</resources>

@ -0,0 +1,3 @@
* 'New task' launcher shortcut (Android 7.1+)
* Add option to disable subtask chip on widget
* Update translations
Loading…
Cancel
Save