Gphotos Sync Versions Save

Google Photos and Albums backup with Google Photos Library API

3.2.1

3 months ago

What's Changed

Full Changelog: https://github.com/gilesknap/gphotos-sync/compare/3.2.0...3.2.1

3.2.0

3 months ago

Merge latest skeleton - update to support Python 3.12

3.1.3

9 months ago

Fix issue with non UTC timezone causing tokens to expire in one day.

What's Changed

New Contributors

Full Changelog: https://github.com/gilesknap/gphotos-sync/compare/3.1.2...3.1.3

3.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/gilesknap/gphotos-sync/compare/3.1.0...3.1.2

3.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gilesknap/gphotos-sync/compare/3.04...3.1.0

3.04

1 year ago

Two bug fixes

  • Containers auth flow no longer requires --network=host so will work on Mac and Windows docker VM. Many thanks to https://github.com/aaccioly . Fixes #356
  • Backoff for Google API Quotas now works. Fixes #320

What's Changed

Full Changelog: https://github.com/gilesknap/gphotos-sync/compare/3.0.3...3.04

3.0.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gilesknap/gphotos-sync/compare/3.0.0...3.0.3

3.0.0

1 year ago

Recent Work

This release has one very important bug fix.

  • Switch to supported OAuth authentication flow. #341 - Thanks @marcocaberletti !

Having this fix has inspired me to spend some effort on this project to make it more easily maintainable in future.

I have totally refreshed the developer workflow and documentation as follows:

  • completely new sphinx based documentation hosted on GitHub Pages
  • switch CI to Github Actions
  • add multi-arch container build to CI
  • add devcontainer for vscode
  • container image hosted on GitHub Container Registry
  • remove pipenv dependency and use pip only (with lock semantics in the CI)
  • add multiple source checks to CI and dev time
    • black
    • flake8
    • mypy
    • isort
    • yaml checks
  • implement git pre-commit checks for some of the above
  • use tox for parallel execution of all the above

There are also multiple contributions from others listed below that have accumulated because it's been so long since the last release. Sorry about that. I intend to pay more attention to this project now that it is in a tidy state.

What's Changed

New Contributors

Full Changelog: https://github.com/gilesknap/gphotos-sync/compare/2.14.2...3.0.0

2.14.2

3 years ago

New features:

  • None

Bug fixes:

2.14.0

4 years ago

New features:

Bug fixes: