Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
v0.10.1
Changelog
- 1fe4788 README: add FAQs
- 22772d8 README: document sharing
- 48e2473 README: fix concurrent recording sessions error
- 937461b README: outline FAQs
- 89a876e README: savvy ask - help with a single command
- acdf4e2 README: savvy explain
- 2ef1446 README: savvy record history
- 7063616 README: savvy run
- 7ced9da README: simpler introduction.
- 5b82f21 Readme: savvy ask - publishing a go module
- b28bec0 cmd/history: check for multiple recordings before user selects commands
- 5613f9e cmd/record: detect and fix concurrent recording sessions
- 131e373 cmd/record: simplify code
- 2681ce7 demos: fix typo in filename
- 252c368 history: shutdown signal should kill the shell
- 192abe6 server: detect permanent net.OpErr and exit listen loop
- 5497c28 server: removing the socket doesn't end the listener; so we send a shutdown signal
- 777ad29 server: resolve concurrent errors within the server pkg
v0.10.0
Changelog
- ff050dd Fix CVE-2023-45288
- 6a8ef34 client: Add StepContentByStepID
- f47cdcd client: Add
Type
to Step - b4b3815 client: impl StepContentByStepID
- cd6ae85 cmd/file: read file in the b/g
- cc47d80 cmd/send: stepID -> sendStepID
- 6430d6f cmd/write: add skeleton for write command
- d60e2f9 cmd/write: add stepID flag
- 304fa54 cmd/write: fetch data by step id
- c1eb64b cmd/write: user must confrim if we want to overwrite the file
- 815c721 cmd/write: write file after confirming details
- 670f580 server: treat recording files as separate from a command
- c1b2143 update server code for savvy record
v0.9.13
v0.9.12
Changelog
- 3287525 add glamour
- ea34254 client: Explain explains code
- 11fd154 client: display err msg to the user
- a5b56cb client: explain returns read only ch
- 3445512 cmd/component: tell users how to exit viewport
- 05e83f6 cmd/explain: add explain
- 745b1a5 cmd/explain: update example
- 5a54178 display explanation
- 6fd3791 explain: adopt json object for server sent events
- a90e49a guest client can talk to explain
- 5bd2c91 viewport: convert
to newlines