|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -* 20150426, V0.0.1 |
4 | | - * Initial Version |
5 | | -* 20150510, V0.0.2 |
6 | | - * Improved and simplified synchronization of command sequences |
7 | | - * Added repeat mode to send each sequences multiple times |
8 | | -* 20150901, V0.0.3 |
9 | | - * Corrected commands, added RGBW night mode, and cleanup - big thanks to @dotsam for his contribution! |
10 | | - * Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines |
11 | | - on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0 |
12 | | -* 20151219, V0.0.4 |
13 | | - * New example code for RGBW and WW/CW bulbs |
14 | | - * Revised README |
15 | | -* 20160305, V0.0.5 |
16 | | - * Replaced deprecated use of Promise.settle() |
17 | | - * Added baseline for automated builds and tests (travis, istanbul, coveralls) |
18 | | - * Added some tests cases |
19 | | -* 20160409, V0.0.6 |
20 | | - * Dependency update |
21 | | - * Made "lodash.flattendeep" a "devDependency" as it should |
22 | | - * Moved release history to separate file |
23 | | - * Added license info to README |
24 | | -* 20160503, V0.0.7 |
25 | | - * Added bridge discovery function |
26 | | - * Dependency update |
27 | | -* 20160503, V0.0.8 |
28 | | - * Bug fix: hue value not converted to hex in rgb.hue() |
29 | | - * Bug fix: Fixed array value checks of MilightController |
30 | | - * Bug fix: Close discovery socket on error |
31 | | - * Improved error handling |
32 | | - * Improved test coverage |
| 3 | +* 20170316, V0.1.1 |
| 4 | + * Added invertValue parameter to full color saturation command. This may be set to true to get a proper |
| 5 | + percentage saturation. Note, the native Milight saturation value is inverted, where 0 is maximum saturation. |
| 6 | + * Fixed full color rgb command which did not provide the proper hue for red (#ff0000). |
| 7 | + * Added helper function rgbToFullColorHsv() |
| 8 | + * Added more tests |
| 9 | +* 20170123, V0.1.0 |
| 10 | + * Added support for the new WiFi Bridge protocol v6.0 |
33 | 11 | * 20160513, V0.0.9 |
34 | 12 | * Bug fix: Brightness level never reached maximum brightness for RGBW |
35 | 13 | * Bug fix: With `commandRepeat > 1` stacked commands were sent in wrong order |
|
39 | 17 | * Added support for using 2-byte command sequences |
40 | 18 | * Changed default command delay and repeat values |
41 | 19 | * Updated examples |
42 | | -* 20170123, V0.1.0 |
43 | | - * Added support for the new WiFi Bridge protocol v6.0 |
| 20 | +* 20160503, V0.0.8 |
| 21 | + * Bug fix: hue value not converted to hex in rgb.hue() |
| 22 | + * Bug fix: Fixed array value checks of MilightController |
| 23 | + * Bug fix: Close discovery socket on error |
| 24 | + * Improved error handling |
| 25 | + * Improved test coverage |
| 26 | +* 20160503, V0.0.7 |
| 27 | + * Added bridge discovery function |
| 28 | + * Dependency update |
| 29 | +* 20160409, V0.0.6 |
| 30 | + * Dependency update |
| 31 | + * Made "lodash.flattendeep" a "devDependency" as it should |
| 32 | + * Moved release history to separate file |
| 33 | + * Added license info to README |
| 34 | +* 20160305, V0.0.5 |
| 35 | + * Replaced deprecated use of Promise.settle() |
| 36 | + * Added baseline for automated builds and tests (travis, istanbul, coveralls) |
| 37 | + * Added some tests cases |
| 38 | +* 20151219, V0.0.4 |
| 39 | + * New example code for RGBW and WW/CW bulbs |
| 40 | + * Revised README |
| 41 | +* 20150901, V0.0.3 |
| 42 | + * Corrected commands, added RGBW night mode, and cleanup - big thanks to @dotsam for his contribution! |
| 43 | + * Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines |
| 44 | + on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0 |
| 45 | +* 20150510, V0.0.2 |
| 46 | + * Improved and simplified synchronization of command sequences |
| 47 | + * Added repeat mode to send each sequences multiple times |
| 48 | +* 20150426, V0.0.1 |
| 49 | + * Initial Version |
| 50 | + |
| 51 | + |
| 52 | + |
0 commit comments