Skip to content

Commit

Permalink
bump to version v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Sep 21, 2018
1 parent 06b3670 commit e69e283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion organize/__version__.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit e69e283

Please sign in to comment.