mirror of https://github.com/tasks/tasks
parent
c5e987cbfa
commit
06a912ad31
@ -1,16 +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 support for offline lists. Offline lists support manual ordering and infinite-depth subtasks</item>
|
<item>Added \'☰ > Manage lists\'\n\t- Drag and drop to rearrange the drawer\n\t- Tap to edit or delete a list</item>
|
||||||
<item>Rename \'My order\' to \'Astrid manual sorting\' for \'My Tasks\', \'Today\', and tags</item>
|
<item>Display 2 additional snooze options - @rangzen</item>
|
||||||
<item>Add \'⚙ > Look and feel > Disable sort groups\'</item>
|
|
||||||
<item>Add \'⚙ > Look and feel > Open last viewed list\'</item>
|
|
||||||
<item>Add \'⚙ > Look and feel > Chips\' toggles for subtasks, places, lists, and tags</item>
|
|
||||||
<item>Add \'⚙ > Navigation drawer > Lists\'</item>
|
|
||||||
<item>Add \'⚙ > Task defaults > Default list\'</item>
|
|
||||||
<item>Add \'⚙ > Task defaults > New tasks on top\'</item>
|
|
||||||
<item>Add \'⚙ > Advanced > Astrid manual sorting\'</item>
|
|
||||||
<item>Fix preference reset button</item>
|
|
||||||
<item>Update translations</item>
|
<item>Update translations</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@ -0,0 +1,5 @@
|
|||||||
|
* Added '☰ > Manage lists'
|
||||||
|
* Drag and drop to rearrange the drawer
|
||||||
|
* Tap to edit or delete a list
|
||||||
|
* Display 2 additional snooze options - @rangzen
|
||||||
|
* Update translations
|
||||||
Loading…
Reference in New Issue