diff --git a/CHANGELOG.md b/CHANGELOG.md index eb44cfbc9..6170e09ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ 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/). -## BETA +## v4.71.1 (2025-02-22) + +### ⚠️ Upcoming Deprecations: + +- The **next major version** `v5` of the Homebridge UI will: + - Be compatible with Homebridge `v1` and `v2` + - 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) + - Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware + - 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) +- Note that Homebridge UI `v5` will not be released before May 2025 (aligning with when Node.js `v18` reaches end-of-life) +- Note that these are not requirements for UI `v4.71.1` ### UI Changes @@ -22,16 +32,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file. ## v4.71.0 (2025-02-09) -### ⚠️ Upcoming Deprecations: - -- The **next major version** `v5` of the Homebridge UI will: - - Be compatible with Homebridge `v1` and `v2` - - 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) - - Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware - - 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) -- Note that Homebridge UI `v5` will not be released before May 2025 (aligning with when Node.js `v18` reaches end-of-life) -- Note that these are not requirements for UI `v4.71.0` - ### UI Changes - updates to the `uk.json` language file (#2348) (@xrust83) diff --git a/package-lock.json b/package-lock.json index 4812795b4..e4399617a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.71.0", + "version": "4.71.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.71.0", + "version": "4.71.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 0986e993b..0d51694df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.71.0", + "version": "4.71.1", "description": "A web based management, configuration and control platform for Homebridge.", "author": "oznu ", "license": "MIT",