Skip to content

Commit 2d0e2e6

Browse files
committed
Add changelog for pass-import 2.3
1 parent 214cb82 commit 2d0e2e6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changes By Release
22

33
All the releases are signed using the GPG key
4-
[`06A26D531D56C42D66805049C5469996F0DF68EC`](https://pujol.io/keys/). You should check the key's fingerprint and verify the signature:
4+
[`06A26D531D56C42D66805049C5469996F0DF68EC`](https://pujol.io/keys/). You should
5+
check the key's fingerprint and verify the signature:
56

67
##### Donwload and verify the release
78
```sh
@@ -19,6 +20,16 @@ cd pass-import-$VERSION
1920
sudo make install # For OSX: make install PREFIX=/usr/local
2021
```
2122

23+
## 2.3 - 2018-07-19
24+
25+
* Add support for the following importers:
26+
- KeepassX 2 (`keepassx2`) [#45](https://github.com/roddhjav/pass-import/issues/45)
27+
- Chrome with sqlite3 (`chromesqlite`) [#42](https://github.com/roddhjav/pass-import/issues/42)
28+
- NetworkManager to import wifi passwords (`networkmanager`) [#39](https://github.com/roddhjav/pass-import/pull/39)
29+
* Firefox: support FF-Password-Exporter instead of Password Exporter. [#40](https://github.com/roddhjav/pass-import/issues/40)
30+
* Add a nice error if defusedxml is not present [#24](https://github.com/roddhjav/pass-import/issues/24)
31+
* Add the few missing unit tests
32+
* Add changelog
2233

2334
## 2.2 - 2018-03-18
2435

0 commit comments

Comments
 (0)