mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Update RELEASES.md - fix #31
This commit is contained in:
parent
7cd59ff95f
commit
98ce0b436d
1 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue