Skip to content

0.4.0

Compare
Choose a tag to compare
@Slackadays Slackadays released this 25 Feb 14:54
· 1125 commits to main since this release

New

  • Add contents to an existing clipboard with the add action
  • Copy and paste secure data like passwords just once with the cut action with text
  • Silence Clipboard's progress and confirmation messages with CLIPBOARD_SILENT
  • Optimize piping in to be 100x faster!
  • Emoji icons instead of plain text ones for prettier output
  • A smoother and faster progress indicator
  • Haiku clipboard integration
  • A revamped test system to reveal more bugs
  • Hide cursor when doing an action
  • Display action in terminal window title
  • Display commit in help message

Fixed

  • Piped in content wouldn't be 100% correct
  • Piped in content would have the wrong number of bytes reported
  • Too big of a copy would overflow the progress indicator
  • The storage calculation would fail to account for a filesystem on a different device
  • Division by zero would sometimes happen
  • macOS Objective-C code would have an object leak
  • Fix platforms not supporting the cut action deleting Clipboard's contents when pasting
  • Clipboard version in help version would not show on several package managers

Changed

  • Only display the prompt for action if there is nothing in the clipboard