Releases: sapessi/raf
Releases · sapessi/raf
Release 0.4.0
Features
- New basic support for wildcards in Windows. Presently only expands all files (
*
) in current working directory
Docs
- Added GoPro example to main README file. New example shows how to rename GoPro video files so that they sort alphabetically
Release v0.3.1
Release v0.3.0
Documentation Changes
New Features
- new man command to display the full help (man page) (ad25a4da)
- formatter chaining (2dbbf4f7)
- new replacing formatter (1a8203e9)
- new slice formatter to trim properties (c95ced90)
- warning and conflicts in dry run (7b2979cb)
- new warning for property issues and collisions logs in dry-run mode (4b1baf40)
Tests
- new test for partial log when rename operation fails partway through (37dafdb6)
Release v0.2.0
Release v0.1.0
Features 🎉
- Pattern matching on original file name
- Composable output file names that include literal strings and variables
- Undo of renaming operations through status log
- dry-run mode to only print out changes