1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-05-31 23:09:51 +02:00

Merge tag 'v1.20.5' into develop

Release v1.20.5
This commit is contained in:
Ralph Slooten 2024-09-26 17:20:28 +02:00
commit ff8cd229ca

View File

@ -2,6 +2,18 @@
Notable changes to Mailpit will be documented in this file.
## [v1.20.5]
### Chore
- Update node modules
- Use consistent margins for Mailpit label if set
- Improve tag detection in UI
- Improve link detection in the HTML preview
### Fix
- Use correct parameter order in SpamAssassin socket detection ([#364](https://github.com/axllent/mailpit/issues/364))
## [v1.20.4]
### Chore