Release v1.9.5

This commit is contained in:
Ralph Slooten
2023-10-05 17:39:19 +13:00
parent 4e2d4d6365
commit 840bc94190

View File

@@ -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