Update version and changelog

Never got around to promoting 10.5 to production so I rolled it into
11.0
pull/1213/head
Alex Baker 5 years ago
parent 2fea64d72d
commit 621e4496b8

@ -1,15 +1,24 @@
Change Log Change Log
--- ---
======= =======
### 11.0 (2020-11-06) [ALPHA](https://tasks.org/docs/pre_release_testing.html) ### 11.0 (2020-11-06) [BETA](https://tasks.org/docs/pre_release_testing.html)
* New Tasks.org synchronization service * New Tasks.org synchronization service
* Multi-select rescheduling
* New task default settings
* Default tags
* Default recurrence
* Default location
* Hide until due time
* New custom filter criteria * New custom filter criteria
* Hidden tasks * Hidden tasks
* Completed tasks * Completed tasks
* Subtasks * Subtasks
* Parent tasks * Parent tasks
* Recurring tasks * Recurring tasks
* Add ability to delete comments (Thanks to @romedius!)
* Add option to always display date (Thanks to @T0M0F!)
* Copy subtasks when copying tasks (Thanks to @supermzn!)
* Bug fixes * Bug fixes
* Translation updates * Translation updates
* Arabic - @mhmdanas * Arabic - @mhmdanas
@ -17,6 +26,8 @@ Change Log
* Dutch - @fvbommel * Dutch - @fvbommel
* French - @FlorianLeChat * French - @FlorianLeChat
* German - @franconian * German - @franconian
* Hebrew - @yarons
* Hungarian - kaciokos
* Italian - @ppasserini * Italian - @ppasserini
* Korean - @Sunjae Choi * Korean - @Sunjae Choi
* Norwegian Bokmål - @comradekingu * Norwegian Bokmål - @comradekingu
@ -25,30 +36,6 @@ Change Log
* Simplified Chinese - @sr093906 * Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat * Spanish - @FlorianLeChat
* Traditional Chinese - @realpineapplemilk * Traditional Chinese - @realpineapplemilk
* Turkish - @emintufan
### 10.5 (2020-10-21) [BETA](https://tasks.org/docs/pre_release_testing.html)
* Multi-select rescheduling
* New task default settings
* Default tags
* Default recurrence
* Default location
* Hide until due time
* Add ability to delete comments (Thanks to @romedius!)
* Add option to always display date (Thanks to @T0M0F!)
* Copy subtasks when copying tasks (Thanks to @supermzn!)
* Bug fixes
* Translation updates
* Dutch - @fvbommel
* French - @FlorianLeChat
* Hebrew - @yarons
* Hungarian - kaciokos
* Italian - @ppasserini
* Norwegian Bokmål - @comradekingu
* Russian - Nikita Epifanov
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Turkish - @emintufan, Oğuz Ersen * Turkish - @emintufan, Oğuz Ersen
### 10.4 (2020-10-09) ### 10.4 (2020-10-09)

@ -44,7 +44,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 110000 versionCode = 110001
versionName = "11.0" versionName = "11.0"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)

@ -2,7 +2,12 @@
<resources> <resources>
<string-array name="changelog"> <string-array name="changelog">
<item>New Tasks.org synchronization service</item> <item>New Tasks.org synchronization service</item>
<item>Multi-select rescheduling</item>
<item>New custom filter criteria for hidden tasks, completed tasks, subtasks, parent tasks, and recurring tasks</item> <item>New custom filter criteria for hidden tasks, completed tasks, subtasks, parent tasks, and recurring tasks</item>
<item>New task default settings: tags, recurrence, location, hide until due time</item>
<item>Add ability to delete comments (Thanks to @Romedius!)</item>
<item>Add option to always display date (Thanks to @T0M0F!)</item>
<item>Copy subtasks when copying tasks (Thanks to @supermzn!)</item>
<item>Bug fixes and translation updates</item> <item>Bug fixes and translation updates</item>
<item>Find Tasks on Reddit: https://reddit.com/r/tasks</item> <item>Find Tasks on Reddit: https://reddit.com/r/tasks</item>
</string-array> </string-array>

@ -1,8 +0,0 @@
* New Tasks.org synchronization service
* New custom filter criteria
* Hidden tasks
* Completed tasks
* Subtasks
* Parent tasks
* Recurring tasks
* Bug fixes and translation updates

@ -1,10 +1,17 @@
* New Tasks.org synchronization service
* Multi-select rescheduling * Multi-select rescheduling
* New task default settings * New task default settings
* Default tags * Default tags
* Default recurrence * Default recurrence
* Default location * Default location
* Hide until due time * Hide until due time
* New custom filter criteria
* Hidden tasks
* Completed tasks
* Subtasks
* Parent tasks
* Recurring tasks
* Add ability to delete comments (Thanks to @Romedius!) * Add ability to delete comments (Thanks to @Romedius!)
* Add option to always display date (Thanks to @T0M0F!) * Add option to always display date (Thanks to @T0M0F!)
* Copy subtasks when copying tasks (Thanks to @supermzn!) * Copy subtasks when copying tasks (Thanks to @supermzn!)
* Bug fixes and translation updates * Bug fixes and translation updates
Loading…
Cancel
Save