Release v0.1.5 - Urgent bug fixes.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
efecad40ae
commit
92594f5af3
5 changed files with 132 additions and 18 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.1.5 (26 Jan 2022)
|
||||||
|
|
||||||
|
* New: LogarithmPlotter has now better handling of very high values in logarithmic scale.
|
||||||
|
* Added translation for flatpak metadata, including translated image.
|
||||||
|
* [URGENT PATCH] Fixed bug: File saving dialog was not working.
|
||||||
|
* [URGENT PATCH] Fixed bug: Debian packages does include any language file.
|
||||||
|
* Fixed bug: X Cursor pointing does not detect any object.
|
||||||
|
|
||||||
|
-- Ad5001 <mail@ad5001.eu> Wed, 26 Jan 2022 10:00:00 +0100
|
||||||
|
|
||||||
## v0.1.4 (24 Jan 2022)
|
## v0.1.4 (24 Jan 2022)
|
||||||
|
|
||||||
* New feature: LogarithmPlotter detects unsaved changes.
|
* New feature: LogarithmPlotter detects unsaved changes.
|
||||||
|
@ -20,19 +30,12 @@
|
||||||
* FIxed bug: Equations of the form (x + y) / z were not being simplified properly.
|
* FIxed bug: Equations of the form (x + y) / z were not being simplified properly.
|
||||||
|
|
||||||
-- Ad5001 <mail@ad5001.eu> Wed, 18 Jan 2022 20:00:00 +0100
|
-- Ad5001 <mail@ad5001.eu> Wed, 18 Jan 2022 20:00:00 +0100
|
||||||
|
|
||||||
## 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 <mail@ad5001.eu> Wed, 19 Jan 2022 20:00:00 +0100
|
|
||||||
|
|
||||||
## v0.1.2 (30 Sep 2021)
|
## v0.1.2 (30 Sep 2021)
|
||||||
|
|
||||||
* Fixed bug: Unable to move Bode diagrams elements when having deleted the sum element.
|
* 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: 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 was not drawn far enough.
|
||||||
* Fixed bug: Bode Magnitude had undefined ending.
|
* Fixed bug: Bode Magnitude had undefined ending.
|
||||||
* Fixed other bugs from v0.1.1.
|
* Fixed other bugs from v0.1.1.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
logarithmplotter (0.1.5) stable; urgency=medium
|
||||||
|
|
||||||
|
* New: LogarithmPlotter has now better handling of very high values in logarithmic scale.
|
||||||
|
* Added translation for flatpak metadata, including translated image.
|
||||||
|
* [URGENT PATCH] Fixed bug: File saving dialog was not working.
|
||||||
|
* [URGENT PATCH] Fixed bug: Debian packages does include any language file.
|
||||||
|
* Fixed bug: X Cursor pointing does not detect any object.
|
||||||
|
|
||||||
|
|
||||||
|
-- Ad5001 <mail@ad5001.eu> Wed, 26 Jan 2022 10:00:00 +0100
|
||||||
|
|
||||||
logarithmplotter (0.1.4) stable; urgency=medium
|
logarithmplotter (0.1.4) stable; urgency=medium
|
||||||
|
|
||||||
* New feature: LogarithmPlotter detects unsaved changes.
|
* New feature: LogarithmPlotter detects unsaved changes.
|
||||||
|
|
|
@ -102,10 +102,53 @@
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.1.4" date="2022-01-24"/>
|
<release version="0.1.5" date="2022-01-26">
|
||||||
<release version="0.1.3" date="2022-01-19"/>
|
<p>Changes for v0.1.5:</p>
|
||||||
<release version="0.1.2" date="2021-09-30"/>
|
<ul>
|
||||||
<release version="0.1" date="2021-08-15"/>
|
<li>New: LogarithmPlotter has now better handling of very high values in logarithmic scale.</li>
|
||||||
|
<li>Added translation for flatpak metadata, including translated image.</li>
|
||||||
|
<li>[URGENT PATCH] Fixed bug: File saving dialog was not working.</li>
|
||||||
|
<li>[URGENT PATCH] Fixed bug: Debian packages does include any language file.</li>
|
||||||
|
<li>Fixed bug: X Cursor pointing does not detect any object.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1.4" date="2022-01-24">
|
||||||
|
<p>Changes for v0.1.4:</p>
|
||||||
|
<ul>
|
||||||
|
<li>New feature: LogarithmPlotter detects unsaved changes.</li>
|
||||||
|
<li>New feature: LogarithmPlotter is now translated! See https://hosted.weblate.org/engage/logarithmplotter/ to help.</li>
|
||||||
|
<li>New translation: English by Ad5001: 100%</li>
|
||||||
|
<li>New translation: French by Ad5001: 100%</li>
|
||||||
|
<li>New translation: German by Ad5001: 100%</li>
|
||||||
|
<li>New translation: Hungarian by Óvári (@ovari on github): 100%</li>
|
||||||
|
<li>New translation: Norvegian by Allan Nordhøy (@comradekingu on github): 80%</li>
|
||||||
|
<li>Fixed bug: No notification when closing LogarithmPlotter with unsaved changes.</li>
|
||||||
|
<li>Fixed bug: π unavailable in symbols.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1.3" date="2022-01-18">
|
||||||
|
<p>Changes for v0.1.3:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bug: Confined packages (snapcraft & flatpak) won't show error messages related to update checks.</li>
|
||||||
|
<li>FIxed bug: Equations of the form (x + y) / z were not being simplified properly.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1.2" date="2021-09-30">
|
||||||
|
<p>Changes for v0.1.2:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bug: Unable to move Bode diagrams elements when having deleted the sum element.</li>
|
||||||
|
<li>Fixed bug: Names were not not being changed from previous object when editing a new one.</li>
|
||||||
|
<li>Fixed bug: Bode Magnitude was not drawn far enough.</li>
|
||||||
|
<li>Fixed bug: Bode Magnitude had undefined ending.</li>
|
||||||
|
<li>Fixed other bugs from v0.1.1.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1" date="2021-08-26">
|
||||||
|
<p>Changes for v0.1:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Initial release.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
</content_rating>
|
</content_rating>
|
||||||
|
|
|
@ -100,13 +100,55 @@
|
||||||
<display_length compare="gt">xsmall</display_length>
|
<display_length compare="gt">xsmall</display_length>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<releases>
|
<releases> <release version="0.1.5" date="2022-01-26">
|
||||||
<release version="0.1.4" date="2022-01-24"/>
|
<p>Changes for v0.1.5:</p>
|
||||||
<release version="0.1.3" date="2022-01-19"/>
|
<ul>
|
||||||
<release version="0.1.2" date="2021-09-30"/>
|
<li>New: LogarithmPlotter has now better handling of very high values in logarithmic scale.</li>
|
||||||
<release version="0.1" date="2021-08-15"/>
|
<li>Added translation for flatpak metadata, including translated image.</li>
|
||||||
|
<li>[URGENT PATCH] Fixed bug: File saving dialog was not working.</li>
|
||||||
|
<li>[URGENT PATCH] Fixed bug: Debian packages does include any language file.</li>
|
||||||
|
<li>Fixed bug: X Cursor pointing does not detect any object.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1.4" date="2022-01-24">
|
||||||
|
<p>Changes for v0.1.4:</p>
|
||||||
|
<ul>
|
||||||
|
<li>New feature: LogarithmPlotter detects unsaved changes.</li>
|
||||||
|
<li>New feature: LogarithmPlotter is now translated! See https://hosted.weblate.org/engage/logarithmplotter/ to help.</li>
|
||||||
|
<li>New translation: English by Ad5001: 100%</li>
|
||||||
|
<li>New translation: French by Ad5001: 100%</li>
|
||||||
|
<li>New translation: German by Ad5001: 100%</li>
|
||||||
|
<li>New translation: Hungarian by Óvári (@ovari on github): 100%</li>
|
||||||
|
<li>New translation: Norvegian by Allan Nordhøy (@comradekingu on github): 80%</li>
|
||||||
|
<li>Fixed bug: No notification when closing LogarithmPlotter with unsaved changes.</li>
|
||||||
|
<li>Fixed bug: π unavailable in symbols.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1.3" date="2022-01-18">
|
||||||
|
<p>Changes for v0.1.3:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bug: Confined packages (snapcraft & flatpak) won't show error messages related to update checks.</li>
|
||||||
|
<li>FIxed bug: Equations of the form (x + y) / z were not being simplified properly.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1.2" date="2021-09-30">
|
||||||
|
<p>Changes for v0.1.2:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bug: Unable to move Bode diagrams elements when having deleted the sum element.</li>
|
||||||
|
<li>Fixed bug: Names were not not being changed from previous object when editing a new one.</li>
|
||||||
|
<li>Fixed bug: Bode Magnitude was not drawn far enough.</li>
|
||||||
|
<li>Fixed bug: Bode Magnitude had undefined ending.</li>
|
||||||
|
<li>Fixed other bugs from v0.1.1.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
|
<release version="0.1" date="2021-08-26">
|
||||||
|
<p>Changes for v0.1:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Initial release.</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
</content_rating>
|
</content_rating>
|
||||||
<developer_name>Ad5001</developer_name>
|
<developer_name>Ad5001</developer_name>
|
||||||
<update_contact>mail@ad5001.eu</update_contact>
|
<update_contact>mail@ad5001.eu</update_contact>
|
||||||
|
|
15
linux/generate-appstream-changelog.sh
Normal file
15
linux/generate-appstream-changelog.sh
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
cat ../CHANGELOG.md | awk '{
|
||||||
|
if($1 == "*") {
|
||||||
|
s = ""; for (i = 2; i <= NF; i++) s = s " " $i;
|
||||||
|
print " <li>"substr(s,2)"</li>"
|
||||||
|
} else if($1 == "##") {
|
||||||
|
cmd ="date \"+%Y-%m-%d\" -d \""substr($3,2,2)" "$4" "substr($5,0,4)"\""
|
||||||
|
cmd | getline date
|
||||||
|
print " <release version=\""substr($2,2,5)"\" date=\""date"\">"
|
||||||
|
print " <p>Changes for "$2":</p>"
|
||||||
|
print " <ul>"
|
||||||
|
} else if($1 == "--") {
|
||||||
|
print " </ul>"
|
||||||
|
print " </release>"
|
||||||
|
}
|
||||||
|
}'
|
Loading…
Reference in a new issue