Releases: robzolkos/fizzy-cli
Releases · robzolkos/fizzy-cli
v3.0.1
What's New
has_attachmentsfield — Cards now include ahas_attachmentsboolean so you can tell at a glance which cards have file attachments without fetching them individually. Quickly spot cards with attachments in a list:fizzy card list | jq '[.data[] | select(.has_attachments) | {number, title}]'
- Documentation & test coverage — Updated SKILL.md card schema and README with
has_attachmentsusage tips. Added e2e tests to keep it honest. (#56)
v3.0.0
What's New
- Comment attachments — List and download attachments embedded in comments (#55 by @ardavis)
fizzy comment attachments show --card NUMBERfizzy comment attachments download --card NUMBER [INDEX]
--include-commentsflag on existing card attachment commands to include comment attachments alongside description attachmentsfizzy card attachments show CARD_NUMBER --include-commentsfizzy card attachments download CARD_NUMBER --include-comments
-oprefix mode for multi-file downloads (e.g.-o testproducestest_1.png,test_2.png)
Breaking Changes
- Attachment indices may shift —
parseAttachmentsnow filters out non-downloadable entries (e.g.@mentions). If a card description contained mentions alongside real attachments, the 1-based indices will change. Scripts referencing attachments by index on affected cards will need updating. -oflag behavior changed for multi-file downloads — Previously-oonly applied when downloading a single attachment. Now when downloading multiple files,-oacts as a prefix (-o test→test_1.png,test_2.png).
v2.6.1
What's Changed
- Move SKILL.md to skills/fizzy directory by @robzolkos in #52
- Clarify --all flag behavior and document card statuses by @robzolkos in #54
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Add pins API support and fix pre-existing e2e failures by @robzolkos in #49
- Move SKILL.md into this repo by @robzolkos in #50
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Prevent path traversal in attachment downloads by @robzolkos in #47
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Add breadcrumbs to CLI responses for contextual next actions by @robzolkos in #46
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Add support for reactions on cards by @flavorjones in #45
New Contributors
- @flavorjones made their first contribution in #45
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add --sort flag to card list command by @robzolkos in #40
- Add search command and extended card list filters by @robzolkos in #41
- Add summary field to JSON responses by @robzolkos in #42
- Add card move command by @robzolkos in #43
Full Changelog: v2.1.2...v2.3.0