1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-04-13 11:50:32 +02:00

Release v1.11.1

This commit is contained in:
Ralph Slooten 2023-12-17 10:48:57 +13:00
parent 5f22d33e74
commit c0be3da5bf

View File

@ -2,6 +2,22 @@
Notable changes to Mailpit will be documented in this file.
## [v1.11.1]
### Fix
- Fix regression to support for search query params to all `/latest` endpoints ([#206](https://github.com/axllent/mailpit/issues/206))
### Libs
- Update node modules
- Update Go modules
### Testing
- Add new `ingest` subcommand to import an email file or maildir folder over SMTP
### UI
- Allow multiple tags to be searched using Ctrl-click ([#216](https://github.com/axllent/mailpit/issues/216))
## [v1.11.0]
### API