diff options
| author | Simeon Simeonov | 2022-03-15 05:54:56 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2022-03-15 05:54:56 +0100 |
| commit | 44eaafe50370c076269e80d9252bca969814d238 (patch) | |
| tree | f6c3964c92b428c9f68449f828610cf4add2a58e /CHANGELOG.md | |
| parent | 907f80e1889781a69edded00126b3e78ddeb7b8e (diff) | |
Restructure the project in ordere to replace distutils with setup tools
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..2c16909 --- /dev/null +++ b/CHANGELOG.md | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # Changelog | ||
| 2 | |||
| 3 | ## [1.1.0](https://github.com/blackm0re/etoolkit/tree/1.1.0) (2022-03-14) | ||
| 4 | |||
| 5 | [Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.0.0...1.1.0) | ||
| 6 | |||
| 7 | **Changes:** | ||
| 8 | |||
| 9 | - a master password can now be set using the *ETOOLKIT_MASTER_PASSWORD* env. variable | ||
| 10 | |||
| 11 | - a new parameter *-P* / *--master-password-prompt* can be used in order to force password prompt | ||
| 12 | |||
| 13 | - improved tests | ||
| 14 | |||
| 15 | - use *setuptools* instead of the deprecated *distutils* | ||
| 16 | |||
| 17 | |||
| 18 | # [1.0.0](https://github.com/blackm0re/etoolkit/tree/1.0.0) (2021-12-23) | ||
| 19 | |||
| 20 | **Changes:** | ||
| 21 | |||
| 22 | - Initial release | ||
