diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc2580bd..055871b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,24 @@ Change Log --- ======= -### 11.0 (2020-11-06) [ALPHA](https://tasks.org/docs/pre_release_testing.html) +### 11.0 (2020-11-06) [BETA](https://tasks.org/docs/pre_release_testing.html) * New Tasks.org synchronization service +* Multi-select rescheduling +* New task default settings + * Default tags + * Default recurrence + * Default location + * Hide until due time * New custom filter criteria * Hidden tasks * Completed tasks * Subtasks * Parent tasks * Recurring tasks +* 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!) * Bug fixes * Translation updates * Arabic - @mhmdanas @@ -17,6 +26,8 @@ Change Log * Dutch - @fvbommel * French - @FlorianLeChat * German - @franconian + * Hebrew - @yarons + * Hungarian - kaciokos * Italian - @ppasserini * Korean - @Sunjae Choi * Norwegian Bokmål - @comradekingu @@ -25,30 +36,6 @@ Change Log * Simplified Chinese - @sr093906 * Spanish - @FlorianLeChat * Traditional Chinese - @realpineapplemilk - * Turkish - @emintufan - -### 10.5 (2020-10-21) [BETA](https://tasks.org/docs/pre_release_testing.html) - -* Multi-select rescheduling -* New task default settings - * Default tags - * Default recurrence - * Default location - * Hide until due time -* 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!) -* Bug fixes -* Translation updates - * Dutch - @fvbommel - * French - @FlorianLeChat - * Hebrew - @yarons - * Hungarian - kaciokos - * Italian - @ppasserini - * Norwegian Bokmål - @comradekingu - * Russian - Nikita Epifanov - * Simplified Chinese - @sr093906 - * Spanish - @FlorianLeChat * Turkish - @emintufan, Oğuz Ersen ### 10.4 (2020-10-09) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 04f751514..2da309142 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 = 110000 + versionCode = 110001 versionName = "11.0" targetSdkVersion(Versions.targetSdk) minSdkVersion(Versions.minSdk) diff --git a/app/src/main/res/values/changelog.xml b/app/src/main/res/values/changelog.xml index 4f8dcc41e..6afb8d46f 100644 --- a/app/src/main/res/values/changelog.xml +++ b/app/src/main/res/values/changelog.xml @@ -2,7 +2,12 @@ New Tasks.org synchronization service + Multi-select rescheduling New custom filter criteria for hidden tasks, completed tasks, subtasks, parent tasks, and recurring tasks + New task default settings: tags, recurrence, location, hide until due time + 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!) Bug fixes and translation updates Find Tasks on Reddit: https://reddit.com/r/tasks diff --git a/fastlane/metadata/android/en-US/changelogs/110000.txt b/fastlane/metadata/android/en-US/changelogs/110000.txt deleted file mode 100644 index 3c84f470d..000000000 --- a/fastlane/metadata/android/en-US/changelogs/110000.txt +++ /dev/null @@ -1,8 +0,0 @@ -* New Tasks.org synchronization service -* New custom filter criteria - * Hidden tasks - * Completed tasks - * Subtasks - * Parent tasks - * Recurring tasks -* Bug fixes and translation updates \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/100501.txt b/fastlane/metadata/android/en-US/changelogs/110001.txt similarity index 61% rename from fastlane/metadata/android/en-US/changelogs/100501.txt rename to fastlane/metadata/android/en-US/changelogs/110001.txt index 8cabe825d..f2f2c9cd3 100644 --- a/fastlane/metadata/android/en-US/changelogs/100501.txt +++ b/fastlane/metadata/android/en-US/changelogs/110001.txt @@ -1,10 +1,17 @@ +* New Tasks.org synchronization service * Multi-select rescheduling * New task default settings * Default tags * Default recurrence * Default location * Hide until due time +* New custom filter criteria + * Hidden tasks + * Completed tasks + * Subtasks + * Parent tasks + * Recurring tasks * 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!) -* Bug fixes and translation updates \ No newline at end of file +* Bug fixes and translation updates