Skip to content

Commit

Permalink
Update com.github.parnold-x.nasc.appdata.xml.in
Browse files Browse the repository at this point in the history
  • Loading branch information
parnold-x authored Aug 20, 2020
1 parent 4a0c0b1 commit 0cb3b3a
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions data/com.github.parnold-x.nasc.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
</provides>
<launchable type="desktop-id">com.github.parnold-x.nasc.desktop</launchable>
<releases>
<release version="0.7.5" date="2020-08-20">
<description>
Introduce user functions
<p>To define a user function type e.g.: function kineticEnergy 0.5*\x*\y^2</p>
<p>The you can use it anywhere e.g. car = kineticEnergy(1000 kg, 3 m/s)</p>
</description>
</release>
<release version="0.7.4" date="2020-08-05">
<description>
<p>Fixed a bug that caused problems when using comments inline</p>
Expand All @@ -38,19 +45,6 @@
<p>Preperation to make NaSC translatable</p>
</description>
</release>
<release version="0.6.1" date="2020-05-17">
<description>
<p>Build libqalculate as submodule - This means better calculation results and more functions</p>
<p>Added convert to different number bases. E.g. 16734003 to hex</p>
<p>Available number bases: hex bin dec oct duo roman bijective roman sexa fp32 fp64 fp16 fp80 fp128</p>
<p>Improved scroll behavior when using long equations or results</p>
<p>Ctrl + Shift + C copys result when nothing is marked in the input pane</p>
<p>Right click on a result copies it to the clipboard</p>
<p>Auto complete functions with parenthesis</p>
<p>Quit on Ctrl + Q</p>
<p>Fix of a parsing error in the help pane</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
Expand Down

0 comments on commit 0cb3b3a

Please sign in to comment.