Skip to content

Commit

Permalink
v4.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 30, 2024
1 parent c7a507f commit 3851e4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.64.0 (2024-11-30)

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

### UI Changes

Expand All @@ -18,14 +26,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.

## 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

- updates to the `th.json` language file (#2211) (@tomzt)
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.63.0",
"version": "4.64.0",
"description": "A web based management, configuration and control platform for Homebridge.",
"author": "oznu <dev@oz.nu>",
"license": "MIT",
Expand Down

0 comments on commit 3851e4d

Please sign in to comment.