@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] [ keep-changelog ] .
6
6
7
+ ## [ 1.2] - 2022-01-30
8
+ ### Added
9
+ - Check for duplicate / re-used passwords [ #22 ] ( https://github.com/roddhjav/pass-audit/issues/22 )
10
+ - Add option to limit checks to specific filename (-n, --name) [ #26 ] ( https://github.com/roddhjav/pass-import/pull/26 )
11
+
12
+ ### Changed
13
+ - Simplify the audit process
14
+ - Use setup.py to manage the full installation and deprecate the Makefile
15
+ - Use only Gitlab CI, remove Travis for CI/CD
16
+
17
+ ### Fixed
18
+ - Terminate the GnuPG commandline as it could potentially be a security issue. [ #28 ] ( https://github.com/roddhjav/pass-import/pull/28 ) .
19
+ - Multiple minor fixes: [ #20 ] ( https://github.com/roddhjav/pass-import/pull/26 ) , [ #21 ] ( https://github.com/roddhjav/pass-import/pull/26 ) , [ #25 ] ( https://github.com/roddhjav/pass-import/pull/26 )
20
+
21
+
7
22
## [ 1.1] - 2020-04-26
8
23
### Added
9
24
* Added Debian packaging
@@ -12,10 +27,12 @@ The format is based on [Keep a Changelog][keep-changelog].
12
27
* Import the structure from pass-import into pass-audit
13
28
* pass-audit will run even if zxcvbn is not present
14
29
30
+
15
31
## [ 1.0.1] - 2019-02-01
16
32
### Fixed
17
33
* Fixed makefile
18
34
35
+
19
36
## [ 1.0] - 2019-02-01
20
37
### Added
21
38
* Add support for zxcvbn.
@@ -34,11 +51,14 @@ The format is based on [Keep a Changelog][keep-changelog].
34
51
* Ignore the first line of a file when parsing user input [ #10 ] ( https://github.com/roddhjav/pass-import//pull/10 ) .
35
52
* Include passwords not located in subdirectory in checks [ #11 ] ( https://github.com/roddhjav/pass-import//pull/11 ) .
36
53
54
+
37
55
## [ 0.1] - 2018-02-24
38
56
39
57
* Initial release.
40
58
41
59
60
+ [ 1.2 ] : https://github.com/roddhjav/pass-audit/releases/tag/v1.2
61
+ [ 1.1 ] : https://github.com/roddhjav/pass-audit/releases/tag/v1.1
42
62
[ 1.0.1 ] : https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1
43
63
[ 1.0 ] : https://github.com/roddhjav/pass-audit/releases/tag/v1.0
44
64
[ 0.1 ] : https://github.com/roddhjav/pass-audit/releases/tag/v0.1
0 commit comments