Skip to main content
Ver todos os autores

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.

2024w23a-beta

· One min read
  • 🔥 Removed the OpenGL dependency and related errors;
  • 🔥 Added undo and redo feature (finally!);
  • ✔️ Voltage map upgraded due to OpenGL dependency removal;
  • ✔️ New feature to add a new text element via context menu;
  • ✔️ Selection and move elements improved;
  • ✔️ Code documentation updated (check here);
  • 🐛 Fixed a massive memory leak when using Synchronous Generator controls;
  • 🐛 Fixed simulation problems related to disconnected buses;
  • 🐛 Minor bugfixes.

2023w38a-beta

· One min read
  • 🔥 Added harmonic voltages and currents calculation;
  • ✔️ Added harmonic results in data form;
  • 🐛 Fix program close suddenly on delete bus;
  • 🐛 Fix problems related to disconnected buses;
  • 🐛 Minor bugfixes.

2020w24a-beta

· One min read
  • ✔️ Device context render implemented (to avoid use OpenGL - some machines can't use it properly);
  • ✔️ Added Visual Studio solution to the GitHub project;
  • 🐛 Several major and minor bugfixes.