feat(lists): get_lists() without scope returns all circles (v0.8.2)

Implement v0.8.2: When get_lists() is called without a scope parameter,
it now fetches lists from ALL circles instead of only the primary circle.

Implementation:
- Login once, call famlistfamily to get all circle IDs
- For each circle, call taskgettasklists(scope=<circle_id>)
- Merge results and return all lists with circle_id field

All tests passed: test_multi circle creation, list creation in secondary
circle, get_lists() without scope returns lists from both circles.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-17 06:40:09 +02:00
parent 74a8b83fde
commit b15af18606
5 changed files with 41 additions and 33 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.8.2"