Update version and changelog

pull/1231/head
Alex Baker 4 years ago
parent bfe0bd9e6f
commit 5afff40050

@ -1,4 +1,4 @@
### 11.0 (2020-11-11) ### 11.0 (2020-11-24)
* New Tasks.org synchronization service * New Tasks.org synchronization service
* Multi-select rescheduling * Multi-select rescheduling
@ -16,18 +16,19 @@
* Add ability to delete comments (Thanks to @romedius!) * Add ability to delete comments (Thanks to @romedius!)
* Add option to always display date (Thanks to @T0M0F!) * Add option to always display date (Thanks to @T0M0F!)
* Copy subtasks when copying tasks (Thanks to @supermzn!) * Copy subtasks when copying tasks (Thanks to @supermzn!)
* Fix ring five times cutoff (Thanks to @przemhb!)
* Bug fixes * Bug fixes
* Translation updates * Translation updates
* Arabic - @mhmdanas * Arabic - @mhmdanas
* Basque - @ppasserini * Basque - @osoitz, @ppasserini
* Dutch - @fvbommel * Dutch - @fvbommel
* French - @FlorianLeChat * French - @FlorianLeChat
* German - @franconian * German - @franconian, J. Lavoie, @myabc
* Hebrew - @yarons * Hebrew - @yarons
* Hungarian - kaciokos * Hungarian - kaciokos
* Indonesian - @andikatuluspangestu * Indonesian - @andikatuluspangestu
* Italian - @ppasserini * Italian - @ppasserini, @Fs00
* Korean - @Sunjae Choi * Korean - Sunjae Choi, @Hwaro-K
* Norwegian Bokmål - @comradekingu * Norwegian Bokmål - @comradekingu
* Polish - @alex-ter * Polish - @alex-ter
* Russian - Nikita Epifanov * Russian - Nikita Epifanov

@ -44,7 +44,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 110005 versionCode = 110006
versionName = "11.0" versionName = "11.0"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)

Loading…
Cancel
Save