Update version and changelog

pull/1277/head 11.2
Alex Baker 5 years ago
parent be1c1dccbe
commit 1ad9225db7

@ -1,3 +1,20 @@
### 11.2 (2020-12-30)
* [Synchronize your Tasks.org account with third-party task and calendar apps, like Outlook,
Thunderbird, or Apple Reminders](https://tasks.org/passwords)
* Miscellaneous improvements - Thanks @mhmdanas!
* Update translations
* Croatian - @ggdorman
* Dutch - @fvbommel
* French - @FlorianLeChat
* Hungarian - kaciokos
* Japanese - @junjuni86
* Norwegian Bokmål - @comradekingu
* Portuguese - @alvar0liveira
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Urdu - Maaz
### 11.1.1 (2020-12-24) ### 11.1.1 (2020-12-24)
* Fix compatibility issues with third-party clients * Fix compatibility issues with third-party clients

@ -44,8 +44,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 110102 versionCode = 110200
versionName = "11.1.1" versionName = "11.2"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner" testInstrumentationRunner = "org.tasks.TestRunner"

@ -136,7 +136,7 @@ _${getString(R.string.upgrade_tasks_no_account)}_
--- ---
#### ${getString(R.string.upgrade_tasks_account)} #### ${getString(R.string.upgrade_tasks_account)}
* ${getString(R.string.upgrade_sync_tasks)} * ${getString(R.string.upgrade_sync_tasks)}
* ${getString(R.string.upgrade_third_party_apps)} * [${getString(R.string.upgrade_third_party_apps)}](${getString(R.string.url_app_passwords)})
* [${getString(R.string.upgrade_coming_soon)}](${getString(R.string.help_url_sync)}) * [${getString(R.string.upgrade_coming_soon)}](${getString(R.string.help_url_sync)})
""" """
} }

@ -0,0 +1,2 @@
* Synchronize your Tasks.org account with third-party task and calendar apps
* Update translations
Loading…
Cancel
Save