X-Git-Url: https://git.r.bdr.sh/rbdr/heart/blobdiff_plain/f28c4a44ce8403ea5eba9d49d3d46b7b8dae1d42..112b16f7f11639178bb2c38649fa92e483f6e73e:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca1c5b..83d2c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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] 2016-11-10 +## [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 - Basic configuration for eslint @@ -13,4 +25,6 @@ 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