From 88e1aa324bb05a8fdd984841bad398221b8f37dc Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 21 Jun 2025 18:20:22 +1200 Subject: [PATCH] Release v1.26.2 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e80ec6b..a797601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ Notable changes to Mailpit will be documented in this file. +## [v1.26.2] + +### Feature +- Store username with messages, auto-tag, and UI display ([#521](https://github.com/axllent/mailpit/issues/521)) +- Allow version checking to be disabled ([#524](https://github.com/axllent/mailpit/issues/524)) + +### Chore +- Apply linting to all JavaScript/Vue files with eslint & prettier +- Update Go dependencies +- Update node dependencies + +### Fix +- Improve version polling, add thread safety and exponential backoff ([#523](https://github.com/axllent/mailpit/issues/523)) + +### Test +- Add JavaScript linting tests to CI +- Add Go linting (gofmt) to CI + + ## [v1.26.1] ### Feature