Skip to content

Releases: marceloslacerda/password_generator

Fix debug argument

11 Feb 23:46
Compare
Choose a tag to compare

The --debug argument was not optional in the previous release

Minor changes

11 Feb 22:34
Compare
Choose a tag to compare
Minor changes Pre-release
Pre-release

Fix errors involving the -n option
Fix errors involving xclip behaviour
Added new arguments for debugging

Clipboard support

01 Feb 16:14
Compare
Choose a tag to compare

Password generator now supports copy to clipboard. Read the README.md for more instructions.

This release changes the default behavior of password generator if you have one of the listed clipboard
libraries or programs.

Upgrade database format to JSON

15 Nov 02:40
Compare
Choose a tag to compare
Pre-release

Fixes issue #1.

Check the README.md to know how to upgrade your database.

Like version 0.0.1 this one needs to be installed with pip, see the installation instructions in the README.md to know how.

If you wish to install offline, extract this archive, cd to the directory that was created and:

pip install --user .

Follow the rest of the installation instructions in the README.md to configure your PATH.

password-generator v0.0.0

25 Sep 00:27
Compare
Choose a tag to compare
Pre-release

Just plop in a directory that is in your PATH environment variable.