Skip to content

Releases: getsavvyinc/savvy-cli

v0.6.1

09 Feb 04:22
Compare
Choose a tag to compare

Changelog

  • ef87441 go.mod update go.mod
  • bbdfc74 use SHELL env var to detect default shell

v0.6.0

09 Feb 04:11
Compare
Choose a tag to compare

Changelog

  • 1c57c1e README: document bash support
  • 05ef202 cmd/upgrade: allow users to upgrade the cli from within savvy
  • 82264a0 install: support bash in install script

v0.5.1

05 Feb 10:41
Compare
Choose a tag to compare

Changelog

  • 3860313 cmd/setup: use BASH_COMMAND to get expanded version

v0.5.0

05 Feb 08:24
Compare
Choose a tag to compare

Changelog

  • 457afe9 README: add social links
  • d1ec775 README: simplify getting help
  • 7a39e07 cmd,shell: move logic to return SupportedShells into pkg shell
  • 711bcf1 cmd: support bash and dash
  • 81c6a49 go.yml: run tests in CI
  • b986c6c refactor(shell): extract spawn func into its own file
  • 6ae29bf set savvy_input_file
  • 5d762ed setup/bash: add preexec and precmd funcs even when bash-preexec already exists
  • e0b2d87 shell/bash: inform users how to exit savvy record
  • 3e7b327 shell: add ability to create a bash sub-shell
  • a44638e shell: detect and spawn a shell used to launch savvy record.
  • 840a899 shell: improve shell not supported error message

v0.4.3

02 Feb 06:28
Compare
Choose a tag to compare

Changelog

  • a952229 cmd/record: 'e' doesn't trigger online edit mode while filtering

v0.4.2

02 Feb 03:59
Compare
Choose a tag to compare

Changelog

  • daf61e1 cmd/record: simplify defer when closing ptmx
  • be9be2e config: add dashboard host
  • 5355a8c login: call out to the dashboard for loggin in

v0.4.1

01 Feb 06:33
Compare
Choose a tag to compare

Changelog

  • f5c1323 go.mod: dependency updates

v0.4.0

01 Feb 05:56
Compare
Choose a tag to compare

Changelog

  • 48e1d31 Makefile: build dev binaries with race detector enabled
  • 4ee911b cmd/record: cancel reading from stdin when shell exits
  • b978135 component/list: create delegate separately
  • 98eb7ae fetch: reuse spinner styles; inc FPS
  • 9b9bde6 generate_runbook: rm the need to send a DoneMessage to the spinner
  • 55106bc shell: reduce WaitDelay to 500 milli seconds

v0.3.1

30 Jan 23:23
Compare
Choose a tag to compare

Changelog

  • fa011c0 cmd/record: continue making forward progress, no matter how Wait exits
  • 568cca4 cmd/record: rm stray log line

v0.3.0

30 Jan 01:07
Compare
Choose a tag to compare

Changelog

  • 58922c8 cmd/record: cancel ctx for spawned sub-shell when pty closes
  • 317fec5 create debug binary for prod