1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-15 01:25:10 +02:00

Update changelog format

This commit is contained in:
Ralph Slooten
2022-08-30 23:52:53 +12:00
parent 23e47c567a
commit 12c54f4bb3
2 changed files with 16 additions and 4 deletions

View File

@ -27,7 +27,7 @@ Notable changes to Mailpit will be documented in this file.
### {{ .Title }} ### {{ .Title }}
{{ range .Notes }} {{ range .Notes }}
{{ .Body }} {{ .Body }}
{{ end }} {{ end -}}
{{ end }} {{ end }}
{{ end -}} {{ end -}}
{{ end -}} {{ end -}}

View File

@ -3,6 +3,20 @@
Notable changes to Mailpit will be documented in this file. Notable changes to Mailpit will be documented in this file.
## 1.0.0-beta1
### 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
### Feature
- Switch backend storage to use SQLite
### UI
- Resize preview iframe on load
## 0.1.5 ## 0.1.5
### Feature ### Feature
@ -38,9 +52,6 @@ Notable changes to Mailpit will be documented in this file.
- Update pagination values when new mail arrives when not on first page - Update pagination values when new mail arrives when not on first page
### Pull Requests
- Merge pull request [#6](https://github.com/axllent/mailpit/issues/6) from KaptinLin/develop
## 0.1.2 ## 0.1.2
### Feature ### Feature
@ -132,3 +143,4 @@ Notable changes to Mailpit will be documented in this file.
- Unread statistics - Unread statistics