From 18b0f5b790ef622350b7020bae71ff73b3e23166 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 7 Aug 2022 10:40:59 +1200 Subject: [PATCH] Release 0.1.3 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27be4b7..0f5311d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ Notable changes to Mailpit will be documented in this file. +## 0.1.3 + +### Feature +- Mark all messages as read + +### UI +- Better error handling when connection to server is broken +- Add reset search button +- Minor UI tweaks +- Update pagination values when new mail arrives when not on first page + + +### Pull Requests +- Merge pull request [#6](https://github.com/axllent/mailpit/issues/6) from KaptinLin/develop + ## 0.1.2 ### Feature