Organize Versions Save

The file management automation tool.

v3.0.0a1

5 months ago
  • 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

5 months ago
  • 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

7 months ago
  • 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

9 months ago
  • Fix reading exif data for HEIC images (Issue #267)

v2.4.1

9 months ago
  • 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

1 year ago
  • 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

1 year ago
  • New filter: macos_tags (macOS only).
  • Ignore broken symlinks (Issue #202)

v2.2.0

2 years ago
  • Tag support (#199) to run subsets of rules in your config.

v2.1.2

2 years ago
  • Hotfix for filecontent filter.

v2.1.1

2 years ago
  • filecontent filter: Fixes bug #188.
  • Bugfix for #185 and #184.