All Versions
8
Latest Version
Avg Release Cycle
282 days
Latest Release
1326 days ago

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
  • v0.1.8 Changes

    October 06, 2015
  • v0.1.7 Changes

    May 20, 2015
  • 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