Revision history for Raku module App::Stouch.
0.3.2 Feb 14 2025
I decided to change some option names this release because it got annoying
constantly confusing -T and -t.
Changes:
* Renamed -T option to -t.
* Renamed -t option to -d.
0.3.1 Jan 27 2025
Changes:
* stouch manual is now included in the resources directory.
* The -m option now tries to display the manpage via man. If that fails,
then it just prints out the text version of the manual to stdout.
0.3.0 Jan 26 2025
Added:
* make.raku script, a script I use to automate some of the boring bits of
module distribution.
* Manual page generated via Pod::To::Man. Is not currently installed with
the rest of the distribution, although I may change that in the future.
Changes:
* Started using own rmtree implementation, rather than
File::Directory::Tree's.
Removed:
* Removed File::Directory::Tree dependency.
0.2.1 Jan 20 2025
Changes:
* Rewrote README in Rakudoc.
* -h/--help is now -m/--man.
* -u/--usage is now -h/--help.
0.2.0 Dec 27 2024
Added:
- Warning message when an invalid substitution parameter is found in -s
option.
- Document file name substitutions for non-directory templates.
Changes:
- README is no longer generated from stouch manual.
- Template directory now defaults to ~/.stouch
Fixes:
- Fix typos in documentation.
0.1.0 Dec 10 2024
Added:
- INSTALLING section to manual/README.
- File::Directory::Tree dependency.
- Text substitution can now apply to file names (when generating a
directory).
Changes:
- Instead of using own rmtree implementation, use File::Directory::Tree's.
- Require Raku 6.d or higher.
Improvements:
- stouch skips creating files that already exist
- When the creation of a directory fails, its remnants are deleted.
0.0.2 Dec 3 2024
Added:
- ENVIRONMENT section to manual/README.
Changes:
- The stouch Codeberg repo has been renamed from 'raku-stouch' to just
'stouch'.
Fixes:
- Fixed typos in manual/README.
0.0.1 Dec 2 2024
Initial release.