Skip to content

Releases: tfeldmann/organize

v3.2.5

09 Jul 13:43
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixes a problem where the organize new command fails to create a new config file. (#359)

v3.2.1

23 Feb 09:52
Compare
Choose a tag to compare
  • Files and folders are now handled in natural sort order (#354).

v3.2.0

19 Feb 15:50
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixes a validation error where correctly defined actions were not accepted in Python 3.12.2.

v3.1.1

11 Feb 10:11
Compare
Choose a tag to compare
  • Fixes the organize show command which broke in v3.1.0.

v3.1.0

04 Feb 11:53
Compare
Choose a tag to compare
  • 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

12 Jan 17:26
Compare
Choose a tag to compare
  • 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)