The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.013   2024-01-16  Released-By: PERLANCAR; Urgency: medium

        [Enhancements]

        - Allow filters after argument in conversion.


0.012   2024-01-16  Released-By: PERLANCAR; Urgency: medium

        [Enhancements]

        - Allow argument in conversion using %(...)x syntax, e.g.
          %(wordlist:Foo)w.

        - Introduce argument 'u' in %h conversion to return uppercase hexdigits.
          (Uppercasing is already possible using the -U command-line option).

        - Introduce argument 'wordlist:' in %w conversion to allow selecting
          word from a WordList module.

        - Introduce argument 'arraydata:' in %w conversion to allow selecting
          word from an ArrayData module.

        - Introduce argument 'stdin:' in %w conversion to explicitly select word
          from stdin.

        [Documentation]

        - Update link to related program: genpw-id -> genpw-ind.


0.011   2020-05-22  Released-By: PERLANCAR; Urgency: medium

	- Accept WordList::* object in _wl as an alternative to accepting words
	  in _words; accepting wordlist object allows more efficient
	  random-picking.


0.010   2020-05-21  Released-By: PERLANCAR; Urgency: medium

	- Add option --list-patterns (--action=list-patterns).


0.009   2018-07-01  Released-By: PERLANCAR

	- No functional changes.

	- Tweak Abstract.

	- Tweak example.


0.008   2018-06-29  Released-By: 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  Released-By: PERLANCAR

	- No functional changes.

	- Tweak Abstract.


0.006   2018-05-01  Released-By: 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  Released-By: 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  Released-By: PERLANCAR

	- Add conversion pattern: %h (hexdigit 0-9a-f).


0.003   2018-01-16  Released-By: PERLANCAR

	- Add conversion pattern: %b (base58 character) and %B (base56
	  character).


0.002   2018-01-09  Released-By: PERLANCAR

	- Tweak Rinci metadata: allow num as first arg.


0.001   2018-01-08  Released-By: PERLANCAR

        - First release.