Skip to content

Commit 958a0c6

Browse files
committed
v4.72.0
1 parent b5a32ef commit 958a0c6

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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 (v4)
5+
## v4.72.0 (2025-03-22)
6+
7+
### ⚠️ Upcoming Deprecations:
8+
9+
- The **next major version** `v5` of the Homebridge UI will:
10+
- Be compatible with Homebridge `v1` and `v2`
11+
- Drop support for Node.js `v18` and earlier, so please update to `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js)
12+
- Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
13+
- 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)
14+
- 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.72.0`
616

717
### UI Changes
818

@@ -25,16 +35,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
2535

2636
## v4.71.2 (2025-02-23)
2737

28-
### ⚠️ Upcoming Deprecations:
29-
30-
- The **next major version** `v5` of the Homebridge UI will:
31-
- Be compatible with Homebridge `v1` and `v2`
32-
- Drop support for Node.js `v18` and earlier, so please update to `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js)
33-
- Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
34-
- 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)
35-
- Note that Homebridge UI `v5` will not be released before May 2025 (aligning with when Node.js `v18` reaches end-of-life)
36-
- Note that these are not requirements for UI `v4.71.2`
37-
3838
### Other Changes
3939

4040
- fix alpha/beta update checks for bundled ui (#2363) (@dnicolson)

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.2",
4+
"version": "4.72.0",
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)