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