Skip to content

1.1.1 - Windows Qt 6.5.3, Array-of-bytes Binary Display

Compare
Choose a tag to compare
@dreamsyntax dreamsyntax released this 11 May 23:46
· 113 commits to master since this release

Notices

  • ⚠️ Windows Users ⚠️ - If you used 1.1.0 your Qt saved geometry may have issues due to the downgrade (Windows only) - to fix you may need to explicitly delete the saved geometry in dolphin-memory-engine.ini located in %appdata%\dolphin-memory-engine or in the current directory if in portable mode.
    Delete these lines if there are visual bugs:
[mainWindowSettings]
splitterState=...
mainWindowGeometry=...
mainWindowState=...
  • @cristian64 is now a maintainer on the project.
  • Due to some visual bugs in the Qt 6.7.0 (Windows) release, we are downgrading to Qt 6.5.3 (LTS)

Release pipeline

https://github.com/aldelaro5/dolphin-memory-engine/actions/runs/9047100016

GitHub Auto Release Notes Below

What's Changed

  • Add Clang-Tidy configuration file + a some fixes. by @cristian64 in #125
  • Update VS project to C++20 by @malleoz in #127
  • Support array-of-bytes binary display by @malleoz in #126
  • Enable compile warnings. by @cristian64 in #128
  • Windows Ext: Qt 6.7.0 -> 6.5.3 by @dreamsyntax in #130
  • Fixes the light theme read-only state colors on Windows
  • Fixes the overlapping text bug while editing values introduced in 1.1.0 (Qt 6.7.0 bug)

Full Changelog: v1.1.0...v1.1.1