Releases: reinefjord/pass2csv
Releases · reinefjord/pass2csv
v1.1.1
v1.1.0
Notable changes:
- Use Unix newlines (\n) instead of DOS style (\r\n)
- Add flag
--version
v1.0.0
There's not been too many bug reports or feature requests for a while, so it might be time to call this version 1. Breaking changes to the CLI will be accompanied by a bump in the major version, and I will be more reluctant in introducing such changes.
Notable changes:
- Setting the store path to a .gpg file now decodes that file instead of doing nothing. PR #17
- Fix
--get-line
which did not work. PR #18 - Specifying an outfile is now mandatory, having your passwords output in plaintext to stdout can be surprising and potentially dangerous behaviour.
- Less spammy and more readable messages.
v0.3.1
v0.2.0
Full rewrite, more flexible functionality and better code. Many changes to CLI, breaks backwards compatibility.
v0.1.3
Removed Python 3.8-dependent code, making pass2csv compatible with Python >=3.6.
v0.1.0
Prepare for release and upload to PyPI