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
Fixed error that made it unable to save the clipboard when certain formats were stored (such as CF_BITMAP)
Added proper support for getting the raw data of metafile formats like CF_METAFILEPICT and CF_ENHMETAFILE, which before you couldn't see the data
You can now select multiple items to remove simultaneously.
This can also prevent the system from automatically re-creating synthesized formats if you remove all the associated formats that it would create it from
When removing items from the clipboard, it now uses the stored raw data. This means if you do it after the clipboard had been changed by something else, it will re-apply the state that was stored, minus the ones selected for removal
🤔 Remaining Known Issues:
The synchronized text selection between the hex box and text editor isn't quite perfect, so don't rely on it.