ChangeLog 2.5 KB

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