Update version and changelog

pull/1148/head 10.2
Alex Baker 4 years ago
parent f1119d22a3
commit b0060f98d4

@ -1,6 +1,11 @@
Change Log
---
=======
### 10.2 BETA (2020-09-25)
* Display list, tag, and place chips on widgets
* Add option to disable list, tag, and place chips on widgets
### 10.1 (2020-09-23)
* Android 11 support

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100102
versionName = "10.1"
versionCode = 100200
versionName = "10.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -1,12 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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>Display place, list, and tag chips on widgets. You can disable chips in your widget settings</item>
<item>Find Tasks on Reddit: https://reddit.com/r/tasks</item>
</string-array>
</resources>

@ -0,0 +1,2 @@
* Display list, tag, and place chips on widgets
* Add option to disable list, tag, and place chips on widgets
Loading…
Cancel
Save