From eefa4f868e48e810d1283ba3ac6db7572a600a2d Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Fri, 12 Apr 2024 15:19:45 +1200 Subject: [PATCH] Release v1.16.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af4b51..fbf79fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ Notable changes to Mailpit will be documented in this file. +## [v1.16.0] + +### Chore +- Update caniemail test database +- Update node dependencies +- Update Go dependencies +- Switch database flag/env to `--database` / `MP_DATABASE` + +### Feature +- Search support for before: and after: dates ([#252](https://github.com/axllent/mailpit/issues/252)) +- Add optional tenant ID to isolate data in shared databases ([#254](https://github.com/axllent/mailpit/issues/254)) +- Option to use rqlite database storage ([#254](https://github.com/axllent/mailpit/issues/254)) + +### Fix +- Remove duplicated authentication check ([#276](https://github.com/axllent/mailpit/issues/276)) +- Prevent conditional JS error when global mailbox tag list is modified via auto/plus-address tagging while viewing a message +- Extract plus addresses from email addresses only, not names + + ## [v1.15.1] ### Chore