Skip to content

chore(deps): update rust crate arboard to v3.6.1#11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/arboard-3.x-lockfile
Open

chore(deps): update rust crate arboard to v3.6.1#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/arboard-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Nov 20, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
arboard dependencies minor 3.5.03.6.1

Release Notes

1Password/arboard (arboard)

v3.6.1

Compare Source

This release focuses on improving compatibility with data in the real world and bug fixes. It also includes a new Set API for working with file paths via drag-and-drop interfaces across Linux, macOS, and Windows.

This release also marks the start of exclusively publishing changelogs via GitHub Releases. The old CHANGELOG.md has been removed due to maintenance overhead and duplication. v3.6.0 is the last revision to include this file.

Added
Changed
  • Fix grammar and typos by @​complexspaces and @​gagath in #​194 and #​196
  • Prefer PNG when pasting images on Windows by @​wcassels in #​198
    • Note: This change greatly increases compatibility for "complicated" images that contain alpha values and/or transparent pixels. Support for transparency in BITMAP formats is ill-defined and inconsistently implemented in the wild, but is consistent in PNG. Most applications loading images onto the clipboard include PNG-encoded data already.
  • Bitmap images pasted on Windows now use the image crate instead of a homegrown internal parser.
    • This should not regress any existing Bitmap use cases and instead will provide more consistent and robust parsing. If you notice something now broken, please open an issue!
Fixed
  • Remove silent dropping of file paths when non-UTF8 was mixed in on Linux by @​Gae24 in #​197
  • Fix parsing of 24-bit bitmaps on Windows by @​wcassels in #​198
    • Example: Images with transparency copied by Firefox are now handled correctly, among others.

New Contributors

Full Changelog: 1Password/arboard@v3.6.0...v3.6.1

v3.6.0

Compare Source

Added
  • Add support for excluding data from clipboard history on Linux.
  • arboard, in debug builds, now attempts to call out clipboard lifetime mishandling.
    • This is a debugging feature, and as such has no absolute or promised behavior.
Changed
  • The background thread in the X11 backend no longer exits on every selection request failure.
Fixed
  • Handled cases where using an unsupported Primary clipboard on Wayland would return the wrong error.
  • Clearing the clipboard on Linux now behaves correctly when interacting with other apps on the system.
  • Pasting text with an explicit locale ID on Windows now works as intended.

New Contributors

Full Changelog: 1Password/arboard@v3.5.0...v3.6.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants