chore: merge development into master for release#239
Merged
Conversation
…t_by lint clippy 1.95 introduced `unnecessary_sort_by`, flagging the existing `sort_by` call in browse.rs as replaceable with the lighter `sort_by_key`. With `-D warnings` in CI this broke every PR against development once GitHub runners updated to Rust 1.95 stable. The suggested rewrite is semantically identical: both sort case-insensitively by entry name.
…t-by fix(file-ops): use sort_by_key to satisfy clippy 1.95 lint
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
feat(decky): bump plugin to v1.1.0 with persistent progress visibility
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
Promotes
developmenttomasterso release-please can tag a new version. Aggregates every change merged todevelopmentsince the last release.Changes included (since last release tag)
Release impact
Once merged, release-please will detect the
feat:andfix:commits and open a release PR bumping to the next MINOR version with the updated decky submodule pointer. After that release PR is merged, new Hub/Agent AppImages will be built and uploaded as GitHub Release assets.