Revision history for the Raku module File::Tudo.
0.03 1/31/2025:
Added:
* rm can now take numerical ranges as argument.
* rm can now completely wipe a TODO database when given the string 'ALL'
as an argument.
Fixes:
* Fixed Changes dates.
0.02 1/14/2025:
Added:
* Added 'addendum' command: Append string to the end of specified entry.
* Added 'edit' command: Open TODO file in text editor.
Changes:
* Completely overhauled tudo's CLI. Instead of using option flags to
specify mode of operation, tudo now uses a command-based CLI. The
functionality should be mostly the same. The CLI should (hopefully) be
more intuitive.
- Default add todo -> add
- --list -> list
- --show -> show
- --rm -> rm
Improvements:
* Refactored File::Tudo to be a class module. Should have little effect on
scripts using File::Tudo, other than the objects being named 'File::Tudo'
instead of 'File::Tudo::File::Tudo.'
0.01 1/6/2025
Initial release.