1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Update changelog for 3.1.0 beta1 (#353)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2023-02-28 11:00:39 -08:00
committed by GitHub
parent e84d21cb28
commit 87888e9dbf

View File

@@ -4,11 +4,21 @@ Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [v3.1.0-beta1] - 2023-02-28
### Added ### 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) - Support for IP address as domain in RCPT TO (#285)
## [v3.0.4] - 2022-10-02 ## [v3.0.4] - 2022-10-02
### Fixed ### Fixed
@@ -318,7 +328,8 @@ No change from beta1.
specific message. 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.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.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 [v3.0.2]: https://github.com/inbucket/inbucket/compare/v3.0.1-rc2...v3.0.2