Skip to content

Releases: evoleinik/gm

v0.2.0 — draft-only sending

31 Mar 05:13

Choose a tag to compare

gm v0.2.0

Breaking change

gm send always saves as draft. The --now flag is removed — using it returns exit 1 with guidance.

Review in Gmail, then send with gm send --draft <id>.

Why

Agents were sending emails directly without human review. Now all outbound email requires manual approval.

Also in this release (since v0.1.1)

  • Deduplicate attachment filenames on save (image.pngimage_2.png, image_3.png)

Install

go install github.com/evoleinik/gm@v0.2.0

v0.1.1

31 Mar 01:28

Choose a tag to compare

gm v0.1.1

Bugfix: attachment filename deduplication.

Changes

  • fix: Emails with multiple attachments sharing the same name (e.g., 5x image.png) no longer overwrite each other — saves as image.png, image_2.png, image_3.png, etc.

Install

go install github.com/evoleinik/gm@v0.1.1