From 5489b0b6168aa79a79ec6c67bbc6cf68c3e813d2 Mon Sep 17 00:00:00 2001 From: pacoorozco Date: Tue, 24 Oct 2023 14:32:37 +0200 Subject: [PATCH] Fix issue #398 Signed-off-by: pacoorozco --- CHANGELOG.md | 6 ++++++ go.mod | 2 +- go.sum | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cbf55..58a9abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) diff --git a/go.mod b/go.mod index 6134c8a..60eec09 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index b6853d4..5df6753 100644 --- a/go.sum +++ b/go.sum @@ -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=