ChangeLog 2.1 KB

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