diff options
author | Raul Benencia <raul@thousandeyes.com> | 2021-01-12 16:57:36 -0800 |
---|---|---|
committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2021-01-13 10:50:35 -0800 |
commit | 031cf1ee9c280d0163187ef301482b5e8b796324 (patch) | |
tree | f5fc11f29624d55d30b3d315048c38a367fffaac /CHANGELOG.md | |
parent | cfa915142c2bbff8d1572488b6343e56dfef9b64 (diff) |
Add CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 43 |
1 files changed, 43 insertions, 0 deletions
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 |