From 155bfef0c84a7f7399499e64267a0da67f77fae3 Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Sun, 23 Feb 2025 08:45:18 +0000 Subject: [PATCH] v4.71.2 --- CHANGELOG.md | 10 ++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db0748ef..24133a803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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.2 (2025-02-23) ### ⚠️ Upcoming Deprecations: @@ -12,13 +12,19 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file. - 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` +- Note that these are not requirements for UI `v4.71.2` ### Other Changes - fix alpha/beta update checks for bundled ui (#2363) (@dnicolson) - fix ui config validation when default theme selected +### Homebridge Dependencies + +- `@homebridge/hap-client` @ `v2.0.5` +- `@homebridge/node-pty-prebuilt-multiarch` @ `v0.11.14` +- `@homebridge/plugin-ui-utils` @ `v2.0.1` + ## v4.71.1 (2025-02-22) ### UI Changes diff --git a/package-lock.json b/package-lock.json index 8165f90fa..4532eaf78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.71.1", + "version": "4.71.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.71.1", + "version": "4.71.2", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 0d51694df..e9fa9745f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.71.1", + "version": "4.71.2", "description": "A web based management, configuration and control platform for Homebridge.", "author": "oznu ", "license": "MIT",