Skip to content

Releases: TLINDEN/anydb

v0.0.4

20 Dec 23:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

20 Dec 10:57
Compare
Choose a tag to compare

Additions

  • Added template output support to list and get commands.
  • Added -N --no-human flag to list 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

20 Dec 11:03
Compare
Choose a tag to compare

What's Changed

  • Fixed error handling, now it's more clear what happened
  • Added encryption support for single entries, just supply -e to the set 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

18 Dec 17:49
Compare
Choose a tag to compare

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.