Update version and changelog

pull/1190/head
Alex Baker 4 years ago
parent 9059eb9449
commit 70f9b627fe

@ -1,6 +1,30 @@
Change Log
---
=======
### 10.5 (2020-10-19)
* 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)
* New widget configuration options

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

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>New widget configuration options: sort, show hidden, show completed, and header spacing</item>
<item>Bug fixes</item>
<item>Update translations</item>
<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>Bug fixes and translation updates</item>
<item>Find Tasks on Reddit: https://reddit.com/r/tasks</item>
</string-array>
</resources>

@ -0,0 +1,10 @@
* 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 and translation updates
Loading…
Cancel
Save