0.009 2018-07-01 (PERLANCAR)
- No functional changes.
- Tweak Abstract.
- Tweak example.
0.008 2018-06-29 (PERLANCAR)
- [ux] By default generate base56 passwords between 12-20
characters to be more typing-friendly.
- [doc] Update doc on secure random source.
- [doc] Fix example.
0.007 2018-05-01 (PERLANCAR)
- No functional changes.
- Tweak Abstract.
0.006 2018-05-01 (PERLANCAR)
- Get words from STDIN if pattern contains '%w'.
- [ux] Add -U and -L as shortcuts for --case=upper and
--case=lower, respectively.
- [doc] Add examples.
0.005 2018-02-20 (PERLANCAR)
- Add conversion pattern: %m (base64 character: A-Za-z0-9 + /).
- genpw: switch from Perinci::CmdLine::Inline to Perinci::CmdLine::Any
to get --config-profile.
0.004 2018-02-20 (PERLANCAR)
- Add conversion pattern: %h (hexdigit 0-9a-f).
0.003 2018-01-16 (PERLANCAR)
- Add conversion pattern: %b (base58 character) and %B (base56
character).
0.002 2018-01-09 (PERLANCAR)
- Tweak Rinci metadata: allow num as first arg.
0.001 2018-01-08 (PERLANCAR)
- First release.