Skip to content

Releases: tfeldmann/organize

v3.0.1

12 Jan 17:26
Compare
Choose a tag to compare
  • Fixes a bug where Quicktime and mp4 files return no Exif data.
    (#313, @jleatham thanks for debugging!)
  • Fixes a bug where exlude_dirs are not correctly excluded. (#339)

v3.0.0

05 Jan 15:10
Compare
Choose a tag to compare
  • Supports exiftool in the exif filter by setting the ORGANIZE_EXIFTOOL_PATH env
    var. (thanks to @HernandoR for working on qtff support)
  • Fixes the min_depth location parameter. (thanks to @danielklim for working on this)

v3.0.0a2

02 Jan 15:45
Compare
Choose a tag to compare
  • Fix bug on first run of organize new. Create the organize config directory if it
    does not exist. (thanks @white-gecko)
  • Adds action hardlink.

v3.0.0a1

01 Jan 17:03
Compare
Choose a tag to compare
  • Default to UTF-8 encoding when reading and writing config files for windows users
    who don't use python in UTF-8 mode (env variable PYTHONUTF8=1).
  • write-action: Allow setting the text encoding.

v3.0.0a0

31 Dec 19:02
881ab51
Compare
Choose a tag to compare
  • New action: write to write lines into a file.
  • New filter: date_lastused (macOS only).
  • You can now specify the timezone in all time based filters.
  • Removed hidden (deprecated) CLI option --config-file.
  • Lots of new tests and some bugfixes.
  • exif filter now supports the simplematch syntax.
  • Placeholder{now} must be {now()} now.
  • Multiple paths per location are now supported.
  • Locations now support a min_depth option
  • Duplicate filter: detect_original_by now supports last_seen.
  • New command line interface (added new, show and list commands).
  • JSONL output (organize run --format=JSONL)
  • move and copy now intelligently autodetect if you mean to move to a folder
    (This autodetection can be deactivated).
  • copy action: You can now specify whether you want to continue with the original
    or with the copy.
  • Completely removes the pyfilesystem dependency.
  • At least a 4x speed up. Often more than 10x.

v2.4.3

14 Oct 16:39
Compare
Choose a tag to compare
  • Modified filter: exif. Enabled datetime fields on exif data (Issue #266) (Thanks @FlorianFritz)
  • Support Exif data from Huawei and Honer phones (Thanks @HernandoR)

v2.4.2

25 Aug 15:46
Compare
Choose a tag to compare
  • Fix reading exif data for HEIC images (Issue #267)

v2.4.1

25 Aug 15:09
Compare
Choose a tag to compare
  • Fix unicode bug in logging (Issue #294) (Thanks @xdhmoore)
  • Updated dependencies (Thanks @gaby)
  • Removed support for python 3.7 (EOL - June 2023) (Thanks @gaby)

v2.4.0

05 Sep 15:48
Compare
Choose a tag to compare
  • New action: write.
  • New filter: date_lastused (macOS only).
  • Conflict resolution renaming now starts with 2 instead of 1.
  • Add support for FS urls as path to the config file and working dir
    (both in the CLI and ORGANIZE_CONFIG environment variable).
  • Removed hidden (deprecated) CLI option --config-file.
  • Lots of new tests and some bugfixes.

v2.3.0

26 Jul 09:49
Compare
Choose a tag to compare
  • New filter: macos_tags (macOS only).
  • Ignore broken symlinks (Issue #202)