Skip to content

Releases: bornova/numara-calculator

v5.4.1

03 Oct 19:43
3867c96
Compare
Choose a tag to compare
  • Updated dependencies

v5.4.0

20 Sep 21:44
e279a35
Compare
Choose a tag to compare
  • Added user variables, line numbers, units and currencies to autocomplete hints.
  • Breaking change: Currency codes now must be in capital letters. Ex. USD instead of usd. This prevents conflicts between units such as cup (volume unit) and CUP (Cuban Peso)
  • Replaced outdated Mousetrap library with tinykeys.
  • In Settings, combined Typography with Appearance. Moved Notifications to bottom.
  • Removed unnecessary service worker for PWA.
  • Minor UI improvements
  • Updated dependencies

v5.3.2

16 Sep 18:23
aaeb736
Compare
Choose a tag to compare
  • Bug fixes and performance improvements

v5.3.1

10 Sep 17:45
e0f4fea
Compare
Choose a tag to compare
  • Updated dependencies

v5.3.0

28 Aug 18:44
a35d493
Compare
Choose a tag to compare
  • You can now click on a line number to insert lineX keyword into the current cursor position. Suggested in #77

v5.2.3

26 Aug 18:06
c84d5da
Compare
Choose a tag to compare
  • Updated dependencies

v5.2.2

24 Jul 15:59
ccbbe0c
Compare
Choose a tag to compare
  • Attempt to fix missing 'libuuid' on openSUSE #74
  • Updated dependencies

v5.2.1

25 Jun 17:09
e5f2fc5
Compare
Choose a tag to compare
  • Fix Formulajs syntax highlighting and tooltips

v5.2.0

25 Jun 04:17
172a185
Compare
Choose a tag to compare
  • BREAKING CHANGE: The way Formulajs is loaded into Numara has been changed due to conflict in function names, such as N (as reported in #69). Formulajs methods now need to be prefixed with xls..
    Old: SUM(1,2,3) // 6
    New: xls.SUM(1,2,3) // 6
  • Improved autocomplete hints.
  • Reload window after saving user defined functions and units. This immediately refreshes user functions and units rather than waiting for app restart.
  • Updated dependencies.

v5.1.3

10 Jun 16:07
161b172
Compare
Choose a tag to compare

Updated dependencies