ChangeLog 3.1 KB

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