You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-o prefix mode for multi-file downloads (e.g. -o test produces test_1.png, test_2.png)
Breaking Changes
Attachment indices may shift — parseAttachments 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 test → test_1.png, test_2.png).