From c172ea4dd76764b580238cac68c35b867012d7d4 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Thu, 3 Mar 2016 21:08:55 -0800 Subject: [PATCH] Add a CHANGELOG.md file --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4bb3fad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] +### Added +- Inbucket now builds with Go 1.5 or 1.6 +- Project can build & run inside a Docker container +- Add new default theme based on Bootstrap +- Your recently accessed mailboxes are listed in the GUI +- HTML-only messages now get down-converted to plain text automatically +- This change log + +### Changed +- RESTful API moved to `/api/v1` base URI +- More graceful shutdown on Ctrl-C or when errors encountered + +## [1.0] - 2014-04-14 +### Added +- Add new configuration option `mailbox.message.cap` to prevent individual + mailboxes from growing too large. +- Add Link button to messages, allows for directing another person to a + specific message. + +[Unreleased]: https://github.com/jhillyerd/inbucket/compare/1.0...HEAD +[1.0]: https://github.com/jhillyerd/inbucket/compare/1.0-rc1...1.0 + +See http://keepachangelog.com/ for instructions on how to update this file.