1
0
mirror of https://github.com/axllent/mailpit.git synced 2024-12-30 23:17:59 +02:00

Release v1.9.2

This commit is contained in:
Ralph Slooten 2023-09-24 19:16:22 +13:00
parent 86a3bea300
commit 76a261bf06

View File

@ -2,6 +2,22 @@
Notable changes to Mailpit will be documented in this file.
## [v1.9.2]
### Fix
- Delete all messages matching search when more than 1000 results
### Libs
- Update node modules
### Tests
- Add message tag tests
- Add search delete tests
### UI
- Reset pagination when returning to inbox from search
## [v1.9.1]
### Chore