Skip to content

Version 1.4.7

Compare
Choose a tag to compare
@printfn printfn released this 04 May 02:45
· 10 commits to main since this release

Changes in this version:

  • Add Japanese units shaku, tsubo and tatami
  • Significantly improve performance when calculating powers with decimal numbers, e.g. e^27.2
  • Revamp fend's web UI: it is now built with React and runs calculations in a background thread. This fixes the timeout issues that used to affect long-running calculations.
  • Fix a bug where variable serialisation could cause numbers to be negated. This only affected fend-wasm and fend-web but could lead to incorrect results when using variables across multiple calculations.
  • Add some custom TypeScript definitions to fend-wasm