You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click the calendar icon in the toolstrip to open it
Shows a grid of info about items in the clipboard history:
Whether any item is active and currently on the clipboard
The number of formats in the clipboard history item
A text preview
Clicking an item in the grid shows info about it on the right:
The History GUID
The list of data formats. Click them to see the contents in the text box
For Bitmap images it will show a preview
Ability to mark an item as the active one (applies it to the clipboard)
Ability to delete an item from the history
🛠️ [1.6.0] Even More Improvements:
Text box right click menu
Now you can right click within the text boxes to see options to copy a selection, copy all, select all, and copy or open hyperlinsk links (if applicable)
Debug launch argument
Use -debug as a command line launch argument to show a console with debug info as the program runs
Formatting for Struct info display
Now bolds certain parts to make it easier to read
🟢 1.6.1 → 1.6.2:
Fixed text box contents flickering when changing selections
Fixed unhandled exceptions when copying empty strings
1.6.0 → 1.6.1:
Moved certain menu items from "File" to "Tools" menu
Added option in Options menu to show object info without text formatting (bold, underline, etc)
Made the history window single instanced so it won't keep opening multiple if one's already open
Reworked the control layouts to use panels so they should finally behave fine for all scaling