From f94d26e039a81b4551dc6dbd88faa72129597f69 Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:00:26 +0000 Subject: [PATCH] v4.63.0 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73b5ce24..0ce2edca8 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.63.0 (2024-11-17) + +### ⚠️ 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.63.0` ### UI Changes diff --git a/package-lock.json b/package-lock.json index d77e38c15..3a53fbbfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.62.0", + "version": "4.63.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.62.0", + "version": "4.63.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2bf37b793..a95e4025e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.62.0", + "version": "4.63.0", "description": "A web based management, configuration and control platform for Homebridge.", "author": "oznu ", "license": "MIT",