Update version and changelog

pull/2297/head
Alex Baker 1 year ago
parent 99243e5751
commit 7d83e8ba06

@ -1,4 +1,4 @@
### 13.2.0 - (2023-04-29)
### 13.2.0 - (2023-04-30)
* 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)
@ -9,6 +9,8 @@
* 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)
* Disable persistent reminders on Android 14+
* Android 14+ no longer supports persistent reminders 😢
* Fix notifications on Android 14
* Fix crash when missing exact alarm permissions
* Update logic for adding default reminders during sync

@ -56,7 +56,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130200
versionCode = 130201
versionName = "13.2"
targetSdk = 33
minSdk = 24

@ -0,0 +1,13 @@
* Add 'By list' sort mode
* Save task when pressing done
* Use ISO 8601 date formatting for backup filenames
* Fix filter sorting bug
* Fix manual sorting crash
* Fix manual sorting bug
* Don't set `COUNT=0` on recurrence rules
* Improve task list performance
* Attempt to hide inactive widgets in settings
* Disable persistent reminders on Android 14+
* Android 14+ no longer supports persistent reminders 😢
* Fix notifications on Android 14
* More bug and crash fixes
Loading…
Cancel
Save