Skip to content

Commit 155bfef

Browse files
committed
v4.71.2
1 parent cc2d453 commit 155bfef

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to `homebridge-config-ui-x` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
44

5-
## BETA
5+
## v4.71.2 (2025-02-23)
66

77
### ⚠️ Upcoming Deprecations:
88

@@ -12,13 +12,19 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
1212
- Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
1313
- Drop support for instances using `pnpm` as the package manager - consider updating your Homebridge instance to use npm instead - [more info on updating](https://github.com/homebridge/homebridge-apt-pkg/blob/latest/README.md#using-apt)
1414
- Note that Homebridge UI `v5` will not be released before May 2025 (aligning with when Node.js `v18` reaches end-of-life)
15-
- Note that these are not requirements for UI `v4.71.1`
15+
- Note that these are not requirements for UI `v4.71.2`
1616

1717
### Other Changes
1818

1919
- fix alpha/beta update checks for bundled ui (#2363) (@dnicolson)
2020
- fix ui config validation when default theme selected
2121

22+
### Homebridge Dependencies
23+
24+
- `@homebridge/hap-client` @ `v2.0.5`
25+
- `@homebridge/node-pty-prebuilt-multiarch` @ `v0.11.14`
26+
- `@homebridge/plugin-ui-utils` @ `v2.0.1`
27+
2228
## v4.71.1 (2025-02-22)
2329

2430
### UI Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-config-ui-x",
33
"displayName": "Homebridge UI",
4-
"version": "4.71.1",
4+
"version": "4.71.2",
55
"description": "A web based management, configuration and control platform for Homebridge.",
66
"author": "oznu <dev@oz.nu>",
77
"license": "MIT",

0 commit comments

Comments
 (0)