Releases: orangerabbit-io/forwardemail
Releases · orangerabbit-io/forwardemail
v1.0.0
1.0.0 (2026-03-16)
Features
- add account model with row type and serde tests (7824030)
- add alias model with row type and serde tests (424a5e8)
- add CLI structure with clap subcommands and lazy auth dispatch (ad8b2ef)
- add config module with 3-tier API key resolution (1675004)
- add domain model with row type and serde tests (7ecbb93)
- add email model with EmailLimit and serde tests (400ed87)
- add HTTP client with Basic Auth and unauthenticated mode (8c85105)
- add invite, member, catch-all password, encrypt, and log models (f828114)
- add output module with markdown table, JSON, KV formatting (8b3398a)
- add TUI app state machine with navigation and event loop (eaea389)
- add TUI views with dashboard, domain/alias/email browsing (247bd92)
- implement account commands (create, get, update) (3388666)
- implement alias commands (list, CRUD, generate-password) (74bae37)
- implement catch-all password commands (list, create, delete) (c55bb12)
- implement domain commands (list, CRUD, verify) (c06f43d)
- implement email commands (list, send, get, delete, limit) (bc4af8a)
- implement encrypt command with unauthenticated client (523d872)
- implement invite commands (create, accept, remove) (6473f73)
- implement log download with gzip decompression (a842f5b)
- implement member commands (update, remove) (9c760c2)
- scaffold workspace with forwardemail-lib and forwardemail crates (050c753)