Skip to content

Releases: bornova/numara-calculator

v4.3.1

28 Nov 18:05
650cce8
Compare
Choose a tag to compare
  • Improved plot export function. Now, a file save as dialog will be shown if in app or supported by the browser.
  • Minor UI fixes and improvements
  • Updated dependencies

v4.3.0

22 Nov 07:39
Compare
Choose a tag to compare
  • Added option to export a function plot as svg image.
  • Improved printing format. Note: Syntax highlighting for prints is no longer available.
  • UI improvements and bug fixes.
  • Updated dependencies.

v4.2.1

03 Nov 18:01
Compare
Choose a tag to compare

v4.2.0 introduced use of preload script in Electron but this also exposed global variables in user defined functions. This update removes these global variables.

v4.2.0

02 Nov 20:44
Compare
Choose a tag to compare
  • Improved security by using preload script to enable contextIsolation and disable nodeIntegration by default.
  • Moved all ipcRenderer operations to preload.js
  • Added derivative plotting option to function plots
  • Minor UI fixes and improvements
  • Updated dependencies

v4.1.1

17 Oct 17:33
60fdfd0
Compare
Choose a tag to compare
  • Fix issue #27
  • Minor code optimization and refactoring
  • Update dependencies

v4.1.0

11 Oct 19:37
Compare
Choose a tag to compare

This release includes mostly behind the scenes improvements:

  • Replaced rollup with esbuild for significant build time improvement (30+ sec. vs 0.6 sec.).
  • Fixed a bug where user defined function dialog did not display the editor content until it is clicked into.
  • Renamed files for consistency
  • Updated dependencies and removed unused ones.
  • Minor code cleanup

v4.0.8

02 Oct 04:28
d134793
Compare
Choose a tag to compare

Updated dependencies

v4.0.7

20 Sep 16:59
Compare
Choose a tag to compare
  • Fix exponential notation formatting bug (#22)
  • Add -webkit-user-select: text; for compatibility
  • Update dependencies

v4.0.6

07 Sep 18:32
b0186a6
Compare
Choose a tag to compare

Update dependencies

v4.0.5

30 Aug 17:33
b5ef363
Compare
Choose a tag to compare

Update dependencies