Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittig committed Mar 16, 2017
1 parent c2d03d1 commit 3c89748
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
73 changes: 41 additions & 32 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,13 @@
# Release History

* 20150426, V0.0.1
* Initial Version
* 20150510, V0.0.2
* Improved and simplified synchronization of command sequences
* Added repeat mode to send each sequences multiple times
* 20150901, V0.0.3
* Corrected commands, added RGBW night mode, and cleanup - big thanks to @dotsam for his contribution!
* Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines
on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0
* 20151219, V0.0.4
* New example code for RGBW and WW/CW bulbs
* Revised README
* 20160305, V0.0.5
* Replaced deprecated use of Promise.settle()
* Added baseline for automated builds and tests (travis, istanbul, coveralls)
* Added some tests cases
* 20160409, V0.0.6
* Dependency update
* Made "lodash.flattendeep" a "devDependency" as it should
* Moved release history to separate file
* Added license info to README
* 20160503, V0.0.7
* Added bridge discovery function
* Dependency update
* 20160503, V0.0.8
* Bug fix: hue value not converted to hex in rgb.hue()
* Bug fix: Fixed array value checks of MilightController
* Bug fix: Close discovery socket on error
* Improved error handling
* Improved test coverage
* 20170316, V0.1.1

This comment has been minimized.

Copy link
@mattjanssen

mattjanssen Mar 20, 2017

@mwittig Great work on v0.1.1! Thanks!!! 🎉

This comment has been minimized.

Copy link
@mwittig

mwittig Mar 20, 2017

Author Owner

Thank you very much for your positive feedback. Much appreciated!

* Added invertValue parameter to full color saturation command. This may be set to true to get a proper
percentage saturation. Note, the native Milight saturation value is inverted, where 0 is maximum saturation.
* Fixed full color rgb command which did not provide the proper hue for red (#ff0000).
* Added helper function rgbToFullColorHsv()
* Added more tests
* 20170123, V0.1.0
* Added support for the new WiFi Bridge protocol v6.0
* 20160513, V0.0.9
* Bug fix: Brightness level never reached maximum brightness for RGBW
* Bug fix: With `commandRepeat > 1` stacked commands were sent in wrong order
Expand All @@ -39,5 +17,36 @@
* Added support for using 2-byte command sequences
* Changed default command delay and repeat values
* Updated examples
* 20170123, V0.1.0
* Added support for the new WiFi Bridge protocol v6.0
* 20160503, V0.0.8
* Bug fix: hue value not converted to hex in rgb.hue()
* Bug fix: Fixed array value checks of MilightController
* Bug fix: Close discovery socket on error
* Improved error handling
* Improved test coverage
* 20160503, V0.0.7
* Added bridge discovery function
* Dependency update
* 20160409, V0.0.6
* Dependency update
* Made "lodash.flattendeep" a "devDependency" as it should
* Moved release history to separate file
* Added license info to README
* 20160305, V0.0.5
* Replaced deprecated use of Promise.settle()
* Added baseline for automated builds and tests (travis, istanbul, coveralls)
* Added some tests cases
* 20151219, V0.0.4
* New example code for RGBW and WW/CW bulbs
* Revised README
* 20150901, V0.0.3
* Corrected commands, added RGBW night mode, and cleanup - big thanks to @dotsam for his contribution!
* Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines
on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0
* 20150510, V0.0.2
* Improved and simplified synchronization of command sequences
* Added repeat mode to send each sequences multiple times
* 20150426, V0.0.1
* Initial Version



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-milight-promise",
"version": "0.1.0",
"version": "0.1.1",
"description": "A node module to control Milight LED bulbs and OEM equivalents auch as Rocket LED, Limitless LED Applamp, Easybulb, s`luce, iLight, iBulb, and Kreuzer",
"author": {
"name": "Marcus Wittig",
Expand Down

0 comments on commit 3c89748

Please sign in to comment.