Update version and changelog

pull/1148/head 10.1
Alex Baker 4 years ago
parent ca49ca642e
commit 802fd87855

@ -1,10 +1,12 @@
Change Log
---
=======
### 10.1 BETA (2020-09-22)
### 10.1 (2020-09-23)
* Android 11 support
* Backup improvements
* Swipe-to-refresh initiates DAVx5/EteSync sync
* Show indicator when DAVx5/EteSync are synchronizing
* Bug fixes
* Update translations
* Arabic - @PrestoSole, @mhmdanas

@ -44,7 +44,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100101
versionCode = 100102
versionName = "10.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)

@ -3,6 +3,8 @@
<string-array name="changelog">
<item>Android 11 support</item>
<item>Backup improvements</item>
<item>Swipe-to-refresh initiates DAVx5/EteSync sync</item>
<item>Show indicator when DAVx5/EteSync are synchronizing</item>
<item>Bug fixes</item>
<item>Update translations</item>
<item>Find Tasks on Reddit: https://reddit.com/r/tasks</item>

@ -1,4 +0,0 @@
* Android 11 support
* Backup improvements
* Bug fixes
* Update translations

@ -0,0 +1,6 @@
* Android 11 support
* Backup improvements
* Swipe-to-refresh initiates DAVx5/EteSync sync
* Show indicator when DAVx5/EteSync are synchronizing
* Bug fixes
* Update translations
Loading…
Cancel
Save