Update version and changelog

pull/935/head 8.2.1
Alex Baker 6 years ago
parent c436c8dd6f
commit 9d5d26eb6f

@ -1,5 +1,18 @@
Change Log Change Log
--- ---
### 8.2.1 (2020-03-07)
* Increase default chip text contrast
* New purchase activity
* Fix dividers on Android 4.x
* Update translations
* Basque - @osoitz
* Dutch - @fvbommel
* French - @FlorianLeChat
* Italian - Claudia
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
### 8.2 (2020-03-04) ### 8.2 (2020-03-04)
* Choose your own app and widget colors with a color wheel * Choose your own app and widget colors with a color wheel

@ -35,8 +35,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 680 versionCode = 682
versionName = "8.2" versionName = "8.2.1"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
multiDexEnabled = true multiDexEnabled = true

@ -0,0 +1,6 @@
* Minor accessibility improvements
* New purchase screen
* Fix dividers on Android 4.x
* Translation updates
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save