Skip to content

Releases: marckohlbrugge/fastmail-cli

v1.2.0

30 Jan 08:44

Choose a tag to compare

Changelog

  • 3377081 Add fm identities and fm identity list commands
  • 07a4175 Add guidance on using appropriate sender address
  • 23af78d Add quoted original message to reply drafts
  • 9a999ce Document --from flag for drafts in skill file
  • 4c74276 Fix auth tests to use mock keyring

v1.1.1

30 Jan 06:52

Choose a tag to compare

Changelog

  • 736a67b Add Fastmail web URL format to skill file
  • c2403a1 Add semantic versioning guidance to CLAUDE.md
  • 63253e8 Require confirmation for major version bumps
  • 302bab6 Use PAT for homebrew-tap push

v1.1.0

30 Jan 06:39

Choose a tag to compare

Changelog

  • 2630d41 Add Windows builds to goreleaser
  • 4a13826 Add releasing section to CLAUDE.md
  • 0346514 Change search --json to accept fields inline
  • a7cfcae Rename claude-code/ to skills/ and add Homebrew caveats
  • 32f593e Update README with release instructions

v1.0.0

30 Jan 06:07

Choose a tag to compare

Changelog

  • cb9691a Add --fields flag to customize email list output
  • 18d00f4 Add Claude Code skill and Homebrew install instructions
  • a07a69f Add README for public release
  • 1b574f0 Add boolean search operators (AND, OR, NOT)
  • 2693e19 Add fm auth commands with system keychain storage
  • aa3e357 Add goreleaser config and CI workflows for v1.0.0 release
  • 0d6dae1 Add safety rules to Claude Code skill
  • 02573ec Add test infrastructure and JMAP client tests
  • a7bed9f Add tests and Makefile
  • fb518f9 Add tests for auth and iostreams packages
  • 7841e57 Add tests for email commands
  • 615dbd7 Add tests for folder and auth commands
  • ffc0600 Add tests for folders and draft commands
  • 5a8a3f8 Add tests for root and keyring packages
  • 0b2f750 Add tests for search command
  • fb547a5 Add timeout wrapper for keyring operations
  • 1dcb192 Add upgrade instructions to README
  • 99fc7c7 Change --json to accept field list (gh style)
  • 7dbaec2 Clarify why PRs aren't accepted
  • dc4538c Ignore inspiration/ folder
  • 799fe55 Implement Fastmail CLI in Go with Cobra
  • fc66aa4 Make search query optional when using --folder
  • df547fa Remove node/ references from gitignore