mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-14 02:33:13 +02:00
Release v1.16.0
This commit is contained in:
parent
81d434c848
commit
eefa4f868e
19
CHANGELOG.md
19
CHANGELOG.md
@ -2,6 +2,25 @@
|
||||
|
||||
Notable changes to Mailpit will be documented in this file.
|
||||
|
||||
## [v1.16.0]
|
||||
|
||||
### Chore
|
||||
- Update caniemail test database
|
||||
- Update node dependencies
|
||||
- Update Go dependencies
|
||||
- Switch database flag/env to `--database` / `MP_DATABASE`
|
||||
|
||||
### Feature
|
||||
- Search support for before: and after: dates ([#252](https://github.com/axllent/mailpit/issues/252))
|
||||
- Add optional tenant ID to isolate data in shared databases ([#254](https://github.com/axllent/mailpit/issues/254))
|
||||
- Option to use rqlite database storage ([#254](https://github.com/axllent/mailpit/issues/254))
|
||||
|
||||
### Fix
|
||||
- Remove duplicated authentication check ([#276](https://github.com/axllent/mailpit/issues/276))
|
||||
- Prevent conditional JS error when global mailbox tag list is modified via auto/plus-address tagging while viewing a message
|
||||
- Extract plus addresses from email addresses only, not names
|
||||
|
||||
|
||||
## [v1.15.1]
|
||||
|
||||
### Chore
|
||||
|
Loading…
Reference in New Issue
Block a user