Skip to content

Commit 1658e2f

Browse files
committed
Update Changelog.
1 parent b548815 commit 1658e2f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][keep-changelog].
66

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+
722
## [1.1] - 2020-04-26
823
### Added
924
* Added Debian packaging
@@ -12,10 +27,12 @@ The format is based on [Keep a Changelog][keep-changelog].
1227
* Import the structure from pass-import into pass-audit
1328
* pass-audit will run even if zxcvbn is not present
1429

30+
1531
## [1.0.1] - 2019-02-01
1632
### Fixed
1733
* Fixed makefile
1834

35+
1936
## [1.0] - 2019-02-01
2037
### Added
2138
* Add support for zxcvbn.
@@ -34,11 +51,14 @@ The format is based on [Keep a Changelog][keep-changelog].
3451
* Ignore the first line of a file when parsing user input [#10](https://github.com/roddhjav/pass-import//pull/10).
3552
* Include passwords not located in subdirectory in checks [#11](https://github.com/roddhjav/pass-import//pull/11).
3653

54+
3755
## [0.1] - 2018-02-24
3856

3957
* Initial release.
4058

4159

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
4262
[1.0.1]: https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1
4363
[1.0]: https://github.com/roddhjav/pass-audit/releases/tag/v1.0
4464
[0.1]: https://github.com/roddhjav/pass-audit/releases/tag/v0.1

0 commit comments

Comments
 (0)