Skip to content

20250002

Latest

Choose a tag to compare

@YBronst YBronst released this 13 Aug 03:35
a7db105

🛠 Fixed Windows (MinGW) CI Build

  • Change: Corrected the Qt tools installation syntax in the GitHub Actions workflow (windows-mingw.yml).
  • Details: Removed the deprecated version string from the tools parameter of install-qt-action.
  • Result: Resolves the CLI argument parsing error within the underlying aqt utility (aqt: error: unrecognized arguments),
    allowing automated builds to finish successfully.

📂 Fixed Intel CPU Database Dialog Trigger

  • Change: Fixed a UI bug where clicking "OK" on the "Intel CPU configuration template" informational guide box would do nothing instead of opening the template database.
  • Details: Removed an accidental early return; statement in MainWindow::on_actionDatabase_triggered().
  • Result: Clicking "OK" on the guide window properly launches the local configuration template database dialog as intended.