From 79dad9920af7e4d1175c6be7e7f39dc006b7079a Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 12 Nov 2023 00:00:35 +1300 Subject: [PATCH] Release v1.10.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31f95bda..5281d5b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Notable changes to Mailpit will be documented in this file. +## [v1.10.0] + +### Feature +- Support search query params to /latest endpoints ([#206](https://github.com/axllent/mailpit/issues/206)) +- Option to allow untrusted HTTPS certificates for screenshots & link checking ([#204](https://github.com/axllent/mailpit/issues/204)) +- Add URL redirect (`/view/latest`) to view latest message in web UI ([#166](https://github.com/axllent/mailpit/issues/166)) + +### Fix +- Correctly close websockets on client disconnect ([#207](https://github.com/axllent/mailpit/issues/207)) + +### Libs +- Update node modules +- Update Go modules + + ## [v1.9.10] ### Docs