blob: d48f9a9125ea49fa9d29226abdf82f5256f3a3cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Changelog
## [1.2.0](https://github.com/blackm0re/etoolkit/tree/1.2.0) (2022-04-04)
[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.1.0...1.2.0)
**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](https://github.com/blackm0re/etoolkit/tree/1.1.0) (2022-03-14)
[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.0.0...1.1.0)
**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](https://github.com/blackm0re/etoolkit/tree/1.0.0) (2021-12-23)
**Changes:**
- Initial release
|