Skip to content

Releases: tfeldmann/organize

v1.8.0

04 Mar 15:04
Compare
Choose a tag to compare
  • Added action Delete.
  • Added filter FileContent.
  • Python 3.4 is officially deprecated and no longer supported.
  • --config-file command line option now supports ~ for user folder and expansion
    of environment variables
  • Added years, months, weeks and seconds parameter to filter created and
    lastmodified

v1.7.0

26 Nov 15:38
Compare
Choose a tag to compare
  • Added filter Exif to filter by image exif data.
  • Placeholder variable properties are now case insensitve.

v1.6.2

22 Nov 17:50
Compare
Choose a tag to compare
  • Fix Rename action ('PosixPath' object has no attribute 'items').
  • Use type hints everywhere.

v1.6.1

25 Oct 12:28
Compare
Choose a tag to compare
  • Shows a warning for missing folders instead of raising an exception.

v1.6

19 Aug 12:24
Compare
Choose a tag to compare
  • Added filter: Python
  • Added filter: FileSize
  • The organize module can now be run directly: python3 -m organize
  • Various code simplifications and speedups.
  • Fixes an issue with globstring file exclusion.
  • Remove clint dependency as it is no longer maintained.
  • Added various integration tests
  • The "~~ SIMULATION ~~"-banner now takes up the whole terminal width

v1.5.3

01 Aug 15:03
Compare
Choose a tag to compare
  • Filename filter now supports lists.

organize v1.5.2

29 Jul 12:24
Compare
Choose a tag to compare
  • Environment variables in folder pathes are now expanded (syntax $name or ${name}
    and additionally %name% on windows).
    For example this allows the usage of e.g. %public/Desktop% in windows.

v1.4.5

03 Jul 12:57
Compare
Choose a tag to compare
  • Filter and Actions names are now case-insensitive

v1.4

21 Sep 11:55
Compare
Choose a tag to compare
  • Fixes a bug where glob wildcards are not detected correctly
  • Adds support for excluding folders and files via glob syntax.
  • Makes sure that files are only handled once per rule.

v1.3

21 Sep 11:55
Compare
Choose a tag to compare
  • Glob support in folder configuration.
  • New variable {relative_path} is now available in actions.