ChangeLog 3.3 KB

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