-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beta -> latest #1608
Merged
Merged
beta -> latest #1608
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 6686491980
💛 - Coveralls |
This reverts commit cf80506.
This reverts commit d4a6442.
## 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](#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) (212b3eb) - Rename pre-release npm tag from `test` to `beta` for consistency with other Homebridge repositories (86ea73f) - Updated dependencies - Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.8 ( Updated build process and backlevel support for Synology DSM devices )
donavanbecker
approved these changes
Nov 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Notable Changes
beta
NPM tag for beta releasesi18n Changes
plugins.manage.label_release_notes
plugins.manage.label_release_notes_beta
plugins.manage.message_thanks_for_updating_restart
plugins.status_update_beta_available
plugins.manage.message_thanks_for_updating
Other Changes
hb-service
will now refuse to installnode
versions less than16.18.0
node
lower than18.15.0
(bumped up from14.15.0
)node
lower than18.15.0
(bumped up from10.17.0
)test
tobeta
for consistency with other Homebridge repositories (86ea73f)