Update version and changelog

pull/996/head
Alex Baker 6 years ago
parent 0a07fd61bf
commit 075f6f02d9

@ -1,13 +1,14 @@
Change Log Change Log
--- ---
======= =======
### 8.10 (2020-04-16) ### 8.10 (2020-04-17)
* New widget features * New widget features
* Menu button to quickly change list * Menu button to quickly change list
* Expand and collapse subtasks * Expand and collapse subtasks
* Access widget settings from main app preferences * Access widget settings from main app preferences
* Show description * Show description
* Show hidden task indicators
* New widget settings * New widget settings
* Row spacing: default, compact, none * Row spacing: default, compact, none
* Due date: after title, below title, or hidden * Due date: after title, below title, or hidden
@ -24,7 +25,7 @@ Change Log
* Basque - @osoitz * Basque - @osoitz
* Dutch - @fvbommel * Dutch - @fvbommel
* French - @FlorianLeChat * French - @FlorianLeChat
* German - Joey Meigele * German - Joey Meigele, marmo
* Hungarian - kaciokos * Hungarian - kaciokos
* Norwegian Bokmål - @comradekingu * Norwegian Bokmål - @comradekingu
* Russian - @tolstovka * Russian - @tolstovka

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

Loading…
Cancel
Save