Releases: 3ee-Games/file-renamer-pro
Releases · 3ee-Games/file-renamer-pro
v0.1.5
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
andTryRename
, for better separation of responsibilities. - Replaced
ArgumentHandler
method withHandleArguments
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
Release 0.1.3
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
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
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
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