Releases: tfeldmann/organize
Releases Β· tfeldmann/organize
v3.3.0
25 Nov 15:28
Compare
Sorry, something went wrong.
No results found
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
09 Jul 13:43
Compare
Sorry, something went wrong.
No results found
Fixes a bug where some location options did not accept yaml aliases
(#390 , thanks for reporting @zany130 ).
v3.2.4
07 Jul 11:53
Compare
Sorry, something went wrong.
No results found
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
29 Mar 14:48
Compare
Sorry, something went wrong.
No results found
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
04 Mar 14:09
Compare
Sorry, something went wrong.
No results found
Fixes a problem where the organize new command fails to create a new config file. (#359 )
v3.2.1
23 Feb 09:52
Compare
Sorry, something went wrong.
No results found
Files and folders are now handled in natural sort order (#354 ).
v3.2.0
19 Feb 15:50
Compare
Sorry, something went wrong.
No results found
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
16 Feb 19:16
Compare
Sorry, something went wrong.
No results found
Fixes a validation error where correctly defined actions were not accepted in Python 3.12.2.
v3.1.1
11 Feb 10:11
Compare
Sorry, something went wrong.
No results found
Fixes the organize show command which broke in v3.1.0.
v3.1.0
04 Feb 11:53
Compare
Sorry, something went wrong.
No results found
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 !)