From ff1751350fa21077af88d1f61ae47a98ed39bd84 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 8 Mar 2025 23:01:15 +1300 Subject: [PATCH] Release v1.23.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18beba..d0eee91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ Notable changes to Mailpit will be documented in this file. +## [v1.23.1] + +### Chore +- Update node dependencies +- Update Go dependencies +- Replace PrismJS with highlight.js for HTML syntax highlighting + +### Fix +- Prevent cropping bottom of label characters in web UI ([#457](https://github.com/axllent/mailpit/issues/457)) +- Allow searching messages using only Cyrillic characters ([#450](https://github.com/axllent/mailpit/issues/450)) + + ## [v1.23.0] ### Feature