Releases: homebridge/homebridge-config-ui-x
4.4.0 (2019-05-07)
Notice
Node.js 12 is currently not supported by this plugin due to compatibility issues still being resolved by third party dependencies. You should not upgrade to Node.js 12 until #277 is resolved.
Notable Changes
- Plugins: Allow plugins to specify only a single config block should exist in the Plugin Setting GUI (#290)
- Plugins: The plugin will no longer log with timestamps when homebridge is started with
-T
(#288) - Plugins: The plugin logs are now prefixed with the name defined in the
config.json
(#288) - Auth: Display a warning if the time on the server varies to greatly from time on the client which could cause mysterious login issues
Bug Fixes
- Plugins: Fixed a bug preventing users adding additional elements to an array with the Plugin Setting GUI (#289)
- Plugins: Fixed an issue preventing the plugins tab from loading when the npm registry was slow to respond (#284)
- Plugins: Fixed an issue that prevented plugins from displaying for some users (#284)
- Plugins: Searching for the exact name of a plugin will return a result even if the npm registry search is not working
Other Changes
- Updated npm dependencies
- Bundle some dependencies using
bundledDependencies
in thepackage.json
to try and reduce installation errors
4.3.0 (2019-05-05)
Notice
Node.js 12 is currently not supported by this plugin due to compatibility issues still being resolved by third party dependencies. You should not upgrade to Node.js 12 until #277 is resolved.
Notable Changes
- Homebridge: Added
homebridgePackagePath
to allow users to defined where the Homebridge module is installed if it's not installed globally (#280)
Other Changes
- Updated npm dependencies
- Wiki: Created wiki page showing all available config options
4.2.0 (2019-05-03)
Notice
Node.js 12 is currently not supported by this plugin due to compatibility issues still being resolved by third party dependencies. You should not upgrade to Node.js 12 until #277 is resolved.
Notable Changes
4.1.0 (2019-04-28)
Notice
Node.js 12 is currently not supported by this plugin due to compatibility issues still being resolved by third party dependencies. You should not upgrade to Node.js 12 until #277 is resolved.
Notable Changes
- i18n: Italian language translation added by @cyberfafu
Other Changes
- Updated npm dependencies
4.0.6 (2019-04-22)
Bug Fixes
- Fixed issue causing the UI to crash when
platforms
was not present in the Homebridgeconfig.json
(#263)
Other Changes
- Updated npm dependencies
4.0.5 (2019-04-21)
Bug Fixes
- Fixed issue preventing the web service from loading correctly in config-less oznu/homebridge docker containers (#262)
4.0.4 (2019-04-20)
Bug Fixes
- Check for IPv6 interfaces before attempting to listen on
::
(#261)
Other Changes
- Added
host
config option to allow users to manually specify which interface/ip address the web interface should listen on
4.0.3 (2019-04-20)
Bug Fixes
- Fixed bug that prevented the web service listening on IPv6 interfaces (#260)
4.0.2 (2019-04-19)
Notable Changes
- Added
websocketCompatibilityMode
option for users who are having issues with WebSocket connections (#238)
Other Changes
- Updated npm dependencies
4.0.1 (2019-04-17)
Bug Fixes
- Fixed resolving of custom plugin path for non-Docker installations