Skip to content

Releases: TLINDEN/anydb

v0.2.1

17 Feb 12:51
eb18e97
Compare
Choose a tag to compare

New Features

  • add bolt logger interface with slog for debugging (#22) by TLINDEN

  • Add little UI script using fzf (#25) by TLINDEN

Bug Fixes

  • fix #5: fix ci testscript under windows by adding clean dep to test (#21) by TLINDEN

  • fix #23: delete didn't work anymore (#24) by TLINDEN

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Feb 15:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix encryption, add debug logging, add more unit tests (#20) by TLINDEN
  • fix encryption bug #19, which was a regression
  • added encryption unit test
  • added debug logging here and there

Full Changelog: v0.1.4...v0.2.0

v0.1.4

03 Feb 16:56
bc1b08d
Compare
Choose a tag to compare

Changes

  • Add release notes generation
  • Bump actions/checkout from 2 to 4
  • Bump actions/setup-go from 1 to 5
  • Bump docker/build-push-action from 6.10.0 to 6.13.0
  • fix #16: add documentation about how to use .Created.AsTime template var

v0.1.3

02 Feb 18:49
Compare
Choose a tag to compare
  • fix data type bug, which has led to bad output in template or json mode
  • updated go dependencies
  • added demo gifs showing and at work

v0.1.1

01 Jan 17:18
Compare
Choose a tag to compare

Fixes

  • fixed a crash in API list command, might be CLI related as well
  • added filtering support to API list command, see README.md for an example

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 Dec 11:45
675d10d
Compare
Choose a tag to compare

What's Changed

  • Use protobuf for internal data storage instead of json for better performance with large datasets in #10
  • also changed internal data structure: meta data and the actual values are stored in separate sub buckets, so a search or list doesn't retrieve all the values, this changes also makes it easier to implement the planned prefix search
  • list command: Only search through keys by default, for full text search, use the -s option

Full Changelog: v0.0.7...v0.1.0

v0.0.7

23 Dec 18:55
Compare
Choose a tag to compare

What's Changed

  • completed documentation manpage
  • added -i option to list command for case-insensitive filtering

Full Changelog: v0.0.6...v0.0.7

v0.0.6

22 Dec 16:52
Compare
Choose a tag to compare

What's Changed

  • added edit command, fixed set -o - by @TLINDEN in #8

Full Changelog: v0.0.5...v0.0.6

v0.0.5

22 Dec 12:30
Compare
Choose a tag to compare

What's Changed

Additions and Fixes

#7

  • Added custom bucket using option -b <bucket>
  • Buckets can be configured to always use encryption
  • Added support for config file (TOML format)
  • Added support to use ANYDB_PASSWORD environment variable to provide password
  • a couple of small fixes here and there

Full Changelog: v0.0.4...v0.0.5

v0.0.4

20 Dec 23:17
Compare
Choose a tag to compare

What's Changed

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