Releases: tfeldmann/organize
Releases Β· tfeldmann/organize
v3.0.1
v3.0.0
- Supports
exiftool
in theexif
filter by setting theORGANIZE_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
- 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
v3.0.0a0
- 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
path
s per location are now supported. - Locations now support a
min_depth
option - Duplicate filter:
detect_original_by
now supportslast_seen
. - New command line interface (added
new
,show
andlist
commands). JSONL
output (organize run --format=JSONL
)move
andcopy
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
- 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
v2.4.1
v2.4.0
- 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.