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 --- docusaurus/blog/2019-10-13-2019w42a-beta.md | 8 ++++---- docusaurus/blog/2019-11-01-2019w44a-beta.md | 4 ++-- docusaurus/blog/2020-06-13-2020w24a-beta.md | 6 +++--- docusaurus/blog/2020-07-09-2020w28a-beta.md | 4 ++-- docusaurus/blog/2020-08-01-2020w31a-beta.md | 14 ++++++++++++++ 5 files changed, 25 insertions(+), 11 deletions(-) create mode 100644 docusaurus/blog/2020-08-01-2020w31a-beta.md (limited to 'docusaurus/blog') diff --git a/docusaurus/blog/2019-10-13-2019w42a-beta.md b/docusaurus/blog/2019-10-13-2019w42a-beta.md index 201d25e..6fd385b 100644 --- a/docusaurus/blog/2019-10-13-2019w42a-beta.md +++ b/docusaurus/blog/2019-10-13-2019w42a-beta.md @@ -8,7 +8,7 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 tags: [psp-ufu] --- -- Harmonic study implemented; -- Autolayout from importation implemented; -- Importation of Matpower files; -- Several minor bugfixes. \ No newline at end of file +- 🔥 Harmonic study implemented; +- 🔥 Autolayout from importation implemented; +- 🔥 Importation of Matpower files; +- 🐛 Several minor bugfixes. \ No newline at end of file diff --git a/docusaurus/blog/2019-11-01-2019w44a-beta.md b/docusaurus/blog/2019-11-01-2019w44a-beta.md index 3e0b3a9..5e38a3d 100644 --- a/docusaurus/blog/2019-11-01-2019w44a-beta.md +++ b/docusaurus/blog/2019-11-01-2019w44a-beta.md @@ -8,5 +8,5 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 tags: [psp-ufu] --- -- Minor changes to 32bit MSW version for compatibility; -- Travis CI (Continuous Integration) implemented (Linux). \ No newline at end of file +- ✔️ Minor changes to 32bit MSW version for compatibility; +- ✔️ Travis CI (Continuous Integration) implemented (Linux). \ No newline at end of file diff --git a/docusaurus/blog/2020-06-13-2020w24a-beta.md b/docusaurus/blog/2020-06-13-2020w24a-beta.md index e06e0bf..4511f20 100644 --- a/docusaurus/blog/2020-06-13-2020w24a-beta.md +++ b/docusaurus/blog/2020-06-13-2020w24a-beta.md @@ -8,6 +8,6 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 tags: [psp-ufu] --- -- 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. \ No newline at end of file +- ✔️ 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. \ No newline at end of file diff --git a/docusaurus/blog/2020-07-09-2020w28a-beta.md b/docusaurus/blog/2020-07-09-2020w28a-beta.md index b74d4c6..2440de4 100644 --- a/docusaurus/blog/2020-07-09-2020w28a-beta.md +++ b/docusaurus/blog/2020-07-09-2020w28a-beta.md @@ -8,5 +8,5 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 tags: [psp-ufu] --- -- Voltage heatmap implemented (OpenGL enabled); -- Several major and minor bugfixes. \ No newline at end of file +- 🔥 Voltage heatmap implemented (OpenGL enabled); +- 🐛 Several major and minor bugfixes. \ No newline at end of file diff --git a/docusaurus/blog/2020-08-01-2020w31a-beta.md b/docusaurus/blog/2020-08-01-2020w31a-beta.md new file mode 100644 index 0000000..1f10f66 --- /dev/null +++ b/docusaurus/blog/2020-08-01-2020w31a-beta.md @@ -0,0 +1,14 @@ +--- +id: 2020w31a-beta +title: 2020w31a-beta +author: Thales +author_title: PhD +author_url: https://github.com/thales1330 +author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 +tags: [psp-ufu] +--- + +- 🔥 PSP-UFU online user guide finally written (only in Brazilian Portuguese, if you want to help me translate this guide, contact-me on [GitHub](https://github.com/Thales1330/PSP/issues) or [Twitter](https://twitter.com/PspUfu)); +- ✔️ 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; +- 🐛 Several major and minor bug fixes. \ No newline at end of file -- cgit