From 6141658be21301cc7a69acdf06b0ccfb1c5553e2 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 19 Jan 2022 16:37:05 +0100 Subject: [PATCH] v0.1.3 release, adding changelog --- CHANGELOG.md | 25 +++++++++++++++++++ .../eu/ad5001/LogarithmPlotter/js/utils.js | 2 +- linux/debian/changelog | 9 ++++--- ...5001.LogarithmPlotter.metainfo.flatpak.xml | 1 + linux/eu.ad5001.LogarithmPlotter.metainfo.xml | 1 + 5 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6b1543f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## v0.1.3 (18 Jan 2022) + + * Fixed bug: Confined packages (snapcraft & flatpak) won't show error messages related to update checks. + * FIxed bug: Equations of the form (x + y) / z were not being simplified properly. + + -- Ad5001 Wed, 19 Jan 2022 20:00:00 +0100 + +## v0.1.2 (30 Sep 2021) + + * Fixed bug: Unable to move Bode diagrams elements when having deleted the sum element. + * Fixed bug: Names were not not being changed from previous object when editing a new one. + * Fixed bug: Bode Magnitude was not drawn far enough + * Fixed bug: Bode Magnitude had undefined ending. + * Fixed other bugs from v0.1.1. + + -- Ad5001 Mon, 30 Sep 2021 20:00:00 +0100 + +## v0.1 (26 Aug 2021) + + * Initial release. + + -- Ad5001 Mon, 06 Jun 2021 08:48:28 +0100 + diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/utils.js b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/utils.js index 1ba5241..27757a6 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/utils.js +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/utils.js @@ -199,7 +199,7 @@ function simplifyExpression(str) { } ], [// Starting & ending parenthesis if not needed. - /^\((.*)\)$/g, + /^\s*\((.*)\)\s*$/g, function(match, middle) { var str = middle // Replace all groups diff --git a/linux/debian/changelog b/linux/debian/changelog index 4d6e2fa..3be2375 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,8 +1,9 @@ -logarithmplotter (0.1.3) unstable; urgency=medium +logarithmplotter (0.1.3) stable; urgency=medium * Fixed bug: Confined packages (snapcraft & flatpak) won't show error messages related to update checks. + * FIxed bug: Equations of the form (x + y) / z were not being simplified properly. - -- Ad5001 Mon, 30 Sep 2021 20:00:00 +0200 + -- Ad5001 Wed, 19 Jan 2022 20:00:00 +0100 logarithmplotter (0.1.2) unstable; urgency=medium @@ -12,10 +13,10 @@ logarithmplotter (0.1.2) unstable; urgency=medium * Fixed bug: Bode Magnitude had undefined ending. * Fixed other bugs from v0.1.1. - -- Ad5001 Mon, 30 Sep 2021 20:00:00 +0200 + -- Ad5001 Mon, 30 Sep 2021 20:00:00 +0100 logarithmplotter (0.1) UNRELEASED; urgency=medium * Initial release. - -- Ad5001 Mon, 06 Jun 2021 08:48:28 +0200 + -- Ad5001 Thu, 26 Aug 2021 08:48:28 +0100 diff --git a/linux/eu.ad5001.LogarithmPlotter.metainfo.flatpak.xml b/linux/eu.ad5001.LogarithmPlotter.metainfo.flatpak.xml index 69298ee..cf5d55f 100644 --- a/linux/eu.ad5001.LogarithmPlotter.metainfo.flatpak.xml +++ b/linux/eu.ad5001.LogarithmPlotter.metainfo.flatpak.xml @@ -43,6 +43,7 @@ + diff --git a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml index 9a3c399..7253dfa 100644 --- a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml +++ b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml @@ -43,6 +43,7 @@ +