From 8f1b804b2aa901928939497a5f86ed3ad10d966c Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 10 Aug 2024 12:07:13 +1200 Subject: [PATCH] Release v1.20.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcf53f..0ae1995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Notable changes to Mailpit will be documented in this file. +## [v1.20.1] + +### Chore +- Shift inbox pagination to inbox component +- Live load up to 100 new messages in sidebar ([#336](https://github.com/axllent/mailpit/issues/336)) +- Show icon attachment in new side navigation message listing ([#345](https://github.com/axllent/mailpit/issues/345)) + +### Fix +- Correctly decode X-Tags message headers (RFC 2047) ([#344](https://github.com/axllent/mailpit/issues/344)) + + ## [v1.20.0] ### Feature