Skip to content

Latest commit

 

History

History
113 lines (91 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

113 lines (91 loc) · 3.69 KB

Changelog

v0.2.1 (2021-05-08)

  • Fix(add_retries): Add retry logic to MediaItem.get_raw_data (#13) [Scott Ouellette]
  • Update gitchangelog to ignore auto-CHANGLOG.md commits. [Scott Ouellette]

v0.2.0 (2021-02-09)

  • Feat(--albums-only): Add support for Album archival (#12) [Scott Ouellette]
  • Update README. [Scott Ouellette]

v0.1.7 (2021-01-31)

  • Fix(changelog): Get gitchangelog working. [Scott Ouellette]

v0.1.6 (2021-01-31)

  • Fix(typo): Remove comma in pip install. [Scott Ouellette]
  • Fix(ci & docker): Fix old module refs I missed. [Scott Ouellette]
  • Fix(module_naming): Tweak module name to be inline with what poetry desires. [Scott Ouellette]

v0.1.5 (2021-01-31)

  • Merge branch 'main' of github.com:scottx611x/google-photos-archiver into main. [Scott Ouellette]
  • Fix(ci): try to fix pypi publish. [Scott Ouellette]

v0.1.4 (2021-01-31)

  • Fix(exclude_tests): Don't build with tests. [Scott Ouellette]

v0.1.3 (2021-01-31)

  • Fix(release): Trigger semver. [Scott Ouellette]
  • Try to generate changelog and exclude tests from publishing. [Scott Ouellette]
  • Try to generate changelog and exclude tests from publishing. [Scott Ouellette]

v0.1.2 (2021-01-31)

  • Fix(docker_build): Omit CIRCLE_BRANCH as tag. [Scott Ouellette]

v0.1.1 (2021-01-31)

  • Fix(release): Still trying to trigger a release. [Scott Ouellette]

v0.1.0 (2021-01-31)

  • Fix(release): Still trying to trigger a release. [Scott Ouellette]
  • Fix(release): Still trying to trigger a release. [Scott Ouellette]
  • Fix(version_toml): specify version_toml. [Scott Ouellette]
  • Fix(default_branch): fix default branch for python semantic release. [Scott Ouellette]
  • Fix(add_requires): fix CI workflow order. [Scott Ouellette]
  • Feat(initial_release): Testing releases. [Scott Ouellette]
  • Feat(initial_release): Testing releases. [Scott Ouellette]
  • Feat(initial_release): Testing releases. [Scott Ouellette]
  • Fix python semantic release. [Scott Ouellette]
  • Feat(releases): Setup auto release (#11) [Scott Ouellette]
  • Fix python semantic release. [Scott Ouellette]
  • Update README. [Scott Ouellette]
  • Update Readme, tiny QOL fixes. [Scott Ouellette]
  • Add oauth instructions. [Scott Ouellette]
  • Update README and Dockerize (#10) [Scott Ouellette]
  • Fixt test. [Scott Ouellette]
  • Fix message. [Scott Ouellette]
  • Support date filters from the CLI (#9) [Scott Ouellette]
  • Simplify tests. [Scott Ouellette]
  • Add GooglePhotosApiRestClient.search_media_items tests. [Scott Ouellette]
  • Add DateFilter tests. [Scott Ouellette]
  • Implement Date filters. [Scott Ouellette]
  • Add click CLI (#8) [Scott Ouellette]
  • Dry up tests. [Scott Ouellette]
  • Add count of how many new archivals occur per run. [Scott Ouellette]
  • Update test to ensure MediaItems are recorded during archival. [Scott Ouellette]
  • Implement MediaItemRecorder (#7) [Scott Ouellette]
  • Successful run with my entire library. [Scott Ouellette]
  • Better download paths. [Scott Ouellette]
  • Add test for MediaItemArchiver using the DiskArchiver (#6) [Scott Ouellette]
  • Introduce the concept of an "Archiver" and use it (#5) [Scott Ouellette]
  • Implement GooglePhotosApiRestClient.get_media_items_paginated (#4) [Scott Ouellette]
  • Add ability to download MediaItems (#3) [Scott Ouellette]
  • Add pre-commit scripts (#2) [Scott Ouellette]
  • Adds GooglePhotosApiRestClient, GoogleOauthHandler and some more repo scaffolding (#1) [Scott Ouellette]
  • Add circle badge. [Scott Ouellette]
  • Add gitignore. [Scott Ouellette]
  • Initial scaffolding. [Scott Ouellette]
  • Initial commit. [Scott Ouellette]