Skip to content

0.2.0

Compare
Choose a tag to compare
@Slackadays Slackadays released this 31 Dec 14:06
· 1589 commits to main since this release

New:

  • Spanish and Turkish locales
  • Infinite multi-clip: Select any clipboard you want from 0 to 99999999999+
  • Display helpful cancellation message when Ctrl+C is pressed
  • Optimize piping in for fewer branch misses
  • Perma-clip: Select a clipboard with _ or : or ; or / to save data persistently
  • Progress bar while performing an action
  • Compatibility with traditional flag systems, so you can use --copy instead of copy
  • Wiki pages showing GUI clipboard compatibility and how to link clipboards across two systems
  • The Clear action which lets you clear any clipboard
  • User prompt when overwriting an item while pasting
  • Man page
  • Read and write compatibility with the Windows clipboard
  • Add capability to use hard links for pasting
  • Change default behavior from hard links to regular copying, use hard links with --fast-copy or -fc
  • Optimized data storage
  • Sexy readme
  • Something special! :)

Fixed:

  • "Not enough storage" error would give the size in MB and not kB
  • Pasting in an empty directory would fail on Windows
  • Copying duplicate files would give an erroneous error
  • Tests would fail on GitHub Actions due to actions/runner#241
  • Locale check would crash Clipboard on systems with buggy implementations

Changed:

  • The build instructions now include cd Clipboard and CMakeLists.txt has been moved to the project's root directory

Special thanks to @Davipb who added the awesome Windows clipboard compatibility, and @Zaryob for the Turkish translation!