- System requirements are now Mountain Lion (10.8) and later.
- Show default password length and count in help output.
- When generating a lot of passwords at once, only request a few so it doesn't hang.
- Xcode project added
- Ported to Objective-C with ARC (instead of C + Core Foundation)
- Added -L, --language to generate passwords in other languages.
- Renamed project to pwgen (the whole project, not just the tool).
- Added -v, --version.
- Renamed tool to sf-pwgen from pwgen. The old name was already used by another project.
- Relicense the header from no license to Public Domain
- More functions documented in header.
- Assume defaults.
- Print output using UTF-8.
- Initial release.