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 4 years ago
parent 2fea64d72d
commit 621e4496b8

@ -1,15 +1,24 @@
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
* Multi-select rescheduling
* New task default settings
* Default tags
* Default recurrence
* Default location
* 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 option to always display date (Thanks to @T0M0F!)
* Copy subtasks when copying tasks (Thanks to @supermzn!)
* Bug fixes
* Translation updates
* Arabic - @mhmdanas
@ -17,6 +26,8 @@ Change Log
* Dutch - @fvbommel
* French - @FlorianLeChat
* German - @franconian
* Hebrew - @yarons
* Hungarian - kaciokos
* Italian - @ppasserini
* Korean - @Sunjae Choi
* Norwegian Bokmål - @comradekingu
@ -25,30 +36,6 @@ Change Log
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* 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
### 10.4 (2020-10-09)

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

@ -2,7 +2,12 @@
<resources>
<string-array name="changelog">
<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 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>Find Tasks on Reddit: https://reddit.com/r/tasks</item>
</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
* New task default settings
* Default tags
* Default recurrence
* Default location
* 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 option to always display date (Thanks to @T0M0F!)
* Copy subtasks when copying tasks (Thanks to @supermzn!)
* Bug fixes and translation updates
* Bug fixes and translation updates
Loading…
Cancel
Save