Skip to content

Releases: gphotosuploader/gphotos-uploader-cli

v3.5.2

20 Oct 16:41
v3.5.2
f472046
Compare
Choose a tag to compare

Added

  • Support for the latest published Go version (1.21). This project will maintain compatibility with the latest two major versions published.
  • Client cache for albums to reduce the number of requests to Google Photos API

Changed

  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.3
  • Bump github.com/spf13/afero from 1.8.2 to 1.10.0
  • Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0
  • Bump golang.org/x/sync from 0.3.0 to 0.4.0
  • Bump golang.org/x/term from 0.10.0 to 0.13.0
  • Bump github.com/99designs/keyring from 1.2.1 to 1.2.2
  • Bump github.com/gphotosuploader/google-photos-api-client-go/v2 from 2.4.0 to 2.4.2
  • Bump github.com/schollz/progressbar/v3 from 3.8.6 to 3.13.1
  • Bump github.com/spf13/cobra from 1.4.0 to 1.7.0
  • Bump golang.org/x/oauth2 from v0.0.0-20220309155454-6242fa91716a to 0.13.0
  • Bump golang.org/x/sync from v0.0.0-20210220032951-036812b2e83c to 0.4.0
  • Bump golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 to 0.13.0
  • Bump google.golang.org/api from v0.74.0 to 0.148.0

v4.0.0-alpha-02

13 Jun 10:57
v4.0.0-alpha-02
2293c81
Compare
Choose a tag to compare
v4.0.0-alpha-02 Pre-release
Pre-release

Changelog

  • 2293c81 Add some log debug lines
  • 1da37f3 Implement a proper cache for albums

v3.5.1

29 May 16:13
v3.5.1
cebb4b2
Compare
Choose a tag to compare

Added

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

Fixed

  • Restrict allowed SecretsBackendTypes to the ones supported by the CLI. (#347)

Removed

  • Support for previous Go version (1.18).

v3.5.0

14 Dec 17:37
v3.5.0
cb3889f
Compare
Choose a tag to compare

Changelog

Added

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

Fix

  • Exit if daily API quota is exceeded. Thanks to @mlbright (#341)

Removed

  • Once Go 1.19 has been published, previous Go 1.17 support is deprecated.

v3.4.0

08 Apr 15:11
v3.4.0
b546516
Compare
Choose a tag to compare

Changelog

Changed

Deprecated

  • The OAuth 2.0 authentication based in out-of-band tokens is deprecated by Google. (#326)

v3.3.1

30 Mar 20:39
v3.3.1
9cba194
Compare
Choose a tag to compare

Added

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

Changed

  • Dependency has been updated, so potential bugs has been fixed.

Deprecated

  • Once Go 1.18 has been published, previous Go 1.16 support is deprecated.

Removed

v3.3.0

11 Jan 14:20
v3.3.0
6a4a6ba
Compare
Choose a tag to compare

Changelog

Changed

  • Files are sorted before being uploaded. This will only be true for the files uploaded to an empty albums. (#301)

v3.2.1

23 Sep 08:13
v3.2.1
18d3592
Compare
Choose a tag to compare

Changelog

Added

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

Deprecated

  • Once Go 1.17 has been published, previous Go 1.15 support is deprecated.

Fixed

  • Using environment var GPHOTOS_CLI_TOKENSTORE_KEY, it was not possible to set an empty key. Now, it is.

v3.2.0

12 Sep 10:12
v3.2.0
b880c3b
Compare
Choose a tag to compare

Changelog

Changed

  • Reduce the cost of tracking already uploaded files by bringing back file last modification time check (#306)

v3.1.1

11 Sep 05:15
v3.1.1
7bea603
Compare
Choose a tag to compare

Changelog

Fixed