mirror of https://github.com/tasks/tasks
Update version and changelog
parent
9059eb9449
commit
70f9b627fe
@ -1,8 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string-array name="changelog">
|
<string-array name="changelog">
|
||||||
<item>New widget configuration options: sort, show hidden, show completed, and header spacing</item>
|
<item>Multi-select rescheduling</item>
|
||||||
<item>Bug fixes</item>
|
<item>New task default settings: tags, recurrence, location, hide until due time</item>
|
||||||
<item>Update translations</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>
|
</string-array>
|
||||||
</resources>
|
</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…
Reference in New Issue