Skip to content

Commit

Permalink
update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 16, 2023
1 parent 4ee47f7 commit 50d2109
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
## Beta-4.50.7
## BETA (4.51.0)

### Notable Changes

⚠️ Node 16 has reached end-of-life and is no longer supported by the Homebridge UI.
- **Node Support**
- ⚠️ Node 16 has reached end-of-life and is no longer supported by the Homebridge UI.
- Starting with v4.50.7, the Homebridge UI will no longer work with Node 16, only Node 18 and 20
- Homebridge UI follows the same Node support schedule as Homebridge. See the [How-To-Update-Node.js](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) page in the Homebridge wiki for more information

- Starting with v4.50.7, the Homebridge UI will no longer work with Node 16, only Node 18 or 20
- Homebridge UI follows the same Node support schedule as Homebridge. See the [How-To-Update-Node.js](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) page in the Homebridge wiki for more information
- **Plugins:** Use plugin display name if available ([1458](https://github.com/homebridge/homebridge-config-ui-x/pull/1582))
- **Plugins**
- Use plugin display name if available (#1582)

### Other Changes

- **System:**
- Updated backend dependencies (#1571 and #1569)
- Updated frontend dependencies (#1572)
- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.1 ( Node 20 Support and upstream refresh )
- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.3 (#1583)

## 4.50.6 (2023-09-28)

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.50.6",
"version": "4.51.0",
"description": "A web based management, configuration and control platform for Homebridge.",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down

0 comments on commit 50d2109

Please sign in to comment.