Update version and changelog

pull/1208/head
Alex Baker 4 years ago
parent e81e120adb
commit 1178e21047

@ -1,7 +1,33 @@
Change Log
---
=======
### 10.5 (2020-10-21)
### 11.0 (2020-11-06) [ALPHA](https://tasks.org/docs/pre_release_testing.html)
* New Tasks.org synchronization service
* New custom filter criteria
* Hidden tasks
* Completed tasks
* Subtasks
* Parent tasks
* Recurring tasks
* Bug fixes
* Translation updates
* Arabic - @mhmdanas
* Basque - @ppasserini
* Dutch - @fvbommel
* French - @FlorianLeChat
* German - @franconian
* Italian - @ppasserini
* Korean - @Sunjae Choi
* Norwegian Bokmål - @comradekingu
* Polish - @alex-ter
* Russian - Nikita Epifanov
* 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

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100501
versionName = "10.5"
versionCode = 110000
versionName = "11.0"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>Multi-select rescheduling</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>New Tasks.org synchronization service</item>
<item>New custom filter criteria for hidden tasks, completed tasks, subtasks, parent tasks, and recurring tasks</item>
<item>Bug fixes and translation updates</item>
<item>Find Tasks on Reddit: https://reddit.com/r/tasks</item>
</string-array>

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