mirror of
https://github.com/1Password/arboard.git
synced 2025-07-07 13:25:18 +00:00
Release 3.6.0
This commit is contained in:
parent
380d2a691b
commit
4f9bff86dc
3 changed files with 17 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -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
2
Cargo.lock
generated
|
@ -19,7 +19,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "arboard"
|
||||
version = "3.5.0"
|
||||
version = "3.6.0"
|
||||
dependencies = [
|
||||
"clipboard-win",
|
||||
"env_logger",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue