From 154cc5d392f3373d0a7c898f7e0af47349b3822e Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 4 May 2024 11:18:37 +1200 Subject: [PATCH] Release v1.18.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d75e1f0..7a4e76848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ Notable changes to Mailpit will be documented in this file. +## [v1.18.0] + +### Chore +- Update node dependencies +- Update Go dependencies +- Update go-release-action +- JSON key case-consistency for posted API data (backwards-compatible) +- Remove function duplication - use common tools.InArray() +- Improve tag sorting in web UI, ignore casing +- Replace moment JS library with dayjs +- Auto-update relative received message times + +### Feature +- API endpoint for sending ([#278](https://github.com/axllent/mailpit/issues/278)) +- Set tagging filters via a config file +- Search filter support for auto-tagging +- New search filter prefix `addressed:` includes From, To, Cc, Bcc & Reply-To + + ## [v1.17.1] ### Chore