@o-lukas/homebridge-smartthings-tv 3.0.0-alpha.3 → 3.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +590 -0
- package/package.json +13 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,590 @@
|
|
|
1
|
+
# [3.0.0-alpha.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2025-10-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* generate CHANGELOG.md ([b4a545a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b4a545acebe093375f5ec66c24e0bdf28fab8762))
|
|
7
|
+
|
|
8
|
+
# Changelog
|
|
9
|
+
|
|
10
|
+
## [3.0.0-alpha.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2025-10-22)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* add logging to custom UI ([11e9dc1](https://github.com/o-lukas/homebridge-smartthings-tv/commit/11e9dc1b8c6311310fe2908e7cabd1691c57fb9d))
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* don't close wizard when configChanged callback is called ([0c66020](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0c6602055d400f497daa16272c5f5dac5829bb0c)), closes [#494](https://github.com/o-lukas/homebridge-smartthings-tv/issues/494)
|
|
19
|
+
|
|
20
|
+
## [3.0.0-alpha.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2025-10-22)
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add logging to custom UI ([11e9dc1](https://github.com/o-lukas/homebridge-smartthings-tv/commit/11e9dc1b8c6311310fe2908e7cabd1691c57fb9d))
|
|
25
|
+
|
|
26
|
+
## [3.0.0-alpha.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.8.0...v3.0.0-alpha.1) (2025-10-12)
|
|
27
|
+
|
|
28
|
+
### ⚠ BREAKING CHANGES
|
|
29
|
+
|
|
30
|
+
* drop support for node v18
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* make plugin ready for homebridge v2 ([d33c6cc](https://github.com/o-lukas/homebridge-smartthings-tv/commit/d33c6cc3a899623f7d62e7974de0b7d8a438bafc))
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* bump ping from 0.4.4 to 1.0.0 ([ec75f4a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/ec75f4adb157c6be5137a4da21d52ed16247366e))
|
|
39
|
+
|
|
40
|
+
## [2.8.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.3...v2.8.0) (2025-07-11)
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* add switch to activate ambient mode ([e6f8d8a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/e6f8d8a8aa6923242ab232e4838d4df730426df0)), closes [#478](https://github.com/o-lukas/homebridge-smartthings-tv/issues/478)
|
|
45
|
+
* add switches for available ambient modes ([be40367](https://github.com/o-lukas/homebridge-smartthings-tv/commit/be40367d8ca4621e6a6c837cd92c119254cd01b0)), closes [#478](https://github.com/o-lukas/homebridge-smartthings-tv/issues/478)
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* add error message if picture/sound mode capability is missing ([5278296](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5278296ee72346905dbe004a6fa4fb85db26ce0a))
|
|
50
|
+
|
|
51
|
+
## [2.7.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.2...v2.7.3) (2025-06-12)
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* add default empty config if none is present ([17ea070](https://github.com/o-lukas/homebridge-smartthings-tv/commit/17ea0705bcb751f3bdf3129a95ffd50af15610a6)), closes [#468](https://github.com/o-lukas/homebridge-smartthings-tv/issues/468) [#473](https://github.com/o-lukas/homebridge-smartthings-tv/issues/473)
|
|
56
|
+
* bump @homebridge/plugin-ui-utils from 2.0.2 to 2.1.0 ([4eded1e](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4eded1e028bff9a304a30fdff1f9ccce6728b3d5))
|
|
57
|
+
|
|
58
|
+
## [2.7.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.1...v2.7.2) (2025-04-21)
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* bump @homebridge/plugin-ui-utils from 2.0.1 to 2.0.2 ([b459b01](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b459b015a1d4c225d2c01e94ec0287a9cf141f3a))
|
|
63
|
+
|
|
64
|
+
## [2.7.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.0...v2.7.1) (2025-03-30)
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* add soundbar input source warning ([7a73271](https://github.com/o-lukas/homebridge-smartthings-tv/commit/7a73271c7cbac0f411d604c5e24a0d607301bf6d))
|
|
69
|
+
* catch errors in capability registration ([9eac1ff](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9eac1ff9430cc330b172454f789a9da0884dc31f))
|
|
70
|
+
|
|
71
|
+
## [2.7.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.6.1...v2.7.0) (2025-03-30)
|
|
72
|
+
|
|
73
|
+
### Features
|
|
74
|
+
|
|
75
|
+
* optionally register input sources as switches ([f7c6f06](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f7c6f06dbcf2502e3e08a20051167eb7606681f6)), closes [#460](https://github.com/o-lukas/homebridge-smartthings-tv/issues/460)
|
|
76
|
+
|
|
77
|
+
## [2.6.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.6.0...v2.6.1) (2025-03-21)
|
|
78
|
+
|
|
79
|
+
### Bug Fixes
|
|
80
|
+
|
|
81
|
+
* update config validation for OAuth ([695828a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/695828a4fda070def3a53cd978ee3e00df926ebe)), closes [#458](https://github.com/o-lukas/homebridge-smartthings-tv/issues/458)
|
|
82
|
+
|
|
83
|
+
## [2.6.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.5.0...v2.6.0) (2025-03-16)
|
|
84
|
+
|
|
85
|
+
### Features
|
|
86
|
+
|
|
87
|
+
* **oauth:** add custom UI for OAuth setup ([17b4f44](https://github.com/o-lukas/homebridge-smartthings-tv/commit/17b4f44b343289af15e540254728da9550b0b2c0))
|
|
88
|
+
* **oauth:** add support for RefreshTokenAuthenticator ([10bf82c](https://github.com/o-lukas/homebridge-smartthings-tv/commit/10bf82c1bb5409c769cbbf565d9bc4691aa049c7)), closes [#440](https://github.com/o-lukas/homebridge-smartthings-tv/issues/440)
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
* bump @smartthings/core-sdk from 8.3.2 to 8.4.1 ([1327949](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1327949e3a28438be91153ae2ff66ba44a65e628))
|
|
93
|
+
* bump dependency versions ([0263d26](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0263d26bde60fc3848062faed735f4a99e758784))
|
|
94
|
+
* **oauth:** handle undefined values in OAuth wizard ([891415a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/891415a6203f942f856ca1284725b534a6efb63b))
|
|
95
|
+
|
|
96
|
+
## [2.5.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.4.0...v2.5.0) (2025-01-12)
|
|
97
|
+
|
|
98
|
+
### Features
|
|
99
|
+
|
|
100
|
+
* add config property for application validation ([7210c6f](https://github.com/o-lukas/homebridge-smartthings-tv/commit/7210c6fb058a56ef3d022a3d3080bcfde3808426)), closes [#438](https://github.com/o-lukas/homebridge-smartthings-tv/issues/438)
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* accessories not being published when active identifier can't be reset ([9d8decd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9d8decdf61d29e712eb1bccdd68bdf2df3be99cd))
|
|
105
|
+
|
|
106
|
+
## [2.4.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.8...v2.4.0) (2024-12-01)
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* make supported device types configurable ([a013106](https://github.com/o-lukas/homebridge-smartthings-tv/commit/a0131060640e5e695044bdd6026f1827ee959577)), closes [#430](https://github.com/o-lukas/homebridge-smartthings-tv/issues/430)
|
|
111
|
+
|
|
112
|
+
## [2.3.8](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.7...v2.3.8) (2024-11-30)
|
|
113
|
+
|
|
114
|
+
### Bug Fixes
|
|
115
|
+
|
|
116
|
+
* support node v22.x ([784d906](https://github.com/o-lukas/homebridge-smartthings-tv/commit/784d9062b74c9d7dca6876a406970fa0b7ecf5ff)), closes [#428](https://github.com/o-lukas/homebridge-smartthings-tv/issues/428)
|
|
117
|
+
|
|
118
|
+
## [2.3.7](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.6...v2.3.7) (2024-10-21)
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* bump @smartthings/core-sdk from 8.3.1 to 8.3.2 ([6fbdb06](https://github.com/o-lukas/homebridge-smartthings-tv/commit/6fbdb068691ec1c47120a3c87a0199ca122d3c5f))
|
|
123
|
+
|
|
124
|
+
## [2.3.6](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.5...v2.3.6) (2024-10-03)
|
|
125
|
+
|
|
126
|
+
### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* catch errors when registering capabilities ([9d32607](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9d32607259e0a93937427d2af32e3ff7cd9bbe91)), closes [#410](https://github.com/o-lukas/homebridge-smartthings-tv/issues/410)
|
|
129
|
+
|
|
130
|
+
## [2.3.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.4...v2.3.5) (2024-10-01)
|
|
131
|
+
|
|
132
|
+
### Bug Fixes
|
|
133
|
+
|
|
134
|
+
* remove debugging values ([6a5f0bd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/6a5f0bd3d78584cb5ceeb3e53900791c4c94e203))
|
|
135
|
+
|
|
136
|
+
## [2.3.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.3...v2.3.4) (2024-10-01)
|
|
137
|
+
|
|
138
|
+
### Bug Fixes
|
|
139
|
+
|
|
140
|
+
* handle invalid volume values ([5421170](https://github.com/o-lukas/homebridge-smartthings-tv/commit/54211702ccbe3e024e791fba9de5e90bb9de153a))
|
|
141
|
+
* publish all external accessory at once ([b20ac1d](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b20ac1d1b4dbc8ef6b3f97abbdd595dc89cb138c)), closes [#410](https://github.com/o-lukas/homebridge-smartthings-tv/issues/410)
|
|
142
|
+
|
|
143
|
+
## [2.3.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.2...v2.3.3) (2024-09-27)
|
|
144
|
+
|
|
145
|
+
### Bug Fixes
|
|
146
|
+
|
|
147
|
+
* replace JSON file for app declarations ([8aef6d3](https://github.com/o-lukas/homebridge-smartthings-tv/commit/8aef6d3cd67f15df33b9259846ebb874c9a43a62)), closes [#413](https://github.com/o-lukas/homebridge-smartthings-tv/issues/413)
|
|
148
|
+
* set UUID for external accessory context ([569ead2](https://github.com/o-lukas/homebridge-smartthings-tv/commit/569ead2d5a30f9045312f6d14c7d35352486486d)), closes [#410](https://github.com/o-lukas/homebridge-smartthings-tv/issues/410)
|
|
149
|
+
|
|
150
|
+
## [2.3.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.1...v2.3.2) (2024-09-15)
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
* bump @smartthings/core-sdk from 8.2.0 to 8.3.1 ([196ab02](https://github.com/o-lukas/homebridge-smartthings-tv/commit/196ab027b2d07f58af663783803041643d0600b5))
|
|
155
|
+
|
|
156
|
+
## [2.3.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.0...v2.3.1) (2024-08-24)
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* use assert instead of with for import assertions ([0e32018](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0e320189a821b1fae386a3006e597c54280771c8)), closes [#403](https://github.com/o-lukas/homebridge-smartthings-tv/issues/403)
|
|
161
|
+
|
|
162
|
+
## [2.3.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.2.0...v2.3.0) (2024-08-18)
|
|
163
|
+
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
* added config property to set device category ([fc7191b](https://github.com/o-lukas/homebridge-smartthings-tv/commit/fc7191b63303e6de9303ef8beadc9f799739e331))
|
|
167
|
+
|
|
168
|
+
### Bug Fixes
|
|
169
|
+
|
|
170
|
+
* make device id mandatory in schema ([697ef81](https://github.com/o-lukas/homebridge-smartthings-tv/commit/697ef81208981bf5730fa0b9fd9219b729aebaeb))
|
|
171
|
+
* show soundbars as TV_SET_TOP_BOX ([b17d392](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b17d39256d4cd7dc3430b0dc7d43219c9f82c147))
|
|
172
|
+
|
|
173
|
+
## [2.2.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.3...v2.2.0) (2024-08-18)
|
|
174
|
+
|
|
175
|
+
### Features
|
|
176
|
+
|
|
177
|
+
* implement basic support for SoundBars ([94527ed](https://github.com/o-lukas/homebridge-smartthings-tv/commit/94527edbc2a6ab41708f71fe8e15df3919a35417)), closes [#384](https://github.com/o-lukas/homebridge-smartthings-tv/issues/384)
|
|
178
|
+
|
|
179
|
+
## [2.1.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.2...v2.1.3) (2024-08-16)
|
|
180
|
+
|
|
181
|
+
### Bug Fixes
|
|
182
|
+
|
|
183
|
+
* bump axios to >1.7.3 ([faccda8](https://github.com/o-lukas/homebridge-smartthings-tv/commit/faccda885ca96e36c4c22c0f33550bd0b4ad5a57))
|
|
184
|
+
|
|
185
|
+
## [2.1.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.1...v2.1.2) (2024-07-05)
|
|
186
|
+
|
|
187
|
+
### Bug Fixes
|
|
188
|
+
|
|
189
|
+
* change log level of possible info key values ([cda1315](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cda13158e23fa6262eedfc4928d06e3818ab7cca))
|
|
190
|
+
|
|
191
|
+
## [2.1.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.0...v2.1.1) (2024-06-30)
|
|
192
|
+
|
|
193
|
+
### Bug Fixes
|
|
194
|
+
|
|
195
|
+
* remove debugging value ([fa842d2](https://github.com/o-lukas/homebridge-smartthings-tv/commit/fa842d2c33681951d8cb79943903357a16afebc3))
|
|
196
|
+
|
|
197
|
+
## [2.1.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.3...v2.1.0) (2024-06-28)
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
* add property to control info key behavior ([c34159d](https://github.com/o-lukas/homebridge-smartthings-tv/commit/c34159db0aefd13341535ab551ef31261289b8a3)), closes [#368](https://github.com/o-lukas/homebridge-smartthings-tv/issues/368)
|
|
202
|
+
* add property to permanently override display name ([9d34b29](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9d34b29c56c99484b5621c4badd9aecdd55d33e4)), closes [#367](https://github.com/o-lukas/homebridge-smartthings-tv/issues/367)
|
|
203
|
+
|
|
204
|
+
## [2.0.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.2...v2.0.3) (2024-04-28)
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
* renamed deviceBlacklist to deviceBlocklist ([eb04095](https://github.com/o-lukas/homebridge-smartthings-tv/commit/eb04095bf740539c2a7263ce57e88c79d6c24c61))
|
|
209
|
+
|
|
210
|
+
## [2.0.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.1...v2.0.2) (2024-04-27)
|
|
211
|
+
|
|
212
|
+
### Bug Fixes
|
|
213
|
+
|
|
214
|
+
* bump @smartthings/core-sdk from 8.1.3 to 8.1.4 ([1c03aca](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1c03aca0c3d8ea2676681a08b7394bc8f31ad9f3))
|
|
215
|
+
* bump homebridge from 1.7.0 to 1.8.0 ([83002b3](https://github.com/o-lukas/homebridge-smartthings-tv/commit/83002b3dea40b6f9c65319b0d5032175343096c4))
|
|
216
|
+
|
|
217
|
+
## [2.0.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.0...v2.0.1) (2024-04-20)
|
|
218
|
+
|
|
219
|
+
### Bug Fixes
|
|
220
|
+
|
|
221
|
+
* update depencies to fix 2 moderate severity vulnerabilities ([c1a1c67](https://github.com/o-lukas/homebridge-smartthings-tv/commit/c1a1c67fd36ce44dec545f8a281da55ed7d1646b))
|
|
222
|
+
|
|
223
|
+
### Reverts
|
|
224
|
+
|
|
225
|
+
* Revert "build: only support node 20.x" ([f711123](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f711123198d88e5b9eb7baf05341e84b84d84176))
|
|
226
|
+
|
|
227
|
+
## [2.0.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.4...v2.0.0) (2024-03-16)
|
|
228
|
+
|
|
229
|
+
### ⚠ BREAKING CHANGES
|
|
230
|
+
|
|
231
|
+
* The support for Node 18.x has been dropped.
|
|
232
|
+
|
|
233
|
+
### Bug Fixes
|
|
234
|
+
|
|
235
|
+
* update follow-redirects peer dependency ([a89e520](https://github.com/o-lukas/homebridge-smartthings-tv/commit/a89e52062bc491602490e295dd3a5f4007a19547))
|
|
236
|
+
|
|
237
|
+
### Build System
|
|
238
|
+
|
|
239
|
+
* only support node 20.x ([a6edb33](https://github.com/o-lukas/homebridge-smartthings-tv/commit/a6edb330162ea789c10b17cab77a6274592b994d))
|
|
240
|
+
|
|
241
|
+
## [1.10.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.3...v1.10.4) (2024-03-10)
|
|
242
|
+
|
|
243
|
+
### Bug Fixes
|
|
244
|
+
|
|
245
|
+
* bump @smartthings/core-sdk from 8.1.2 to 8.1.3 ([52065fd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/52065fdc46c3e0080c634d261e39d6eff0f0081e))
|
|
246
|
+
|
|
247
|
+
## [1.10.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.2...v1.10.3) (2024-01-14)
|
|
248
|
+
|
|
249
|
+
### Bug Fixes
|
|
250
|
+
|
|
251
|
+
* bump @smartthings/core-sdk from 8.1.1 to 8.1.2 ([2c137c0](https://github.com/o-lukas/homebridge-smartthings-tv/commit/2c137c08a73b016783295db04994c38aaf3f5bb6))
|
|
252
|
+
|
|
253
|
+
## [1.10.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.1...v1.10.2) (2023-12-08)
|
|
254
|
+
|
|
255
|
+
### Bug Fixes
|
|
256
|
+
|
|
257
|
+
* bump engine versions ([63e39e8](https://github.com/o-lukas/homebridge-smartthings-tv/commit/63e39e8a5e38966c843bd78918f7acf66c48da17))
|
|
258
|
+
|
|
259
|
+
## [1.10.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.0...v1.10.1) (2023-12-03)
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
* fixed custom input sources begin registered as applications ([e3e5d72](https://github.com/o-lukas/homebridge-smartthings-tv/commit/e3e5d72d018bea48a5a55bccb3144e2761a30cb1))
|
|
264
|
+
|
|
265
|
+
## [1.10.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.9.1...v1.10.0) (2023-12-03)
|
|
266
|
+
|
|
267
|
+
### Features
|
|
268
|
+
|
|
269
|
+
* added custom application mapping ([f113332](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f11333209f84ad5b6d39699211a2c1edf5990758))
|
|
270
|
+
* added custom input sources mapping ([17cc1c1](https://github.com/o-lukas/homebridge-smartthings-tv/commit/17cc1c16a6aab63ce738cb9d0f13e42216ac1848))
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
* bump axios to >1.6.0 ([c285256](https://github.com/o-lukas/homebridge-smartthings-tv/commit/c2852566035e8cd874f43b1e4f825a6abc8b0b21))
|
|
275
|
+
|
|
276
|
+
## [1.9.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.9.0...v1.9.1) (2023-10-29)
|
|
277
|
+
|
|
278
|
+
### Bug Fixes
|
|
279
|
+
|
|
280
|
+
* bump @smartthings/core-sdk from 8.1.0 to 8.1.1 ([5e3aa25](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5e3aa25f395f0890111cd5787fe99ab98e9fdce5))
|
|
281
|
+
|
|
282
|
+
## [1.9.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.3...v1.9.0) (2023-10-26)
|
|
283
|
+
|
|
284
|
+
### Features
|
|
285
|
+
|
|
286
|
+
* status polling for power state, volume & active identifier ([#231](https://github.com/o-lukas/homebridge-smartthings-tv/issues/231)) ([85ccda5](https://github.com/o-lukas/homebridge-smartthings-tv/commit/85ccda5f4823df2f20d2a8b16745233ec74257da))
|
|
287
|
+
|
|
288
|
+
## [1.8.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.2...v1.8.3) (2023-10-24)
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
* bump @smartthings/core-sdk from 8.0.1 to 8.1.0 ([f6fa478](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f6fa478bafcbcdd6458f3bf0d31a6d5c4d6e17ca))
|
|
293
|
+
|
|
294
|
+
## [1.8.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.1...v1.8.2) (2023-09-29)
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* bump @smartthings/core-sdk from 8.0.0 to 8.0.1 ([5d84065](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5d840657ad09ef18ac75e325e30ab6559977fa42))
|
|
299
|
+
|
|
300
|
+
## [1.8.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.0...v1.8.1) (2023-09-28)
|
|
301
|
+
|
|
302
|
+
### Bug Fixes
|
|
303
|
+
|
|
304
|
+
* bump @smartthings/core-sdk from 7.1.1 to 8.0.0 ([23e5432](https://github.com/o-lukas/homebridge-smartthings-tv/commit/23e54325ed75bdd28b500cb9be74535809e286e4))
|
|
305
|
+
|
|
306
|
+
## [1.8.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.7.0...v1.8.0) (2023-08-29)
|
|
307
|
+
|
|
308
|
+
### Features
|
|
309
|
+
|
|
310
|
+
* **ignore:** added property to ignore devices ([cb760b7](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cb760b756170f4941e132d3b5dd5163fb9ad175f))
|
|
311
|
+
|
|
312
|
+
## [1.7.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.6.0...v1.7.0) (2023-08-27)
|
|
313
|
+
|
|
314
|
+
### Features
|
|
315
|
+
|
|
316
|
+
* **volumeSlider:** added config parameter ([2598251](https://github.com/o-lukas/homebridge-smartthings-tv/commit/2598251079a66d93f13d4279329e9940b09fb59b))
|
|
317
|
+
* **volumeSlider:** implemented volume slider ([162dcdc](https://github.com/o-lukas/homebridge-smartthings-tv/commit/162dcdc4cd27a8ec95e6a15bd717e651372f8aa2))
|
|
318
|
+
|
|
319
|
+
### Bug Fixes
|
|
320
|
+
|
|
321
|
+
* added device id to accessory id ([b713f23](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b713f23d4611739f95637134bedbe18eea7bfa56))
|
|
322
|
+
* throw error when executing command fails ([4e8e2dd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4e8e2ddcb91182693a5faac6250aa813af1447fe))
|
|
323
|
+
|
|
324
|
+
## [1.6.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.5.0...v1.6.0) (2023-07-08)
|
|
325
|
+
|
|
326
|
+
### Features
|
|
327
|
+
|
|
328
|
+
* added device type x.com.st.d.monitor ([69453c2](https://github.com/o-lukas/homebridge-smartthings-tv/commit/69453c26ffd38115dc6232da4e6012292a2bcade))
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
* bump @smartthings/core-sdk from 7.1.0 to 7.1.1 ([dff3146](https://github.com/o-lukas/homebridge-smartthings-tv/commit/dff3146581e9ee178e45918ea7800308fb6dc835))
|
|
333
|
+
* bump @types/node from 20.3.1 to 20.3.2 ([ee826bc](https://github.com/o-lukas/homebridge-smartthings-tv/commit/ee826bc7d45aaa5120a3f1cb6fad0c3746849a52))
|
|
334
|
+
* bump @types/node from 20.3.2 to 20.4.0 ([c98c687](https://github.com/o-lukas/homebridge-smartthings-tv/commit/c98c687a3e14177aaa82740735ea9e0856fdbe96))
|
|
335
|
+
* bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 ([1258ce1](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1258ce1dd321db06f3cd5b773cf1af3e052b43cb))
|
|
336
|
+
* bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 ([05b9ddc](https://github.com/o-lukas/homebridge-smartthings-tv/commit/05b9ddc58e865623cfc4b7755951dae820ef98be))
|
|
337
|
+
* bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 ([94fdb7b](https://github.com/o-lukas/homebridge-smartthings-tv/commit/94fdb7b8aff9363ac1529838f7732ca4fd150808))
|
|
338
|
+
* bump @typescript-eslint/parser from 5.59.11 to 5.60.0 ([9835d29](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9835d292cbb0083b29cb284bc146363ad5482162))
|
|
339
|
+
* bump @typescript-eslint/parser from 5.60.0 to 5.60.1 ([4a24272](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4a24272f48dc331532d8e44050043aed2f20b6fd))
|
|
340
|
+
* bump @typescript-eslint/parser from 5.60.1 to 5.61.0 ([1aec65c](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1aec65ca95feab6403ae8d5320e881e1b4a47494))
|
|
341
|
+
* bump eslint from 8.42.0 to 8.43.0 ([74de082](https://github.com/o-lukas/homebridge-smartthings-tv/commit/74de0823f223ae9fbdbbfc3e39ed70826508e990))
|
|
342
|
+
* bump eslint from 8.43.0 to 8.44.0 ([2c3a165](https://github.com/o-lukas/homebridge-smartthings-tv/commit/2c3a1654f89d96270ec6eef9b6f3040ae0cf02ea))
|
|
343
|
+
* bump semantic-release from 21.0.5 to 21.0.7 ([41b90d4](https://github.com/o-lukas/homebridge-smartthings-tv/commit/41b90d43ef9182c799847205b868d975204b0d87))
|
|
344
|
+
* bump typescript from 5.1.3 to 5.1.5 ([22dc281](https://github.com/o-lukas/homebridge-smartthings-tv/commit/22dc28161cd5c4c3da99f10c81b611dc3e694243))
|
|
345
|
+
* bump typescript from 5.1.5 to 5.1.6 ([b4af0dc](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b4af0dc1695f71d675559ff616f0e3c3a19e2c48))
|
|
346
|
+
* crash on empty input sources array ([cb1ae7e](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cb1ae7e6d9d4b2fa344d67ae837b6da2241fb7af))
|
|
347
|
+
* prevent illegal active identifier ([d8b20f5](https://github.com/o-lukas/homebridge-smartthings-tv/commit/d8b20f5d87ae08d018428b87a8c63e8cbe302f3c))
|
|
348
|
+
|
|
349
|
+
## [1.5.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.5...v1.5.0) (2023-06-17)
|
|
350
|
+
|
|
351
|
+
### Features
|
|
352
|
+
|
|
353
|
+
* register sound & picture modes separately ([312c8ae](https://github.com/o-lukas/homebridge-smartthings-tv/commit/312c8ae04285c91d1eb523d9671e2b3aef98fff7))
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
* bump @types/node from 20.2.5 to 20.3.0 ([dafd3ed](https://github.com/o-lukas/homebridge-smartthings-tv/commit/dafd3ed1ba05a27094b4eb73336eefd900708bd0))
|
|
358
|
+
* bump @types/node from 20.3.0 to 20.3.1 ([8a6d36a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/8a6d36a033275fbb18fbbfd11de07a772013e579))
|
|
359
|
+
* bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 ([45e679b](https://github.com/o-lukas/homebridge-smartthings-tv/commit/45e679bf0da268f6f0e94be7e558b17faabf033f))
|
|
360
|
+
* bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 ([d94bb69](https://github.com/o-lukas/homebridge-smartthings-tv/commit/d94bb6975700b95726beeb63398ccde3820b5ab4))
|
|
361
|
+
* bump @typescript-eslint/parser from 5.59.8 to 5.59.9 ([a0b7e50](https://github.com/o-lukas/homebridge-smartthings-tv/commit/a0b7e50a776815ca7b760bce43690d7aab633fc1))
|
|
362
|
+
* bump @typescript-eslint/parser from 5.59.9 to 5.59.11 ([dbcf352](https://github.com/o-lukas/homebridge-smartthings-tv/commit/dbcf3526b82353829d5e6c8a76adf6749faefaff))
|
|
363
|
+
* bump semantic-release from 21.0.3 to 21.0.5 ([dc10629](https://github.com/o-lukas/homebridge-smartthings-tv/commit/dc106293ff14689715bac5736a678291aa02ab36))
|
|
364
|
+
* restore accessory caching ([b849b99](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b849b990dfe3d59c316a3e84833600764ecd2b0a))
|
|
365
|
+
* sound & display mode losing their names ([ac9b23a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/ac9b23a9da5d27ae0f6119b24955d2688fdfdd69))
|
|
366
|
+
|
|
367
|
+
## [1.4.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.4...v1.4.5) (2023-05-19)
|
|
368
|
+
|
|
369
|
+
### Bug Fixes
|
|
370
|
+
|
|
371
|
+
* set deviceId as serial number ([5644904](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5644904478c25108964cb7f29bb6e1bae04d9141))
|
|
372
|
+
|
|
373
|
+
## [1.4.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.3...v1.4.4) (2023-04-23)
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
* added warning when TV is not turned on ([dbecdec](https://github.com/o-lukas/homebridge-smartthings-tv/commit/dbecdec41dd9133aa79748f1e701453c792244fc))
|
|
378
|
+
* reset active identifier after registration ([b372a75](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b372a75e9dde7a0e5661797f57db74ae03968aab))
|
|
379
|
+
* wait for registration to finish ([2861f68](https://github.com/o-lukas/homebridge-smartthings-tv/commit/2861f6813c1f2c90d80299900d60aaaa907002f5))
|
|
380
|
+
|
|
381
|
+
## [1.4.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.2...v1.4.3) (2023-04-22)
|
|
382
|
+
|
|
383
|
+
### Bug Fixes
|
|
384
|
+
|
|
385
|
+
* added YouTubeTV application id ([fa58e74](https://github.com/o-lukas/homebridge-smartthings-tv/commit/fa58e741f452acbc58918f3af96a583f17779833))
|
|
386
|
+
* wait for input registrations ([f83dda8](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f83dda8ac101bdeb57012c002981ad1419f5287c))
|
|
387
|
+
|
|
388
|
+
## [1.4.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.1...v1.4.2) (2023-04-11)
|
|
389
|
+
|
|
390
|
+
### Bug Fixes
|
|
391
|
+
|
|
392
|
+
* manually update xml2js to fix CVE-2023-0842 ([cf1aa1c](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cf1aa1c59267ceec49f8a5ec9a4da8b7cc9e1782))
|
|
393
|
+
|
|
394
|
+
## [1.4.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.0...v1.4.1) (2023-04-09)
|
|
395
|
+
|
|
396
|
+
### Bug Fixes
|
|
397
|
+
|
|
398
|
+
* added missing config property titles ([0492c71](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0492c712273278e6aa083e2371d3be2186db8fe4))
|
|
399
|
+
|
|
400
|
+
## [1.4.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.3.2...v1.4.0) (2023-04-09)
|
|
401
|
+
|
|
402
|
+
### Features
|
|
403
|
+
|
|
404
|
+
* added flags for ping and wol functionalities ([f5e5ac4](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f5e5ac47766e08efb05492ca6efaa6fb9c3105ab))
|
|
405
|
+
* added validation patterns ([8dea24d](https://github.com/o-lukas/homebridge-smartthings-tv/commit/8dea24d006b68722a3931f3af8259a331f822e5f))
|
|
406
|
+
|
|
407
|
+
## [1.3.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.3.1...v1.3.2) (2023-04-04)
|
|
408
|
+
|
|
409
|
+
### Bug Fixes
|
|
410
|
+
|
|
411
|
+
* configure display name for mode switches ([418f24f](https://github.com/o-lukas/homebridge-smartthings-tv/commit/418f24f47b1edb2049a4f3feb2e08e89dd7d42f6))
|
|
412
|
+
|
|
413
|
+
## [1.3.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.3.0...v1.3.1) (2023-04-02)
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
* improve error message for device registration ([4fe64aa](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4fe64aa82ae578a7a6ed5101bb93952564cdbdab))
|
|
418
|
+
|
|
419
|
+
## [1.3.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.2.0...v1.3.0) (2023-04-02)
|
|
420
|
+
|
|
421
|
+
### Features
|
|
422
|
+
|
|
423
|
+
* added warning for proposed capabilities ([1b83756](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1b837561fbf40fa79243a4f1209207c330ccb518))
|
|
424
|
+
* **soundMode:** add sound modes as switch ([458f7cf](https://github.com/o-lukas/homebridge-smartthings-tv/commit/458f7cf4f94151f0dee20b58f0214514009af5aa))
|
|
425
|
+
|
|
426
|
+
## [1.2.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.1.1...v1.2.0) (2023-04-02)
|
|
427
|
+
|
|
428
|
+
### Features
|
|
429
|
+
|
|
430
|
+
* **pictureMode:** add picture modes as switch ([4de73e3](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4de73e35bf186d9c300fe744d6c2632acf63f943))
|
|
431
|
+
* **pictureMode:** added config property ([b39d83a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b39d83a4ff1cc315ac7c69dae43ae1570e87d254))
|
|
432
|
+
|
|
433
|
+
### Bug Fixes
|
|
434
|
+
|
|
435
|
+
* **pictureMode:** update all switches after change ([404c901](https://github.com/o-lukas/homebridge-smartthings-tv/commit/404c9019f6ab94c90c305eeafd732dd38cf47124))
|
|
436
|
+
|
|
437
|
+
## [1.1.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.1.0...v1.1.1) (2023-04-02)
|
|
438
|
+
|
|
439
|
+
### Bug Fixes
|
|
440
|
+
|
|
441
|
+
* crash on error when discovering devices ([520a323](https://github.com/o-lukas/homebridge-smartthings-tv/commit/520a323bf832fe95ab58ccb19609052b1c0b3057))
|
|
442
|
+
* **log:** changed log level of ignored devices ([facf3c2](https://github.com/o-lukas/homebridge-smartthings-tv/commit/facf3c27351767c102010833b57fccb721283b9f))
|
|
443
|
+
|
|
444
|
+
## [1.1.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.6...v1.1.0) (2023-04-01)
|
|
445
|
+
|
|
446
|
+
### Features
|
|
447
|
+
|
|
448
|
+
* **semantic-release:** added semantic release ([f410a26](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f410a26db5723501ebea28ca0ae7b3c3386292d6))
|
|
449
|
+
|
|
450
|
+
## [1.0.6](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.5...v1.0.6) (2023-03-24)
|
|
451
|
+
|
|
452
|
+
### What's Changed
|
|
453
|
+
|
|
454
|
+
* improved documentation
|
|
455
|
+
* fixed crash on missing device mappings
|
|
456
|
+
* Bump nodemon from 2.0.21 to 2.0.22 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/39>
|
|
457
|
+
* Bump rimraf from 4.4.0 to 4.4.1 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/40>
|
|
458
|
+
* Bump @types/node from 18.15.5 to 18.15.6 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/42>
|
|
459
|
+
|
|
460
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.5...v1.0.6>
|
|
461
|
+
|
|
462
|
+
## [1.0.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.4...v1.0.5) (2023-03-22)
|
|
463
|
+
|
|
464
|
+
### What's Changed
|
|
465
|
+
|
|
466
|
+
* Bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/35>
|
|
467
|
+
* Bump @types/node from 18.15.3 to 18.15.5 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/37>
|
|
468
|
+
* Bump @typescript-eslint/parser from 5.55.0 to 5.56.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/36>
|
|
469
|
+
|
|
470
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.4...v1.0.5>
|
|
471
|
+
|
|
472
|
+
## [1.0.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.3...v1.0.4) (2023-03-17)
|
|
473
|
+
|
|
474
|
+
### What's Changed
|
|
475
|
+
|
|
476
|
+
* added log message for wake-on-lan functionality
|
|
477
|
+
* Bump @types/node from 18.15.1 to 18.15.3 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/31>
|
|
478
|
+
* Bump @typescript-eslint/parser from 5.54.1 to 5.55.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/30>
|
|
479
|
+
* Bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/29>
|
|
480
|
+
* Bump typescript from 4.9.5 to 5.0.2 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/33>
|
|
481
|
+
|
|
482
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.3...v1.0.4>
|
|
483
|
+
|
|
484
|
+
## [1.0.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.2...v1.0.3) (2023-03-13)
|
|
485
|
+
|
|
486
|
+
### What's Changed
|
|
487
|
+
|
|
488
|
+
* Bump ping from 0.4.2 to 0.4.4 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/22>
|
|
489
|
+
* Bump rimraf from 4.3.0 to 4.4.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/23>
|
|
490
|
+
* Bump @typescript-eslint/parser from 5.54.0 to 5.54.1 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/24>
|
|
491
|
+
* Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.54.1 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/25>
|
|
492
|
+
* Bump @types/node from 18.14.6 to 18.15.1 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/26>
|
|
493
|
+
* Bump eslint from 8.35.0 to 8.36.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/27>
|
|
494
|
+
* Bump @smartthings/core-sdk from 5.2.0 to 5.3.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/28>
|
|
495
|
+
|
|
496
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.2...v1.0.3>
|
|
497
|
+
|
|
498
|
+
## [1.0.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.1...v1.0.2) (2023-03-06)
|
|
499
|
+
|
|
500
|
+
### What's Changed
|
|
501
|
+
|
|
502
|
+
* Bump rimraf from 4.1.2 to 4.3.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/17>
|
|
503
|
+
* Bump nodemon from 2.0.20 to 2.0.21 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/18>
|
|
504
|
+
* Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/19>
|
|
505
|
+
* Bump @types/node from 18.14.2 to 18.14.6 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/20>
|
|
506
|
+
* Bump @typescript-eslint/parser from 5.53.0 to 5.54.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/21>
|
|
507
|
+
|
|
508
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.1...v1.0.2>
|
|
509
|
+
|
|
510
|
+
## [1.0.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.0...v1.0.1) (2023-02-27)
|
|
511
|
+
|
|
512
|
+
### What's Changed
|
|
513
|
+
|
|
514
|
+
* Bump @typescript-eslint/parser from 5.52.0 to 5.53.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/16>
|
|
515
|
+
* Bump @types/node from 18.14.0 to 18.14.2 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/15>
|
|
516
|
+
* Bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/14>
|
|
517
|
+
* Bump eslint from 8.34.0 to 8.35.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/13>
|
|
518
|
+
|
|
519
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.0...v1.0.1>
|
|
520
|
+
|
|
521
|
+
## [1.0.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.6...v1.0.0) (2023-02-21)
|
|
522
|
+
|
|
523
|
+
### What's Changed
|
|
524
|
+
|
|
525
|
+
* First major release because of Homebridge verification in <https://github.com/homebridge/verified/issues/511>
|
|
526
|
+
* Bump @types/node from 18.13.0 to 18.14.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/10>
|
|
527
|
+
* Bump @typescript-eslint/parser from 5.0.0 to 5.52.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/11>
|
|
528
|
+
* Bump rimraf from 3.0.2 to 4.1.2 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/12>
|
|
529
|
+
|
|
530
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.6...v1.0.0>
|
|
531
|
+
|
|
532
|
+
## [0.0.6](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.5...v0.0.6) (2023-02-19)
|
|
533
|
+
|
|
534
|
+
### What's Changed
|
|
535
|
+
|
|
536
|
+
* fixed deployment issues
|
|
537
|
+
|
|
538
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.4...v0.0.6>
|
|
539
|
+
|
|
540
|
+
## [0.0.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.4...v0.0.5) (2023-02-19)
|
|
541
|
+
|
|
542
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.4...v0.0.5>
|
|
543
|
+
|
|
544
|
+
## [0.0.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.3...v0.0.4) (2023-02-19)
|
|
545
|
+
|
|
546
|
+
### What's Changed
|
|
547
|
+
|
|
548
|
+
* catch errors when discovering devices by @o-lukas in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/9>
|
|
549
|
+
|
|
550
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.3...v0.0.4>
|
|
551
|
+
|
|
552
|
+
## [0.0.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.2...v0.0.3) (2023-02-15)
|
|
553
|
+
|
|
554
|
+
### What's Changed
|
|
555
|
+
|
|
556
|
+
* Bump @types/node from 16.10.9 to 18.13.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/4>
|
|
557
|
+
* Bump eslint from 8.0.1 to 8.34.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/5>
|
|
558
|
+
* Bump typescript from 4.4.4 to 4.9.5 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/6>
|
|
559
|
+
* Bump @typescript-eslint/eslint-plugin from 5.0.0 to 5.52.0 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/7>
|
|
560
|
+
* Bump ts-node from 10.3.0 to 10.9.1 by @dependabot in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/8>
|
|
561
|
+
|
|
562
|
+
### New Contributors
|
|
563
|
+
|
|
564
|
+
* @dependabot made their first contribution in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/4>
|
|
565
|
+
|
|
566
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.2...v0.0.3>
|
|
567
|
+
|
|
568
|
+
## [0.0.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.1...v0.0.2) (2023-02-13)
|
|
569
|
+
|
|
570
|
+
### What's Changed
|
|
571
|
+
|
|
572
|
+
* Support applications by @o-lukas in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/2>
|
|
573
|
+
|
|
574
|
+
### New Contributors
|
|
575
|
+
|
|
576
|
+
* @o-lukas made their first contribution in <https://github.com/o-lukas/homebridge-smartthings-tv/pull/2>
|
|
577
|
+
|
|
578
|
+
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.1...v0.0.2>
|
|
579
|
+
|
|
580
|
+
## 0.0.1 (2023-02-07)
|
|
581
|
+
|
|
582
|
+
First Release 🎉
|
|
583
|
+
|
|
584
|
+
**Current Feature-List:**
|
|
585
|
+
|
|
586
|
+
* dynamic registration of TVs in a SmartThings account
|
|
587
|
+
* dynamic registration of inputs
|
|
588
|
+
* support for iOS Remote
|
|
589
|
+
* optional Wake-on-Lan feature to turn TV on
|
|
590
|
+
* optional Ping feature for determining TV state
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"displayName": "Homebridge SmartThings TV",
|
|
3
3
|
"name": "@o-lukas/homebridge-smartthings-tv",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.0.0-alpha.
|
|
5
|
+
"version": "3.0.0-alpha.4",
|
|
6
6
|
"description": "This is a plugin for Homebridge. It offers some basic functions to control Samsung TVs using the SmartThings API.",
|
|
7
7
|
"author": "o-lukas",
|
|
8
8
|
"license": "MIT",
|
|
@@ -56,8 +56,20 @@
|
|
|
56
56
|
"nodemon": "^3.1.10",
|
|
57
57
|
"rimraf": "^6.0.1",
|
|
58
58
|
"semantic-release": "^24.2.9",
|
|
59
|
+
"@semantic-release/changelog": "6.0.3",
|
|
60
|
+
"@semantic-release/git": "10.0.1",
|
|
59
61
|
"ts-node": "^10.9.2",
|
|
60
62
|
"typescript": "^5.9.3",
|
|
61
63
|
"typescript-eslint": "^8.45.0"
|
|
64
|
+
},
|
|
65
|
+
"release": {
|
|
66
|
+
"plugins": [
|
|
67
|
+
"@semantic-release/commit-analyzer",
|
|
68
|
+
"@semantic-release/release-notes-generator",
|
|
69
|
+
"@semantic-release/changelog",
|
|
70
|
+
"@semantic-release/npm",
|
|
71
|
+
"@semantic-release/github",
|
|
72
|
+
"@semantic-release/git"
|
|
73
|
+
]
|
|
62
74
|
}
|
|
63
75
|
}
|