From 86d73f9118eee40fd842fc25898490a2923eaecd Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Tue, 2 Aug 2022 07:57:15 +1200 Subject: [PATCH] Release 0.0.4 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8a8ec..c816416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,34 @@ # Changelog -## [0.0.3] - -- Bugfix: Update to clover-v2.0.0-alpha.2 to fix sorting +Notable changes to Mailpit will be documented in this file. -## [0.0.2] +## 0.0.4 -- Unread message statistics & updates +### Bugfix +- Update to clover-v2.0.0-alpha.2 to fix sorting + +### Tests +- Add search tests + +### UI +- Add date to console log +- Add space in To fields +- Cater for messages without From email address +- Minor UI & logging changes +- Add space in To fields +- cater for messages without From email address -## [0.0.1-beta] +## 0.0.3 + +### Bugfix +- Update to clover-v2.0.0-alpha.2 to fix sorting + + +## 0.0.2 + +### Feature +- Unread statistics + -- First release