Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
François Leblanc committed Jan 15, 2019
1 parent 39af4c6 commit 374a297
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autocrop/__version__.py
Expand Up @@ -3,4 +3,4 @@
__title__ = 'autocrop'
__description__ = 'Automatically crops faces from batches of pictures'
__author__ = 'François Leblanc'
__version__ = '0.3.0'
__version__ = '0.3.1'
11 changes: 8 additions & 3 deletions changelog.md
@@ -1,13 +1,18 @@
# Autocrop changelog

## 0.3.0

## 0.3.1
### Changes
* Add `-r`, `--reject` flag to specify directory where the images that autocrop *couldn't* find a face in are directed to.
* Instead of having the target files copied then cropped, they are instead cropped and saved to their respective target folder.

## 0.2.0
## 0.3.0
### Changes
* Added support for padding (`padLeft`, etc.) in the CLI.

### Bugfix
* Fixed warp on crop for `-w` and `-h` values

## 0.2.0
### Changes
* Add `-o`, `--output` flag to specify directory where cropped images are to be dumped.
- Error out if output folder set to current directory, i.e. `-o .`
Expand Down

0 comments on commit 374a297

Please sign in to comment.