Skip to content

v0.11.0 - 03 January 2023

Compare
Choose a tag to compare
@asmaloney asmaloney released this 03 Jan 19:08
· 161 commits to main since this release

Added

  • {shell} Interactive mode now recognizes up a & down arrow keys to navigate history. (#287)

  • Command line output now uses colour. (#284)

    • May be turned off using a command-line option (--no-colour or --no-color) or by setting the NO_COLOR environment variable.

Changed

  • Command line options changed to commands (#298)
    • Instead of gactar -w, it is now called using gactar web.
    • Instead of gactar -i, it is now called using gactar cli.
    • Run gactar help for a list of commands and options.

Fixed

  • {cli} Fixes the version command. (#286)

Full Changelog: v0.10.0...v0.11.0