Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Apr 28, 2024
1 parent 83740b7 commit 33371cc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.4.0 on 2024-28-04

### Added
- Added a `wait_until` method for Linux, as a superset of the existing `wait` functionality.
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 `image` to `0.25`.
- 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 their constructor calls in their thread/channel timeout mechanisms instead
to make sure the behavior matches your usecase.
- Migrated away from `objc` to the `objc2` ecosystem for the Apple clipboard implementation.

## 3.3.2 on 2024-12-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arboard"
version = "3.3.2"
version = "3.4.0"
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>", "Avi Weinstock <aweinstock314@gmail.com>", "Arboard contributors"]
description = "Image and text handling for the OS clipboard."
repository = "https://github.com/1Password/arboard"
Expand Down

0 comments on commit 33371cc

Please sign in to comment.