Skip to content

Commit

Permalink
v4.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 27, 2024
1 parent b720b96 commit 1987781
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 70 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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.59.0 (2024-09-27)

### UI Changes

- allow a `Debug Mode` setting per child bridge
- this can be configured in the child bridge modal
- the general `Homebridge Debug Mode` now only applies to the main Homebridge bridge
- this feature requires Homebridge `v2.0.0-beta.21` or later
- The following change only applies when running Homebridge 2.0-beta
- allow a `Debug Mode` setting per child bridge:
- this can be configured in the child bridge modal
- the general `Homebridge Debug Mode` now only applies to the main Homebridge bridge
- increase width of notifications to `100%` on mobile devices
- fix some styles on smaller screeners
- hide settings section description on collapse
Expand Down
114 changes: 57 additions & 57 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions 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.58.0",
"version": "4.59.0",
"description": "A web based management, configuration and control platform for Homebridge.",
"author": "oznu <dev@oz.nu>",
"license": "MIT",
Expand Down Expand Up @@ -121,11 +121,11 @@
"unzipper": "0.12.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.2",
"@antfu/eslint-config": "^3.7.3",
"@nestjs/testing": "^10.4.4",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/node-schedule": "^2.1.7",
"@types/passport-jwt": "^4.0.1",
"@types/semver": "^7.5.8",
Expand Down
8 changes: 4 additions & 4 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/emoji-js": "^3.5.2",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.8",
"@types/socket.io-client": "^3.0.0",
Expand Down

0 comments on commit 1987781

Please sign in to comment.