Releases: liderman/leveldb-cli
Releases · liderman/leveldb-cli
v0.5.0
What's Changed
- Update README.md by @janekolszak in #9
- feta: Add a Command to Count the Number of Records by @BAMSHK in #13
- feat: added hex format supporting by @ciricc in #10
New Contributors
- @janekolszak made their first contribution in #9
- @BAMSHK made their first contribution in #13
- @ciricc made their first contribution in #10
Full Changelog: v0.4.1...v0.5.0
Upgrade golang.org/x/sys to fix 1 Dependabot alert in go.sum
What's Changed
Full Changelog: v0.4.0...v0.4.1
Added command show limit
v0.3.1
Added new command to export to file
v0.3.0 remove .jpg extension from filename in export command
Added ability to escape quotes
- Added ability to escape quotes
- Small refactoring
Example escaping:
set "key 1" "value 1"
set "key \"2" value2
New command "get"
v0.1.8 Added new command - "get"