Skip to content

v1.3.0

Latest

Choose a tag to compare

@austinginder austinginder released this 05 Aug 22:54

New

  • draft --attach=<paths> — attach one or more files to a draft. Comma-separated paths with ~ expansion, base64 encoded for Missive's POST /v1/drafts. Missive's 25-file and 10 MB payload limits are enforced before the request goes out rather than after the upload, and each file is logged with its size as it is attached.

Fixed

  • Stop re-closing conversations that are already closed live — Missive's personal inbox=true feed can return conversations that already have closed_at set, so trusting the list name alone marked them open locally and repeated closes each added another "Conversation closed." comment. Status is now derived from the payload (closed_at, then users[me].closed) and close skips the API post when the conversation is already closed.

Documentation

  • Readme caught up with the last two releases — documents draft --reply-all (1.1.0), sync --force-bodies and sync --conversation=<id> (1.2.0), and the new draft --attach.