Skip to content

Commit

Permalink
Merge branch 'beta-4.59.2' into alpha-4.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 30, 2024
2 parents 9c04fc4 + a26ebb5 commit bf5f497
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 54 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.

### UI Changes

- fix some log settings are not visible in service mode (#2196) (@NorthernMan54)
- fix restart not appearing on first plugin save
- fix tooltips appearing over modals
- added more notification messages to translation files
- settings option to clear accessory cache for a specific bridge
- enable child bridge by default when installing a plugin
Expand All @@ -49,6 +46,20 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- `@homebridge/node-pty-prebuilt-multiarch` @ `v0.11.14`
- `@homebridge/plugin-ui-utils` @ `v1.0.3`

## v4.59.1 (2024-09-30)

### UI Changes

- fix some log settings are not visible in service mode (#2196) (@NorthernMan54)
- fix restart not appearing on first plugin save
- fix tooltips appearing over modals

### Homebridge Dependencies

- `@homebridge/hap-client` @ `v1.10.2`
- `@homebridge/node-pty-prebuilt-multiarch` @ `v0.11.14`
- `@homebridge/plugin-ui-utils` @ `v1.0.3`

## v4.59.0 (2024-09-27)

### UI Changes
Expand Down
100 changes: 50 additions & 50 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.59.0",
"version": "4.59.1",
"description": "A web based management, configuration and control platform for Homebridge.",
"author": "oznu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bf5f497

Please sign in to comment.