Releases: paint-it/pygenpass
Releases · paint-it/pygenpass
Release PyGenpass v0.2
#37: Fixed unique portal name issue
By:@mayurilahane
Fixed #29
#40: Added input for email,portal_url and creation date
By:@mayurilahane
- Added email,portal_url in database.py and password.py
- Added creation date for password
#42: Added new command named allpass to show all passwords
By:@mayurilahane
- Used beautiful table library for printing all data
- Added beautiful table in requirement and setup
- Added allpass command to show all passwords
Fixed #38
#44: Added try catch for allpass
By:@mayurilahane
Fixed issue #43
#49: Project setup related improvements
By:@raukadah
It includes:
- include only those files in Manifest.in which does not come under
python package. - Read requirements.txt to update install_requires in setup.py
- Update .gitignore to actually ignore the irrelevant files
- Include setuptools in requirements.txt
#54: Added release script for pypi
By:@ganeshhubale
Release Genpass v0.1
This release includes:
- createpass - use to create password
- savepass - use to save existing password
- showpass - use to show saved password