diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf98fb58..f0fea98be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ 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.66.0 (2024-12-25) + +### ⚠️ Upcoming Deprecations: + +- The **next major version** `v5` of the Homebridge UI will drop support for: + - Node.js `v16` and earlier, so please update to `v18` or `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) + - Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware + - 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 these are not requirements for UI `v4.66.0` ### UI Changes @@ -18,14 +26,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file. ## v4.65.2 (2024-12-15) -### ⚠️ Upcoming Deprecations: - -- The **next major version** `v5` of the Homebridge UI will drop support for: - - Node.js `v16` and earlier, so please update to `v18` or `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) - - Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware - - 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 these are not requirements for UI `v4.65.2` - ### UI Changes - Rollback recent changes to plugin search (#2289) (@justjam2013) diff --git a/package-lock.json b/package-lock.json index a2cb1c89f..00b4517ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.65.2", + "version": "4.66.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.65.2", + "version": "4.66.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 679523e07..537bbde1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.65.2", + "version": "4.66.0", "description": "A web based management, configuration and control platform for Homebridge.", "author": "oznu ", "license": "MIT",