ChangeLog 2.4 KB

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