Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Releases: gilesknap/gphotos-sync

2.10.1

11 Sep 06:44
Compare
Choose a tag to compare

Features

  • allow configuring of client secret file location #114
  • allow configuring of no. of threads and number of retries in file downloads #107
  • make docker pushes tag with version #115

Bug fixes

  • get Pypi deployment working #115
  • add a test for intermittent network #107
  • workaround to google bug with empty media items list in responses #112

2.10

14 Aug 20:04
Compare
Choose a tag to compare

Add docker container with Travis deployment. Thanks @jenyayel .

2.9.2

31 Jul 11:53
Compare
Choose a tag to compare

Fix PyPi deployment :-)
limited it to the python 3.7 builds only because Windows and Mac cannot do Pypi.

However, this does mean you get a deployment before Windows and Mac builds are checked. Maybe there is a workaround to this?

Successfully deployed 2.9.2 to pypi.

2.9.1

31 Jul 11:07
bdc6797
Compare
Choose a tag to compare

New features:

  • New option --skip-shared-albums
  • Option to use hard links for albums --use-hardlinks #79
  • honour umask on downloaded files #92
  • Travis testing for Windows and Mac
  • Updates to readme including Linux Uprising link
  • restructure system tests for easier mods to the test account data
  • Travis auto-publish to pypi (yet to be tested!) #96

Bug fixes:

  • mediaitems.list not listing all photos - workaround by scanning albums for photos ids too. #89
  • symlinks not working on windows #90
  • fixed tests for windows and mac
  • handle duplicates in case-insensitive file systems (windows and mac) #89
  • make README build badge point to master #96
  • failed downloads causing exception in windows due to file handle still in use #98

2.9

10 Jul 21:30
db848db
Compare
Choose a tag to compare
2.9

Minor features and bug fixes:-

  • update dependencies for security patches
  • add an option for flat folder structure YYYY-MM (thanks @idoroseman)
  • add an option to rename the photos and albums folders (thanks @idoroseman)
  • fix date range bug on --rescan
  • fix extraction of EXIF description into DB on comparison
  • fixes to make the comparison feature more accurate with duplicate file names
  • add --favourites-only flag
  • add Python3.6 to the Travis test matrix
  • add readme for Python3.6

2.8.6

20 May 11:43
Compare
Choose a tag to compare

Add the --album option to sync a sinle album.

2.8.5

14 Mar 21:22
67b6e48
Compare
Choose a tag to compare

Update to Python 3.7 and reduce dependency issues (in particular magic library)
Minor fixes to the comparison feature to reduce false duplicates.
New GPS Location extraction feature (Beta) - will scrape Google Photos Website for the missing location information that the API omits - currently only adds this to the SQL index, but will, in future, update the JPGs with this information.

Shared Albums

04 Mar 23:57
87f490f
Compare
Choose a tag to compare

Now indexes and downloads files in shared albums (but only if the album has a title).
Option to change the log logfile name and location
Better test coverage

Album links Improvements

25 Feb 23:46
Compare
Choose a tag to compare

Now album links are unique names, avoids name clashes in album folders.
Also, albums folders can move to a new path if their dates change.

Library comparison with file system backup feature

20 Feb 23:50
93e0db6
Compare
Choose a tag to compare
Merge pull request #51 from gilesknap/filesystem-search

Add backup comparison feature