Skip to content

Commit

Permalink
Update Changlog and Add SSL to Confug UI
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Oct 31, 2023
1 parent f56e0f3 commit 95f2ab1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

All notable changes to homebridge-config-ui-x will be documented in this file.

## BETA 4.52.0 (2023-XX-XX)
## BETA 4.52.0 (2023-11-XX)

### Notable Changes

- Show UI and plugin updates for newer beta versions when already running a beta version of the plugin
- Note: this only works when a plugin uses a `beta` NPM tag for beta releases
- Show 'Restart Homebridge Now' modal (with additional messaging for child bridges) after any plugin update, not just the UI
- Update HomeKit Setup Code Format: 1234-5678, make it consistant with the Home App [#1612](https://github.com/homebridge/homebridge-config-ui-x/issues/1612)

### i18n Changes

Expand Down
24 changes: 24 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,30 @@
"key": "loginWallpaper",
"notitle": true,
"placeholder": "eg. /home/pi/mywallpaper.jpg"
},
{
"ref": "ssl",
"type": "fieldset",
"expandable": true,
"title": "SSL Setup",
"items": [
{
"key": "ssl.key",
"placeholder": "eg. /Users/homebridge/.homebridge/certs/server.key"
},
{
"key": "ssl.cert",
"placeholder": "eg. /Users/homebridge/.homebridge/certs/server.crt"
},
{
"key": "ssl.pfx",
"placeholder": "eg. /Users/homebridge/.homebridge/certs/server.pfx"
},
{
"key": "ssl.passphrase",
"placeholder": "eg. mypassphrase"
}
]
}
]
}
Expand Down

0 comments on commit 95f2ab1

Please sign in to comment.