ChangeLog 2.7 KB

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