From 840bc9419069a2755420ea2defebeee8e09b9d0c Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Thu, 5 Oct 2023 17:39:19 +1300 Subject: [PATCH] Release v1.9.5 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ff5fa..9698471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Notable changes to Mailpit will be documented in this file. +## [v1.9.5] + +### Feature +- Add `reindex` subcommand to reindex all messages +- Display email previews ([#175](https://github.com/axllent/mailpit/issues/175)) + +### Fix +- HTML message preview background color when switching themes in Chrome +- Correctly detect tags in search (UI) + +### Tests +- Add message summary tests +- Add snippet tests + + ## [v1.9.4] ### Chore