From f19fde48c6b3f65c164c931286e72a0d254c1fb3 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 29 Mar 2022 20:44:03 +0200 Subject: Add the -P param and improve tests --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4288634 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [1.1.0](https://github.com/blackm0re/pyotp2289/tree/1.1.0) (2022-03-29) + +[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.0.0...1.1.0) + +**Changes:** + +- (CLI) a password can now be set using the *OTP2289_PASSWORD* env. variable + +- (CLI) a new parameter *-P* / *--force-password-prompt* can be used in order to force password prompt + +- improved tests for CLI + +- use *setuptools* instead of the deprecated *distutils* + + +# [1.0.0](https://github.com/blackm0re/pyotp2289/tree/1.0.0) (2020-04-07) + +**Changes:** + +- Initial release -- cgit v1.3