Skip to content

Releases: getsavvyinc/savvy-cli

v0.1.6

13 Jan 00:48
Compare
Choose a tag to compare

Changelog

  • b2e8544 shell: support wide variety of zsh paths

v0.1.5

13 Jan 00:39
Compare
Choose a tag to compare

Changelog

v0.1.4

11 Jan 22:01
Compare
Choose a tag to compare

Changelog

  • c69e7d6 cmd/record: rm stray comment
  • 4be528e server: exit ListenAndServe after Listener has closed
  • f5681e3 shell: create Command with exec.Command instead of exec.CommandContext

v0.1.3

11 Jan 21:42
Compare
Choose a tag to compare

Changelog

  • 2ba0510 Makefile: add support for building the binary with debug info
  • 710126f go.mod: use go 1.21.6
  • f93680b install: Group setup instructions together
  • 020a231 install: always show setup instructions
  • 79dc43f install: instructions on picking up the changes
  • 10cc588 install: update discord CTA
  • e171f1e main: rm code preamble
  • e73901f nix: move from shell.nix to flakes
  • 8d6a930 nix: use system go as nix doesnt' have 1.21.6 yet
  • d6695e5 rm vhs
  • 1ecbae6 update .gitignore

v0.1.2

10 Jan 22:01
Compare
Choose a tag to compare

Changelog

  • c913b01 client: return full error when client is invalid
  • 56546c7 cmd/login: display error while saving tokens
  • 2fb08e3 cmd/login: provide more feedback to the users about each step
  • 94ae4bb cmd/login: rm trailing space, quote and braces from the token
  • 94cd064 cmd/login: verify new token after user completes login
  • 40720f0 config: return an error if token is missing from config
  • f6ded47 display: add adaptive style for info
  • 6b6b05d extract display outside of cmd
  • 9dd8f6c rm savvy_errors pkg

v0.1.1

09 Jan 01:09
Compare
Choose a tag to compare

Changelog

  • ca02ff8 setup: update prompt to indicate a recording is in progress

v0.1.0

08 Jan 03:57
Compare
Choose a tag to compare

Changelog

  • 3a057ca cmd/record: do not panic if pty can't be restored
  • 48dcb7a cmd/record: handle err spawing sub-shell to record a guide
  • 73496f0 cmd/record: handle error when putting ptty in raw mode
  • 8bc1725 cmd/record: handle errs displaying or generating a runbook after recording it
  • 66cb72b shell/zsh: handle err from instantiating zshrc template
  • d81b934 shell: use filepath.Join instead of os.FilePathSepartor

v0.0.9

07 Jan 05:40
Compare
Choose a tag to compare

Changelog

  • 93e45e2 client: add X-Savvy-Version req Header
  • 591b241 config: set json encoding label for config object
  • 451a695 refactor: set version as part of the config pkg

v0.0.8

07 Jan 02:23
Compare
Choose a tag to compare

Changelog

  • 8f2a948 install: correctly escape init zsh command

v0.0.7

07 Jan 02:07
Compare
Choose a tag to compare

Changelog

  • 8c47672 cmd/record: fail gracefully when user tries to create a concurrent recording session
  • 3fc450d errors: Add function that appends a CTA to reach out to support to any error