From 98ce0b436de39609284b446674136d0ea4b212f6 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sat, 24 Jan 2015 15:11:00 +0000 Subject: [PATCH] Update RELEASES.md - fix #31 --- docs/RELEASES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/RELEASES.md b/docs/RELEASES.md index a5d6f169..d1ce9d23 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -1,6 +1,26 @@ MailHog Releases ================ +### [v0.1.3](https://github.com/mailhog/MailHog/releases/v0.1.3) +- Fix #22 - render non-multipart messages with HTML content type +- Fix #25 - make web UI resource paths relative + +### [v0.1.2](https://github.com/mailhog/MailHog/releases/v0.1.2) +- Hopefully fix #22 - broken rendering of HTML email +- Partially implement #15 - authentication for SMTP release + - Load outgoing SMTP servers from file + - Save outgoing SMTP server when releasing message in UI + - Select outgoing SMTP server when release message in UI +- Make Jim (Chaos Monkey) available via APIv2 +- Add Jim overview and on/off switch to web UI + +### [v0.1.1](https://github.com/mailhog/MailHog/releases/v0.1.1) +- Fix #23 - switch to iframe to fix CSS bug +- Update to latest AngularJS +- Update Dockerfile - thanks @humboldtux +- Fix SMTP AUTH bug (missing from EHLO) +- Fix SMTP new line parsing + ### [v0.1.0](https://github.com/mailhog/MailHog/releases/v0.1.0) - Switch to semantic versioning