From 12c54f4bb3020f26177332c110e438abb0d46dae Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Tue, 30 Aug 2022 23:52:53 +1200 Subject: [PATCH] Update changelog format --- .chglog/CHANGELOG.tpl.md | 2 +- CHANGELOG.md | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index fbf3670..aaf9a38 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -27,7 +27,7 @@ Notable changes to Mailpit will be documented in this file. ### {{ .Title }} {{ range .Notes }} {{ .Body }} -{{ end }} +{{ end -}} {{ end }} {{ end -}} {{ end -}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed61a6..73d05c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ 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 ### 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 -### Pull Requests -- Merge pull request [#6](https://github.com/axllent/mailpit/issues/6) from KaptinLin/develop - ## 0.1.2 ### Feature @@ -132,3 +143,4 @@ Notable changes to Mailpit will be documented in this file. - Unread statistics +