MFEK / glif

A stand-alone glyph viewer and editor (UFO .glif). (ꞵ quality)
Apache License 2.0
189 stars 14 forks source link

Bump arboard from 2.0.1 to 3.0.0 #332

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps arboard from 2.0.1 to 3.0.0.

Release notes

Sourced from arboard's releases.

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.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
  • 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
  • 2442c1d Update README.md
  • 7fd3f07 Accept optionally borrowed data instead of String for setting text
  • b3e11c6 Fix spelling of 'panicked' (#65)
  • 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[bot] commented 2 years ago

Superseded by #333.