Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Releases: l-vo/photos-picker

1.0.0

07 Apr 12:01
58d8456
Compare
Choose a tag to compare
  • Tag as stable version

0.6.0

19 Feb 15:53
5ff91b4
Compare
Choose a tag to compare
  • 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

12 Dec 12:56
8172364
Compare
Choose a tag to compare
  • Fix crash when resize filter width has the same value as resize filter height

0.5.0

09 Dec 09:23
d0a98b6
Compare
Choose a tag to compare
  • 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

22 Nov 21:02
944f448
Compare
Choose a tag to compare
  • Set README content-type in setup.py for being correctly displayed on pypi.org

0.4.0

22 Nov 20:40
e81f901
Compare
Choose a tag to compare
  • 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

04 Nov 13:43
95d7091
Compare
Choose a tag to compare
  • Allow to use a custom target directory in Dropbox
  • Allow to use a custom target directory in Google Drive

0.3.0

04 Nov 09:51
4757f39
Compare
Choose a tag to compare
  • Rename Dropbox photos directory as photos-picker
  • Add Google Drive uploader

0.2.1

29 Oct 21:32
875de12
Compare
Choose a tag to compare
  • 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

21 Oct 06:29
f54d7d1
Compare
Choose a tag to compare
  • 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