- Add license badge
- Add Pypi version badge
- Tag as stable version
- Normalize doctrings
- Allow Python3 compatibility
- Fix resize filter
- Add make dev command
- Add functional tests
- Mention the possibility to create custom pickers, filters or uploaders in README
- Fix crash when resize filter width has the same value as resize filter height
- Fix errors 404 on README links on pypi.org
- Disable Codecov comments in pull requests
- Allow to use "~" in search paths/excluded patterns
- Replace
excluded_paths
byexcluded_patterns
in documentation
- Set README content-type in
setup.py
for being correctly displayed on pypi.org
- Update usage examples: only catch photospicker AbstractException for displaying exception message
- Add CHANGELOG.md
- Add SmartPicker
- Take care that photos to retrieve count is not greater than total photos count (at AbstractPicker level)
- On FilesystemUploader, check that target directory exists and is empty before scanning
- Add code coverage when running
make test
- Allow to specify an order for retrieved photos
- Replace :return by :return: on docstrings
- Allow to use a custom target directory in Dropbox
- Allow to use a custom target directory in Google Drive
- Rename Dropbox photos directory as photos-picker
- Add Google Drive uploader
- Add try except in examples
- Rename PickerException to UploaderException
- Raise exception when no file to scan
- Remove requirements-dev.txt
- Improve tests
- Use excluded patterns instead of excluded paths
- Fix crash when image format provide no exif data
- Make build don't fail anymore if dist content is empty
- Use bdist_wheel for building
- Add dependencies to setup.py
- Don't include tests in packages
- Add rotate filter to documentation
- Add rotate filter
- Initial release