You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,19 @@
2
2
3
3
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/).
4
4
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`
6
18
7
19
### UI Changes
8
20
@@ -24,16 +36,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
24
36
25
37
## v4.73.0 (2025-04-19)
26
38
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
-
37
39
### UI Changes
38
40
39
41
- updates to the `en.json` language file (#2389) (@HenryGelderbloem)
0 commit comments