Skip to content

Releases: homebridge/homebridge-config-ui-x

4.26.0 (2020-08-19)

19 Aug 11:27
cc0854a
Compare
Choose a tag to compare

Bug Fixes

  • Plugins: Fix an issue rendering the title of an array in a plugin's config.schema.json (#777)

Other Changes

  • hb-service: Further improvements towards ensuring the UI is always accessible
  • Dashboard: CPU temperature unit of measure can now optionally be set to differ from the system default (#783)
  • Updated npm dependencies
  • Auth: Improve two-factor authentication autocomplete (#819)

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

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

4.25.2 (2020-08-14)

13 Aug 23:57
a32abc7
Compare
Choose a tag to compare

Node.js Version

  • Dropped support for Node.js < 10.17.0
  • Node.js versions 13.0.0 through 13.6.0 are not supported

Bug Fixes

  • Fix a bug that caused the UI not to load when it's debug mode was enabled (#811). If you have been encountering issues after installing v4.25.1 please run this command to resolve the issue: sudo npm install -g --unsafe-perm homebridge-config-ui-x.

Other Changes

  • i18n: Improvements to Indonesian language translations (#810)

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

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

4.25.1 (2020-08-12)

10 Aug 11:46
f4cd788
Compare
Choose a tag to compare

Node.js Version

  • Dropped support for Node.js < 10.17.0
  • Node.js versions 13.0.0 through 13.6.0 are not supported

Notable Changes

  • Plugins: Added the ability for developers of verified plugins to display ways users can support them if they wish
  • hb-service: Additional log management features for users running Homebridge with hb-service only:
    • Download the full Homebridge log file from the Log Viewer tab (#795)
    • Truncate/empty the Homebridge log file from the Log Viewer tab

Other Changes


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

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

4.24.0 (2020-07-22)

22 Jul 10:45
c68dc76
Compare
Choose a tag to compare

Notable Changes

  • i18n: Bahasa Indonesia translation added by @dwaan (#760)

Bug Fixes

  • Accessory Control: Fixed an issue with HeaterCooler control (#772)

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

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

4.23.2 (2020-06-29)

29 Jun 12:11
640e3cb
Compare
Choose a tag to compare

Bug Fixes

  • Log Viewer: Fixed an issue that prevented scrolling back in Safari (#755)
  • Dashboard: Layout is locked by default on iPad Pro (#756)

If you are using the Homebridge Raspberry Pi Image and like it, please consider starring the project on GitHub.

4.23.1 (2020-06-26)

26 Jun 09:34
94229ff
Compare
Choose a tag to compare

Notable Changes

  • Auth: Two Factor Authentication codes are now only valid for a single login only
  • Auth: Two Factor Authentication codes are now valid for a window of +1

Other Changes

  • System: The hb-service update-node command now explains why it cannot run on Alpine Linux, rather than showing a generic message that the platform is not supported (#745)
  • Updated npm dependencies

If you are using the Homebridge Raspberry Pi Image and like it, please consider starring the project on GitHub.

4.23.0 (2020-06-18)

18 Jun 10:55
2a6f833
Compare
Choose a tag to compare

Bug Fixes

  • Accessory Control: Fahrenheit temperature display units are now rounded to one decimal place (#741)

Other Changes

  • System: (BETA) Added a command to hb-service to allow users to easily update their systems Node.js version to the latest LTS version
    • The command will work out where you currently have Node.js installed, and how you installed it, so you don't end up with multiple versions of Node.js installed in different places
    • The command can be used by all Homebridge users, not just those running Homebridge under hb-service
    • Supports macOS (excluding brew / other non-standard installs) and most Linux distributions (binary or from NodeSource repos)
    • Will not change your system unless it knows how to update safely
    • Update to latest LTS: sudo hb-service update-node
    • Install specific version: sudo hb-service update-node 12.18.1

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

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

4.22.0 (2020-06-09)

09 Jun 12:34
06a9666
Compare
Choose a tag to compare

Please Read Before Updating

Update: 2020-06-12

Some users have identified that v4.22.0 has problems when running on Node.js v13.0.0 - v13.6.0.

These versions of Node.js have a bug that prevents Homebridge Config UI X from running. This bug is fixed in v13.7.0, and is not present in v10.x.x or v14.x.x.

Please check you are not running an affected version of Node.js, and update if required, before installing Homebridge Config UI X v4.22.0 or later.

Notable Changes

  • Accessory Control: Added support for Heater Cooler accessory type
  • Accessory Control: Current temperature is now displayed with one decimal point (#376)

Other Changes

  • Plugins: Improvements to the homebridge-ring plugin authorisation UI (#734)
  • hb-service: Improvements to the log viewer and log rotation management (#731)
  • i18n: Improvements to Portuguese language translations (#716)
  • i18n: Improvements to Russian language translations (#721, #724)
  • i18n: Improvements to German language translations (#730)
  • Login: Login wallpaper now properly covers larger screens (#723)
  • Updated npm dependencies

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

4.21.0 (2020-05-27)

27 May 11:56
64a0b6a
Compare
Choose a tag to compare

Notable Changes

  • API: Added Swagger API Documentation; you can access this via /swagger (this is the same API already in use by the web client)
  • Auth: Added the ability to secure your Homebridge UI user account with Two Factor Authentication, drop-down menu -> User Accounts -> Setup 2FA
  • Login: Custom wallpaper can now be added by added a ui-wallpaper.jpg file in your Homebridge storage directory (and leaving the loginWallpaper config option blank) (#697)
  • Login: Custom wallpaper changes will now break the browser cache (#700)
  • i18n: Portuguese language translation added by @SamuelMagano (#698, #708)

Other Changes

  • i18n: Improvements to Polish language translation (#695, #705, #707)
  • i18n: Improvements to Simplified Chinese language translations (#696)
  • i18n: Improvements to French language translations (#699, #711)
  • i18n: Improvements to German language translations (#704)
  • i18n: Improvements to Traditional Chinese language translations (#713)

Bug Fixes

  • Plugins: Fixed a bug that caused the UI to fail to check if a plugin's package.json file exists correctly before attempting to open it

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

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

4.20.0 (2020-05-21)

21 May 11:15
98c3dd9
Compare
Choose a tag to compare

Notable Changes

  • Server: Added the ability to unpair selected bridges / cameras / TVs without needed to reset the main Homebridge instance, this feature is available from the drop down menu -> Homebridge Settings
  • hb-service: Users can now remove individual accessories from the accessory cache, drop-down menu -> Homebridge Settings -> Remove Single Cached Accessory (#202)
  • i18n: Slovenian language translation added by @mitchoklemen (#694)

Other Changes

  • i18n: Improvements to English language translation (#689)
  • i18n: Improvements to Czech language translation (#691)
  • i18n: Improvements to Polish language translation (#693)

Bug Fixes

  • hb-service: Fix a bug that caused strange behaviour on boot for users running macOS with home folders mounted on a remote network share (#680)
  • Accessory Control: Fixed an issue where the accessory name would sometimes not be displayed correctly (#690)

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