Skip to content

Releases: paulhammond/jp

v1.0

24 Oct 20:55
Compare
Choose a tag to compare

• Add newline to end of compact output
• Add support for NO_COLOR and CLICOLOR_FORCE environment variables
• Add ARM64 binaries to releases
• Fix broken ending color reset in compact output
• Remove zerover support

Build log

v0.3

28 Jan 06:10
Compare
Choose a tag to compare
  • Colored output has a reset character at the end to prevent your shell prompt turning green
  • Tests and builds now run via GitHub actions
  • Binaries are built with Go 1.13, so will run on macOS Sierra and higher

v0.2

09 Mar 01:43
Compare
Choose a tag to compare
  • Output is now colored when running in a terminal that supports it
  • Command line flags are now POSIX style (with two hyphens), not golang style (with one)
  • jp can now be installed through homebrew

v0.1

30 Jul 14:45
Compare
Choose a tag to compare

Initial release