From 320a2024a48d0eb05a6e9f2d4adef45a300fe09d Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 21 Jan 2024 14:32:13 +1300 Subject: [PATCH] Release v1.13.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990186962..fa59e81a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Notable changes to Mailpit will be documented in this file. +## [v1.13.0] + +### Chore +- Compress compiled assets with `npm run build` +- Update Go modules +- Update node modules + +### Feature +- Add option to disable SMTP reverse DNS (rDNS) lookup ([#230](https://github.com/axllent/mailpit/issues/230)) +- Display List-Unsubscribe & List-Unsubscribe-Post header info with syntax validation ([#236](https://github.com/axllent/mailpit/issues/236)) +- Add optional SpamAssassin integration to display scores ([#233](https://github.com/axllent/mailpit/issues/233)) + +### Fix +- Display multiple whitespace characters in message subject & recipient names ([#238](https://github.com/axllent/mailpit/issues/238)) +- Sendmail support for `-f 'Name '` format + + ## [v1.12.1] ### Chore