Releases: gphotosuploader/gphotos-uploader-cli
Releases · gphotosuploader/gphotos-uploader-cli
v5.1.0
Added
- The
--redirect-url
flag in theauth
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 theauth
command is deprecated. Use the--redirect-url
flag instead. (#522)
Fixed
v5.1.0-rc1
Changelog
- ef25743 Fix the OAuth authentication
v5.0.2
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
Added
- Support for go v1.24
Changed
- Bump several dependencies
Removed
- Support for go v1.22
v5.0.0
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
andAlbum: auto:folderPath
options have been removed. Use theAlbum: template:%_directory%
andAlbum: template:%_folderpath%
options instead. - The deprecated
Jobs: CreateAlbums
option has been removed. Use theJobs: Album
option instead.
v4.5.0
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
andauto:folderPath
options are deprecated in favor of thetemplate:%_directory%
andtemplate:%_folderpath%
options. See documentation.
v4.4.0
Added
- Option to customize Album names by introducing
template
. Thanks to @WACKYprog (#431)
See specific documentation of the new option here
v4.3.0
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