1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-06 00:25:39 +02:00

Merge tag 'v1.13.1' into develop

Release v1.13.1
This commit is contained in:
Ralph Slooten 2024-01-27 23:14:28 +13:00
commit 0454840da1

View File

@ -2,6 +2,22 @@
Notable changes to Mailpit will be documented in this file.
## [v1.13.1]
### Chore
- Update node dependencies
- Update Go dependencies
### Feature
- Add TLSRequired option for smtpd ([#241](https://github.com/axllent/mailpit/issues/241))
### Fix
- Workaround for specific field searches containing unicode characters ([#239](https://github.com/axllent/mailpit/issues/239))
### UI
- Only show number of messages ignored statistics if `--ignore-duplicate-ids` is set
## [v1.13.0]
### Chore