Skip to content

Latest commit

 

History

History
338 lines (246 loc) · 11.7 KB

File metadata and controls

338 lines (246 loc) · 11.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.4 - 2026-05-21

Fixed

  • #195 target file already exists caused infinite loop

Other

  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • (deps) bump filetime from 0.2.28 to 0.2.29
  • Merge pull request #192 from 0xCCF4/dependabot/cargo/clap_complete-4.6.5
  • (deps) bump clap_complete from 4.6.2 to 4.6.5
  • (deps) bump clap from 4.6.0 to 4.6.1
  • (deps) bump dependabot/fetch-metadata from 3.0.0 to 3.1.0

0.3.3 - 2026-04-19

Other

  • manpage and shell completions generation feature

0.3.2 - 2026-04-19

Fixed

  • (ci) dependency issue, using newer cargo version on nix branch 24.11

Other

  • (fix) fix clippy warnings
  • --bracket-fmt option and measures for circumventing race condition on file naming

0.3.1 - 2026-04-13

Fixed

  • path prefix error on exclude/include files via --include --exclude

0.3.0 - 2026-04-12

Fixed

  • typo in cmdline args

Other

  • [breaking] add file include and exclude flags via regex and normal string
  • exclude arguments and help comment to main_impl

0.2.12 - 2026-04-11

Fixed

  • use ISO 8601 for video creation_time parsing, since this is the format used by ffmpeg
  • ran cargo fmt
  • do bracketing analysis only for photo files not for all files
  • rename occurrences of exif to metadata if videos are processed too
  • make comment on exif analysis error more descriptive
  • change priority of log msg when renaming op fails on move

Other

  • (fix) fix clippy warning
  • (fix) release-plz fails when excluding entire tests folder due to .gitkeep files
  • ran cargo fmt
  • now checking compatibility with version 25.05+
  • (deps) bump clap from 4.5.60 to 4.6.0
  • (deps) bump dependabot/fetch-metadata from 2.5.0 to 3.0.0
  • (deps) bump ffmpeg-next from 8.0.0 to 8.1.0
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • (deps) bump chrono from 0.4.43 to 0.4.44
  • (deps) bump clap from 4.5.58 to 4.5.60
  • (deps) bump anyhow from 1.0.101 to 1.0.102
  • Merge pull request #163 from 0xCCF4/dependabot/cargo/clap-4.5.58
  • (deps) bump clap from 4.5.57 to 4.5.58
  • (deps) bump regex from 1.12.2 to 1.12.3
  • Merge pull request #160 from 0xCCF4/dependabot/cargo/clap-4.5.57
  • (deps) bump clap from 4.5.56 to 4.5.57
  • (deps) bump clap from 4.5.54 to 4.5.56
  • Merge pull request #157 from 0xCCF4/dependabot/cargo/chrono-0.4.43
  • (deps) bump chrono from 0.4.42 to 0.4.43
  • (deps) bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
  • (deps) bump clap from 4.5.53 to 4.5.54
  • (deps) bump log from 0.4.28 to 0.4.29
  • (deps) bump clap from 4.5.51 to 4.5.53
  • (deps) bump actions/checkout from 5 to 6
  • (deps) bump indicatif from 0.18.2 to 0.18.3
  • Merge pull request #149 from 0xCCF4/dependabot/cargo/indicatif-0.18.2
  • (deps) bump indicatif from 0.18.1 to 0.18.2
  • Merge pull request #147 from 0xCCF4/dependabot/cargo/clap-4.5.50
  • (deps) bump indicatif from 0.18.0 to 0.18.1
  • (deps) bump regex from 1.12.1 to 1.12.2

0.2.11 - 2025-10-14

Added

  • (ci) added automatic nix build tests
  • (ci) added automatic nix build tests
  • added nix build system and packaging support

