Skip to content

Latest commit

 

History

History
57 lines (27 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

57 lines (27 loc) · 1.42 KB

Changelog

2.1.0 (2024-12-26)

Full Changelog

Changes:

  • add encrypted values to ETOOLKIT_SENSITIVE implicitly

2.0.0 (2024-05-13)

Full Changelog

Changes:

  • etoolkit encryption format v2, adding rnd. padding for values < 32 bytes

  • re-encryption support

  • replaced os.system with subprocess

  • new etoolkit.EtoolkitInstance API (not compatible with v1)

1.2.0 (2022-04-04)

Full Changelog

Changes:

  • instances with names starting with _ are treated as abstract and not listed

  • new %p macro - parent value (for the same key)

1.1.0 (2022-03-14)

Full Changelog

Changes:

  • a master password can now be set using the ETOOLKIT_MASTER_PASSWORD env. variable

  • a new parameter -P / --master-password-prompt can be used in order to force password prompt

  • improved tests

  • use setuptools instead of the deprecated distutils

1.0.0 (2021-12-23)

Changes:

  • Initial release