diff --git a/HISTORY.md b/HISTORY.md index 0b8cb7c..a0d7c03 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 + * 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 @@ -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 \ No newline at end of file +* 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 + + + diff --git a/package.json b/package.json index 7124a0f..0313ab5 100644 --- a/package.json +++ b/package.json @@ -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",