Skip to main content

2026w10a-beta

· One min read

🔥 Major Changes

  • Removed legacy dependencies and improved internal architecture;
  • Added Label Manager for diagram label management;
  • Added snapshot tools for system analysis;
  • Major improvements in Data Report, including precision control, font size, CSV export and a fancy clipboard copy;
  • Initial implementation of EMT (Electromagnetic Transient) elements;

✔️ New Features and Improvements

  • Added Ctrl+S shortcut to save the workspace;
  • Added sample control files and data assets;
  • Improved power flow robustness;
  • Improved control solver initialization and stability;
  • Migrated editor memory management from raw pointers to shared_ptr;
  • Improved Control Editor interface and usability;
  • Prevented creation of duplicate labels and multiple slack buses;
  • Improved cross-platform build system using CMake;
  • Added CI workflows for Linux and Windows builds;
  • Added ccache support to accelerate builds;
  • Updated documentation with complete English translation;
  • Updated project website and documentation deployed on the gh-pages branch (Docusaurus updates);

🐛 Bug Fixes

  • Fixed a major bug in Jacobian matrix construction;
  • Fixed several issues in dynamic control systems;
  • Fixed ChartDirector linking issues on Linux builds;
  • Various minor UI and stability fixes.