From beee68fc5d834b151b8cb15abbdf5c3a878d8f9a Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 31 Jul 2021 16:10:32 -0700 Subject: [PATCH] Update change log --- CHANGELOG.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 635157f..2a7bed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [v3.0.0-rc1] +## [Unreleased] + +### Added +- Support for SMTP AUTH (#197, thanks makarchuk) +- Dark mode support (#218, thanks nerones) + +### Fixed +- Prevent potential click jacking (#190, thanks stuartskelton) +- Error on 8 character long SMTP commands (#221) +- Allow empty username and password during AUTH (#225) + + +## [v3.0.0-rc1] - 2020-09-24 ### Added - Refresh button to reload mailbox contents @@ -15,7 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). fonts -## [v3.0.0-beta3] +## [v3.0.0-beta3] - 2020-09-04 ### Added - Docker `HEALTHCHECK` @@ -31,7 +43,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Allow empty SMTP `MAIL FROM:<>` -## [v3.0.0-beta2] +## [v3.0.0-beta2] - 2019-08-17 ### Added - Ability to name mailboxes after domain of email recipient, set via @@ -47,7 +59,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Support for late EHLO, #141 -## [v3.0.0-beta1] +## [v3.0.0-beta1] - 2019-03-14 ### Added - `posix-millis` field to REST message and header responses for easier date @@ -60,12 +72,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Update to enmime v0.5.0 -## v2.1.0 +## v2.1.0 - 2018-12-15 No change from beta1. -## [v2.1.0-beta1] +## [v2.1.0-beta1] - 2018-10-31 ### Added - Use Go 1.11 modules for reproducible builds.