Skip to content

Releases: homebridge/homebridge-config-ui-x

4.19.0 (2020-05-14)

14 May 13:25
6a4e4a5
Compare
Choose a tag to compare

Notable Changes

  • Plugins: Plugin "update available" status is now cached for 5 minutes to reduce the number of outbound calls to the npm registry and decrease load times for the plugins tab for those with slower internet connections
  • Plugins: If the initial attempt to load the "Verified Plugins" list fails, the UI will now try again after 60 seconds
  • Plugins: Added the ability for developers to customise the "Add Item" button label in the settings ui (#668)
  • Plugins: Added a "clear query" button to the right of the search box (#674)
  • Plugins: Users of homebridge-hue can now download the debug dump file from the UI (#676)
  • Backup/Restore: Added the ability to restore a .hbfx backup file

Other Changes

  • i18n: Improvements to Simplified Chinese language translations (#672,#684)
  • i18n: Improvements to Italian language translations (#678)

The Homebridge team has released the official Homebridge Raspberry Pi Image.

If you like Homebridge Config UI X please consider starring the project on GitHub.

4.18.0 (2020-05-07)

07 May 10:58
e45ec91
Compare
Choose a tag to compare

Other Changes

  • Plugins: Developers can now interpolate the current hostname into their header and footer markdown (#661)
  • Plugins: Fixed an issue with select boxes in the plugin settings GUI (#665)
  • i18n: Improvements to Polish language translations (#656)
  • i18n: Improvements to Traditional Chinese language translations (#659)
  • i18n: Improvements to German language translations (#662)
  • Updated npm dependencies

Bug Fixes

  • Plugins: Fixed a bug that prevented the plugins from loading when there was an bad file in the global node_modules directory (#657)

Do you like Homebridge Config UI X? Please show your support and star us on GitHub!

4.17.1 (2020-04-29)

29 Apr 12:34
b1fa265
Compare
Choose a tag to compare

Notable Changes

  • hb-service: Add support for configuring the new Keep Orphans flag, -K (#642)

Other Changes

  • i18n: Improvements to Traditional Chinese language translations (#630)
  • i18n: Improvements to Spanish language translations (#635)
  • Docker: Fixed an issue that prevented plugins from being installed/updated when using the Debian/Ubuntu versions of the oznu/homebridge Docker image

Bug Fixes

  • Homebridge Updates: If Homebridge fails to update the error logs will now be displayed on the screen
  • Accessory Control: The accessory layout will now be unlocked when adding a new room (#643)

The Homebridge team has released the official Homebridge Raspberry Pi Image.

If you like Homebridge Config UI X please consider starring the project on GitHub.

4.16.0 (2020-04-21)

21 Apr 12:08
7a68d8f
Compare
Choose a tag to compare

Notable Changes

  • Accessory Control: Added support for Valves and Irrigation Systems (#47)
  • Accessory Control: Added support for Fan V2 (#47)
  • Accessory Control: Added support for Air Purifiers (#47)
  • Accessory Control: @NicoFR75 added support for Light Sensors (#623)

Other Changes

  • i18n: Improvements to German language translations (#613, #614)
  • i18n: Improvements to Polish language translations (#615, #620)
  • i18n: Improvements to Russian language translations (#617)
  • Updated npm dependencies

Bug Fixes

  • Accessory Control: Added support for HAP short-form UUIDs (#624)

The Homebridge team has released the official Homebridge Raspberry Pi Image.

If you like Homebridge Config UI X please consider starring the project on GitHub.

4.15.1 (2020-04-14)

14 Apr 10:50
c7d789c
Compare
Choose a tag to compare

Homebridge Beta Testing

Please help us test the next release of Homebridge: homebridge/homebridge#2459

Notable Changes

  • Plugins: A warning message will now be show when updating a plugin that requires a newer version of Node.js than the user currently has installed
  • Homebridge: The next major release of Homebridge will require Node.js v10.17.0 or later, the UI will prevent Homebridge from updating if the user's Node.js version is lower than this

Other Changes

  • Accessory Control: Accessories from other Homebridge instances will no longer be displayed unless the other instance has the same PIN set
  • i18n: Improvements to Polish language translations (#608)
  • i18n: Improvements to Russian language translations (#609)
  • Updated npm dependencies

The Homebridge team has released the official Homebridge Raspberry Pi Image.

If you like Homebridge Config UI X please consider starring the project on GitHub.

4.14.0 (2020-04-08)

08 Apr 10:22
247143f
Compare
Choose a tag to compare

Notable Changes

  • Config Editor: The config editor will now automatically correct some common JSON syntax errors on save such as removing trailing commas at the end of arrays and objects, removing comments, ensuring keys are quoted, and ensuring strings are quoted with double quotes instead of single quotes

Other Changes

  • Linux: Users are now prompted for confirmation before shutting down or restarting the host server
  • hb-service: Linux only: systemd will now really ensure the network is online before starting Homebridge (#605)
  • i18n: Improvements to German language translations (#599)
  • Updated npm dependencies

Bug Fixes

  • Plugins: Fixed a bug that caused the plugin page not to load if the DNS lookup took a long time to timeout (#598)

The Homebridge team has released the official Homebridge Raspberry Pi Image.

If you like Homebridge Config UI X please consider starring the project on GitHub.

4.13.3 (2020-03-31)

31 Mar 10:23
4aa64f4
Compare
Choose a tag to compare

Other Changes

  • Plugins: The service will not longer attempt to check if updates are available for plugins that have "private": true set in their package.json file
  • Updated npm dependencies

Bug Fixes

  • hb-service: Fixed a bug in the macOS installer that resulted in the wrong storage path being set in some circumstances (homebridge#2464)

Help Test The Next Homebridge Release

The Homebridge team is looking for some people to help test the next release of Homebridge.

The next release includes a major update to the HAP-NodeJS dependency which adds support for new accessory types and now adheres more to the official Apple HAP spec.

If you're interested in helping out please checkout this issue for instructions on how to install the beta (and how to rollback):

homebridge/homebridge#2459


If you like Homebridge Config UI X please consider starring the project on GitHub.

4.13.2 (2020-03-25)

25 Mar 09:44
ed7dff2
Compare
Choose a tag to compare

Other Changes

  • Updated npm dependencies

Bug Fixes

  • System: When updating Homebridge, the release notes will now be shown prior to the update occuring
  • hb-service: improved discovery of Homebridge install path

If you like Homebridge Config UI X please consider starring the project on GitHub.

Homebridge has launched an official Discord channel!

Homebridge Discord

4.13.0 (2020-03-18)

18 Mar 09:43
417b492
Compare
Choose a tag to compare

Notable Changes

  • Plugins: Added support for scoped npm modules as Homebridge plugins, this means you can install plugins from npm such as @username/homebridge-plugin. Requires Homebridge update (homebridge#2447)

Other Changes

  • i18n: The display of dates (in the Clock widget for example) are now localised (#528)
  • Accessory Control: If controlling an accessory fails, the error message is now shown in the UI as a toast notification
  • hb-service: Linux only: Updated the generated systemd unit file, homebridge.service, to allow the UI to listen on ports below 1024 (requires service re-install for existing hb-service users) (#584)
  • i18n: Improvements to Traditional Chinese language translations (#585)
  • i18n: Improvements to Dutch language translations (#588)
  • Updated the loading spinner to match the set theme
  • Updated npm dependencies
  • Update UI to use Angular 9

Bug Fixes

  • Accessory Control: Address an issue that may have caused the UI to crash when Homebridge becomes unavailable (#543, #583)

Homebridge has launched an official Discord channel!

Homebridge Discord

If you like Homebridge Config UI X please consider starring the project on GitHub.

4.12.0 (2020-03-05)

05 Mar 10:17
c27a040
Compare
Choose a tag to compare

Notable Changes

  • hb-service: Added the ability to toggle Homebridge insecure mode (-I) from the UI when running under hb-service
  • Accessory Control: Added support for Security System accessory types (#47)
  • Accessory Control: Added support for Leak Sensor accessory types (#47)
  • Dashboard: Added a configurable option to each widget to determine if it should be shown in the mobile/compact view (#560)
  • Dashboard: @Staubgeborener added an option to the Homebridge status widget to let users decide if the Homebridge port should be shown or not (#572)

Other Changes

  • Accessory Control: Updated the icons for Motion, Occupancy and Contact sensors (#47)
  • Docker: Added various changes to facilitate the oznu/homebridge Docker image using hb-service (docker image update required)
  • Backup/Restore: If an error is encountered during a backup request (for example, a permission error), the error will now be logged to assist users in resolving the issue
  • Dashboard: Allow the use of the previously removed temp option to read the CPU temperature from a file (#470)
  • i18n: Added the ability to manually set the UI language (#398)
  • i18n: Improvements to Polish language translations (#568, #575, #576)
  • i18n: Improvements to German language translations (#571, #578)
  • i18n: Improvements to Russian language translations (#573, #577)
  • Updated npm dependencies

Do you like Homebridge Config UI X? Star us on GitHub!