diff options
| author | Simeon Simeonov | 2022-03-29 20:44:03 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2022-03-29 20:44:03 +0200 |
| commit | f19fde48c6b3f65c164c931286e72a0d254c1fb3 (patch) | |
| tree | 5b6c1bf6cef51c852c49abff3a0e4626e8a33146 /CHANGELOG.md | |
| parent | 12c5e38691b24d12a8fc9605e3b93fac86d461ae (diff) | |
Add the -P param and improve tests
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4288634 --- /dev/null +++ b/CHANGELOG.md | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # Changelog | ||
| 2 | |||
| 3 | ## [1.1.0](https://github.com/blackm0re/pyotp2289/tree/1.1.0) (2022-03-29) | ||
| 4 | |||
| 5 | [Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.0.0...1.1.0) | ||
| 6 | |||
| 7 | **Changes:** | ||
| 8 | |||
| 9 | - (CLI) a password can now be set using the *OTP2289_PASSWORD* env. variable | ||
| 10 | |||
| 11 | - (CLI) a new parameter *-P* / *--force-password-prompt* can be used in order to force password prompt | ||
| 12 | |||
| 13 | - improved tests for CLI | ||
| 14 | |||
| 15 | - use *setuptools* instead of the deprecated *distutils* | ||
| 16 | |||
| 17 | |||
| 18 | # [1.0.0](https://github.com/blackm0re/pyotp2289/tree/1.0.0) (2020-04-07) | ||
| 19 | |||
| 20 | **Changes:** | ||
| 21 | |||
| 22 | - Initial release | ||
