Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@rsadwick rsadwick released this 22 May 17:33
2716781

What's Changed

  • Help command displays readable headers and text
  • Use of string interpolation and const keyword where possible to improve readability and efficiency.
  • Splitting the Rename method into two separate methods, RenameFiles and TryRename, for better separation of responsibilities.
  • Replaced ArgumentHandler method with HandleArguments method which has a return type, making it easier to handle -h cases by @rsadwick in #11.
  • Using enum directly instead of string for the filter level.
  • added LICENSE by @rsadwick in #10

Full Changelog: v0.1.4...v0.1.5