Beta version 0.5.0
Pre-release
Pre-release
This release mainly adds features relating to convenience and many improvements on the memory viewer. It additionally adds support for persistent settings such as timers and how to display a byte separator for the viewer. Additionally, several bugs are fixed in this version.
New features
- Add many shortcut for actions like menu or cut-copy-paste (me and @Broxzier )
- Add support for Dolphin using the old Qt frontend (in builds where it was experimental).
- Add support for builds of Dolphin with the deprecated Wx frontend.
- Add a setting file which contains timers settings and a byte separator setting for the viewer.
- Add support for multi selection with many possible actions in the right click menu (copy, add watch, add as array of bytes, etc...).
- Allow to confirm the scan on the scanner when pressing enter.
- Add the ability to delete individual results in the scanner manually.
Bug fixes
- Use standard palette colors on the MemViewer. This makes it pretty for both light and dark theme.
- Fix some memory leak.
- Fix right side widgets being cut (@Broxzier )
- Fix a bug where adding the selected addresses from the scanner would add the wrong one (@dreamsyntax )
- Fix typos in the CT importer's error messages.
- Fix a crash that can occur when attempting to freeze memory with an invalid pointer path.
- Allow more lengthy strings (@dreamsyntax )
- Fix a crash when trying to modify the offsets of a watch's pointer path.
Documentation
- Add troubleshooting steps for Linux.
Developmental: