Skip to content

Commit cb13658

Browse files
committed
chore: release v3.1.0
* Add support for STARKVIND Air Purifier
1 parent 3cdd88d commit cb13658

File tree

5 files changed

+277
-264
lines changed

5 files changed

+277
-264
lines changed

CHANGELOG_OLD.md

Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,246 @@
1+
# Older changes
2+
## 2.7.2 (2021-04-30)
3+
* Avoid warning about `undefined` states in JS-Controller 3.3+
4+
5+
## 2.7.1 (2021-03-12)
6+
* Dependency updates
7+
* Fixed issues in `io-package.json` and README found by the adapter checker
8+
9+
## 2.7.0 (2021-02-24)
10+
* Compatibility with gateway firmware v1.13.21
11+
* Added `whenPowerRestored` setting to configure what bulbs do after a power loss
12+
13+
## 2.6.5 (2020-11-29)
14+
* Bugfix: Loading all scenes no longer stalls when a group has no scenes
15+
16+
## 2.6.4 (2020-11-29)
17+
* Fix: Updated `node-tradfri-client` to suppress warnings about unknown property `9109`
18+
19+
## 2.6.3 (2020-06-01)
20+
* Bugfix: Changed the role of RGB states to `level.color.rgb`
21+
22+
## 2.6.2 (2020-04-29)
23+
* Bugfix: The unhandled error handler should now correctly log the error even if `adapter` is not defined
24+
25+
## 2.6.1 (2020-04-17)
26+
* Bugfix: Blinds would not always be stopped
27+
28+
## 2.6.0 (2020-03-17)
29+
* Support stopping blinds at their current position
30+
31+
## 2.5.2 (2020-01-26)
32+
* Fix: Suppress log warnings for Symfonisk remotes
33+
34+
## 2.5.1 (2019-12-23)
35+
* Made it possible to operate plugs using virtual groups
36+
37+
## 2.5.0 (2019-12-22)
38+
* Allow more device types in virtual groups
39+
40+
## 2.4.7 (2019-11-18)
41+
* Fixed small display issues with 3rd party bulbs
42+
43+
## 2.4.6 (2019-11-15)
44+
* Group states for blinds are now synchronized correctly
45+
46+
## 2.4.5 (2019-11-07)
47+
* Fix: Suppress log warnings for motion sensors
48+
49+
## 2.4.4 (2019-10-11)
50+
* Fix: Suppress log warnings for slave remotes and signal repeaters
51+
52+
## 2.4.3 (2019-09-22)
53+
* Fix: Operate blinds when states are changed
54+
55+
## 2.4.2 (2019-09-22)
56+
* Fix: Also create objects for blinds
57+
58+
## 2.4.0 (2019-08-18)
59+
* Add support for blinds
60+
61+
## 2.3.0 (2019-04-05)
62+
* The gateway can now be discovered automatically
63+
64+
## 2.2.0 (2019-02-25)
65+
* Expose the battery percentage for devices with a battery
66+
67+
## 2.1.0 (2019-01-08)
68+
* When `node-aead-crypto` is not installed, display instructions on how to fix it
69+
* Optimizations and fixes under the hood
70+
* Support for compact mode
71+
72+
## 2.0.0 (2018-05-14)
73+
* Support for Admin v3 and material design
74+
* **BREAKING:** Dropped support for Admin v2
75+
76+
## 1.5.4 (2018-11-11)
77+
* Fix handling of decimal digits in the adapter settings. This fixes rounding of group states.
78+
79+
## 1.5.2 (2018-11-06)
80+
* Reworked installation procedure to fix problems with `node-aead-crypto`
81+
82+
## 1.5.1 (2018-10-29)
83+
* Added experimental support for smart plugs
84+
85+
## 1.4.0 (2018-05-14)
86+
* The names of state objects no longer get overwritten
87+
88+
## 1.3.0 (2018-05-06)
89+
* Reduce logging of "updated scenes for group..."
90+
* Made rounding of numeric values configurable
91+
* Stability improvements
92+
93+
## 1.2.1 (2018-05-01)
94+
* Use the native encryption methods of NodeJS 10 instead of `node-aead-crypto`
95+
96+
## 1.1.11 (2018-04-27)
97+
* Add support for NodeJS 10
98+
99+
## 1.1.10 (2018-03-18)
100+
* Improved automatic reconnection
101+
102+
## 1.1.9 (2018-03-15)
103+
* Fixed group states not always updating the lightbulbs when changed
104+
105+
## 1.1.8 (2018-03-09)
106+
* Ignore minimum brightness reports when lights are turned off
107+
108+
## 1.1.7 (2018-02-23)
109+
* Fixed activation of scenes when the scene is already selected
110+
111+
## 1.1.6 (2018-02-22)
112+
* Fixes for RGB support
113+
* Support for floating point values
114+
115+
## 1.1.3 (2018-02-15)
116+
* Update `node-tradfri-client` version for better RGB support and floating point values
117+
118+
## 1.1.1 (2018-02-07)
119+
* Attempt to fix `TypeError: generator already running`
120+
121+
## 1.1.0 (2018-02-07)
122+
* Added an option to preserve the transition duration for single lightbulbs
123+
124+
## 1.0.7 (2018-02-05)
125+
* Fixed an error loading virtual groups
126+
127+
## 1.0.6 (2018-01-13)
128+
* Update `node-tradfri-client` version
129+
130+
## 1.0.5 (2018-01-13)
131+
* Removed error in log on adapter startup
132+
* Change brightness role for better compatibility with the cloud adapter
133+
134+
## 1.0.4 (2018-01-10)
135+
* Removed warning caused by Gateway v1.3.14
136+
137+
## 1.0.3 (2018-01-07)
138+
* Updated `node-tradfri-client` version
139+
* Load objects on adapter start so they don't get overwritten (#35)
140+
141+
## 1.0.2 (2017-12-28)
142+
* New attempt at automatically restarting the adapter on connection loss
143+
144+
## 1.0.1 (2017-12-25)
145+
* Update `node-tradfri-client` dependency to support receiving blockwise messages
146+
147+
## 1.0.0 (2017-11-19)
148+
* This is stable enough for a 1.x version
149+
* Improved browser compatiblity of the admin UI
150+
151+
## 0.6.0 (2017-11-07)
152+
* Moved tradfri-related code into its own library
153+
* Changed authentication procedure to comply with IKEA's request
154+
155+
## 0.5.5 (2017-10-31)
156+
* Restored compatibility to Gateway version 1.2.42
157+
158+
## 0.5.4 (2017-10-29)
159+
* Brightness is now expressed in 0..100%
160+
* Fixed parsing RGB colors
161+
162+
## 0.5.3 (2017-10-28)
163+
* Fixed transition duration for groups
164+
165+
## 0.5.2 (2017-10-28)
166+
* Added icons for devices
167+
168+
## 0.5.1 (2017-10-28)
169+
* Support virtual groups
170+
* Validate hex colors on input
171+
172+
## 0.4.5 (2017-10-20)
173+
* RGB and connection fixes.
174+
175+
## 0.4.3 (2017-10-17)
176+
* Experimental support for RGB and lightbulbs with fixed color
177+
178+
## 0.3.4 (2017-10-17)
179+
* Disabled automatic restart on connection loss.
180+
181+
## 0.3.3 (2017-10-07)
182+
* Eliminated potential sources of infinite loops
183+
184+
## 0.3.2 (2017-10-04)
185+
* Fixed an error resulting from the upgrade to ES2015 output
186+
187+
## 0.3.1 (2017-10-02)
188+
* Update CoAP library to fix a bug
189+
190+
## 0.3.0 (2017-09-25)
191+
* official release of the previous changes
192+
* added transition duration and brightness change for groups
193+
* monitor connection state and update info.connection
194+
* fix connection attempts to unavailable endpoints
195+
196+
## 0.2.9 (2017-09-25)
197+
* Support changing the transition duration
198+
199+
## 0.2.8 (2017-09-24)
200+
* Fixed group and scene deletion
201+
202+
## 0.2.7 (2017-09-23)
203+
* Update CoAP and DTLS library for the next features
204+
* Offloaded concurrency handling to CoAP lib
205+
206+
## 0.2.5 (2017-09-12)
207+
* Selection of scenes from the admin UI is now possible
208+
209+
## 0.2.4 (2017-09-11)
210+
* Add support for groups (renaming, switching)
211+
* Partial support for scenes (switching when id is known)
212+
213+
## 0.2.3 (2017-09-11)
214+
* Send custom CoAP packets by using sendTo
215+
216+
## 0.2.2 (2017-09-10)
217+
* Changed internal handling of objects to prepare the next updates
218+
219+
## 0.2.1 (2017-08-26)
220+
* Sync io-package and package version
221+
222+
## 0.2.0 (2017-08-14)
223+
* Remove git dependency, publish on npm
224+
225+
## 0.1.5 (2017-08-14)
226+
* Ensure only whole numbers are sent (fixes #6)
227+
* Fix connection to the gateway using the hostname
228+
229+
## 0.1.4 (2017-08-12)
230+
* Switched to TypeScript
231+
232+
## 0.1.3 (2017-07-21)
233+
* Reboot of the adapter without 3rd party libraries.
234+
235+
## 0.1.2 (2017-05-06)
236+
* Color temperature of lightbulbs is now expressed in terms of 0 (cold) - 100% (warm).
237+
238+
## 0.1.1 (2017-05-04)
239+
* Added support for NodeJS 4.X and building the dependencies on Windows systems
240+
241+
## 0.1.0 (2017-05-02)
242+
* initial release.
243+
* Functionality limited to controlling lightbulbs.
244+
245+
## 0.0.0
246+
* not ready yet!

0 commit comments

Comments
 (0)