Skip to content

Releases: elcalc/elcalc

v6.1.3

02 Sep 20:27
Compare
Choose a tag to compare

elcalc 6.1.3

This release is focused updates

Changelog

  • Update dependencies (including Electron)
  • Format Rust code with rustfmt
  • Run rustfmt checks on every travis build
  • Lowercase license

Note

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

v6.1.2

09 Aug 14:18
Compare
Choose a tag to compare

elcalc 6.1.2

This release is focused updates & performance optimizations ⚡

Changelog

  • Update dependencies
  • Optimize WASM startup time
  • Spectron tests are now working again

Note

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

v6.1.1

31 Jul 18:17
Compare
Choose a tag to compare

elcalc 6.1.1

This release is focused performance optimizations ⚡

Changelog

  • Implement V8 Compile Cache 🚀
  • Replace querySelector & querySelectorAll with more performant options
  • Webpack: Optimize WASM

Note

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

v6.1.0

30 Jul 17:39
Compare
Choose a tag to compare

elcalc 6.1.0 🚀

This release is focused performance optimizations ⚡

Changelog

  • Replace Math.js with lazy-loaded WebAssembly
  • Add additional scientific functions
  • Remove unused dependencies
  • Big app size reduction
  • Minify JavaScript using Terser
  • Add webpack plugins (HTML, scripts, WASM)
  • Beautify readme & add additional sections
  • Add rust files (used to generate WASM) to crate directory
  • Test both Node.js & Rust code using Travis CI

Note

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

v6.0.2

29 Jul 11:24
Compare
Choose a tag to compare

elcalc 6.0.2

This release is focused on code refactor.

Changelog

  • Refactor application code
  • Add context menu (copy & paste)
  • Remove unnecessary top menu
  • The calculator screen is now an input

Note

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

v6.0.1

24 Jul 18:18
Compare
Choose a tag to compare

elcalc 6.0.1

This release is focused on bug fixes.

Changelog

  • Fix the app not opening

Note

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

v6.0

24 Jul 17:38
Compare
Choose a tag to compare

elcalc 6.0 🎉

This release is focused on performance & size optimizations 🚀

Changelog

  • Rewrite to electron-boilerplate
  • [Webpack]: Implement cache loader & minify css
  • Updated dependencies
  • Improve performance
  • Smaller app size

Note

macOS release is not available at the moment. You can build it from source, by running electron-builder --mac 😄

v5.0

28 Oct 20:13
97dc959
Compare
Choose a tag to compare

elcalc 5.0 🎉

This release is focused on major improvements!

Changelog

  • Added scientific functions
  • Refactored keyboard support
  • Updated dependencies
  • Better tests & performance

Huge thanks to all contributors for their help!

Download elcalc

v5.0-rc.2

06 Sep 20:48
0e6ac7d
Compare
Choose a tag to compare

elcalc 5.0-rc.2

This release is focused on code cleanup.

Changelog

  • Code cleanup
  • Load script asynchronously
  • Use more specific tests
  • Some CSS improvements
  • Updated dependencies

Download elcalc

v5.0-rc.1

28 Aug 17:30
8ef7e8f
Compare
Choose a tag to compare

elcalc 5.0-rc.1

This release is focused on fixing Numpad keys (numbers).

Changelog

  • Fixed numbers, when using Numpad

Download elcalc