From 2743e2e0cb6e704d264b11619a474e0cd7f9dde2 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Fri, 1 Nov 2024 22:24:22 +1300 Subject: [PATCH] Release v1.21.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb13e76c..ccff7d014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Notable changes to Mailpit will be documented in this file. +## [v1.21.1] + +### Feature +- Add ability to search by size smaller or larger than a value (eg: `larger:1M` / `smaller:2.5M`) +- Add ability to search for messages containing inline images (`has:inline`) + +### Chore +- Update Go dependencies +- Separate attachments and inline images in download nav and badges ([#379](https://github.com/axllent/mailpit/issues/379)) + + ## [v1.21.0] ### Feature