Releases: Caleb9/camera-utility
Releases · Caleb9/camera-utility
4.1.1
This release reduces the size of the binaries. It is thanks to upgrading to .NET 6.0. There is no new or changed functionality in this release otherwise.
4.1.0
Features
Adds --overwrite
option to copy
and move
commands. When specified, files will be transferred even if destination already contains identically named files. Use with caution! :)
4.0.3
Bug Fixes
Fixes invalid calculation of milliseconds in date-time when EXIF tag value is not in two-digits (Canon's) format.
4.0.2
Bug Fixes
Fixes invalid output when errors are encountered.
4.0.1
Bug Fixes
Fixed check
command reporting invalid number of files without metadata.
4.0.0
Breaking Changes
For copy
and move
commands, the --src-path
and --dst-dir
options have been replaced with positional arguments, i.e. it is no longer necessary to type the option names themselves - instead, just provide source path and destination directory.
New features
- New
check
command scans files or directories for supported image and video files and checks if EXIF metadata needed to derive new date-based name is present in the files. This is faster to type than executing copy
or move
with --dry-run
. A report is printed containing problematic files where metadata could not be found. Executing check
without any arguments scans current directory.
- Aliases for commands:
copy
: cp
move
: mv
check
: c
3.0.2
Fixes single file publishing for macOS.
3.0.1
This release does not contain any bug fixes or new functionality. It only provides macOS build.
3.0.0
Breaking changes
- The
--move
/ -m
option has been removed. In its place the app now uses sub-commands copy
and move
.
- The output changed slightly in colouring and formatting.
--dest-dir
option has been replaced with --dst-dir
2.3.1
- Adds support for files with
.jpeg
extension
- Adds support for
.mov
video files