mirror of https://github.com/tasks/tasks
parent
9cfa7ee111
commit
563567a5dc
@ -1,8 +1,10 @@
|
|||||||
<?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 \'New task\' launcher shortcut (Android 7.1+)</item>
|
<item>\'New task\' Quick Settings Tile (Android 7+)</item>
|
||||||
<item>Add option to disable subtask chip on widget</item>
|
<item>Search results match place names and addresses, caldav list names, google task list names, and comments</item>
|
||||||
|
<item>Fix duplicated search results</item>
|
||||||
|
<item>Significant internal changes! Please report bugs to support@tasks.org</item>
|
||||||
<item>Update translations</item>
|
<item>Update translations</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
* 'New task' quick settings tile (Android 7+)
|
||||||
|
* Search results match place names and addresses, caldav list names, google task list names, and comments
|
||||||
|
* Fix duplicated search results
|
||||||
|
* Significant internal changes! Please report bugs to support@tasks.org
|
||||||
|
* Update translations
|
||||||
Loading…
Reference in New Issue