Skip to content

0.5.0

Compare
Choose a tag to compare
@Slackadays Slackadays released this 11 Mar 15:31
· 981 commits to main since this release

New

  • Remove content with the power of regex with the remove action
  • Make note of your clipboards with the note action
  • Pick a color scheme to go with your personal style with CLIPBOARD_THEME
  • Set the language manually with CLIPBOARD_LOCALE
  • Added locking to clipboards to prevent data races
  • See more types of data from desktops with tons of new supported MIME types

Fixed

  • Fix Clipboard sticking around after exiting
  • Fix Clipboard not processing KDE Dolphin filepaths which have \r at the end
  • Fix Windows piping not being bit-correct
  • Work around X11 INCR not working properly on some platforms (looking at you, Pop!_OS and Manjaro)

Changed

  • Changed readme marketing copy to be interesting :)
  • GHA tests now report code coverage to Codecov to help check how much of Clipboard is actually getting tested