From 13d6443b10f1f6896c26a48826f782214e708e65 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 1 Aug 2020 19:01:45 -0300 Subject: Text bug fix and documentation update New fancy [PSP-UFU website](https://thales1330.github.io/PSP/) and [changelog](https://thales1330.github.io/PSP/blog) using [docusaurus](https://v2.docusaurus.io/); Text element performance improved for OpenGL render; Major text bug on copy fixed --- docs/blog/index.html | 58 +++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'docs/blog/index.html') diff --git a/docs/blog/index.html b/docs/blog/index.html index 9482ec2..ff031d9 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -3,35 +3,37 @@ - -Blog | PSP-UFU - - - - - - - - - - - - + +Blog | PSP-UFU + + + + + + + + + + + + + -
-

2020w28a-beta

  • Voltage heatmap implemented (OpenGL enabled);
  • Several major and minor bugfixes.

2020w24a-beta

  • 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.

22019w44a-beta

  • Minor changes to 32bit MSW version for compatibility;
  • Travis CI (Continuous Integration) implemented (Linux).

2019w42a-beta

  • Harmonic study implemented;
  • Autolayout from importation implemented;
  • Importation of Matpower files;
  • Several minor bugfixes.
- - - - - - - - - - - - +
+

2020w31a-beta

  • 🔥 PSP-UFU online user guide finally written (only in Brazilian Portuguese, if you want to help me translate this guide, contact-me on GitHub or Twitter);
  • ✔️ New fancy PSP-UFU website and changelog using docusaurus;
  • ✔️ Text element performance improved for OpenGL render;
  • 🐛 Several major and minor bug fixes.

2020w28a-beta

  • 🔥 Voltage heatmap implemented (OpenGL enabled);
  • 🐛 Several major and minor bugfixes.

2020w24a-beta

  • ✔️ 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.

22019w44a-beta

  • ✔️ Minor changes to 32bit MSW version for compatibility;
  • ✔️ Travis CI (Continuous Integration) implemented (Linux).

2019w42a-beta

  • 🔥 Harmonic study implemented;
  • 🔥 Autolayout from importation implemented;
  • 🔥 Importation of Matpower files;
  • 🐛 Several minor bugfixes.
+ + + + + + + + + + + + + \ No newline at end of file -- cgit