Update version and changelog

pull/2004/head
Alex Baker 3 years ago
parent 9219796c6b
commit c36e1e8173

@ -1,4 +1,4 @@
### 13.0 (2022-08-24) ### 13.0 (2022-09-17)
* 🚨 Major internal changes to task edit screen. Please report any bugs! 🚨 * 🚨 Major internal changes to task edit screen. Please report any bugs! 🚨
* Show thumbnails for attachments * Show thumbnails for attachments
@ -6,6 +6,10 @@
* Add task info row to edit screen [#1839](https://github.com/tasks/tasks/pull/1839) * Add task info row to edit screen [#1839](https://github.com/tasks/tasks/pull/1839)
* Updated chip style * Updated chip style
* Show geofence circle in place settings * Show geofence circle in place settings
* Fix removing preferences [#1981](https://github.com/tasks/tasks/pull/1981)
* Set user-agent on HTTP requests [#1978](https://github.com/tasks/tasks/issues/1978)
* Preserve HTTP session cookies [#1978](https://github.com/tasks/tasks/issues/1978)
* Sort selected tags at top of tag picker
* Android 13 support * Android 13 support
* Runtime notification permissions * Runtime notification permissions
* Language preference * Language preference
@ -21,15 +25,17 @@
* Fix EteSync stops synchronizing [#1893](https://github.com/tasks/tasks/issues/1893) * Fix EteSync stops synchronizing [#1893](https://github.com/tasks/tasks/issues/1893)
* Don't overwrite coordinates when synchronizing locations [#1667](https://github.com/tasks/tasks/issues/1667) * Don't overwrite coordinates when synchronizing locations [#1667](https://github.com/tasks/tasks/issues/1667)
* Update translations * Update translations
* Asturian - @enolp
* Basque - Sergio Varela * Basque - Sergio Varela
* Bulgarian - @StoyanDimitrov * Bulgarian - @StoyanDimitrov
* Chinese (Simplified) - Eric * Chinese (Simplified) - Eric
* Croatian - @milotype * Croatian - @milotype
* Czech - Shimon * Czech - Shimon
* Dutch - @fvbommel * Dutch - @fvbommel
* French - @FlorianLeChat * French - @FlorianLeChat, J. Lavoie
* German - @qwerty287 * German - @qwerty287
* Italian - @ppasserini * Italian - @ppasserini
* Norwegian Bokmål - @comradekingu
* Persian - @latelateprogrammer * Persian - @latelateprogrammer
* Polish - @ebogucka * Polish - @ebogucka
* Portuguese - @laralem * Portuguese - @laralem

@ -57,7 +57,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 130001 versionCode = 130002
versionName = "13.0" versionName = "13.0"
targetSdk = Versions.targetSdk targetSdk = Versions.targetSdk
minSdk = Versions.minSdk minSdk = Versions.minSdk

Loading…
Cancel
Save