Skip to content

Releases: liderman/leveldb-cli

v0.5.0

01 May 17:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

Upgrade golang.org/x/sys to fix 1 Dependabot alert in go.sum

20 Mar 20:25

Choose a tag to compare

What's Changed

  • Upgrade golang.org/x/sys to fix 1 Dependabot alert in go.sum by @liderman in #8

Full Changelog: v0.4.0...v0.4.1

Added command show limit

15 Jan 15:16

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

18 Dec 17:55

Choose a tag to compare

What's Changed

  • Fix empty command panic, help for wrong "show" subcommand by @hkalina in #5

New Contributors

Full Changelog: v0.3.0...v0.3.1

Added new command to export to file

18 Oct 17:03

Choose a tag to compare

v0.3.0

remove .jpg extension from filename in export command

Added ability to escape quotes

09 Dec 00:32

Choose a tag to compare

  • Added ability to escape quotes
  • Small refactoring

Example escaping:

set "key 1" "value 1"
set "key \"2" value2

New command "get"

29 Sep 23:30

Choose a tag to compare

v0.1.8

Added new command - "get"