mirror of
https://github.com/axllent/mailpit.git
synced 2025-07-15 01:25:10 +02:00
Merge tag '1.0.0' into develop
Release 1.0.0
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@ -3,13 +3,28 @@
|
|||||||
Notable changes to Mailpit will be documented in this file.
|
Notable changes to Mailpit will be documented in this file.
|
||||||
|
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Feature
|
||||||
|
- Multiple message selection for group actions using shift/ctrl click
|
||||||
|
- Search parser improvements
|
||||||
|
|
||||||
|
### Feature
|
||||||
|
- Search parser improvements
|
||||||
|
|
||||||
|
### UI
|
||||||
|
- Post data using 'application/json'
|
||||||
|
- Display unknown recipients as as `Undisclosed recipients`
|
||||||
|
- Update frontend modules & esbuild
|
||||||
|
- Update frontend modules & esbuild
|
||||||
|
|
||||||
|
|
||||||
## 1.0.0-beta1
|
## 1.0.0-beta1
|
||||||
|
|
||||||
### BREAKING CHANGE
|
### BREAKING CHANGE
|
||||||
|
|
||||||
This release includes a major backend storage change (SQLite) that will render any previously-saved messages useless. Please delete old data to free up space. For more information see https://github.com/axllent/mailpit/issues/10
|
This release includes a major backend storage change (SQLite) that will render any previously-saved messages useless. Please delete old data to free up space. For more information see https://github.com/axllent/mailpit/issues/10
|
||||||
|
|
||||||
|
|
||||||
### Feature
|
### Feature
|
||||||
- Switch backend storage to use SQLite
|
- Switch backend storage to use SQLite
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user