homebridge-bluos 0.1.0 → 1.0.0
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 +17 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.0](https://github.com/tbaur/homebridge-bluos/compare/v0.1.1...v1.0.0) (2026-08-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* release 1.0.0 ([97a2273](https://github.com/tbaur/homebridge-bluos/commit/97a2273c3d4aabd5f9b6246856ebf5c7ad4d4d27))
|
|
9
|
+
|
|
10
|
+
## [0.1.1](https://github.com/tbaur/homebridge-bluos/compare/v0.1.0...v0.1.1) (2026-08-18)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* BluOS players in HomeKit, verified against real hardware ([643e029](https://github.com/tbaur/homebridge-bluos/commit/643e0298c127e9df92dc42841896c5844162f1ec))
|
|
16
|
+
|
|
17
|
+
## Changelog
|
|
18
|
+
|
|
3
19
|
All notable changes to this project are documented in this file. This file is maintained automatically by [release-please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org).
|
|
4
20
|
|
|
5
21
|
## Unreleased
|
|
6
22
|
|
|
7
|
-
* initial BluOS plugin
|
|
23
|
+
* initial BluOS plugin
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-bluos",
|
|
3
3
|
"displayName": "Homebridge BluOS",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"description": "Homebridge plugin for BluOS players — per-zone volume, mute, volume-preset and battery accessories over the LAN Custom Integration API. Verified on NAD and Bluesound hardware",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"brace-expansion": "^5.0.9"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@homebridge/plugin-ui-utils": "2.2.
|
|
47
|
+
"@homebridge/plugin-ui-utils": "2.2.4",
|
|
48
48
|
"multicast-dns": "7.2.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/dns-packet": "^5.6.5",
|
|
52
52
|
"@types/jest": "^30.0.0",
|
|
53
53
|
"@types/multicast-dns": "^7.2.4",
|
|
54
|
-
"@types/node": "^
|
|
54
|
+
"@types/node": "^20.19.43",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
56
56
|
"@typescript-eslint/parser": "^8.51.0",
|
|
57
57
|
"eslint": "^10.6.0",
|