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
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,17 @@
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.71.1 (2025-02-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.71.1`
6
16
7
17
### UI Changes
8
18
@@ -22,16 +32,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
22
32
23
33
## v4.71.0 (2025-02-09)
24
34
25
-
### ⚠️ Upcoming Deprecations:
26
-
27
-
- The **next major version**`v5` of the Homebridge UI will:
28
-
- Be compatible with Homebridge `v1` and `v2`
29
-
- 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)
30
-
- Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
31
-
- 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)
32
-
- Note that Homebridge UI `v5` will not be released before May 2025 (aligning with when Node.js `v18` reaches end-of-life)
33
-
- Note that these are not requirements for UI `v4.71.0`
34
-
35
35
### UI Changes
36
36
37
37
- updates to the `uk.json` language file (#2348) (@xrust83)
0 commit comments