Skip to content

Releases: robzolkos/fizzy-cli

v3.0.1

11 Feb 15:37

Choose a tag to compare

What's New

  • has_attachments field — Cards now include a has_attachments boolean 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_attachments usage tips. Added e2e tests to keep it honest. (#56)

v3.0.0

10 Feb 17:55

Choose a tag to compare

What's New

  • Comment attachments — List and download attachments embedded in comments (#55 by @ardavis)
    • fizzy comment attachments show --card NUMBER
    • fizzy comment attachments download --card NUMBER [INDEX]
  • --include-comments flag on existing card attachment commands to include comment attachments alongside description attachments
    • fizzy card attachments show CARD_NUMBER --include-comments
    • fizzy card attachments download CARD_NUMBER --include-comments
  • -o prefix mode for multi-file downloads (e.g. -o test produces test_1.png, test_2.png)

Breaking Changes

  • Attachment indices may shiftparseAttachments now 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.
  • -o flag behavior changed for multi-file downloads — Previously -o only applied when downloading a single attachment. Now when downloading multiple files, -o acts as a prefix (-o testtest_1.png, test_2.png).

v2.6.1

29 Jan 18:04
2f75152

Choose a tag to compare

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

27 Jan 21:16
db395eb

Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.6.0

v2.5.1

24 Jan 20:35
418b0f6

Choose a tag to compare

What's Changed

  • Prevent path traversal in attachment downloads by @robzolkos in #47

Full Changelog: v2.5.0...v2.5.1

v2.5.0

24 Jan 20:16
8b794d5

Choose a tag to compare

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

24 Jan 18:52
aabc4d8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

21 Jan 01:52
2cde41b

Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.3.0

v2.1.2

18 Jan 17:12
4d96911

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

17 Jan 16:35
e9ec4d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1