Releases: evoleinik/gm
Releases · evoleinik/gm
v0.2.0 — draft-only sending
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.png→image_2.png,image_3.png)
Install
go install github.com/evoleinik/gm@v0.2.0v0.1.1
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 asimage.png,image_2.png,image_3.png, etc.
Install
go install github.com/evoleinik/gm@v0.1.1