Adding changelog for v0.2.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2022-04-22 16:53:48 +02:00
parent 871630ef0b
commit 22c9151e0c
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 134 additions and 14 deletions

View file

@ -1,5 +1,44 @@
# Changelog
## v0.2.0 (22 Apr 2022)
**New**
* (EXPERIMENTAL) LogarithmPlotter now has an optional LaTeX integration.
* It requires a LaTeX installation, including `latexmk` and `dvipng` available in the PATH.
* NOTE: LaTeX support is disabled by default and is only for working for the rendering on the graph.
* NOTE: The objects and history tab still use the legacy text based expression rendering.
* Thanks and contributions dialog, showing included libraries and translations, their license and author(s).
* LaTeX rendering can be disabled for texts, even if LaTeX is enabled.
**Changes**
* History re/undos only redraw the graph every 4 change at most in order to speed up the process when re/undoing a lot of changes.
* Gradients are no longer hidden when filtered out in the history tab.
**Added translations**
* LaTeX options and error messages
* Thanks and contribution dialog
* New option for text.
* Fixed translation of "repartition" which should be "distribution" in certain remaining strings.
**Fixed bugs**
* (macos) #1 - Opening files don't work on compiled versions of LogarithmPlotter on MacOS
* (snapcraft) Fixed bug preventing from launching LogarithmPlotter. This fix has been backported to v0.1.8.
* (snapcraft) Files are now properly opened.
* (snapcraft) Added changelog support.
**Internal changes**
* Moved python modules to "util" directory for more clarity.
* Moved flatpak metainfo to eu.ad5001.LogarithmPlotter repository.
* Componented the Mathlib library in order to have a more readable source.
* Added documentation for most internal JavaScript modules.
* Merge label drawing methods due to it's complexity.
* (flatpak) Updated SDK version to v5.15-21.08.
## v0.1.8 (19 Feb 2022)
**New**

View file

@ -1,4 +1,30 @@
logarithmplotter (0.1.8) stable; urgency=medium
logarithmplotter (0.2.0) stable; urgency=medium
* New: (EXPERIMENTAL) LogarithmPlotter now has an optional LaTeX integration.
* It requires a LaTeX installation, including `latexmk` and `dvipng` available in the PATH.
* NOTE: LaTeX support is disabled by default and is only for working for the rendering on the graph.
* NOTE: The objects and history tab still use the legacy text based expression rendering.
* New: Thanks and contributions dialog, showing included libraries and translations, their license and author(s).
* New: LaTeX rendering can be disabled for texts, even if LaTeX is enabled.
* Changed: History re/undos only redraw the graph every 4 change at most in order to speed up the process when re/undoing a lot of changes.
* Changed: Gradients are no longer hidden when filtered out in the history tab.
* Added translation: LaTeX options and error messages
* Added translation: Thanks and contribution dialog
* Added translation: New option for text.
* Fixed translation: "repartition" which should be "distribution" in certain remaining strings.
* Fixed bug: (macos) #1 - Opening files don't work on compiled versions of LogarithmPlotter on MacOS
* Fixed bug: (snapcraft) Fixed bug preventing from launching LogarithmPlotter. This fix has been backported to v0.1.8.
* Fixed bug: (snapcraft) Files are now properly opened.
* Fixed bug: (snapcraft) Added changelog support.
* Internal changes: Moved python modules to "util" directory for more clarity.
* Internal changes: Moved flatpak metainfo to eu.ad5001.LogarithmPlotter repository.
* Internal changes: Componented the Mathlib library in order to have a more readable source.
* Internal changes: Added documentation for most internal JavaScript modules.
* Internal changes: (flatpak) Updated SDK version to v5.15-21.08.
-- Ad5001 <mail@ad5001.eu> Fri, 22 Apr 2022 20:00:00 +0100
logarithmplotter (0.1.8) stable; urgency=medium
* New: There is now a user manual for LogarithmPlotter! Contributions apprecriated.
* Changed: A link to LogarithmPlotter's official website (https://apps.ad5001.eu/logarithmplotter/) has been added in the about dialog.
@ -16,7 +42,7 @@ logarithmplotter (0.1.8) stable; urgency=medium
* Internal changes: Sidebar button width is now fixed.
* Internal changes: Artifacts have been added to appstream metadata.
-- Ad5001 <mail@ad5001.eu> Sat, 19 Jan 2022 20:00:00 +0100
-- Ad5001 <mail@ad5001.eu> Sat, 19 Feb 2022 20:00:00 +0100
logarithmplotter (0.1.7) stable; urgency=medium
@ -46,7 +72,7 @@ logarithmplotter (0.1.7) stable; urgency=medium
* Internal changes: Trying to switch metainfo once more to try and fix another bug.
* Internal changes: Keywords added to metainfo.
-- Ad5001 <mail@ad5001.eu> Thu, 03 Jan 2022 00:00:00 +0100
-- Ad5001 <mail@ad5001.eu> Thu, 03 Feb 2022 00:00:00 +0100
logarithmplotter (0.1.6) stable; urgency=medium

