From 87888e9dbfecb1e24c741f1413545cc83613ab4a Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 28 Feb 2023 11:00:39 -0800 Subject: [PATCH] Update changelog for 3.1.0 beta1 (#353) Signed-off-by: James Hillyerd --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 421c498..c0d728f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v3.1.0-beta1] - 2023-02-28 ### Added +- Monitor tab updates when messages are deleted (#337) +- Initial framework for extensions +- Initial Lua scripting implementation, supporting events: + - after.message_deleted + - after.message_stored + - before.mail_accepted +- Provide `http` and `json` modules for Lua scripts + +### Fixed - Support for IP address as domain in RCPT TO (#285) + ## [v3.0.4] - 2022-10-02 ### Fixed @@ -318,7 +328,8 @@ No change from beta1. specific message. -[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.0.4...main +[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.1.0-beta1...main +[v3.1.0-beta1]: https://github.com/inbucket/inbucket/compare/v3.0.4...v3.1.0-beta1 [v3.0.4]: https://github.com/inbucket/inbucket/compare/v3.0.3...v3.0.4 [v3.0.3]: https://github.com/inbucket/inbucket/compare/v3.0.2...v3.0.3 [v3.0.2]: https://github.com/inbucket/inbucket/compare/v3.0.1-rc2...v3.0.2