Releases: tzwel/renu
Releases · tzwel/renu
0.2.0 The version update
0.1.6 The 1 bugfix update
I just fixed a weird scoping issue of the :filename token. Now multiple files can be renamed in crazy custom ways like this:
renu -i "*.mp3" -r "ayaya :filename ehehe :counter"
Renamed lawnmower.mp3 => ayaya lawnmower ehehe 0.mp3
Renamed music.mp3 => ayaya music ehehe 1.mp3
Renamed 2 files0.1.5 The minor misc regex update
I added some good examples to docs in this update, and the remove function. That's it
0.1.4 The test update
Fixed some random bugs, added some tests. Let's say this is stable for now as I haven't found anything really bad. This version kinda enforces the limitation of being unable to work on files without extension, but how often do you need these? Dotfiles can be managed just fine
0.1.3 The first minor update
- Count changed files
- Delete lockfile
0.0.3 The regex update
Regex and substitution support! (experimental)
0.0.2 License update
That's it
0.0.1
- unrestrict :filename token - the token can now be used alone, without the
:countertoken - added info sections in readme
- maybe some bugfixes but i dont know
Initial release
0.0.0 add version