Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@Slackadays Slackadays released this 17 Nov 16:49

โš ๏ธ Important Notice โš ๏ธ

There is a critical bug with Wayland support in CB. If you know C++, we would love your help over at this issue!

โœจ New

  • Added Script action: You can now assign a custom script to any clipboard with cb script command or cb script filename! See the new docs for the complete details
  • Added more potential editors to Edit
  • Added approximate entries remaining to Info
  • Remove excess whitespace when displaying a preview of text content
  • Added fully custom RGB theming: use CLIPBOARD_THEME=help=r;g;b,info=r;g;b,error=r;g;b,success=r;g;b,progress=r;g;b
  • Added versioning to the underlying storage system that CB uses
  • Optimized directory size calculations
  • Show the size of each entry in History
  • Added range support to Clear: use cb clear 42-69 to clear entries 42 through 69 inclusive
  • Added ability to see the compiled git branch in Help
  • Added ability to see if ignore secrets are present or not in Info

๐Ÿช› Fixed

  • Fixed a subtle bug in History where dates would show absurd values
  • Fixed the case where copying data from a GUI system doesn't update if the new content is only a subset of the current content
  • Fixed the case where the default clipboard is duplicated if it's made persistent
  • Fixed Cut on Windows/macOS not deleting old content

๐Ÿค Changed

  • Bumped minimum CMake version to 3.20
  • Changed formatting of enums to fill multiple lines