Skip to content

Releases: 0xCCF4/PhotoSort

v0.2.4

29 Oct 11:22
Compare
Choose a tag to compare

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

v0.2.3

28 Oct 10:01
Compare
Choose a tag to compare

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

v0.2.2

20 Oct 10:33
Compare
Choose a tag to compare

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

v0.2.1

18 Oct 14:52
Compare
Choose a tag to compare

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

v0.2.0

13 Sep 09:38
Compare
Choose a tag to compare

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

v0.1.6

12 Sep 15:29
3a224a3
Compare
Choose a tag to compare

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

v0.1.5

16 Apr 11:52
c6af925
Compare
Choose a tag to compare

What's Changed

  • Support for more file formats including videos by @0xCCF4 in #3

Full Changelog: v0.1.4...v0.1.5

v0.1.4

26 Feb 09:31
Compare
Choose a tag to compare

Changes

  • Fixed a bug related to the file formatter {:?dup} now only resolves to _{:dup} if {:dup} is not empty
  • Fixed some bugs in the documentation

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Feb 12:08
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

22 Feb 11:56
Compare
Choose a tag to compare

What's Changed

  • Added GitHub actions for testing and releasing by @0xCCF4 in #1
  • Improved/Fixed documentation

Full Changelog: v0.1.1...v0.1.2