From 06af870346726c84a128f69d56b4d7eec5d0ffad Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 10 Jun 2017 18:00:22 +0200 Subject: [PATCH] Add change log. See http://keepachangelog.com/en/0.3.0/ for information about the change log format that is used. --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..985bbf1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] +### Added +- Current server address in title bar. (Windows UI) + +### Changed +- Binaries are now compiled statically and using Go 1.8. +- Reuse server address as typed in by the user in connect dialog instead of using resolved IP address. (Windows UI) +- Update copyright text. + +## [1.0.0] - 2016-05-07 +### Added +- Add fully working command line flags, see the help text that can be called by running IceCon with `--help` in a console +- Add graphical UI for Windows (`--gui` or automatically shown when run without parameters) +- Add netcat-style console interface (can be used like netcat to pipe through commands) +- Add script-friendly command line interface (`icecon -c `) + +[Unreleased]: https://github.com/icedream/icecon/compare/v1.0.0...develop +[1.0.0]: https://github.com/icedream/icecon/releases/tag/v1.0.0