Skip to content

Commit

Permalink
Merge pull request #399 from gphotosuploader/issue-398
Browse files Browse the repository at this point in the history
Fix #398: Uploads are showing date of upload as filename
  • Loading branch information
pacoorozco committed Oct 24, 2023
2 parents dee3165 + 5489b0b commit 877b7fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ 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/).

## 4.1.1
### Fixed
- Uploads are showing the data of upload instead of the filename in the Google Photos UI. Thanks [@mikebilly](https://github.com/mikebilly) ([#398][i398])

[i398]: https://github.com/gphotosuploader/gphotos-uploader-cli/issues/398

## 4.1.0
### Added
- Flag `--port` to configure the port where the authentication server will listen to when using the `auth` command ([#370][i370])
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/99designs/keyring v1.2.2
github.com/bmatcuk/doublestar/v2 v2.0.4
github.com/facebookgo/symwalk v0.0.0-20150726040526-42004b9f3222
github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.2
github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.3
github.com/hjson/hjson-go/v4 v4.3.0
github.com/int128/oauth2cli v1.14.0
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -153,6 +153,8 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g=
github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.2 h1:kWLV6kXJWvpJguNL9LN6Qd5OJayHHq9uG0zgRkp9EuU=
github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.2/go.mod h1:/QFXDvwMbVxJ94sZGLsBS+7QMxhb2H3h23E+4kul/jA=
github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.3 h1:rD4R/DgYXLKqbwlei5Yxj4bDHfWM9quPEo3GKdJwdc0=
github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.3/go.mod h1:uiA46b1K4jkI5wBxW2Sm7rAxEKgjFW8sa1RJP07CMdk=
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 877b7fc

Please sign in to comment.