Skip to content

Releases: reinefjord/pass2csv

v1.1.1

27 Jan 18:52
Compare
Choose a tag to compare

Refactor packaging: setup.cfg was removed and the contents migrated to pyproject.toml. Also includes a fix regarding installation with pipx on MacOS (#27).

v1.1.0

17 Jan 12:19
Compare
Choose a tag to compare

Notable changes:

  • Use Unix newlines (\n) instead of DOS style (\r\n)
  • Add flag --version

v1.0.0

15 Nov 20:47
Compare
Choose a tag to compare

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

28 Jul 20:52
Compare
Choose a tag to compare
  • Fix crash on failed decode of binary data (#14)
  • Change --encoding to --encodings which accepts multiple comma-separated encodings
  • Remove the "extend" action for the argument parser, --exclude will have to be specified multiple times

v0.2.0

19 May 20:30
Compare
Choose a tag to compare

Full rewrite, more flexible functionality and better code. Many changes to CLI, breaks backwards compatibility.

v0.1.3

08 Aug 17:23
Compare
Choose a tag to compare

Removed Python 3.8-dependent code, making pass2csv compatible with Python >=3.6.

v0.1.0

08 Jun 06:21
Compare
Choose a tag to compare
Prepare for release and upload to PyPI