Skip to content

0.5.3

Compare
Choose a tag to compare
@solemnwarning solemnwarning released this 25 Jun 17:56
· 300 commits to master since this release

This release is mostly bugfixes and improvements for handling CJK encodings/characters.

Full changes below:

  • Correctly nest comments when updating comments panel (#169).

  • Update text in comments panel when a comment is modified.

  • Fix display of >4GiB virtual offsets in files that are <=4GiB (#170).

  • Add support for code page 437 (IBM) and 932/936/949/950 (Microsoft).

  • Fix handling of multibyte character boundaries in document view.

  • Draw wide characters in document view (#173).

  • Move forwards/backwards and select whole instructions from disassembly in document view.

  • Don't capture tab key press in text area of document view.

  • Add missing error checks.

  • Add number base option to "Jump to offset" dialog.

  • Drawing optimisations (improves responsiveness), particularly on macOS.

  • Fix some undefined behaviour issues.