Skip to content

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 15:11

Improvements in this release:

  • The "Load from hex stream" dialog is now more accepting of input. You can now provide:
    • 010203
    • 0x010203
    • 0x01 0x02 0x03
    • \x01\x02\x03
    • Multiple lines. Both \n and \r\n are suported as well as the multi-line escape character \ when splitting text over multiple lines
    • Input with spaces: 0x01 0x02 0x03
    • Any combination of the above
  • Added the Ctrl + Enter shortcut key combination to the "Load from hex stream" to close the dialog and load the input.
  • Added a new menu item to open a new ProtobufDecoder window. The shortcut key is Ctrl + N.
  • You can now hit Ctrl + C when you select an item in the tag values tree view which will copy the value of the tag to the clipboard instead of the C# byte array.

Fixes

  • Icons are now properly set in the various dialog boxes.
  • The ESC key now properly closes the "Load from hex stream" dialog.
  • When canceling opening a file or loading from hex stream the status bar no longer shows "File loaded successfully".
  • Dialogs now no longer appear in the task bar.