-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathCHANGELOG
More file actions
102 lines (63 loc) · 1.72 KB
/
Copy pathCHANGELOG
File metadata and controls
102 lines (63 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Changelog
=========
v0.2.0 (2017-01-19)
-------------------
Features
~~~~~~~~
- Add discovery (closes #3). [Stavros Korokithakis]
v0.1.0 (2017-01-16)
-------------------
Fixes
~~~~~
- Abort with an error if the bulb closes the connection (fixes #5).
[Stavros Korokithakis]
- Flow API improvements (#3) [Teemu R]
* Flow API improvements
1. Cast brightness always to int.
2. Raise an exception when supplied with more than maximum amount of transitions.
3. Supply repr dunders.
* Flow: use warning instead of exception for invalid values. Add check for brightness' validity.
* Change warning to display for over 9 messages.
* Silently clamp brightness to 100, as elsewhere.
v0.0.13 (2017-01-11)
--------------------
Changes
~~~~~~~
- Add changelog. [Stavros Korokithakis]
Fixes
~~~~~
- Make `ensure_on` more accurate by always fetching the properties
before a method call. [Stavros Korokithakis]
v0.0.12 (2016-11-16)
--------------------
Fixes
~~~~~
- Remove debugging command that was erroneously left in. [Stavros
Korokithakis]
v0.0.11 (2016-11-16)
--------------------
Features
~~~~~~~~
- Add music mode. [Stavros Korokithakis]
v0.0.10 (2016-11-15)
--------------------
Features
~~~~~~~~
- Add set_adjust. [Stavros Korokithakis]
- Add value parameter to set_hsv. [Stavros Korokithakis]
Fixes
~~~~~
- Don't require flake8 for tests any more. [Stavros Korokithakis]
- Fix tests on Python 3. [Stavros Korokithakis]
- Fix per-call effects. [Stavros Korokithakis]
v0.0.9 (2016-11-14)
-------------------
Fixes
~~~~~
- Ignore errors on init files. [Stavros Korokithakis]
v0.0.8 (2016-11-14)
-------------------
Fixes
~~~~~
- Hopefully actually fix version string problem during setup. [Stavros
Korokithakis]