Skip to content

Releases: drovp/rename

3.0.1

21 May 20:20
Compare
Choose a tag to compare
  • Fixed npm scripts producing broken build.

3.0.0

21 May 20:08
Compare
Choose a tag to compare

Added:

  • UI to preview and tweak template results before actual renaming happens.
  • Ctrl/Cmd modifier. Hold while dropping items into a profile to open the rename preview UI.
  • padI/padN/pad template utilities, see instructions for details.

Breaking:

  • Removed Simulate option as the preview UI is a way better solution for this.

Fixed:

  • Some empty folders not being deleted after renaming emptied them.
  • New paths were not allowed to collide with old paths.
  • Traversing directories with ../ not working properly.

2.1.1

21 May 20:00
Compare
Choose a tag to compare
  • Fixed path sanitization breaking absolute paths.

2.1.0

21 May 20:00
Compare
Choose a tag to compare
  • Added filename sanitization with Replacement and Max length options.
  • All file related data, such as meta and all checksums (crc32, ...) are now also accessible via files[i].prop access point.