From e69e283a46e4f79b7e88b06d9aa3f2c1c309cd46 Mon Sep 17 00:00:00 2001 From: Thomas Feldmann Date: Fri, 21 Sep 2018 13:09:03 +0200 Subject: [PATCH] bump to version v1.4 --- CHANGELOG.md | 10 +++++----- organize/__version__.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297d3c4b..72417d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,20 @@ # Changelog -## in progress +## v1.4 (2018-09-21) - 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 +## v1.3 (2018-07-06) - Glob support in folder configuration. - New variable {relative_path} is now available in actions. -## v1.2 +## v1.2 (2018-03-19) - Shows the relative path to files in subfolders. -## v1.1 +## v1.1 (2018-03-13) - Removes the colon from extension filter output so `{extension.lower}` now returns `'png'` instead of `'.png'`. -## v1.0 +## v1.0 (2018-03-13) - Initial release. diff --git a/organize/__version__.py b/organize/__version__.py index 4e690b07..68bfed62 100644 --- a/organize/__version__.py +++ b/organize/__version__.py @@ -1,7 +1,7 @@ __title__ = 'organize-tool' __description__ = 'The file management automation tool.' __url__ = 'http://github.com/tfeldmann/organize' -__version__ = '1.3' +__version__ = '1.4' __author__ = 'Thomas Feldmann' __author_email__ = 'mail@tfeldmann.de' __license__ = 'MIT'