blob: 4288634f1e8bee84cdc1b3f252082471f371a819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|