All Versions
8
Latest Version
Avg Release Cycle
282 days
Latest Release
1688 days ago
Changelog History
Changelog History
-
v1.0.1 Changes
August 11, 2020๐ This is a minor bump, to get the project moving again, and to release some small changes including
- ๐ Change to official Golang docker image
- ๐ Documentation updates
- โ Addition of Ubuntu snap
๐ The target cadence going forward will be a minor release every three months, with features and enhancements. Security or bug fixes will be released as path releases.
-
v1.0.0 Changes
April 16, 2017๐ There's still outstanding PRs and issues which haven't been addressed in this release.
๐ This is to get the updated release out with the latest code, since 0.2.1 is getting very stale!
- ๐ Bump release to 1.0.0
- โก๏ธ updated mgo dependency
- ๐ temporarily remove vendor directory, because of some build issues
- ๐ Fix #117 - add info about proxies
- ๐ Fix #146 - keep tags on docker hub
- ๐ Fix #148 and mailhog/storage#7 - leading \r\n in maildir storage
- ๐ #113 - better support RFC support for headers
- ๐ #118 - optimise Dockerfile for automated builds, thanks @blueimp
- #122 - add -version flag, thanks @swordbeta
- #123 - add .gitignore, thanks @swordbeta
- โก๏ธ #136 - update MailHog-UI assets, thanks @sdurrheimer
- ๐ #145 - fix a link in DEPLOY.md, thanks @nnmer
- ๐ป mailhog/MailHog-UI#22 and #104 - support TLS websockets in HTTPS mode, thanks @blueimp
- ๐ป mailhog/MailHog-UI#23 and mailhog/MailHog-UI#24 - support multiple instances of CID, thanks @kieran and @jerbob92
- more things I've forgotten/can't find!
-
v0.2.1 Changes
September 04, 2016- โก๏ธ Update .travis.yml to Go 1.6 and tip
- ๐ Fix builds broken by out of date mgo import path
- ๐ #82 - fix configuration documentation, thanks @riking
- #83 - add search query parameter to Swagger JSON, thanks @kkrauth
- #86 - vendor all dependencies
- #89 - add missing iso88591_map.js and sjis_map.js
- ๐ #90 - update broken link in documentation, thanks @espen
- ๐ฑ #91 - add assets/js/filesize-3.1.2.min.js
- #93 - starting MailHog as a service using brew, thanks @espen
- #95 - fix UTF-8 encoding bug in attachment names
- #97 - fix header case sensitivity bug
- ๐ #102 - merge multiple PRs adding WebSocket support, thanks @GREsau
- mailhog/smtp#2 - use file modification time for Created field, thanks @esiqveland
-
v0.2.0 Changes
March 20, 2016- mailhog/storage#1 - fix MongoDB storage bug, and implement search, thanks @HokieTT
- #13 - implement file based storage backend (currently without search)
-
v0.1.9 Changes
March 13, 2016- ๐ณ #76 - optimise docker image size, thanks @missedone
- #77 - fix ci by removing go-uuid, thanks @missedone
- ๐ป #80, mailhog/MailHog-UI#15, mailhog/MailHog-Server#2 - add webpath, thanks @oers
- ๐ป mailhog/MailHog-UI#13 - create hyperlinks for URLs in plain text, thanks @GREsau
- ๐ป mailhog/MailHog-UI#14 - add no-referrer referrer policy, thanks @djmattyg007
-
v0.1.8 Changes
October 06, 2015- โ Add
MailHog sendmail
shortcut tomhsendmail
- โ Add #40 - HTTP basic authentication
- โ Add #63 - message size in UI
- ๐ Fix mailhog/MailHog-UI#10 - fix delete for in-memory storage
- ๐ Merge mailhog/MailHog-UI#8 - fix styles for .content positioning, thanks @thejameskyle
- ๐ Merge mailhog/MailHog-UI#9 - fix content types, thanks @danielwhite
- ๐ฆ Merge mailhog/data#4 - factor out use of log package, thanks @ishbir
- โ Add
-
v0.1.7 Changes
May 20, 2015- โ Add mhsendmail sendmail replacement
- ๐ Fix #42 - panic when setting UI bind address
- ๐ Fix #46 - utf8 error in e-mail subject
- ๐ Fix #41 and #50 - underscores replaced with spaces in UI
- ๐ Fix mailhog/MailHog-UI#6 - user defined pagination
- ๐ Merge #43 and #44 - fix documentation, thanks @eirc
- ๐ Merge #48 - fix documentation, thanks @zhubert
- ๐ Merge mailhog/MailHog-Server#1 - avoid duplicate headers, thanks @wienczny
-
v0.1.6 Changes
March 14, 2015- ๐ Fix #24 - base64 attachments/mime part downloads
- ๐ Fix #28 - embed js/css/font assets for offline use
- ๐ Fix #29 - overview of MailHog for readme
- ๐ Fix #34 - message list scrolling
- ๐ Fix #35 - message list sorting
- ๐ Fix #36 - document outgoing SMTP server configuration and APIv2
- ๐ Merge mailhog/MailHog-UI#4 - support base64 content transfer encoding, thanks @stekershaw
- ๐ Merge mailhog/MailHog-UI#5 - single part encoded text/plain, thanks @naoina