Skip to content

0.2.0

Compare
Choose a tag to compare
@ThioJoe ThioJoe released this 08 Oct 03:19
· 241 commits to master since this release
0beb83c

🛠️ 0.2.0 Major Fixes:

  • 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.