diff --git a/CHANGELOG.md b/CHANGELOG.md index d57803123..7becaddff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ -### Next release +### 11.5 (2021-02-17) * Sync snooze time with Tasks.org, DAVx⁵, CalDAV, EteSync, and DecSync * Compatible with Thunderbird +* New map theme preference +* 10 new icons +* F-Droid: Use Nominatim for reverse geocoding +* Google Play: Use OpenStreetMap tiles when Play Services not available +* Google Play: Use Android location services when Play Services not available +* Tasks.org accounts: Use Google Places for map search * Update translations + * Dutch - @fvbommel + * French - @FlorianLeChat + * Hungarian - kaciokos * Indonesian - when we were sober + * Simplified Chinese - @sr093906 + * Spanish - @FlorianLeChat + * Ukrainian - @IhorHordiichuk ### 11.4 (2021-02-09) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 031320e6a..8a85d9198 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -45,8 +45,8 @@ android { defaultConfig { testApplicationId = "org.tasks.test" applicationId = "org.tasks" - versionCode = 110400 - versionName = "11.4" + versionCode = 110500 + versionName = "11.5" targetSdkVersion(Versions.targetSdk) minSdkVersion(Versions.minSdk) testInstrumentationRunner = "org.tasks.TestRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/110500.txt b/fastlane/metadata/android/en-US/changelogs/110500.txt new file mode 100644 index 000000000..ff35c2caf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/110500.txt @@ -0,0 +1,9 @@ +* Sync snooze time with Tasks.org, DAVx⁵, CalDAV, EteSync, and DecSync + * Compatible with Thunderbird +* New map theme preference +* 10 new icons +* F-Droid: Use Nominatim for reverse geocoding +* Google Play: Use OpenStreetMap tiles when Play Services not available +* Google Play: Use Android location services when Play Services not available +* Google Places search requires Tasks.org account +* Update translations