Releases: tfeldmann/organize
Releases Β· tfeldmann/organize
v3.3.0
- Added a new conflict mode
deduplicate
which skips duplicate files and renames
non-duplicates (thanks @TheExistingOne). - The
exif
filter now supports extracting metadata from non-image files such as EPUB
or PDF files. - Loosen the pdfminer-six dependency version constraint for easier NixOS packaging.
- Fixes encoding issues in windows (thanks @Alimektor).
v3.2.5
v3.2.4
- Fixes a bug preventing organize from starting (thanks @feather42).
- Fixes a bug where ignoring failing shell commands would not work (thanks @florianklumb).
v3.2.3
v3.2.2
v3.2.1
v3.2.0
- Integrated
.docx
,.pdf
and various raw text parsers intofilecontent
filter. - Removed
textract
and ~50 MB of dependencies as they are no longer required. - Full Python 3.12 support
- Add support for piping in a config file from STDIN (
organize run --stdin < file.yml
)
Important:
You may have to adjust your filecontent
regexes. The output should be a bit cleaner
now.