Skip to content

v3.0.0

Choose a tag to compare

@robzolkos robzolkos released this 10 Feb 17:55
· 209 commits to master since this release

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).