Releases: TLINDEN/anydb
Releases · TLINDEN/anydb
v0.0.4
v0.0.3
Additions
- Added template output support to
list
andget
commands. - Added
-N --no-human
flag tolist
command to print the raw values of timestamp and size - Added docker image and docker-compose config
Fixes
- fixed test cases, (temporarily) removed windows test
- couple of small fixes here and there
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Fixed error handling, now it's more clear what happened
- Added encryption support for single entries, just supply
-e
to theset
command. Value will be encrypted using ChaCha20Poly1305. - changed
-o
to-m
, that is output mode (like json or table) to-m
and-o
will be used for output file - do the mkdir() call of the DB dir ONLY if actually requesting DB operations, not when calling
--help
or--version
- added JSON output mode support to
get
command
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Full Changelog: https://github.com/TLINDEN/anydb/commits/v0.0.1
This is the first release of anydb. Feel free to try and experiment with it.