diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a2c82be..608aa4bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 11.0 (2020-11-24) +### 11.0 (2020-12-02) * New Tasks.org synchronization service * Multi-select rescheduling @@ -13,6 +13,10 @@ * Subtasks * Parent tasks * Recurring tasks +* Added EteSync v2 support +* Deprecated EteSync v1 support + * v1 accounts cannot be added to Tasks.org + * v1 accounts can be added to the EteSync Android client * Add ability to delete comments (Thanks to @romedius!) * Add option to always display date (Thanks to @T0M0F!) * Copy subtasks when copying tasks (Thanks to @supermzn!) @@ -27,7 +31,7 @@ * Hebrew - @yarons * Hungarian - kaciokos * Indonesian - @andikatuluspangestu - * Italian - @ppasserini, @Fs00 + * Italian - @ppasserini, @Fs00, @pjammo * Korean - Sunjae Choi, @Hwaro-K * Norwegian Bokmål - @comradekingu * Polish - @alex-ter diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 981a63792..fe5b0e71a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -44,7 +44,7 @@ android { defaultConfig { testApplicationId = "org.tasks.test" applicationId = "org.tasks" - versionCode = 110006 + versionCode = 110007 versionName = "11.0" targetSdkVersion(Versions.targetSdk) minSdkVersion(Versions.minSdk) diff --git a/fastlane/metadata/android/en-US/changelogs/110006.txt b/fastlane/metadata/android/en-US/changelogs/110007.txt similarity index 75% rename from fastlane/metadata/android/en-US/changelogs/110006.txt rename to fastlane/metadata/android/en-US/changelogs/110007.txt index f2f2c9cd3..f35b110ea 100644 --- a/fastlane/metadata/android/en-US/changelogs/110006.txt +++ b/fastlane/metadata/android/en-US/changelogs/110007.txt @@ -11,6 +11,10 @@ * Subtasks * Parent tasks * Recurring tasks +* Added EteSync v2 support +* Deprecated EteSync v1 support + * v1 accounts cannot be added to Tasks.org + * v1 accounts can be added to the EteSync Android client * Add ability to delete comments (Thanks to @Romedius!) * Add option to always display date (Thanks to @T0M0F!) * Copy subtasks when copying tasks (Thanks to @supermzn!)