X-Git-Url: https://git.r.bdr.sh/rbdr/heart/blobdiff_plain/f592b9502e859b43018874882791f86772c00056..3cd9faee13538f298d5a80232efa7ae08ae73390:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4098b59..ccf7533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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/). +## [1.1.2] - 2017-02-19 +### Changed +- Remove unnecessary console log + +## [1.1.1] - 2017-02-19 +### Changed +- Set encoding and description on index + +## [1.1.0] - 2017-02-19 +### Added +- Add resizing based on scrollwheel +- Make mouse tracking smoother +- Make colors transition smoothly +- Hide cursor when not moving, crosshair when moving + ## [1.0.1] - 2017-02-16 ### Added - Add mouse following @@ -20,3 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [Unreleased]: https://github.com/rbdr/heart/compare/master...develop [1.0.1]: https://github.com/rbdr/heart/compare/1.0.0...1.0.1 +[1.1.0]: https://github.com/rbdr/heart/compare/1.0.1...1.1.0 +[1.1.1]: https://github.com/rbdr/heart/compare/1.1.0...1.1.1 +[1.1.2]: https://github.com/rbdr/heart/compare/1.1.1...1.1.2