Skip to content

Commit

Permalink
Fix issues #248 and #290
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <paco@pacoorozco.info>
  • Loading branch information
pacoorozco committed Apr 4, 2021
1 parent c220b17 commit f1e5b72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## 3.1.0
### Added
- Removes retry when Google Photos requests quota limit has been reached. ([#290][i290])
- Removes retry when Google Photos requests quota limit has been reached. ([#248][i248])

[i290]: https://github.com/gphotosuploader/gphotos-uploader-cli/issues/290
[i248]: https://github.com/gphotosuploader/gphotos-uploader-cli/issues/248

## 3.0.1
### Fixed
- Tagged extension matches with uppercase file extensions. ([#283][i283])
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/facebookgo/symwalk v0.0.0-20150726040526-42004b9f3222
github.com/facebookgo/testname v0.0.0-20150612200628-5443337c3a12 // indirect
github.com/gphotosuploader/google-photos-api-client-go/v2 v2.1.3
github.com/gphotosuploader/google-photos-api-client-go/v2 v2.2.0
github.com/hjson/hjson-go v3.1.0+incompatible
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/mattn/go-colorable v0.1.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/gphotosuploader/google-photos-api-client-go/v2 v2.1.3 h1:2ztKWtd6KSClEbpMcUgjZ31UNhjoIUiXfZ++QYRArYk=
github.com/gphotosuploader/google-photos-api-client-go/v2 v2.1.3/go.mod h1:R03L88wB1c+j62OToxh/Rew2TvZPTjxs164nH5CVC1E=
github.com/gphotosuploader/google-photos-api-client-go/v2 v2.2.0 h1:xxx1TREWXWOxF+1ANoFIVAzEiyH5weWsP+jPmJGCecM=
github.com/gphotosuploader/google-photos-api-client-go/v2 v2.2.0/go.mod h1:R03L88wB1c+j62OToxh/Rew2TvZPTjxs164nH5CVC1E=
github.com/gphotosuploader/googlemirror v0.5.0 h1:9a9CCUnAFo3qHp7U/epmdTiOvAzXCkVq5AQLo8PWBns=
github.com/gphotosuploader/googlemirror v0.5.0/go.mod h1:L6A+2KW6d/OwjZ5QH2fGXJXsOtR115tj9w+YxdyjfUI=
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c h1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU=
Expand Down

0 comments on commit f1e5b72

Please sign in to comment.