ChangeLog 3.2 KB

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