- Bugfix: Backspace now works within an hex input field when the whole hex string is selected.
- Bugfix: Invoking CHM help file now works when starting XVI32 outside its own directory.
- Shortcuts for menu items File | Close (Ctrl+F4), File | Save As (F12), Address | Remember Address (Ctrl+Alt+R), Address | Goto Remembered (Ctrl+Alt+G), Tools | Options (Ctrl+Alt+O).
- When pasting hex strings from the clipboard, separation of hex chars with spaces is no longer mandatory, e.g. both 0D 0A as well as 0D0A is now valid. This refers to dialogs (search, replace and so on) and the menu item Edit | Clipboard | Paste from hex string. Note: the formats can't be mixed (e.g. 0D 0A00FF is not allowed, the format must be either 0D 0A 00 FF, either 0D0A00FF).