Releases: sharkdp/insect
Releases · sharkdp/insect
v5.9.0
What's Changed
- Make Ctrl-C start new line instead of exiting Insect by @mhmdanas in #375
- Cache Spago dependencies and purs output in CI by @mhmdanas in #373
- Add hr as alias for hour by @mhmdanas in #376
- Use current environment when evaluating functions by @mhmdanas in #371
- Update dependencies by @mhmdanas in #382
- Minor cleanup by @mhmdanas in #383
- Move from test-unit to spec by @mhmdanas in #384
- Add plural forms of more units by @mhmdanas in #378
- Add new SI prefixes by @mhmdanas in #389
- Improve and clean up docs by @mhmdanas in #380
- Add molar, molal, and Faraday constant by @mhmdanas in #393
- Various improvements to terminal CLI by @mhmdanas in #392
- Bump dependencies by @mhmdanas in #394
Full Changelog: v5.8.2...v5.9.0
v5.8.2
v5.8.1
v5.8.0
What's Changed
- Change
year
from a Julian year to a Gregorian year (use newjulianYear
unit for Julian year) by @mhmdanas in sharkdp/purescript-quantities#52 and #318 - Support input of hex, octal, and binary numbers by @mhmdanas in #339
- Allow starting a number with a decimal point by @mhmdanas in #296
- Add
_
as an alias forans
, and disallow assignments to both by @mhmdanas in #314 - Add golden ratio by @mhmdanas in #327
- Add secant and friends by @mhmdanas in #334
- Add insect.desktop file by @mhmdanas in #338
Thanks
A lot of great refactoring and cleanup work has been done by @mhmdanas. Thank you very much!!
Full Changelog: v5.7.0...v5.8.0
v5.7.0
v5.6.0
- Added new
copy
/cp
command to copy the last result to the clipboard (@benmaddison).
v5.5.0
v5.4.0
v5.3.0
- 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