ChangeLog 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 2013-05-24 Oz Nahum <nahumoz@gmail.com>
  2. * Version 0.3.9
  3. * Fix reading of Nodes and Tags a cPickle object
  4. * Add earasing of passwords from memory.
  5. * Add Class and command line flag to convert old DataBase
  6. format to new format.
  7. 2012-12-14 Oz Nahum <nahumoz@gmail.com>
  8. * Version 0.3.0
  9. * add custom generator for passwords, support of Alphanumerics + special
  10. signs.
  11. * Individual password policy.
  12. * Fix bug with Random number generation (thank you Rian).
  13. * fix bug that prevented not working on other system than MacOSX
  14. (thank you Rian).
  15. * fix autoflashing of passwords, a timeout before flashing can specified
  16. or completly disables with -1.
  17. * Improvements documentation
  18. 2012-12-14 Oz Nahum <nahumoz@gmail.com>
  19. * Version 0.2.1
  20. * implement open uri function
  21. * better MacOSX logic
  22. * implement test mode, so code can run locally
  23. * use ArgParse
  24. * some improvements on documentation
  25. 2012-10-06 Oz Nahum <nahumoz@gmail.com>
  26. * added Debian patches.
  27. * Merge pull request from David North.
  28. * Add copy to clipboard on Mac OSX
  29. 2012-10-06 Oz Nahum <nahumoz@gmail.com>
  30. * pwman/__init__.py: Version 0.1.0
  31. * pwman/ui/cli.py: Added copy of password to clipboard.
  32. * pwman/ui/cli.py: Added autoflushing of printed output.
  33. 2009-09-06 Ivan Kelly <ivan@ivankelly.net>
  34. * pwman/__init__.py: Version 0.0.8
  35. 2010-09-06 Emmanuel Bouthenot <kolter@openics.org>
  36. * pwman/ui/cli.py: Improved list output (patch from Emmanuel Bouthenot)
  37. 2009-09-05 Tero Tilus <tero@tilus.net>
  38. * pwman/ui/cli.py: list accepts tag parameters and resets filter
  39. * pwman/ui/cli.py: self.get_ids(arg) (print, edit, ... commands) now accepts tag params
  40. 2009-03-06 Ivan Kelly <ivan@ivankelly.net>
  41. * pwman/ui/cli.py: Made leetify configurable
  42. 2009-03-05 IKEGAMI Hiroyuki <ikegam@mixallow.net>
  43. * pwman/util/generator.py, pwman/ui/cli.py: Added numerous password generation options.
  44. 2009-02-16 Ivan Kelly <ivan@ivankelly.net>
  45. * pwman/__init__.py: Version 0.0.7
  46. 2009-02-16 Ivan Kelly <ivan@ivankelly.net>
  47. * pwman/ui/cli.py: Added short commands
  48. * pwman/exchange/exporter.py, pwman/exchange/importer.py, pwman/ui/cli.py, scripts/pwman3: Added patches that usually go in debian package. Removed echo on password input