Skip to content

Releases: sharkdp/insect

v5.9.0

23 Jul 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.2...v5.9.0

v5.8.2

12 Mar 21:53
Compare
Choose a tag to compare

Changes

v5.8.1

12 Mar 21:09
Compare
Choose a tag to compare

Bugfixes

  • Fix error when xdgBasedir.data or any of its parents don't exist by @mhmdanas in #366

Changes

v5.8.0

28 Dec 12:42
Compare
Choose a tag to compare

What's Changed

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

25 Mar 22:03
Compare
Choose a tag to compare
  • 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

24 Oct 18:20
Compare
Choose a tag to compare
  • Added new copy/cp command to copy the last result to the clipboard (@benmaddison).

v5.5.0

27 Sep 12:36
Compare
Choose a tag to compare

v5.4.0

25 Jan 22:29
Compare
Choose a tag to compare
  • 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

13 Jul 15:55
Compare
Choose a tag to compare
  • 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

13 Jul 15:53
Compare
Choose a tag to compare
  • Updates to PureScript 0.13, updates in the NPM package.