Releases: l-vo/photos-picker
Releases · l-vo/photos-picker
0.6.0
- 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
0.5.1
- Fix crash when resize filter width has the same value as resize filter height
0.5.0
- 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
by excluded_patterns
in documentation
0.4.1
- Set README content-type in
setup.py
for being correctly displayed on pypi.org
0.4.0
- 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
0.3.1
- Allow to use a custom target directory in Dropbox
- Allow to use a custom target directory in Google Drive
0.3.0
- Rename Dropbox photos directory as photos-picker
- Add Google Drive uploader
0.2.1
- 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
0.1.2
- 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