Skip to content

Releases: 3ee-Games/file-renamer-pro

v0.1.5

22 May 17:33
2716781
Compare
Choose a tag to compare

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

v0.1.4

22 May 12:58
b3c630e
Compare
Choose a tag to compare

What's Changed

  • Test cases for Filter Types added.
  • CleanFileName is public for test access, added tests, updated README by @rsadwick in #9

Full Changelog: v0.1.3...v0.1.4

Release 0.1.3

16 Jul 19:45
7f1a20c
Compare
Choose a tag to compare

File Renamer Pro 0.1.3

  • Renaming files by default converts the case to lowercase. Use --keep-case flag to override.
  • New renaming filter: GUIDs. Rename all files in a location to GUIDs.
  • New argument: Append (-a {name}). Just like prepend however append will append a new at the end of your file (before the extension)

Enjoy!

Release 0.1.2

01 Jul 20:53
Compare
Choose a tag to compare

File Renamer Pro v0.1.2 is now available.

  • Fixed an issue where two renaming filters that used regex under the hood was stripping the filename's extension.

Release 0.1.1

01 Jul 03:54
Compare
Choose a tag to compare

File Renamer Pro

File Renamer Pro CLI hits another release: 0.1.1. We've juiced it up to be friendly and now offers more control over renaming files.

  • Choose between four different renaming modes:
    • Remove all spaces
    • Remove spaces and parentheses (default)
    • Remove all special characters and spaces
    • Remove all numbers
  • The path that is entered in the CLI is validated and will continue to try new paths that it is given
  • Output the number of files renamed.
  • Now using dotnet core - can be compiled to Windows, Mac, Linux

File Renamer Pro released

23 Jun 05:12
7d4a99c
Compare
Choose a tag to compare

The official release of File Renamer Pro!

This repo has moved under 3ee Games.

  • No functionality has changed - repo has moved under 3ee Games' org.

Full Changelog: https://github.com/3ee-Games/file-renamer-pro/commits/v0.1.0