Fixed

  • compile on older rust version was not possible due to use of unstable library feature 'integer_sign_cast'
  • (ci) fixed ci tests failed due to outdated rust version in nixpkgs/24.11

Other

  • (deps) bump github/codeql-action from 3 to 4
  • (deps) bump actions-rust-lang/setup-rust-toolchain

0.2.10 - 2025-10-04

Added

  • added {original_filename} format string

Other

  • fixed cargo fmt errors

0.2.9 - 2025-10-04

Added

  • added format modifier {original_name}

Other

  • fixed cargo fmt errors
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • Merge pull request #132 from 0xCCF4/dependabot/cargo/clap-4.5.48
  • (deps) bump clap from 4.5.47 to 4.5.48
  • (deps) bump actions-rust-lang/setup-rust-toolchain

0.2.8 - 2025-09-15

Added

  • expose cmd argument to choose which EXIF date to use

0.2.7 - 2025-09-14

Fixed

  • fixed compiling with --video due to API changes

Other

  • changed error string for --bracket arg
  • add install crate from crates

0.2.6 - 2025-09-12

Added

  • bracket image group formattings

Other

  • run cargo fmt
  • changed bracketing documentation to reflect easier format string specifiers
  • let bracket group index start with 1
  • Merge branch 'main' into 84-feature-request-identify-bracketed-images-and-move-them-per-set-in-a-dedicated-folder
  • fix actions checkout version

0.2.5 - 2025-09-10

Other

  • fix ci checkout action configuration
  • vendored indicatif-log-bridge dependency because of dependency mismatch
  • changed installation instructions
  • Merge pull request #119 from 0xCCF4/dependabot/cargo/log-0.4.28
  • (deps) bump log from 0.4.27 to 0.4.28
  • Merge pull request #116 from 0xCCF4/dependabot/cargo/clap-4.5.46
  • (deps) bump clap from 4.5.45 to 4.5.46
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • Merge pull request #109 from 0xCCF4/dependabot/cargo/anyhow-1.0.99
  • (deps) bump anyhow from 1.0.98 to 1.0.99
  • (deps) bump actions/checkout from 4 to 5
  • (deps) bump clap from 4.5.40 to 4.5.41
  • (deps) bump indicatif from 0.17.11 to 0.18.0
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • fixed cargo clippy suggestions 3
  • fixed cargo clippy suggestions 2
  • fixed cargo clippy suggestions
  • (ci) change target devskim runner version
  • (deps) bump clap from 4.5.39 to 4.5.40
  • (deps) bump clap from 4.5.38 to 4.5.39
  • (deps) bump clap from 4.5.37 to 4.5.38
  • (deps) bump dependabot/fetch-metadata from 2.3.0 to 2.4.0
  • (deps) bump chrono from 0.4.40 to 0.4.41
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • (deps) bump clap from 4.5.36 to 4.5.37
  • Merge pull request #94 from 0xCCF4/dependabot/cargo/clap-4.5.36
  • (deps) bump clap from 4.5.35 to 4.5.36
  • (deps) bump clap from 4.5.34 to 4.5.35
  • (deps) bump clap from 4.5.32 to 4.5.34
  • (deps) bump log from 0.4.26 to 0.4.27
  • (deps) bump clap from 4.5.31 to 4.5.32
  • (deps) bump chrono from 0.4.39 to 0.4.40
  • Merge pull request #87 from 0xCCF4/dependabot/cargo/anyhow-1.0.97
  • (deps) bump anyhow from 1.0.96 to 1.0.97
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • (deps) bump anyhow from 1.0.95 to 1.0.96
  • Merge pull request #83 from 0xCCF4/dependabot/cargo/log-0.4.26
  • (deps) bump log from 0.4.25 to 0.4.26
  • (deps) bump clap from 4.5.28 to 4.5.29
  • (deps) bump clap from 4.5.27 to 4.5.28
  • (deps) bump indicatif from 0.17.9 to 0.17.11
  • (deps) bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
  • (deps) bump clap from 4.5.26 to 4.5.27
  • (deps) bump log from 0.4.22 to 0.4.25
  • (deps) bump clap from 4.5.23 to 4.5.26
  • (deps) bump anyhow from 1.0.94 to 1.0.95
  • (deps) bump indicatif from 0.17.8 to 0.17.9
  • (deps) bump fern from 0.7.0 to 0.7.1
  • (deps) bump actions/attest-build-provenance from 1 to 2
  • (deps) bump chrono from 0.4.38 to 0.4.39
  • Merge pull request #70 from 0xCCF4/dependabot/cargo/clap-4.5.23
  • (deps) bump clap from 4.5.21 to 4.5.23
  • (deps) bump clap from 4.5.20 to 4.5.21
  • (deps) bump anyhow from 1.0.92 to 1.0.93
  • (deps) bump kamadak-exif from 0.6.0 to 0.6.1
  • (deps) bump kamadak-exif from 0.5.5 to 0.6.0
  • (deps) bump anyhow from 1.0.91 to 1.0.92

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.4 - 2024-10-29

