Skip to content

1.5.1

Compare
Choose a tag to compare
@ThioJoe ThioJoe released this 28 Oct 03:56
· 39 commits to master since this release
b14cef2

Major Update 👀 - I think it justifies skipping all the way to 1.5.0

🎉 [1.5.0] Major New Features:

  • Added backup options

    • Export entire clipboard as zip file or to a folder
    • Export specific range of formats
    • Re-Import saved formats from backup
  • Ability to re-arrange clipboard indexes

    • The order clipboard formats can matter - apps generally prioritize the first ones
  • New columns indicating a format is a known exportable type, or has extra info about the underlying structure

    • Plus automatic detection of 300+ file type binary data using byte signatures

🛠️ [1.5.0] Even More Features:

  • Timed Refresh

    • Set a delay and seconds and it will refresh after that time.
    • Useful in case some app changes the clipboard when using the mouse for something
  • Load raw data for a format from a file

  • Displays name of currently loading format

    • For when loading the clipboard takes a while, see how far along it is
  • A debug console is available by launching through command line with "-console" argument.

    • This will show extra information that is written to the console that might not be shown just as message boxes
  • New option to clear the clipboard in the Edit menu

  • Improved struct/object details printing - Things are lined up and look nicer

  • Fixed loading/saving of several formats (CF_PALETTE, CF_BITMAP, CF_METAFILEPICT, CF_METAFILE, CF_ENHMETAFILE)

  • Added support for many Windows Shell formats

  • More right-click copy options, depending on whether a column header or cells are clicked

🟢 1.5.0 → 1.5.1:

  • Fixed issues with top menu button icons appearing wrong size depending on system scaling
  • Fixed issues with middle buttons and other controls not appearing in right location depending on system scaling