-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|