Skip to content

Releases: shenwei356/brename

brename v2.14.0

12 Jan 23:53
Compare
Choose a tag to compare

Changes

  • v2.14.0
    • setting default value of -v/--verbose as 2, which makes the output more concise. #31
    • output format changed.
    • new flag -E/--ignore-err to skip directory reading errs.

brename v2.13.0

13 Apr 02:36
Compare
Choose a tag to compare

Changes

  • v2.13.0
    • new flag -w/--case-insensitive-path, for correctly checking file overwrites in file systems like NTFS (most on Windows). It's automatically switched on Windows. #28.
    • new flag -W/--case-sensitive-path, for disabling -w/--case-insensitive-path on Windows where the -w is switched on by default.
    • show more main options in log.
    • reports an error when the new path ends with spaces or periods. #28

brename v2.12.0

25 Nov 10:50
Compare
Choose a tag to compare

changelog

  • v2.12.0
    • new flag -S/--skip-filters, its default value ^\. is for skipping paths starting with ..
    • new flag -x, --disable-undo: do not create .brename_detail.txt file for undo. #8
    • new flag --clear: remove all .brename_detail.txt files, you may need to add -R/--recursive to recursively clear all files in the given path.

brename v2.11.1

14 Aug 09:36
Compare
Choose a tag to compare

Changelog

  • v2.11.1
    • fix bug of forgetting renaming the given root directories. #21

brename v2.11.0

26 Mar 15:39
Compare
Choose a tag to compare

Changs

  • v2.11.0
    • new flag -N/--nature-sort for listing path in nature sort.

brename v2.10.1

14 Feb 11:22
Compare
Choose a tag to compare

Changes:

  • new flag --quiet for hiding information and warnings.

brename v2.10.0

11 Aug 05:10
Compare
Choose a tag to compare

Changes

  • print main options, including ignore case, search pattern, include filters, exclude filters, and search paths.
  • show warning inappropriate value of -f/--include-filters and -F/--exclude-filters.
  • fix bug of forgotten filter given files using -f and -F.

brename v2.9.0

06 Aug 14:54
Compare
Choose a tag to compare

Changes

  • add flag -s/--list-sep to set separator for list of found paths.

brename v2.8.1

24 Mar 13:57
Compare
Choose a tag to compare

Changes

  • matching directories when using flag --only-dir or -D/--including-dir.

brename v2.8.0

21 Mar 05:36
Compare
Choose a tag to compare

Changes

  • handle files and then dirs in a directory.
  • ignore files matched with pattern but not found in kv files when using {kv}.
  • add flag --max-depth to limit search depth.
  • add falg --only-dir to only handle directories.