Skip to content

2.0.0

Compare
Choose a tag to compare
@jhotmann jhotmann released this 21 Mar 19:01
  • Rewrote variable replacement to use regex instead of looping through all variables. You can now create variables that return other variables (could create shortcuts for certain date formats for instance).
  • Variables now support parameters. Example: {{d|mm/dd/yyyy}} would output 03/21/2017.
  • Moved bulk of help text to the ReadMe. Use rename -i to quickly open the webpage when needed.