diff --git a/CHANGELOG.md b/CHANGELOG.md index 3073317..e3f7f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2026-07-22 + +### Added + +- Sidebar message list infinite-scroll pagination; live updates keep page consistent +- Attachments UI aligned with Mailtrap sandbox (file chips + disclosure behavior) +- Accessible Tech Info tooltips (Radix) + +### Fixed + +- Inline `cid:` images resolve safely in HTML preview (URL-context only) +- Friendly empty state when the open message was deleted +- Connection dialogs scroll/usable on short viewports +- UI polish: alignment, scrollbar theming, toggle/label alignment, sandbox link row + +### Changed + +- Goreleaser opens a Homebrew formula PR on `mailtrap/homebrew-local` (main requires PRs) + ## [0.1.0] - 2026-07-03 Initial public release of Mailtrap Local — a local email sandbox and catcher for individual developers. @@ -23,4 +42,5 @@ Initial public release of Mailtrap Local — a local email sandbox and catcher f - YAML config overlay for pinning connection settings - Distribution via Homebrew tap, Docker (GHCR + Docker Hub), and GitHub Releases binaries (macOS + Linux) +[0.2.0]: https://github.com/mailtrap/mailtrap-local/releases/tag/v0.2.0 [0.1.0]: https://github.com/mailtrap/mailtrap-local/releases/tag/v0.1.0