diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-02-19 03:45:21 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-02-19 03:45:21 -0600 |
| commit | 112b16f7f11639178bb2c38649fa92e483f6e73e (patch) | |
| tree | 84db03e9ea15f233a4b3da5e070bb28ae7d9c692 /CHANGELOG.md | |
| parent | d0f30873ebe2907b241a936a3e70487dedaf0701 (diff) | |
| parent | b412d834ecb0bc6eb445049da4ec93ce5923af2f (diff) | |
Merge branch 'release/1.1.0'
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4098b59..83d2c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.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 +27,4 @@ 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 |