Skip to content

Releases: parnoldx/nasc

0.8.0

14 Aug 10:10
862a6e7
Compare
Choose a tag to compare
  • Flatpack packaging

0.7.7

31 Jul 20:12
eb3e341
Compare
Choose a tag to compare

Fixed a bug that could caused a crash when opening sheets

0.7.6

13 May 16:31
8b52f3b
Compare
Choose a tag to compare

Fixed a bug regarding unnecessary added spaces

0.7.5

20 Aug 20:39
0cb3b3a
Compare
Choose a tag to compare

Introduce user functions

To define a user function type e.g.: function kineticEnergy 0.5*\x*\y^2


Then you can use it anywhere e.g. car = kineticEnergy(1000 kg, 3 m/s)

0.7.4

05 Aug 20:09
f867308
Compare
Choose a tag to compare

Fixed a bug that caused problems when using comments inline

Better handling of whitespaces with variable declaration and newlines

Improved the updating of the results while doing line movements

0.7.3

09 Jun 18:47
9196543
Compare
Choose a tag to compare

Fixed a bug that caused a crash during startup

Fixed a case where the ans and line tokens failed to parse

Support for dark themes

Share panes to MathB.in

0.7.2

09 Jun 11:14
706d216
Compare
Choose a tag to compare

Fixed a bug that caused a crash during startup

Fixed a case where the ans and line tokens failed to parse

Support for dark themes

0.7.1

30 May 20:29
f09dc56
Compare
Choose a tag to compare

You can now manage multiple calculation sheets - load, add, remove and rename sheets

Fixed a bug that should make NaSC much more stable

Save sheets dynamically

Removed auto complete functions with parenthesis

Preperation to make NaSC translatable

0.6.1

17 May 18:44
6a1fbb8
Compare
Choose a tag to compare
  • Build libqalculate as submodule - This means better calculation results and more functions
  • Added convert to different number bases. E.g. 16734003 to hex
  • Available number bases: hex bin dec oct duo roman bijective roman sexa fp32 fp64 fp16 fp80 fp128
  • Improved scroll behavior when using long equations or results
  • Ctrl + Shift + C copys result when nothing is marked in the input pane
  • Right click on a result copies it to the clipboard
  • Auto complete functions with parenthesis
  • Quit on Ctrl + Q
  • Fix of a parsing error in the help pane

0.6.0

17 May 16:14
2379fb2
Compare
Choose a tag to compare
  • Build libqalculate as submodule - This means better calculation results and more functions
  • Added convert to different number bases. E.g. 16734003 to hex
  • Available number bases: hex bin dec oct duo roman bijective roman sexa fp32 fp64 fp16 fp80 fp128
  • Improved scroll behavior when using long equations or results
  • Ctrl + Shift + C copys result when nothing is marked in the input pane
  • Right click on a result copies it to the clipboard
  • Auto complete functions with parenthesis
  • Quit on Ctrl + Q
  • Fix of a parsing error in the help pane