Skip to content

Releases: sapessi/raf

Release 0.4.0

22 Aug 16:53
Compare
Choose a tag to compare

Features

  • New basic support for wildcards in Windows. Presently only expands all files (*) in current working directory

Docs

  • Added GoPro example to main README file. New example shows how to rename GoPro video files so that they sort alphabetically

Release v0.3.1

26 Nov 01:07
Compare
Choose a tag to compare

Bug Fixes

  • print new file name to stdout when not in dryrun mode (db8ecbda)
  • error handling logic when man page download fails (a42bc042)
  • Added raf version to man page cache and fix raf home dir creation (2617de6f)

Documentation Changes

  • Updated demo for github home page (343b36e9)

Tests

  • integ test for stdout of rename operation (809189c1)
  • integration test for man page download (047a8f30)

Release v0.3.0

25 Nov 03:53
Compare
Choose a tag to compare

Documentation Changes

  • documentation for slice formatter in man page (984adf1d)
  • First draft of man page (9b33443c)

New Features

  • new man command to display the full help (man page) (ad25a4da)
  • formatter chaining (2dbbf4f7)
  • new replacing formatter (1a8203e9)
  • new slice formatter to trim properties (c95ced90)
  • warning and conflicts in dry run (7b2979cb)
  • new warning for property issues and collisions logs in dry-run mode (4b1baf40)

Tests

  • new test for partial log when rename operation fails partway through (37dafdb6)

Release v0.2.0

20 Nov 03:38
Compare
Choose a tag to compare

Documentation Changes

  • Basic documentation for padding formatter (a7061f79)

New Features

  • added padding formatter (f9bd7872)
  • colorized dry-run output for readability (e5a5e233)

Release v0.1.0

19 Nov 00:23
Compare
Choose a tag to compare

Features 🎉

  • Pattern matching on original file name
  • Composable output file names that include literal strings and variables
  • Undo of renaming operations through status log
  • dry-run mode to only print out changes