Release 3.6.0

This commit is contained in:
ComplexSpaces 2025-06-27 18:36:21 -05:00
parent 380d2a691b
commit 4f9bff86dc
3 changed files with 17 additions and 2 deletions

View file

@ -1,5 +1,20 @@
# Changelog
## 3.6.0 on 2025-06-27
### 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.
## 3.5.0 on 2025-04-01
### Added

2
Cargo.lock generated
View file

@ -19,7 +19,7 @@ dependencies = [
[[package]]
name = "arboard"
version = "3.5.0"
version = "3.6.0"
dependencies = [
"clipboard-win",
"env_logger",

View file

@ -1,6 +1,6 @@
[package]
name = "arboard"
version = "3.5.0"
version = "3.6.0"
description = "Image and text handling for the OS clipboard."
repository = "https://github.com/1Password/arboard"
license = "MIT OR Apache-2.0"