Releases: ayoisaiah/f2
Releases · ayoisaiah/f2
v1.7.0
This release brings the following improvements:
- CSV support (See renaming from a CSV file).
- Improved no color options. You can now set the
F2_NO_COLOR
environmental variable or use the brand new--no-color
flag to disable coloured output. - Validation error messages are now much clearer (no longer mixing emoji and text).
- Console output has been improved by using pterm. The green, red, and yellow colours are slightly different now due to this change.
- You can now specify a set of files or directories as argument to F2 (thanks to nightson for suggesting this enhancement).
- The backup directory has changed to
~/.local/share/f2/backups
on Linux,~/Library/Application Support/f2/backups
on macOS, and%LOCALAPPDATA%\f2\backups
on Windows. The previous backup directory (~/.f2/backups
) is still supported (in case you have existing backups there), but new backup files will not be created there anymore. This change was made to conform to the XDG specification and conventions for storing application files on each operating system, and to avoid cluttering up the home directory. - A
--verbose
option was added for outputting each renaming operation in--exec
mode.
v1.6.7
- String literal mode now supports operation chaining
v1.6.6
- Fix rare bug where using
--fix-conflicts
could cause an existing file to be overwritten.
v1.6.5
- Add the ability to force overwrite files through the
--allow-overwrites
option.
v1.6.4
You can now chain several renaming operations by specifying the --find
and --replace
flags multiple times.
v1.6.3
- String transformation variables have been changed to match all other built-in variables.
v1.6.2
- Auto fixing conflicts is now more reliable especially when overwriting newly renamed paths.
- Trailing periods in a file or sub directory name is now detected as a conflict (Windows only).
v1.6.1
v1.6.0
- Add exiftool support
- Improve built-in exif variables