feat(lists): expose emoji + color in get_lists + create_list (v0.5.1)

get_lists now includes emoji and color fields per list entry.
create_list response also returns emoji and color from the API.

Field name verification (FW_DEBUG=1, 2026-04-16):
- emoji: API returns "" when unset -> normalised to null
- color: API omits key when unset -> normalised to null
- Both fields present in taskgettasklists and taskcreatelist responses

SPEC.md: taskgettasklists documented with full response structure
         and emoji/color normalisation notes.
         taskcreatelist response updated with emoji + color fields.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 13:50:36 +02:00
parent 311f37d72b
commit 4a3fe6be87
6 changed files with 45 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.4.16"
__version__ = "0.5.1"