From f9b0bb99ce3107c9e4307f5c3806683b2969465c Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 11 Jan 2024 20:15:25 +0100 Subject: [PATCH] Updating appstream --- linux/eu.ad5001.LogarithmPlotter.metainfo.xml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml index 7cb44f8..259edb1 100644 --- a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml +++ b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml @@ -115,6 +115,50 @@ + + +

Changes for v0.5.0:

+

New

+
    +
  • New, reworked application icon.
  • +
  • Graph is now mouse interactive:
  • +
  • You can now drag to move and scroll to zoom!
  • +
  • Builtin functions now provide usage when used in the autocomplete of the expression editor.
  • +
+

Changes

+
    +
  • When creating an object that can be positioned, new default behavior is to pick first instead of opening object settings.
  • +
  • Icons with text now use the SVG's text element, allowing them to integrate better with the system's default font.
  • +
  • Special characters popup is now context aware (e.g. no sub/supscript symbols in expressions).
  • +
  • New symbols in special characters popup.
  • +
  • Integrals and derivatives can now be provided with an executable object (e.g. Functions) instead of strings as function.
  • +
  • New description on Linux.
  • +
+

Fixed bugs

+
    +
  • Fixing ∞ 'variable' in domains and expressions.
  • +
  • Several other bugs related to constants in expresions were fixed as well.
  • +
  • Builtin functions now send an error message when not provided with the proper arguments.
  • +
+

Internal changes

+
    +
  • Updated to PySide6 v6.6.1.
  • +
  • Reworked continuous functions' rendering to make it faster.
  • +
  • Removed old bits from an unfinished new parser that weren't used.
  • +
+
+ + + https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.5.0/logarithmplotter-v0.5.0-setup.exe + + + https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.5.0/LogarithmPlotter-v0.5.0-setup.dmg + + + https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/logarithmplotter/v0.5.0/logarithmplotter-0.5.0.tar.gz + + +

Changes for v0.4.0: