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

Release v1.14.1

This commit is contained in:
Ralph Slooten
2024-03-02 23:12:29 +13:00
parent 3bbed37907
commit ed8cac2454

View File

@@ -2,6 +2,21 @@
Notable changes to Mailpit will be documented in this file.
## [v1.14.1]
### Chore
- Tag names now allow `.` and must be a minimum of 1 character
- Update node dependencies
- Update Go dependencies
### Feature
- Option to enforce TitleCasing for all newly created tags
- Set message tags using plus addressing ([#253](https://github.com/axllent/mailpit/issues/253))
### Fix
- Handle null values in Mailpit settings, set DeletedSize=0 if null
## [v1.14.0]
### Chore