Skip to content

Releases: bornova/numara-calculator

v5.0.2

07 May 19:10
4c64196
Compare
Choose a tag to compare
  • Refactor main.js to ESM
  • Add build step before dist and publish
  • Update dependencies

v5.0.1

23 Apr 18:08
43bd2f6
Compare
Choose a tag to compare

v5.0.0

22 Apr 18:45
60f5278
Compare
Choose a tag to compare

Introducing Pages!

  • You can now create pages and work with multiple calculations at the same time. This replaces the previous save/open feature. Old saved calculations will be migrated over to new pages.
  • Page list can be opened in a side bar using the new ‘Pages’ button located at the bottom left corner (or by using the Tab key), and new pages can be created using the ‘New page’ next to it (also available using Cmd/Ctrl + N shortcut).
  • Page list can be sorted by date, alphabetically, or manually by dragging the items.
  • Each Page can be renamed, deleted or duplicated by using the menu added to each page list item.
  • Page numbering starts with 1 and increments by one for each new page created.
  • Import/Export and Print buttons have moved to new page list side bar.
  • Active page name is displayed at the bottom of the page.

In addition:

  • Improvements to function plotting
  • Many bug fixes and small improvements

Feel free to provide feedback/comments or report any bugs you may find.

v4.5.7

13 Mar 17:04
Compare
Choose a tag to compare
  • Attempt fix for #48
  • Support additional arm64 builds
  • Update dependencies

v4.5.6

12 Mar 21:36
4a0a562
Compare
Choose a tag to compare
  • Fix settings dialog width on window resize
  • Updated dependencies

v4.5.5

28 Feb 05:28
8c05015
Compare
Choose a tag to compare

Updated dependencies

v4.5.4

16 Feb 21:37
060db54
Compare
Choose a tag to compare

Minor bug fixes and improvements

v4.5.3

13 Feb 05:21
8c92dc4
Compare
Choose a tag to compare
  • Allow smaller window size

v4.5.2

13 Feb 04:58
e916045
Compare
Choose a tag to compare
Merge pull request #42 from bornova/dev

v4.5.2

v4.5.1

13 Feb 03:56
bc53769
Compare
Choose a tag to compare
  • Bug fixes and minor improvements