Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump arboard from 2.0.1 to 3.2.0 #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps arboard from 2.0.1 to 3.2.0.

Release notes

Sourced from arboard's releases.

v3.2.0

Changed

  • The Windows clipboard now behaves consistently with the other platform implementations again.
  • Significantly improve cross-platform documentation of Clipboard.
  • Remove lingering uses of the dbg! macro in the Wayland backend.

v3.1.1

Added

  • Implemented the ability to set HTML on the clipboard

Changed

  • Updated minimum clipboard-win version to 4.4.
  • Updated wl-clipboard-rs to the version 0.7.

v3.1.0

Changed

  • Updated image to the version 0.24.
  • Lowered Wayland clipboard initialization log level.

v3.0.0

Added

  • Support for clearing the clipboard.
  • Spport for excluding Windows clipboard data from cliboard history and OneDrive.
  • Support waiting for another process to read clipboard data before returning from a write call to a X11 and Wayland or clipboard

Changed

  • Updated wl-clipboard-rs to the version 0.6.
  • Updated x11rb to the version 0.10.
  • Cleaned up spelling in documentation
  • (Breaking) Functions that used to accept String now take Into<Cow<'a>, str> instead. This avoids cloning the string more times then necessary on platforms that can.
  • (Breaking) Error is now marked as #[non_exhaustive].
  • (Breaking) Removed all platform specific modules and clipboard structures from the public API. If you were using these directly, the recommended replacement is using arboard::Clipboard and the new platform-specific extension traits instead.

v2.1.1

Changed

  • Fix compilation on FreeBSD
  • Internal cleanup and documentation fixes
  • Remove direct dependency on the once_cell crate.
  • Fixed crates.io repository link

v2.1.0

Changed

  • Updated most dependencies
  • Removed crate deprecation
  • Fixed soundness bug in Windows clipboard
Changelog

Sourced from arboard's changelog.

3.2.0

Changed

  • The Windows clipboard now behaves consistently with the other platform implementations again.
  • Significantly improve cross-platform documentation of Clipboard.
  • Remove lingering uses of the dbg! macro in the Wayland backend.

3.1.1 on 2022-17-10

Added

  • Implemented the ability to set HTML on the clipboard

Changed

  • Updated minimum clipboard-win version to 4.4.
  • Updated wl-clipboard-rs to the version 0.7.

3.1 on 2022-20-09

Changed

  • Updated image to the version 0.24.
  • Lowered Wayland clipboard initialization log level.

3.0 on 2022-19-09

Added

  • Support for clearing the clipboard.
  • Spport for excluding Windows clipboard data from cliboard history and OneDrive.
  • Support waiting for another process to read clipboard data before returning from a write call to a X11 and Wayland or clipboard

Changed

  • Updated wl-clipboard-rs to the version 0.6.
  • Updated x11rb to the version 0.10.
  • Cleaned up spelling in documentation
  • (Breaking) Functions that used to accept String now take Into<Cow<'a>, str> instead. This avoids cloning the string more times then necessary on platforms that can.
  • (Breaking) Error is now marked as #[non_exhaustive].
  • (Breaking) Removed all platform specific modules and clipboard structures from the public API. If you were using these directly, the recommended replacement is using arboard::Clipboard and the new platform-specific extension traits instead.
  • (Breaking) On Windows, the clipboard is now opened once per call to Clipboard::new() instead of on each operation. This means that instances of Clipboard should be dropped once you're performed the needed operations to prevent other applications from working with it afterwards.

v2.1.1 on 2022-18-05

Changed

  • Fix compilation on FreeBSD

... (truncated)

Commits
  • e1f521f Release 3.2.0
  • 446d9a7 Fix Clippy lints from Rust 1.65
  • 189d675 Improve clipboard documentation and guarentees
  • dab11f1 Redo Windows clipboard to match behavior of other implementations
  • 48520c6 Remove lingering uses of the dbg! macro
  • c6102b1 Release 3.1.1
  • 1c4678b Pin nightly version to avoid Miri failures
  • 9243631 Implement the .set_html() method (#69)
  • 4be2045 Update clipboard-win on Windows
  • 39bcd79 Mention Windows changes in the 3.0 release changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/arboard-3.2.0 branch from 7dd25be to e42bd9c Compare March 12, 2023 04:34
Bumps [arboard](https://github.com/1Password/arboard) from 2.0.1 to 3.2.0.
- [Release notes](https://github.com/1Password/arboard/releases)
- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)
- [Commits](1Password/arboard@v2.0.1...v3.2.0)

---
updated-dependencies:
- dependency-name: arboard
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/arboard-3.2.0 branch from e42bd9c to bff685a Compare March 12, 2023 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants