Update version and changelog

pull/996/head 8.7
Alex Baker 4 years ago
parent 694321d38a
commit 05f5d7d9b8

@ -1,5 +1,21 @@
Change Log
---
### 8.7 (2020-03-19)
* Places are now lists
* Rename a place
* Assign an icon and color to a place
* Add new navigation drawer settings
* Option to remove filters, tags, and places from drawer
* Option to hide unused tags and places in drawer
* Update translations
* Basque - @osoitz
* Dutch - @fvbommel
* French - @FlorianLeChat
* Hungarian - kaciokos
* Spanish - @FlorianLeChat
* Turkish - etc
### 8.6.1 (2020-03-19)
* Fix crash on startup

@ -35,8 +35,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 707
versionName = "8.6.1"
versionCode = 712
versionName = "8.7"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

@ -0,0 +1,8 @@
* Places are now lists
* Rename a place
* Assign an icon and color to a place
* Add new navigation drawer settings
* Option to remove filters, tags, and places from drawer
* Option to hide unused tags and places in drawer
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save