View file

@ -115,6 +115,59 @@
</requires>
<releases>
<release version="0.2.0" date="2022-04-22">
<description>
<p><b>Changes for v0.2.0:</b></p>
<p>New</p>
<ul>
<li>(EXPERIMENTAL) LogarithmPlotter now has an optional LaTeX integration.</li>
<li>It requires a LaTeX installation, including `latexmk` and `dvipng` available in the PATH.</li>
<li>NOTE: LaTeX support is disabled by default and is only for working for the rendering on the graph.</li>
<li>NOTE: The objects and history tab still use the legacy text based expression rendering.</li>
<li>Thanks and contributions dialog, showing included libraries and translations, their license and author(s).</li>
<li>LaTeX rendering can be disabled for texts, even if LaTeX is enabled.</li>
</ul>
<p>Changes</p>
<ul>
<li>History re/undos only redraw the graph every 4 change at most in order to speed up the process when re/undoing a lot of changes.</li>
<li>Gradients are no longer hidden when filtered out in the history tab.</li>
</ul>
<p>Added translations</p>
<ul>
<li>LaTeX options and error messages</li>
<li>Thanks and contribution dialog</li>
<li>New option for text.</li>
<li>Fixed translation of "repartition" which should be "distribution" in certain remaining strings.</li>
</ul>
<p>Fixed bugs</p>
<ul>
<li>(macos) #1 - Opening files don't work on compiled versions of LogarithmPlotter on MacOS</li>
<li>(snapcraft) Fixed bug preventing from launching LogarithmPlotter. This fix has been backported to v0.1.8.</li>
<li>(snapcraft) Files are now properly opened.</li>
<li>(snapcraft) Added changelog support.</li>
</ul>
<p>Internal changes</p>
<ul>
<li>Moved python modules to "util" directory for more clarity.</li>
<li>Moved flatpak metainfo to eu.ad5001.LogarithmPlotter repository.</li>
<li>Componented the Mathlib library in order to have a more readable source.</li>
<li>Added documentation for most internal JavaScript modules.</li>
<li>Merge label drawing methods due to it's complexity.</li>
<li>(flatpak) Updated SDK version to v5.15-21.08.</li>
</ul>
</description>
<artifacts>
<artifact type="binary" platform="x86_64-windows-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.2.0/logarithmplotter-v0.2.0-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.2.0/LogarithmPlotter-v0.2.0-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.2.0/logarithmplotter-0.2.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.8" date="2022-02-19">
<description>
<p><b>Changes for v0.1.8:</b></p>
@ -153,7 +206,7 @@
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.8/logarithmplotter-v0.1.8-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.8/logarithmplotter-v0.1.8-setup.exe</location>
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.8/LogarithmPlotter-v0.1.8-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.8/logarithmplotter-0.1.8.tar.gz</location>
@ -209,7 +262,7 @@
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.7/logarithmplotter-v0.1.7-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.7/logarithmplotter-v0.1.7-setup.exe</location>
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.7/LogarithmPlotter-v0.1.7-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.7/logarithmplotter-0.1.7.tar.gz</location>
@ -250,7 +303,7 @@
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.6/logarithmplotter-v0.1.6-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.6/logarithmplotter-v0.1.6-setup.exe</location>
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.6/LogarithmPlotter-v0.1.6-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.6/LogarithmPlotter-v0.1.6.tar.gz</location>
@ -280,7 +333,7 @@
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.5/logarithmplotter-v0.1.5-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.5/logarithmplotter-v0.1.5-setup.exe</location>
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.5/LogarithmPlotter-v0.1.5-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.5/LogarithmPlotter-v0.1.5.tar.gz</location>
@ -311,7 +364,7 @@
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.4/logarithmplotter-v0.1.4-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.4/logarithmplotter-v0.1.4-setup.exe</location>
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.4/LogarithmPlotter-v0.1.4-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.4/LogarithmPlotter-v0.1.4.tar.gz</location>
@ -332,7 +385,7 @@
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.3/logarithmplotter-v0.1.3-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.3/logarithmplotter-v0.1.3-setup.exe</location>
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.3/LogarithmPlotter-v0.1.3-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.3/LogarithmPlotter-v0.1.3.tar.gz</location>
@ -356,7 +409,7 @@
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.2/logarithmplotter-v0.1.2-setup.exe</location>
</artifact>
<artifact type="binary" platform="x86_64-macos-any">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.2/logarithmplotter-v0.1.2-setup.exe</location>
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.2/LogarithmPlotter-v0.1.2-setup.dmg</location>
</artifact>
<artifact type="source">
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.1.2/LogarithmPlotter-v0.1.2.tar.gz</location>
@ -364,10 +417,12 @@
</artifacts>
</release>
<release version="0.1" date="2021-08-26">
<p><b>Changes for v0.1:</b></p>
<ul>
<li>Initial release.</li>
</ul>
<description>
<p><b>Changes for v0.1:</b></p>
<ul>
<li>Initial release.</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.0">