feat(decky): bundle CapyDeploy plugin v1.2.0 with mDNS lifecycle fixes#247
Merged
Merged
Conversation
The decky submodule was bumped to v1.2.0 in 4f74158 with a chore-typed commit, which release-please correctly skipped (chore does not bump versions). This empty commit re-tags the same change as a feature so the monorepo release picks it up and produces fresh Hub builds bundling the new plugin. What v1.2.0 of the bundled CapyDeploy Decky plugin brings: - fix: mDNS waits for the network to be ready at boot instead of registering against 127.0.0.1 (root cause of the agent being invisible until manual toggle off/on) - feat: event-driven lifecycle callbacks (register / unregister / waiting) replace the prior one-shot registration - feat: branded toast notifications surface 'waiting for network' and 'ready at <ip>:<port>' transitions to the user - fix: re-register after suspend/wake even when the LAN IP is unchanged, closing the 'no Ready toast after wake' gap Verified end-to-end on real Steam Deck hardware across cold boots, suspend cycles, and AP roaming. Independently re-verified by an external user (@kergoth) on a different Deck. Closes lobinuxsoft/decky-capydeploy#28 Closes lobinuxsoft/decky-capydeploy#29 Plugin release notes: https://github.com/lobinuxsoft/decky-capydeploy/releases/tag/v1.2.0
This file contains hidden or 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
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.
Summary
Re-tags the v1.2.0 submodule bump (#245) as a feature so release-please picks it up and produces fresh Hub builds bundling the new plugin.
The previous commit was typed
chore(decky):, which release-please correctly skipped because chore commits do not bump versions. This is an empty commit with the proper conventional type — no source changes.Closes lobinuxsoft/decky-capydeploy#28
Closes lobinuxsoft/decky-capydeploy#29
What's bundled
Plugin release notes: https://github.com/lobinuxsoft/decky-capydeploy/releases/tag/v1.2.0
Verified