Skip to content

1.1.0 - greedy/ungreedy simple pattern, tuning

Latest
Compare
Choose a tag to compare
@CHerSun CHerSun released this 15 Jan 23:04
  • added version info to the project, so that executable also holds the version info
  • reworded "glob-like pattern" into "simple pattern" - was misleading (#1)
  • added lower and UPPER cased substitutions for simple patterns, i.e. %a vs %A. Lower case is ungreedy, UPPER case is greedy. (#2)
  • reduced verbosity of actual renaming (for -y option = apply) (#3)
  • added .NET runtime 8.0 requirement mention to README.md (#4)