Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Loading