diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd90a2ee..229ef09f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +### 13.6 (2023-09-17) + +* Change priority with multi-select [#2257](https://github.com/tasks/tasks/pull/2452) - @vulewuxe86 +* Automatically select newly copied tasks [#2246](https://github.com/tasks/tasks/pull/2446) - @vulewuxe86 +* Reduce minimum size for widgets [#2436](https://github.com/tasks/tasks/pull/2436) - @histefanhere +* Improve handling text shared to Tasks [#2485](https://github.com/tasks/tasks/issues/2485) +* Use notification audio stream for completion sound +* Notification preference 'More settings' opens channel settings directly +* Respect 'New tasks on top' preference when creating subtasks +* Automatically add due dates for recurring tasks +* Fix crash on startup +* Update translations + * Brazilian Portuguese - @gorgonun + * Bulgarian - @StoyanDimitrov, @salif + * Catalan - Joan Montané + * Chinese (Simplified) - Poesty Li + * Chinese (Traditional) - @abc0922001 + * German - @qwerty287, deep map + * Italian - @ppasserini + * Japanese - Kazushi Hayama, Naga + * Swedish - @Anaemix, @bittin + * Turkish - @emintufan + ### 13.5.1 (2023-08-02) * Fix crash when importing Google Tasks from a backup file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c88729723..c111e7d95 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -55,8 +55,8 @@ android { defaultConfig { testApplicationId = "org.tasks.test" applicationId = "org.tasks" - versionCode = 130501 - versionName = "13.5.1" + versionCode = 130600 + versionName = "13.6" targetSdk = 33 minSdk = 24 testInstrumentationRunner = "org.tasks.TestRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/130600.txt b/fastlane/metadata/android/en-US/changelogs/130600.txt new file mode 100644 index 000000000..8a94533eb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/130600.txt @@ -0,0 +1,9 @@ +* Change priority with multi-select - @vulewuxe86 +* Automatically select newly copied tasks - @vulewuxe86 +* Reduce minimum size for widgets - @histefanhere +* Improve handling text shared to Tasks +* Use notification audio stream for completion sound +* Notification preference 'More settings' opens channel settings directly +* Respect 'New tasks on top' preference when creating subtasks +* Automatically add due dates for recurring tasks +* Update translations