Skip to content

0.6.0

Compare
Choose a tag to compare
@Slackadays Slackadays released this 08 Apr 18:21
· 812 commits to main since this release

This is Clipboard 0.6.0, the Ridonkulous Update!

New

  • A readme chock-full of documentation and poetic writing!
  • ๐Ÿšจ clipboard is deprecated: ๐Ÿšจ Please use cb instead! The old style will be removed in 0.7.0 and you'll get a warning message in the meantime.
  • CLIPBOARD_NOPROGRESS environment variable and -np and --no-progress flags disable progress messages
  • CLICOLOR can disable color and CLICOLOR_FORCE can enable it again
  • Byte counts are now formatted in a more user-friendly way that's also localized
  • The Paste and Show actions now support regex to choose what gets pasted or shown
  • The Info action shows detailed information for a specific clipboard
  • The Load action copies entire clipboard contents from one to another, enabling many potential workflows that were previously clumsy to do.
  • Display the used invocation in help messages

Fixed

  • X11 compat is now more reliable thanks to complete synchronization
  • Fix adding text content not working at all
  • Fix specifying clipboards as flags not working for persistent clipboards, for example now you can do -c _blah to specify the persistent clipboard _blah
  • Fix the Status action getting treated as a writing action
  • Fix various actions not exiting with a failure exit code upon failure

Changed

  • Before, CMake would make the clipboard binary and a cb symlink. Now, it makes a cb binary and a clipboard symlink. This means Clipboard will now work without changes on Haiku.
  • Show entire clipboard file contents with the Show action