From 9d205cfdcc0c18b2f3ad2a8351844119df35fdb7 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 14 Dec 2024 23:01:05 +1300 Subject: [PATCH] Release v1.21.7 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180febe50..191ae867d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ Notable changes to Mailpit will be documented in this file. +## [v1.21.7] + +### Chore +- Update node dependencies +- Update Go dependencies +- Bump Go version for automated testing +- Move smtpd & pop3 modules to internal +- Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling ([#409](https://github.com/axllent/mailpit/issues/409)) +- Display "To" details in mobile messages list +- Display "From" details in message sidebar (desktop) ([#403](https://github.com/axllent/mailpit/issues/403)) + +### Fix +- Ignore unsupported optional SMTP 'MAIL FROM' parameters ([#407](https://github.com/axllent/mailpit/issues/407)) +- Prevent splitting multi-byte characters in message snippets ([#404](https://github.com/axllent/mailpit/issues/404)) + +### Testing +- Add smtpd tests + + ## [v1.21.6] ### Feature