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
- Note: this only works when a plugin uses a
- 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, making it more consistent with the Home App #1612
i18n Changes
- The following new language strings have been added/updated to each language file - calling on all our translators to continue your hard work!
- ADDED:
plugins.manage.label_release_notes
plugins.manage.label_release_notes_beta
plugins.manage.message_thanks_for_updating_restart
plugins.status_update_beta_available
- UPDATED:
plugins.manage.message_thanks_for_updating
- ADDED:
Other Changes
hb-service
will now refuse to installnode
versions less than16.18.0
- Plugin node warning screen will appear when running a version of
node
lower than18.15.0
(bumped up from14.15.0
) - UI node warning screen will appear when running a version of
node
lower than18.15.0
(bumped up from10.17.0
) - Obtain correct beta branch name for Homebridge (and UI) (212b3eb)
- Rename pre-release npm tag from
test
tobeta
for consistency with other Homebridge repositories (86ea73f) - Updated dependencies
- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.8 ( Updated build process and back-level support for Synology DSM devices )