From 031cf1ee9c280d0163187ef301482b5e8b796324 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 12 Jan 2021 16:57:36 -0800 Subject: Add CHANGELOG.md --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c43dbab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [Unreleased] +### Added +- Use Go Modules instead of Go Dep. +- Add docker build. +- Add parameter `-base-url`. + +### Changed +- Changing parameters `-port` and `-domain` in favor of `-bind-addr`. + +## [1.1.0] - 2020-04-01 +### Added +- Build production binaries. +- Support config subdirectories. + +## [1.0.2] - 2019-01-09 +### Added +- Add scdoc manpage. + +### Changed +- Rename example-templates-configs to data-dir. +- Move screenshots to docs/screenshots. + +## [1.0.1] - 2018-12-04 +### Added +- Added dnsmasq example. + +### Fixed +- Fixes in ipxe for Debian and CentOS. + +## [1.0.0] - 2018-08-03 +### Added +- First release. + +[Unreleased]: https://github.com/thousandeyes/shoelaces/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/thousandeyes/shoelaces/compare/v1.0.2...v1.1.0 +[1.0.2]: https://github.com/thousandeyes/shoelaces/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/thousandeyes/shoelaces/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/thousandeyes/shoelaces/tree/v1.0.0 -- cgit v1.2.3