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

Merge tag 'v1.21.0' into develop

Release v1.21.0
This commit is contained in:
Ralph Slooten
2024-10-24 23:51:54 +13:00

View File

@@ -2,6 +2,15 @@
Notable changes to Mailpit will be documented in this file.
## [v1.21.0]
### Feature
- Experimental Unix socket support for HTTPD & SMTPD ([#373](https://github.com/axllent/mailpit/issues/373))
### Fix
- Allow multiple item selection on macOS with Cmd-click ([#378](https://github.com/axllent/mailpit/issues/378))
## [v1.20.7]
### Chore