Skip to content

Releases: jhotmann/node-rename-cli

1.2.0

20 Mar 14:33
Compare
Choose a tag to compare

Switched to yargs for argument parsing because it gives greater control than minimist. Now all arguments can be passed with a single dash (the old double dashes still work so if you have any existing scripts they will still work).

1.1.0

11 Mar 01:53
Compare
Choose a tag to compare

Added exif data extraction

1.0.2

07 Mar 20:49
Compare
Choose a tag to compare

Fixed install issues on Linux

1.0.0

07 Mar 18:19
Compare
Choose a tag to compare

Added RegEx support and the ability to undo rename operations. Tested and fully functional on Windows. Considering it stable so I'm removing the beta tag.

0.1.2

05 Mar 19:32
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Added ability to create your own replacement variables. See ~/.rename/replacements.js for more info.

0.0.2

04 Mar 03:04
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Added Windows wildcard support and a few more variable replacements.

0.0.1

03 Mar 18:26
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release. Tested on MacOS only and functioning great. Only a few variable replacements so far with more to come in the future.

npm install -g rename-cli to install.