Skip to content

brename v2.13.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 13 Apr 02:36
· 16 commits to master since this release

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