Update version and changelog

pull/996/head
Alex Baker 4 years ago
parent 1a4289116e
commit a704e5f289

@ -1,6 +1,15 @@
Change Log
---
=======
### 8.11 (2020-04-23)
* 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
* Update translations
### 8.10 (2020-04-20)
* New widget features

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 740
versionName = "8.10"
versionCode = 745
versionName = "8.11"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

@ -0,0 +1,8 @@
* 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
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save