Update version and changelog

pull/1365/head 11.4
Alex Baker 3 years ago
parent 50193e2ce5
commit 47c4203d65

@ -1,3 +1,16 @@
### 11.4 (2021-02-09)
* Sync collapsed subtask state with Tasks.org, DAVx⁵, CalDAV, EteSync, and
DecSync ([#1339](https://github.com/tasks/tasks/issues/1339))
* Compatible with Nextcloud and ownCloud
* F-Droid: Add location based reminders ([#770](https://github.com/tasks/tasks/issues/770))
* F-Droid: Replace Mapbox tiles with OpenStreetMap tiles ([#922](https://github.com/tasks/tasks/issues/922))
* Fix default start date ([#1350](https://github.com/tasks/tasks/issues/1350))
* Update translations
* Esperanto - @jakubfabijan
* Greek - Michalis
* Polish - @alex-ter
### 11.3.4 (2021-02-03)
* Adjust start times by one second during sync

@ -45,8 +45,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110306
versionName = "11.3.4"
versionCode = 110400
versionName = "11.4"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,7 @@
* Sync collapsed subtask state with Tasks.org, DAVx⁵, CalDAV, EteSync, and
DecSync
* Compatible with Nextcloud and ownCloud
* F-Droid: Add location based reminders
* F-Droid: Replace Mapbox tiles with OpenStreetMap tiles
* Fix default start date
* Update translations
Loading…
Cancel
Save