Updating appstream
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
557592708f
commit
f9b0bb99ce
1 changed files with 44 additions and 0 deletions
|
@ -115,6 +115,50 @@
|
|||
</requires>
|
||||
|
||||
<releases>
|
||||
<release version="0.5.0" date="2023-01-11">
|
||||
<description>
|
||||
<p><b>Changes for v0.5.0:</b></p>
|
||||
<p>New</p>
|
||||
<ul>
|
||||
<li>New, reworked application icon.</li>
|
||||
<li>Graph is now mouse interactive:</li>
|
||||
<li>You can now drag to move and scroll to zoom!</li>
|
||||
<li>Builtin functions now provide usage when used in the autocomplete of the expression editor.</li>
|
||||
</ul>
|
||||
<p>Changes</p>
|
||||
<ul>
|
||||
<li>When creating an object that can be positioned, new default behavior is to pick first instead of opening object settings.</li>
|
||||
<li>Icons with text now use the SVG's text element, allowing them to integrate better with the system's default font.</li>
|
||||
<li>Special characters popup is now context aware (e.g. no sub/supscript symbols in expressions).</li>
|
||||
<li>New symbols in special characters popup.</li>
|
||||
<li>Integrals and derivatives can now be provided with an executable object (e.g. Functions) instead of strings as function.</li>
|
||||
<li>New description on Linux.</li>
|
||||
</ul>
|
||||
<p>Fixed bugs</p>
|
||||
<ul>
|
||||
<li>Fixing ∞ 'variable' in domains and expressions.</li>
|
||||
<li>Several other bugs related to constants in expresions were fixed as well.</li>
|
||||
<li>Builtin functions now send an error message when not provided with the proper arguments.</li>
|
||||
</ul>
|
||||
<p>Internal changes</p>
|
||||
<ul>
|
||||
<li>Updated to PySide6 v6.6.1.</li>
|
||||
<li>Reworked continuous functions' rendering to make it faster.</li>
|
||||
<li>Removed old bits from an unfinished new parser that weren't used.</li>
|
||||
</ul>
|
||||
</description>
|
||||
<artifacts>
|
||||
<artifact type="binary" platform="x86_64-windows-any">
|
||||
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.5.0/logarithmplotter-v0.5.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.5.0/LogarithmPlotter-v0.5.0-setup.dmg</location>
|
||||
</artifact>
|
||||
<artifact type="source">
|
||||
<location>https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.5.0/logarithmplotter-0.5.0.tar.gz</location>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</release>
|
||||
<release version="0.4.0" date="2023-05-27">
|
||||
<description>
|
||||
<p><b>Changes for v0.4.0:</b></p>
|
||||
|
|
Loading…
Reference in a new issue