Skip to content

Releases: siyia2/bulk-rename-plus

bulk-rename-plus

01 Feb 17:28
b1e8281
Compare
Choose a tag to compare

Improvements:

  • Depth variable is now shared and atomic.
  • Improved verbosity for input errors.
  • Less strict parameters for depth e.g., either -d1 or -d 1 will set the max recursion depth.

Bug Fix:

  • Reverted the sequence transformation changes from v2.0.8 because they broke depth calculation.

bulk-rename-plus

01 Feb 01:22
f69a5ca
Compare
Choose a tag to compare

Improvements:

  • Added proper terminal blocking.
  • Lock-free atomic counters.
  • Lock-free verbose output.
  • Split directory and file renaming to avoid race conditions and improve performance (~50% faster renames for large directories)
  • The first release that includes a static binary.

Bug fixes:

  • Fixed: logical errors in pascal camel and sequential transformations.
  • Fixed: race condition that counted already renamed files as skipped.

bulk-rename-plus

09 Dec 17:27
761cd52
Compare
Choose a tag to compare
  • Stable Release v2.0.7