Releases: YBronst/OCAuxiliaryTools
Releases · YBronst/OCAuxiliaryTools
Release list
20250002
🛠 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
toolsparameter ofinstall-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 inMainWindow::on_actionDatabase_triggered(). - Result: Clicking "OK" on the guide window properly launches the local configuration template database dialog as intended.