Releases: bornova/numara-calculator
Releases · bornova/numara-calculator
v4.3.1
v4.3.0
v4.2.1
v4.2.0
- Improved security by using preload script to enable
contextIsolation
and disablenodeIntegration
by default. - Moved all
ipcRenderer
operations topreload.js
- Added derivative plotting option to function plots
- Minor UI fixes and improvements
- Updated dependencies
v4.1.1
v4.1.0
This release includes mostly behind the scenes improvements:
- Replaced
rollup
withesbuild
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