Releases: gphotosuploader/gphotos-uploader-cli
Releases · gphotosuploader/gphotos-uploader-cli
v5.1.0
Added
- The
--redirect-urlflag in theauthcommand 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-hostnameflag in theauthcommand is deprecated. Use the--redirect-urlflag instead. (#522)
Fixed
v5.1.0-rc1
Changelog
- ef25743 Fix the OAuth authentication
v5.0.2
Changed
- Bump
github.com/spf13/aferoto v1.14.0 - Bump
github.com/gphotosuploader/google-photos-api-client-go/v3to v3.0.8 - Bump
github.com/hjson/hjson-go/v4to v4.5.0 - Bump
github.com/int128/oauth2clito v1.17.0 - Bump
golang.org/x/oauth2to v0.30.0 - Bump
golang.org/x/syncto v0.14.0 - Bump
golang.org/x/termto v0.32.0 - Bump
golang.org/x/textto v0.25.0 - [CI] Bump
golangci-lintto 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/textto 0.19.0 (#479) - Bump
golang.org/x/termto 0.25.0 (#478) - Bump
github.com/schollz/progressbar/v3to 3.16.1 (#477)
Removed
- The deprecated
Album: auto:folderNameandAlbum: auto:folderPathoptions have been removed. Use theAlbum: template:%_directory%andAlbum: template:%_folderpath%options instead. - The deprecated
Jobs: CreateAlbumsoption has been removed. Use theJobs: Albumoption 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/oauth2to version 0.17.0 - Bump
gphotosuploader/google-photos-api-client-go/v3to version 3.0.5
Deprecated
- The
auto:folderNameandauto:folderPathoptions 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/termto version 0.16.0 - Bump
golang.org/x/syncto version 0.6.0 - Bump
github.com/dvsekhvalnov/jose2goto version 1.6.0 - Bump
github.com/hjson/hjson-go/v4to version 4.4.0 - Bump
golang.org/x/oauth2to version 0.16.0 - Bump
github.com/spf13/aferoto version 1.11.0 - Bump
github.com/gphotosuploader/google-photos-api-client-go/v3to version 3.0.4