Skip to content

Bump arboard from 2.0.1 to 3.1.0#333

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/arboard-3.1.0
Closed

Bump arboard from 2.0.1 to 3.1.0#333
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/arboard-3.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2022

Bumps arboard from 2.0.1 to 3.1.0.

Release notes

Sourced from arboard's releases.

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.

Changelog

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.

v2.1.1 on 2022-18-05

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 on 2022-09-03

Changed

  • Updated most dependencies
  • Removed crate deprecation
  • Fixed soundness bug in Windows clipboard
Commits
  • 9a75a62 Release 3.1.0
  • a33cea4 Update image crate to 0.24 (#75)
  • 8e08a0b Demote Linux + Wayland "Successfully initialized" log from info to trace
  • b60d44e Release 3.0.0
  • ee80bc3 Update x11rb to 0.10
  • 12664f2 Redo API for clipboard clearing
  • 2256b4e Fix unneeded return in Linux wayland implementation
  • 2042cef Add missing markdown fixes
  • fd30758 Merge pull request #73 from kianmeng/fix-typos-and-markdowns
  • 51102d1 Fix typos and markdowns
  • 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)

Bumps [arboard](https://github.com/1Password/arboard) from 2.0.1 to 3.1.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.1.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 added the dependencies Pull requests that update a dependency file label Sep 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2022

Superseded by #351.

@dependabot dependabot bot closed this Oct 18, 2022
@dependabot dependabot bot deleted the dependabot/cargo/arboard-3.1.0 branch October 18, 2022 13:11
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.

0 participants