Update version and changelog

pull/1763/head 12.3
Alex Baker 2 years ago
parent 23f24f78e4
commit d2121cc53a

@ -1,6 +1,7 @@
### 12.3 (2021-02-03)
### 12.3 (2021-02-04)
* Add option to disable moving completed tasks to bottom
* Add option to disable sorting completed by completion date
* Add undo snackbar for task completion
* Fix crash when location lookup fails
* Fix voice reminders on Android 12

@ -57,7 +57,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 120300
versionCode = 120301
versionName = "12.3"
targetSdk = Versions.targetSdk
minSdk = Versions.minSdk

@ -1,4 +1,5 @@
* Add option to disable moving completed tasks to bottom
* Add option to disable sorting completed by completion date
* Add undo snackbar for task completion
* Fix crash when location lookup fails
* Fix voice reminders on Android 12
Loading…
Cancel
Save