fix(get_tasks): support for secondary circles by deriving scope from list_id (v1.4.2)

This commit is contained in:
2026-04-18 00:03:38 +02:00
parent dd42dc2845
commit 0e34b067e6
3 changed files with 44 additions and 8 deletions
+12
View File
@@ -10,6 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This project follows Semantic Versioning (SemVer).
Breaking changes (removed tools, changed parameters) increment the major version.
## [1.4.2] 2026-04-18
### Fixed
- **`get_tasks` support for secondary circles** — lists in non-primary circles now return tasks correctly
- Circle is automatically derived from `list_id` format (`taskList/<circleNum>_<listNum>`)
- Scope parameter passed to `accgetallfamily` call; matches `get_lists` pattern
- Docstring updated to clarify circle support and list_id format requirement
### Notes
- `_accgetallfamily()` now accepts optional `scope` parameter for secondary circle support
- No breaking changes; all existing code remains compatible
## [1.4.1] 2026-04-17
### Improved