1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +02:00

Release v1.24.1

This commit is contained in:
Ralph Slooten
2025-04-12 19:26:48 +12:00
parent f18b8f8fb1
commit dd0ba8b09d

View File

@@ -2,6 +2,18 @@
Notable changes to Mailpit will be documented in this file.
## [v1.24.1]
### Feature
- Add ability to mark all search results as read ([#476](https://github.com/axllent/mailpit/issues/476))
### Chore
- Update node dependencies
- Update Go dependencies
- Improve error message for From header parsing failure ([#477](https://github.com/axllent/mailpit/issues/477))
- Bump node version to 22 for binary releases
## [v1.24.0]
### Feature