From 47c425f7e8298cb628e0943c61abc4d2bd52ad12 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 25 Apr 2023 09:49:37 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb90a329c..c59e79b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +### 13.2.0 - (2023-04-29) + +* Add 'By list' sort mode [#1265](https://github.com/tasks/tasks/issues/1265) +* Save task when pressing done [#2125](https://github.com/tasks/tasks/pull/2125) +* Use ISO 8601 date formatting for backup filenames [#1550](https://github.com/tasks/tasks/pull/1550) +* Fix filter sorting bug [#1561](https://github.com/tasks/tasks/issues/1561) +* Fix manual sorting crash [#2141](https://github.com/tasks/tasks/issues/2141) +* Fix manual sorting bug [#2101](https://github.com/tasks/tasks/issues/2101) +* Don't set `COUNT=0` on recurrence rules [#2158](https://github.com/tasks/tasks/issues/2158) +* Improve task list performance [#2062](https://github.com/tasks/tasks/issues/2062) +* Attempt to hide inactive widgets in settings [#2145](https://github.com/tasks/tasks/issues/2145) +* Fix notifications on Android 14 +* Fix crash when missing exact alarm permissions +* Update logic for adding default reminders during sync + * Don't add reminders on initial sync + * Don't add reminders if other client supports reminder sync +* Internal database changes + * You will need to reconfigure any widgets that were set to display a Google + Task list or filter. Sorry for the interruption! +* Add Odia translations - @SubhamJena +* Update translations + * Brazilian Portuguese - @lnux-usr + * Bulgarian - @StoyanDimitrov + * Chinese (Simplified) - Poesty Li + * Chinese (Traditional) - Chih-Hsuan Yen + * Croatian - @milotype + * Dutch - @fvbommel + * Esperanto - Don Zouras + * Finnish - @millerii + * French - @FlorianLeChat + * Italian - @ppasserini + * Japanese - @kisaragi-hiu, Naga + * Romanian - @simonaiacob + * Russian - @AHOHNMYC + * Spanish - @FlorianLeChat + * Ukrainian - @IhorHordiichuk + ### 13.1.2 (2023-02-02) * Add default reminders to incoming iCalendar tasks [#1984](https://github.com/tasks/tasks/issues/1984)