Skip to content

Commit e36d0bf

Browse files
committed
v4.74.0
1 parent 88e495c commit e36d0bf

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
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.74.0 (2025-05-18)
6+
7+
### ⚠️ Upcoming Deprecations:
8+
9+
- A new version of Homebridge UI (v5) will be released around mid-June 2025. This will be compatible with both
10+
Homebridge v1 and v2 (in beta).
11+
- Initially, there will be no significant differences between Homebridge UI v4 and v5. The major version increment
12+
primarily reflects the removal of support for outdated technologies and hardware. UI v5 will:
13+
- Be compatible with Homebridge `v1` and `v2`
14+
- 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)
15+
- Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
16+
- 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)
17+
- Note that these are not requirements for UI `v4.74.0`
618

719
### UI Changes
820

@@ -24,16 +36,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
2436

2537
## v4.73.0 (2025-04-19)
2638

27-
### ⚠️ Upcoming Deprecations:
28-
29-
- The **next major version** `v5` of the Homebridge UI will:
30-
- Be compatible with Homebridge `v1` and `v2`
31-
- 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)
32-
- Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
33-
- 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)
34-
- Note that Homebridge UI `v5` will not be released before May 2025 (aligning with when Node.js `v18` reaches end-of-life)
35-
- Note that these are not requirements for UI `v4.73.0`
36-
3739
### UI Changes
3840

3941
- updates to the `en.json` language file (#2389) (@HenryGelderbloem)

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