X-Git-Url: https://git.r.bdr.sh/rbdr/heart/blobdiff_plain/a1c6d8138d774cf9b9e6eee7950e2e4ae18376aa..e6be7b8b2bc03b81f8389777a4403be8d75a1b66:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b9888..b0d7598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.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 +- Fix README links + ## 1.0.0 - 2016-11-10 ### Added - Basic configuration for jsdoc @@ -13,4 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - This changelog - Heart Renderer -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/master...develop +[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