Skip to content

Commit

Permalink
v4.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jan 8, 2025
1 parent c81fddd commit a0a6b51
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.68.0 (2025-01-08)

Happy 2025 to all our users! 🎉

### ⚠️ 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.68.0`

### UI Changes

Expand Down Expand Up @@ -63,14 +73,6 @@ Developers: to maintain compatibility with older versions of the Homebridge UI,

## v4.67.0 (2024-12-28)

### ⚠️ 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.67.0`

### UI Changes

- add explanation of deleting child bridges when un-toggling
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.67.0",
"version": "4.68.0",
"description": "A web based management, configuration and control platform for Homebridge.",
"author": "oznu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a0a6b51

Please sign in to comment.