Skip to content

chore: merge development into master for release#239

Merged
lobinuxsoft merged 4 commits into
masterfrom
development
Apr 20, 2026
Merged

chore: merge development into master for release#239
lobinuxsoft merged 4 commits into
masterfrom
development

Conversation

@lobinuxsoft

Copy link
Copy Markdown
Owner

Summary

Promotes development to master so release-please can tag a new version. Aggregates every change merged to development since the last release.

Changes included (since last release tag)

Release impact

Once merged, release-please will detect the feat: and fix: 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.

…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
@lobinuxsoft
lobinuxsoft merged commit 2b65dcc into master Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: resume progress bar

1 participant