Insect Versions Save

High precision scientific calculator with support for physical units

v5.9.0

8 months ago

What's Changed

Full Changelog: https://github.com/sharkdp/insect/compare/v5.8.2...v5.9.0

v5.8.2

1 year ago

Changes

v5.8.1

1 year ago

Bugfixes

Changes

v5.8.0

1 year ago

What's Changed

Thanks

A lot of great refactoring and cleanup work has been done by @mhmdanas. Thank you very much!!

Full Changelog: https://github.com/sharkdp/insect/compare/v5.7.0...v5.8.0

v5.7.0

2 years ago
  • Support for a .insectrc startup file, see #107 and #248 (@Mstrodl)
  • Pretty-print function definitions by typing the name of the function, see #252 (@sharkdp)
  • Various code base improvements (@mhmdanas)

v5.6.0

3 years ago
  • Added new copy/cp command to copy the last result to the clipboard (@benmaddison).

v5.5.0

3 years ago
  • Implemented dark mode (web version), see #229 (@septatrix)
  • Added new unit: thou, mil, mils, see #195 and #234 (@tomioe)
  • Fix handling of Ctrl+L, see #231 (@septatrix)
  • Fix and simplify installation via npm, see #238 (@n4bb12)

v5.4.0

4 years ago
  • bower has been replaced by psc-package, see #217 (@justinwoo)
  • Update to the latest jquery.terminal version (web), fixing #166 and #149

v5.3.0

4 years ago
  • Changed "year" (and "month") to be consistent with a Julian year:
    • Changed the definition of "year" to 365.25 days (was: 365 days)
    • Change definition of "month" to 30 days + 10.5 hours (was 30 days + 10 hours) this change makes the definition of a "year" consistent with the "year" in "lightyear". This means that 1 lightyear / year = speed of light.
  • Added man page to NPM package, see #207

v5.2.0

4 years ago
  • Updates to PureScript 0.13, updates in the NPM package.