homebridge-ac-freedom 1.2.1 → 1.2.2
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 +4 -1
- package/config.schema.json +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.2.2
|
|
4
|
+
|
|
5
|
+
- Remove unused `changelog` field from config.schema.json (HB reads CHANGELOG.md directly from GitHub)
|
|
6
|
+
|
|
3
7
|
## 1.2.1
|
|
4
8
|
|
|
5
9
|
- Fix floating popup bug — switch from `section` to `tabarray` layout for devices
|
|
6
10
|
- Rename "Show Comfortable Wind Switch" → "Comfortable Wind"
|
|
7
11
|
- Rename "Show Display Switch" → "Display"
|
|
8
|
-
- Add changelog visibility in Homebridge UI
|
|
9
12
|
|
|
10
13
|
## 1.2.0
|
|
11
14
|
|
package/config.schema.json
CHANGED
package/package.json
CHANGED