Revision history for WWW-PAUSE-Simple

0.22    2015-06-14 (PERLANCAR)

	- upload_files: Add option delay.


0.21    2015-04-15 (PERLANCAR)

	- Replace DateTime::Format::DateParse with Date::Parse directly to
	  reduce deps.

	- Split CLI to another distribution (App-pause) so it can be
	  fatpacked to reduce dependencies.

	- Add a tip on deleting developer releases using delete_files.


0.20    2015-04-07 (PERLANCAR)

        - No functional changes.

        - [dist] Rebuild with newer Pod::Weaver::Plugin::Rinci for producing
          Configuration POD section.


0.19    2015-04-07 (PERLANCAR)

	- [Bugfix] Forgot to adjust argument name (file -> files).


0.18    2015-04-04 (PERLANCAR)

	- [Bugfix] list: multiple files mentioned should be evaluated in OR
	  logic, not AND.

	- [ux] Rename 'file' argument to 'files'.


0.17    2015-04-04 (PERLANCAR)

	- No functional changes.

	- [doc] Mention ~/.pause in FILES section.


0.16    2015-04-01 (PERLANCAR)

	- Read .pause config file, suggested by Ivan Wills [RT#103236].


0.15    2015-03-25 (PERLANCAR)

	- No functional changes.

        - [dist] Rebuild with newer DZP:GenShellCompletion (0.09) which fixes a
          bug where Perl::osnames prereq was not registered.


0.14    2015-03-25 (PERLANCAR)

	- [doc] Add a link to blog post.

	- Update/fix exports.

	- [Bugfix] Forgot to add 'require Regexp::Wildcards' in one place.


0.13    2015-03-25 (PERLANCAR)

	- No functional changes.

	- Add empty module to ease installation: App::pause.


0.12    2015-03-18 (PERLANCAR)

	- No functional changes.

	- [Bugfix] Forgot to uniq-ify list-dists result when not --detail.


0.11    2015-03-18 (PERLANCAR)

        - No functional changes.

        - A small bug fix & tweak.

        - [Build] Rebuild with newer version of DZP:Rinci::Wrap, the old version
          contains a bug which caused line numbers to shift.


0.10    2015-03-18 (PERLANCAR)

        - Add --dry-run option for rm, undelete, reindex.

        - Add command: cleanup (to clean older releases, like
          WWW::PAUSE::CleanUpHomeDir).

        - Add command: list-dists.

        - [Incompatible change] ls: Rename field scheduled_for_deletion ->
          is_scheduled_for_deletion so autoformatting works nicer

        - Other bug fixes and tweaks.


0.09    2015-03-08 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild with newer Pod::Weaver::Plugin::Rinci that skips
          showing (the same) description & options for alias subcommands ('rm'
          for 'delete', 'ls' for 'list').


0.08    2015-03-05 (PERLANCAR)

        - Allow 'pause ls -l' (alias for 'pause ls --detail') for convenience
          and for the Unix die-hards.


0.07    2015-02-26 (PERLANCAR)

        - No functional changes.

        - [dist] Rebuild with newer DZP:Rinci::Wrap (0.08) which generates code
          to update Rinci metadata in source code.


0.06    2015-02-25 (PERLANCAR)

        - No functional changes.

        - [dist] Rebuild with newer DZP:Rinci::Wrap which peppers '## this line
          put by DZP:Rinci::Wrap' markers.


0.05    2015-02-21 (PERLANCAR)

        - No functional changes.

        - Update Synopsis and Changes.


0.04    2015-02-21 (PERLANCAR)

        - upload: Accept multiple files.

        - list/delete/undelete/reindex: Accept filename/wildcard patterns as
          arguments. Note that you might want to quote them first to avoid the
          patterns being interpreted by your shell.

        [REMOVED FEATURES]

        - delete/undelete/reindex: remove option --all (you can now specify '*'
          instead).


0.03    2015-02-19 (PERLANCAR)

	- [dzil] Test using DZP::Rinci::Wrap.

	- Add aliases: ls for list, rm for delete.


0.02    2015-02-06 (PERLANCAR)

        - Implement 'delete', 'undelete', and 'reindex' subcommands.

        - list: Add options --(no-)del and --query.


0.01    2015-02-05 (PERLANCAR)

        - First early release, only 'list' and 'upload' have been implemented.
