feat(decky): bump plugin to v1.1.0 with persistent progress visibility#237
Merged
Merged
Conversation
3 tasks
Updates the decky submodule pointer from v1.0.2 to v1.1.0. The v1.1.0 release of the plugin brings: - feat: persistent progress toast — when the user dismisses the transfer modal, a recovery toast lets them bring it back without restarting the transfer (resolves the UX reported in #230). - fix: build.sh now detects bun and works end-to-end in standalone mode, aligning local builds with the monorepo's build_all.sh tooling. Closes #230
lobinuxsoft
force-pushed
the
230-feature-resume-progress-bar
branch
from
April 20, 2026 13:06
02ee47b to
4ec8789
Compare
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
Bumps the Decky plugin submodule from v1.0.2 to v1.1.0.
What's in v1.1.0 of the plugin
Feature (observable to end users)
Fixes (tooling)
build.shunbroken in standalone mode (decky-capydeploy#22): detectsbun, fixes step ordering that letshx rm -rf distwipe the build dir, and moves standalone output tobuild/to avoid a self-copy loop. Aligns with the bun requirement thatbuild_all.shalready mandates.Testing
./build.shfrom the plugin submodule (ZIP produced cleanly)Release impact
Since this is a
feat:commit, once merged tomasterrelease-please will bump the monorepo to the next MINOR version and ship the updated submodule pointer in the next tagged release.Closes #230