1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Merge tag 'v1.8.0' into develop

Release v1.8.0
This commit is contained in:
Ralph Slooten 2023-07-30 19:19:42 +12:00
commit 86a4633d24

View File

@ -2,6 +2,30 @@
Notable changes to Mailpit will be documented in this file.
## [v1.8.0]
### Docs
- Update brew installation instructions
### Feature
- HTML check to test & score mail client compatibility with HTML emails
### Fix
- Add basePath to swagger.json if webroot is specified
### Libs
- Update node modules
- Update Go modules
### Swagger
- Update swagger docs
### UI
- Add flag to block all access to remote CSS and fonts (CSP)
- Remove `<base />` tag if set in HTML preview
- Pagination support for search, all results
## [v1.7.1]
### Libs