Sourced from arboard's releases.
v3.4.0
Added
- Added a
wait_untilmethod for Linux, as a superset of the existingwaitfunctionality. This is a helper for letting an application wait without manual timeout handling.Fixed
- Transparency in copied images now behaves better in certain Windows apps.
Changed
- Updated
imageto0.25.- Removed direct
thiserrordependency.- Fixed Linux documentation links
- Raised MSRV to 1.67.1
- Reverted timeout behavior of
Clipboard::new()on platforms using X11. Applications are encouraged to wrap constructor calls in their own thread/channel timeout mechanisms instead to make sure the behavior matches each usecase.- Migrated away from
objcto theobjc2ecosystem for the Apple clipboard implementation.Full Changelog: https://github.com/1Password/arboard/compare/v3.3.2...v3.4.0
Sourced from arboard's changelog.
3.4.0 on 2024-29-04
Added
- Added a
wait_untilmethod for Linux, as a superset of the existingwaitfunctionality. This is a helper for letting an application wait without manual timeout handling.Fixed
- Transparency in copied images now behaves better in certain Windows apps.
Changed
- Updated
imageto0.25.- Removed direct
thiserrordependency.- Fixed Linux documentation links
- Raised MSRV to 1.67.1
- Reverted timeout behavior of
Clipboard::new()on platforms using X11. Applications are encouraged to wrap constructor calls in their own thread/channel timeout mechanisms instead to make sure the behavior matches each usecase.- Migrated away from
objcto theobjc2ecosystem for the Apple clipboard implementation.
151e679
Release 3.4.0610e29b
Remove direct thiserror dependency83740b7
Copy image as PNG file on Windows (#141)0bff1e0
Use objc2 and its framework crates1cca83d
Revert "add timeout to RustConnection::connect to X11
server"b4646f6
Increase version of clipboard-win used by defaulte2846f9
Fix clippy errors2f4b502
Move WaitConfig to src/platform/linux/mod.rs, use
WaitConfig inside `stru...6cf324c
Added WaitConfig, fix wait_until note in
docseabb191
add notice for X11 in SetExtLinux#wait_until docs