From 078627470119854a2d7b1ea495c18489d5a2480e Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Sat, 4 Nov 2023 02:12:52 -0500 Subject: [PATCH] 4.52.0 ## 4.52.0 (2023-11-04) ### 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, making it more consistant with the Home App [#1612](https://github.com/homebridge/homebridge-config-ui-x/issues/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` ### Other Changes - `hb-service` will now refuse to install `node` versions less than `16.18.0` - Plugin node warning screen will appear when running a version of `node` lower than `18.15.0` (bumped up from `14.15.0`) - UI node warning screen will appear when running a version of `node` lower than `18.15.0` (bumped up from `10.17.0`) - Obtain correct beta branch name for Homebridge (and UI) (https://github.com/homebridge/homebridge-config-ui-x/commit/212b3eb1d5cb3ccda01fe2c3be711b80af4d5bf6) - Rename pre-release npm tag from `test` to `beta` for consistency with other Homebridge repositories (https://github.com/homebridge/homebridge-config-ui-x/commit/86ea73ffd0b35f372a164ee42e17a996905cffb6) - Updated dependencies - Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.8 ( Updated build process and backlevel support for Synology DSM devices ) --- CHANGELOG.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e940ccd..3854712bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ All notable changes to homebridge-config-ui-x will be documented in this file. -## BETA 4.52.0 (2023-11-XX) +## 4.52.0 (2023-11-04) ### 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) +- Update HomeKit Setup Code Format: 1234-5678, making it more consistant with the Home App [#1612](https://github.com/homebridge/homebridge-config-ui-x/issues/1612) ### i18n Changes diff --git a/package-lock.json b/package-lock.json index f907567b8..e73fc8e91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.51.2", + "version": "4.52.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.51.2", + "version": "4.52.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f23c887ef..dce0e550a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.51.2", + "version": "4.52.0", "description": "A web based management, configuration and control platform for Homebridge.", "license": "MIT", "author": "oznu ",