Skip to content

Version 0.3 - Major Enhancements

Compare
Choose a tag to compare
@pythonhacker pythonhacker released this 17 Dec 07:02
43b4790

Enhancements

  1. Ability to add custom fields to entries - issue #6
  2. Allow multiple arguments when searching entries - issue #10
  3. Enhancements in -R (remove) option - Make this interactive by default with an option to override (-y) plus ability to remove a range of options using an id range - issue #21
  4. Option to generate strong passwords on the command line using -g - issues #8 and #13
  5. Misc- replaced argument parsing with argparse instead of the outdated optparse

Bug-fixes

  1. Process more than one flag at a time - issue #7