Skip to content

Releases: Caleb9/camera-utility

4.1.1

23 Nov 20:44
Compare
Choose a tag to compare

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

10 Apr 07:54
Compare
Choose a tag to compare

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

05 Apr 10:18
Compare
Choose a tag to compare

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

30 Mar 10:41
Compare
Choose a tag to compare

Bug Fixes

Fixes invalid output when errors are encountered.

4.0.1

30 Mar 07:31
Compare
Choose a tag to compare

Bug Fixes

Fixed check command reporting invalid number of files without metadata.

4.0.0

27 Mar 11:18
Compare
Choose a tag to compare

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

  1. 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.
  2. Aliases for commands:
    • copy: cp
    • move: mv
    • check: c

3.0.2

22 Mar 11:21
Compare
Choose a tag to compare

Fixes single file publishing for macOS.

3.0.1

22 Mar 10:24
Compare
Choose a tag to compare

This release does not contain any bug fixes or new functionality. It only provides macOS build.

3.0.0

14 Mar 18:36
Compare
Choose a tag to compare

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

11 Mar 17:14
Compare
Choose a tag to compare
  • Adds support for files with .jpeg extension
  • Adds support for .mov video files