Skip to content

Releases: tfeldmann/organize

v2.0.3

07 Feb 15:27
Compare
Choose a tag to compare
  • Fixed typo: system_exlude_files

v2.0.2

07 Feb 15:13
Compare
Choose a tag to compare
  • Bugfix in env variable expansion in locations

v2.0.1

07 Feb 14:51
Compare
Choose a tag to compare
  • Small bugfix in macos_tags action.
  • Bugfix in the migration detection.

v2.0.0

07 Feb 13:42
Compare
Choose a tag to compare

This is a huge update with lots of improvements.
Please backup all your important stuff before running and use the simulate option!

Migration Guide

what's new

changed

  • The timezone keyword for lastmodified and
    created was removed. The timezone is
    now the local timezone by default.
  • The filesize filter was renamed to size and can now be
    used to get directory sizes as well.
  • The filename filter was renamed to name and can now be
    used to get directory names as well.
  • The size filter now returns multiple formats

removed

v1.10.1

21 Apr 09:31
Compare
Choose a tag to compare
  • Action macos_tags now supports colors and placeholders.
  • Show full expanded path if folder is not found.

v1.10.0

20 Apr 12:55
Compare
Choose a tag to compare
  • Add filter mimetype
  • Add action macos_tags
  • Support simplematch syntax in
    filename-filter.
  • Updated dependencies
  • Because installing textract is quite hard on some platforms it is now an optional
    dependency. Install it with pip install organize-tool[textract]
  • This version needs python 3.6 minimum. Some dependencies that were simply backports
    (pathlib2, typing) are removed.
  • Add timezones in created and last_modified filters (Thank you, @win0err!)

v1.9.1

10 Nov 15:38
Compare
Choose a tag to compare
  • Add {env} variable
  • Add {now} variable

v1.9

12 Jun 08:58
Compare
Choose a tag to compare
  • Add filter Duplicate.

v1.8.2

03 Apr 16:13
Compare
Choose a tag to compare
  • Fix a bug in the filename filter config parsing algorithm with digits-only filenames.

v1.8.1

28 Mar 18:14
Compare
Choose a tag to compare
  • Flatten filter and action lists to allow enhanced config file configuration (Thanks to @rawdamedia!)
  • Add support for multiline content filters (Thanks to @zor-el!)