Update version and changelog

pull/996/head 8.10
Alex Baker 4 years ago
parent 9650548170
commit 113e58d148

@ -1,11 +1,12 @@
Change Log
---
=======
### 8.10 (2020-04-17)
### 8.10 (2020-04-20)
* New widget features
* Menu button to quickly change list
* Expand and collapse subtasks
* Click on due date to reschedule
* Access widget settings from main app preferences
* Show description
* Show hidden task indicators
@ -29,7 +30,7 @@ Change Log
* Hungarian - kaciokos
* Norwegian Bokmål - @comradekingu
* Russian - @tolstovka
* Simplified Chinese - @sr093906
* Simplified Chinese - @sr093906, ERDwaYbR
* Spanish - @FlorianLeChat
* Turkish - etc
* Ukrainian - @tolstovka

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

@ -1,17 +0,0 @@
* New widget features
* Menu button to quickly change list
* Expand/collapse subtasks
* Access widget settings from main app preferences
* Show description
* New widget settings
* Row spacing: default, compact, none
* Due date: after title, below title, or hidden
* Configure header, row, and footer opacity
* Configure footer click behavior
* Show full task title
* Show full description
* Hide dividers
* Improve widget touch targets
* Expand/collapse Google Task subtasks in 'My order' mode
Full release notes: https://tasks.org/changelog

@ -0,0 +1,17 @@
* New widget features
- Menu button to quickly change list
- Expand/collapse subtasks
- Access widget settings from main app preferences
- Show description
* New widget settings
- Row spacing: default, compact, none
- Due date: after title, below title, or hidden
- Configure header, row, and footer opacity
- Configure footer click behavior
- Show full task title
- Show full description
- Hide dividers
* Improve widget touch targets
* Expand/collapse Google Task subtasks in 'My order' mode
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save