Update version and changelog

pull/996/head 8.11
Alex Baker 4 years ago
parent cba5a1ecc8
commit fb9137d8b7

@ -1,14 +1,28 @@
Change Log
---
=======
### 8.11 (2020-04-23)
### 8.11 (2020-04-27)
* Edit existing custom filters
* Drag and drop to rearrange filter criteria
* Swipe to delete filter criteria
* Tap on filter criteria to choose filter operator
* Offer additional built-in filters
* Add sort by creation time
* Choose any day as start of week
* Update translations
* Catalan - @jmontane
* Dutch - @fvbommel
* Finnish - Jeannette L
* French - @FlorianLeChat, Jeannette L
* German - Jeannette L
* Hungarian - kaciokos
* Italian - Jeannette L
* Polish - @alex-ter
* Russian - @alex-ter
* Simplified Chinese - @sr093906
* Slovak - Atilla Farkas
* Spanish - @FlorianLeChat
### 8.10 (2020-04-20)

@ -36,7 +36,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 745
versionCode = 746
versionName = "8.11"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)

@ -3,6 +3,8 @@
* Swipe to delete filter criteria
* Tap on filter criteria to choose filter operator
* Offer additional built-in filters
* Add sort by creation time
* Choose any day as start of week
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save