v0.11.0 - 03 January 2023
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 theNO_COLOR
environment variable.
- May be turned off using a command-line option (
Changed
- Command line options changed to commands (#298)
- Instead of
gactar -w
, it is now called usinggactar web
. - Instead of
gactar -i
, it is now called usinggactar cli
. - Run
gactar help
for a list of commands and options.
- Instead of
Fixed
- {cli} Fixes the
version
command. (#286)
Full Changelog: v0.10.0...v0.11.0