Skip to content

Releases: fishi0x01/vsh

v0.13.0

12 May 08:22
32d84cc
Compare
Choose a tag to compare

ENHANCEMENTS:

  • support vault tls by cert path (#112) - Thank you meridsa
  • shrink binary size (#115) - Thank you kindy
  • release minimized builds (#116)
  • patch dependencies (#118)

v0.12.2

21 Feb 08:55
5ea1716
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Remove bad dependency and patch dependencies (#101)
  • bump go version 1.17 and patch dependencies (#102)
  • bump go version 1.19 and patch dependencies (#111)

v0.12.1

06 Oct 17:42
d32da8a
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Patch dependencies (#99)

v0.12.0

15 Jun 09:37
4b84f4b
Compare
Choose a tag to compare

ENHANCEMENTS:

  • In interactive mode, assume path for command is pwd for grep and replace (#95)
  • add shallow flag to grep/replace commands (#97) - Thank you for implementation mattlqx)

v0.11.0

27 Feb 15:30
641079a
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Adding dry-run/confirm flags to the add command (#91 - Thank you for implementation dugshnay)

BUG FIXES:

  • Fix stale cache in interactive mode (#92)

v0.10.0

24 Feb 09:58
5837431
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add --output flag to replace command to output as line diffs for each replacement in addition to the default inline format. (#88)
  • Add add command for single key insertion (#87)

BUG FIXES:

  • Don't show error on empty line enter in interactive mode (#85)

v0.9.0

06 Feb 17:48
e2f5ae3
Compare
Choose a tag to compare

Big thank you to mattlqx for the great enhancements.

ENHANCEMENTS:

  • Proper arg parsing with help text for subcommands (#73 - Thank you for implementation mattlqx)
  • Add replace command (#69 - Thank you for implementation mattlqx)
  • Add key selector to replace command (#72 - Thank you for implementation mattlqx)
  • Allow limiting scope of grep to keys or values (#66 - Thank you for implementation mattlqx)
  • Do not show and operate on KV2 metadata (#68)

v0.8.0

27 Jan 14:43
135b47c
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Allow regex on grep operation (#61 - Thank you for implementation mattlqx)
  • Allow quotes and escapes in input (#61 - Thank you for implementation mattlqx)

BUG FIXES:

  • Fix panic on data keys in KV1 (#63 - Thank you for issue submission tommartensen)

v0.7.2

04 Oct 14:43
d715fc3
Compare
Choose a tag to compare

BUG FIXES:

  • Fix copy of ambiguous sub-file (#55)

v0.7.1

02 Oct 17:29
ee4e05b
Compare
Choose a tag to compare

BUG FIXES:

  • Proper return codes (#51)
  • Proper logging (#52)