Update version and changelog

pull/1116/head 10.0.1
Alex Baker 4 years ago
parent 33f85f50cb
commit daef79eb66

@ -1,6 +1,13 @@
Change Log
---
=======
### 10.0.1 (2020-09-05)
* Bug fixes
* Translation updates
* Czech - @vitSkalicky
* Danish - @ChMunk
### 10.0 (2020-08-31)
* PRO: DAVx⁵ support (currently requires [custom DAVx⁵ build](https://tasks.org/davx5))

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100010
versionName = "10.0"
versionCode = 100011
versionName = "10.0.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,7 @@
* PRO: EteSync client support
* ToDo Agenda integration
* Changed backstack behavior to follow Android conventions
* Major internal changes! Please report any bugs!
* Remove Mapbox tiles (Google Play only)
* Added 'Astrid manual sort' information to backup file
* Bug fixes, performance and security improvements, and translation updates
Loading…
Cancel
Save