Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pass-import-3.3.tar.gz.asc | 2022-09-10 | 963 Bytes | |
pass-import-3.3.tar.gz | 2022-09-10 | 253.9 kB | |
README.md | 2022-09-10 | 1.7 kB | |
v3.3 source code.tar.gz | 2022-09-10 | 255.6 kB | |
v3.3 source code.zip | 2022-09-10 | 396.3 kB | |
Totals: 5 Items | 908.5 kB | 1 |
Added
- Added password audit support.
- Added haveibeenpwned.com audit integration (require the
--pwned
option). - Add support for pwdsphinx #183
- Add support for nordpass #178
- Add support for 1Password8 #169
- Add support for SafeInCloud #168
- Add support for Lastpass CLI (with
lpass
) import & export. - Read OTP from 1Password's 1pif format #157
- Add support fot Bitwarden Organisation export in CSV & JSON.
Changed
- Support for python 3.10, dropped support for python 3.6
- Remove Travis CI in favor of Github Action.
- The man pages are now generated from markdown with pandoc.
- Various refractor, style and linter improvments.
Fixed
- Fix KDBX export group creation #185
- Fix pykeepass use of find_groups path parameter #182
- Honor sroot in passwordstore exports #181
- As safety measure, terminate the GnuPG commandline #165
- Raise an exception upon invalid LastPass CSV data. #156
- Fix possible path corruption in deduplication. #154 #155
- Other various fixed on multiple password managers.