This repository was archived by the owner on Mar 2, 2025. It is now read-only.
Releases: sharkdp/insect
Releases · sharkdp/insect
v5.1.2
Features
Bugfixes
- Explicitly perform the conversion to the target unit even if the units are mathematically equal, to ensure that (for example)
kB / mscan be converted toMB / s(see #200) - Fixed a problem with
npm install
v5.1.0
Features:
- Add
minimum,maximum,meanandabs, see #127 - Added
elementaryCharge, see #137 - Added "dummy" units, see #136
dollars,dollar,USD,$dots,dotdpieuros,euro,EUR,€persons,person,peoplepieces,piecepixels,pixel,pxppiframe,fps
- Other new units:
pound_force,lbfau,astronomicalunits(@Infinite027)thou(@jimmo)ppm,ppb,ppq, …,percent,pct(@jimmo)knot,kn,kt(@AMPortugal)M,NM,nmi(@AMPortugal)
Changes:
pernow has a higher precedence than/, see #143atan2arguments can now be dimensionful, see #142- In the online version, the URL is now updated with the input, making it easy to share calculations, see #169 (@n4bb12)
- The history is now saved in the XDG data directory (
~/.local/share/by default), see #188 (@bAndie91)
Other:
- Support for binaries (@colinwahl)
- Many updates on the build system, thanks to @n4bb12!
v5.0.0
Features:
- Support for user-defined functions (#59).
- Added
sumandproduct(#116). - Added modulo operator
%(#114). - Added
million,thousand, etc. as constants (#86). - Support for negative exponents without parenthesis:
3^-2 = 3^(-2)(#101). - Support for all exponentiation operators
⁻⁵, ⁻⁴, .., ⁴, ⁵(#102). - Support for multi-parameter functions, added
atan2. - New units: hogsheads, rods (#115).
Bugfixes:
e,piand other constants cannot be redefined by the user (#120).- Should be able to add zero to a non-scalar value (#121).
- Fixed precedence of unary minus operator.
Misc:
- Updated documentation & a man page for the terminal version.
- A Fedora package is available (Thanks to @Fnux).
- Travis CI is now enabled.
v4.8.0
- Support for binary prefixes (
KiB,MiB,GiB, ..), see #81 - Added temperature-conversion functions, see #97
- New units:
octet,psi,mmHg,atm,BTU, see #109 #103 #111 - Fixed problems with multiline inputs and tab-completion in jQuery Terminal (@jcubic), see #78
Thanks to: @gcmalloc @l2dy @GeoffreyFrogeye @leipert
v4.7.0
- Add opensearch integration (@mbarkhau)
- Added international spelling of some SI units (@zelpa, @peteryates)
- Use
uas an alias formicro(@zpiman) - Add
tauas constant (@Caleb-An) - Change
->to➞in pretty printing (@perryprog) - Added
RPM,calorie,parsec,lightyear,fortnight,fluidounceandfurlong
Thanks to @zmwangx, insect can now be installed via homebrew!