From a6c1bbc9774351f316a84aec46823e3af23755b4 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Fri, 30 Jun 2023 23:14:38 +1200 Subject: [PATCH] Release v1.7.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc6750..deaef1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Notable changes to Mailpit will be documented in this file. +## [v1.7.0] + +### API +- Ignore SMTP relay error when one of multiple recipients doesn't exist +- Set raw message Content-Type to UTF-8 + +### Build +- Define Vue build options in esbuild + +### Libs +- Update node modules +- Update Go modules + +### UI +- Theme toggler - auto, light and dark themes + + ## [v1.6.22] ### Feature