From 72b8f2dea69a96d146bf087980fd846cb617aadc Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Sun, 27 Sep 2015 21:57:49 +0200 Subject: [PATCH] Add Changelog (fix #5) --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de75f13..728566b 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ +----------------+ +----------------+ +-------------+ | | | +---------> /bin/bash | +---> Browser -----+ | gotty | | +-------------+ -+-------+ | | | | | | | ++-------+ | | | | | | | | | | +----------------+ | | | | +-------------+ | Bob +---+ +--->---websockets+---------> /bin/bash | | | | +================+ | | | | +-------------+ -+-------+ | |................| | | | | ++-------+ | |................| | | | | +--->..gotty-client.-----+ | | | +-------------+ |................| | +---------> /bin/bash | +================+ +----------------+ +-------------+ @@ -73,6 +73,35 @@ Mon Aug 24 18:54:38 CEST 2015 ^C ``` +## Changelog + +### master (unreleased) + +* Add 'homebrew support' ([#1](https://github.com/moul/gotty-client/issues/1)) +* Add Changelog ([#5](https://github.com/moul/gotty-client/issues/5)) + +[full commits list](https://github.com/moul/gotty-client/compare/v1.0.1...master) + +### [v1.0.1](https://github.com/moul/gotty-client/releases/tag/v1.0.1) (2015-09-27) + +* Using party to manage dependencies + +[full commits list](https://github.com/moul/gotty-client/compare/v1.0.0...v1.0.1) + +### [v1.0.0](https://github.com/moul/gotty-client/releases/tag/v1.0.0) (2015-09-27) + +Compatible with [GoTTY](https://github.com/yudai/gotty) version: [v0.0.10](https://github.com/yudai/gotty/releases/tag/v0.0.10) + +#### Features + +* Support **basic-auth** +* Support **terminal-(re)size** +* Support **write** +* Support **title** +* Support **custom URI** + +[full commits list](https://github.com/moul/gotty-client/compare/cf0c1146c7ce20fe0bd65764c13253bc575cd43a...v1.0.0) + ## License MIT