Releases: tfeldmann/organize
Releases Β· tfeldmann/organize
v3.2.5
- Fixes a bug where some location options did not accept yaml aliases
(#390, thanks for reporting @zany130).
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
- Improves the logic of finding and creating config files.
- Fixes a bug where config files in XDG_CONFIG_HOME are not found (#371).
- Fixes a bug in the
relative_path
parameter crashing on actions after moving files (#372).
v3.2.2
- Fixes a problem where the
organize new
command fails to create a new config file. (#359)
v3.2.1
- Files and folders are now handled in natural sort order (#354).
v3.2.0
- Integrated
.docx
, .pdf
and various raw text parsers into filecontent
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.
v3.1.2
- Fixes a validation error where correctly defined actions were not accepted in Python 3.12.2.
v3.1.1
- Fixes the
organize show
command which broke in v3.1.0.
v3.1.0
- Add a new output format
errorsonly
which only shows output if an error occured.
- Fixes a bug where messages and paths containing brackets where not printed correctly
(#348, thanks @kwbr!)
v3.0.1
- 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)