0.009   2023-11-26  Released-By: PERLANCAR; Urgency: medium
        - Split backend routines to File-Util-Sort to minimize dependencies,
          because the backend routines will be used by other distributions.
0.008   2023-11-14  Released-By: PERLANCAR; Urgency: medium
        - Add option: --recursive (-R).
0.007   2023-11-14  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
        - [enhancement] Allow sorting files in multiple directories.
        - [incompatible changes] Rename 'dir' argument to 'dirs'.
        - [doc] Mention App::DownloadsDirUtils.
0.006   2023-11-02  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
        - [Incompatible change] By default ignore dotfiles. Specify --all (-a)
          to include them.
        - Add options: --include-filename-pattern (-I),
          --exclude-filename-pattern (-X), --all (-a).
0.005   2023-10-31  Released-By: PERLANCAR; Urgency: medium
        - [ux] Add log statement so e.g. in commands like "mv `newest
          --verbose -f ~/Downloads` .", the filename can be shown to
          stderr.
0.004   2023-10-30  Released-By: PERLANCAR; Urgency: high
        - [bugfix] Return result with directory.
0.003   2023-10-30  Released-By: PERLANCAR; Urgency: high
        - [bugfix] Fix logic bug for newest/oldest/smallest.
        - [bugfix] Temporarily chdir to target dir to be able to stat all
          the files.
0.002   2023-10-29  Released-By: PERLANCAR; Urgency: medium; Broken: yes
        - Add utilities: longest-name, shortest-name.
        - Implement --num-ranks (-N).
        - [cli foremost, hindmost] Add --ignore-case (-i) option.
        - [doc] Fix doc.
        - [doc] [cli newest] Add real-world example.
0.001   2023-10-28  Released-By: PERLANCAR; Broken: yes
        - First release.