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

Release v1.12.0

This commit is contained in:
Ralph Slooten 2024-01-02 20:05:54 +13:00
parent 8774b57a61
commit 2086d0f114

View File

@ -2,6 +2,23 @@
Notable changes to Mailpit will be documented in this file.
## [v1.12.0]
### Chore
- Include runtime statistics in API (info) & UI (About)
- Use memory pointer for internal message parsing & storage
- Update caniemail test data
- Convert to many-to-many message tag relationships
- Standardize error logging & formatting
### Libs
- Update node modules
- Update Go modules
### UI
- Refresh search results when search resubmitted or active tag filter clicked
## [v1.11.1]
### Fix