From 70f9b627fed19a54a74b60b6ea3b16d7b2e7a27e Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Mon, 19 Oct 2020 15:49:30 -0500 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 24 +++++++++++++++++++ app/build.gradle.kts | 4 ++-- app/src/main/res/values/changelog.xml | 10 +++++--- .../android/en-US/changelogs/100500.txt | 10 ++++++++ 4 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/100500.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e82d9c4..70246d74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Change Log --- ======= +### 10.5 (2020-10-19) + +* 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) * New widget configuration options diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f8eda9ea9..cf4ecd242 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -44,8 +44,8 @@ android { defaultConfig { testApplicationId = "org.tasks.test" applicationId = "org.tasks" - versionCode = 100400 - versionName = "10.4" + versionCode = 100500 + versionName = "10.5" targetSdkVersion(Versions.targetSdk) minSdkVersion(Versions.minSdk) testInstrumentationRunner = "org.tasks.TestRunner" diff --git a/app/src/main/res/values/changelog.xml b/app/src/main/res/values/changelog.xml index 1caa146e5..077b5b1b4 100644 --- a/app/src/main/res/values/changelog.xml +++ b/app/src/main/res/values/changelog.xml @@ -1,8 +1,12 @@ - New widget configuration options: sort, show hidden, show completed, and header spacing - Bug fixes - Update translations + Multi-select rescheduling + 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/100500.txt b/fastlane/metadata/android/en-US/changelogs/100500.txt new file mode 100644 index 000000000..8cabe825d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/100500.txt @@ -0,0 +1,10 @@ +* 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 and translation updates \ No newline at end of file