In version 0.7.2, it appears that leading zeros are dropped from the generated passwords. This appears to have not the case in 0.6.
Here is a repro:
Use the following configuration for both versions:
MD5, 8 char pw, chars 0123456789abcdef, no l33t, URL component: domain only
Use the domain: sunrocket.com
Use the password: 0123456789abcdefghijklmnop
Try the above in the passwordmaker extension, version 0.7.2.
You'll get this pw: 44813afb
Now try the above using the 0.6 jscript version at this URL:
http://breyfamily.net/Password/You'll get this pw: 0044813a
I haven't tried this specific use case with the 0.6 extension, but I suspect it matches the jscript version, or else I wouldn't have noticed the problem in the first place (I couldn't log into one of my accounts after I upgraded!).