Added

  • added multithreading support

Other

  • Merge pull request #59 from 0xCCF4/dependabot/cargo/regex-1.11.1
  • (deps) bump regex from 1.11.0 to 1.11.1

0.2.3 - 2024-10-28

Added

  • added progress bar option
  • added a --log and --quiet option

Other

  • ran cargo fmt
  • changed log level for unprocessed files from debug to info, --debug now has TRACE log level
  • (deps) bump anyhow from 1.0.89 to 1.0.90

0.2.2 - 2024-10-20

Added

  • added option to specify file format for unknown files (which are not images/videos)
  • a different format string for files with no derived date
  • output warning if no date was derived for a file

0.2.1 - 2024-10-18

Added

  • extension can be made upper or lower case when specifying a custom name format

Other

  • fixed clippy errors
  • ran cargo fmt
  • (deps) bump clap from 4.5.19 to 4.5.20
  • (deps) bump clap from 4.5.18 to 4.5.19
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • Merge pull request #41 from 0xCCF4/dependabot/cargo/regex-1.11.0
  • (deps) bump regex from 1.10.6 to 1.11.0
  • (deps) bump clap from 4.5.17 to 4.5.18
  • (deps) bump actions-rust-lang/setup-rust-toolchain
  • (deps) bump anyhow from 1.0.87 to 1.0.89

0.2.0 - 2024-09-13

Added

  • allow specifying a format string that allows subfolder creation #33
  • [breaking] overhauled file format interface

Fixed

  • (doc) fixed README.md examples

Other

  • (doc) cargo fmt
  • updated readme to reflect the new cli options
  • [breaking] moved parts of the source to own files, added more debug/error information
  • Merge pull request #32 from 0xCCF4/dependabot/cargo/anyhow-1.0.87
  • (deps) bump anyhow from 1.0.86 to 1.0.87

0.1.6 - 2024-06-26

Added

  • updated ci, added release plz, devskim, automerge dependabot

Fixed

  • ci auto merge pr
  • fixing ci video lib missing
  • fixing ci video lib missing
  • change ci token
  • change ci token
  • change compile against stable in ci

Other

  • (deps) bump actions-rust-lang/setup-rust-toolchain (#12)
  • (deps) bump rust-build/rust-build.action from 1.4.4 to 1.4.5 (#13)
  • renamed ci jobs
  • Bump clap from 4.5.4 to 4.5.7 (#10)
  • Bump regex from 1.10.4 to 1.10.5 (#9)
  • Bump lazy_static from 1.4.0 to 1.5.0 (#11)
  • cargo fmt and clippy
  • update ci
  • update ci
  • Merge pull request #6 from 0xCCF4/dependabot/cargo/anyhow-1.0.86
  • Bump ffmpeg-next from 7.0.0 to 7.0.2