Skip to content

Commit

Permalink
v4.71.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Feb 23, 2025
1 parent cc2d453 commit 155bfef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 155bfef

Please sign in to comment.