Skip to content

Releases: gphotosuploader/gphotos-uploader-cli

v5.1.0

05 Jun 09:22
v5.1.0
e95836a
Compare
Choose a tag to compare

Added

  • The --redirect-url flag in the auth command allows you to set the URL to use after the Google Photos authentication. (#522)

Deprecated

Deprecated flags will be removed in the next major release.

  • The --redirect-url-hostname flag in the auth command is deprecated. Use the --redirect-url flag instead. (#522)

Fixed

  • Fix empty URL when running the auth command. (#521)
  • Fix 'authorization errors' when running the auth command. (#522)

v5.1.0-rc1

04 Jun 07:30
v5.1.0-rc1
ef25743
Compare
Choose a tag to compare
v5.1.0-rc1 Pre-release
Pre-release

Changelog

  • ef25743 Fix the OAuth authentication

v5.0.2

31 May 19:18
v5.0.2
3226d21
Compare
Choose a tag to compare

Changed

  • Bump github.com/spf13/afero to v1.14.0
  • Bump github.com/gphotosuploader/google-photos-api-client-go/v3 to v3.0.8
  • Bump github.com/hjson/hjson-go/v4 to v4.5.0
  • Bump github.com/int128/oauth2cli to v1.17.0
  • Bump golang.org/x/oauth2 to v0.30.0
  • Bump golang.org/x/sync to v0.14.0
  • Bump golang.org/x/term to v0.32.0
  • Bump golang.org/x/text to v0.25.0
  • [CI] Bump golangci-lint to v2.1.6

v5.0.1

22 Feb 07:11
v5.0.1
45b7f7c
Compare
Choose a tag to compare

Added

  • Support for go v1.24

Changed

  • Bump several dependencies

Removed

  • Support for go v1.22

v5.0.0

16 Oct 07:56
v5.0.0
21c029e
Compare
Choose a tag to compare

Note: Previous versions will not work due to Google Photos API scopes change

Added

  • Google Photos scopes have changed, some of them have been removed. The CLI will use the new ones. (#474)

Changed

  • Bump golang.org/x/text to 0.19.0 (#479)
  • Bump golang.org/x/term to 0.25.0 (#478)
  • Bump github.com/schollz/progressbar/v3 to 3.16.1 (#477)

Removed

  • The deprecated Album: auto:folderName and Album: auto:folderPath options have been removed. Use the Album: template:%_directory% and Album: template:%_folderpath% options instead.
  • The deprecated Jobs: CreateAlbums option has been removed. Use the Jobs: Album option instead.

v4.5.0

24 Feb 11:26
v4.5.0
5e67c77
Compare
Choose a tag to compare

Added

  • Support for the latest published Go version (1.22). This project will maintain compatibility with the latest two major versions published.

Changed

  • Bump golang.org/x/oauth2 to version 0.17.0
  • Bump gphotosuploader/google-photos-api-client-go/v3 to version 3.0.5

Deprecated

  • The auto:folderName and auto:folderPath options are deprecated in favor of the template:%_directory% and template:%_folderpath% options. See documentation.

v4.4.0

25 Jan 12:20
v4.4.0
ad053bf
Compare
Choose a tag to compare

Added

  • Option to customize Album names by introducing template. Thanks to @WACKYprog (#431)

See specific documentation of the new option here

v4.3.0

13 Jan 10:49
v4.3.0
1b2da8e
Compare
Choose a tag to compare

Added

  • Option to bind the HTTP server to address other than local (#426)

Changed

  • Bump golang.org/x/term to version 0.16.0
  • Bump golang.org/x/sync to version 0.6.0
  • Bump github.com/dvsekhvalnov/jose2go to version 1.6.0
  • Bump github.com/hjson/hjson-go/v4 to version 4.4.0
  • Bump golang.org/x/oauth2 to version 0.16.0
  • Bump github.com/spf13/afero to version 1.11.0
  • Bump github.com/gphotosuploader/google-photos-api-client-go/v3 to version 3.0.4

v4.2.1

27 Nov 10:55
v4.2.1
132570b
Compare
Choose a tag to compare

Fixed

  • Fix versioning on releases since the publication of 4.x version. (#413)
  • Small typos in messages. Thanks, @tbm (#414)

Changed

  • Bump github.com/schollz/progressbar/v3 from 3.13.1 to 3.14.1 (#411)
  • Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (#409)
  • Bump golang.org/x/sync from 0.4.0 to 0.5.0 (#408)
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#407)

v4.2.0

01 Nov 16:18
v4.2.0
c48f81b
Compare
Choose a tag to compare

Added

  • New parameter --redirect-url-hostname to the auth command in order to set the URL to use after the Google Photos authentication (#402)

Changed

  • Bump github.com/hjson/hjson-go/v4 from 4.3.0 to 4.3.1 (#400)