mirror of https://github.com/tasks/tasks
Update version and changelog
parent
231a423caf
commit
b6a5251c0a
@ -1,9 +1,8 @@
|
|||||||
<?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>Add collapsible group headers when sorting by due date, priority, created, or modified</item>
|
<item>Drag and drop to change subtasks in all list types</item>
|
||||||
<item>Add \'Tasks settings > Advanced > Improve performance\' toggle</item>
|
<item>Drag and drop to reprioritize or reschedule tasks while sorting by due date or priority</item>
|
||||||
<item>Bug fixes</item>
|
|
||||||
<item>Update translations</item>
|
<item>Update translations</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@ -0,0 +1,4 @@
|
|||||||
|
* Drag and drop to change subtasks in all list types
|
||||||
|
* Drag and drop to reprioritize or reschedule tasks while sorting by due date
|
||||||
|
or priority
|
||||||
|
* Update translations
|
||||||
Loading…
Reference in New Issue