Releases: gphotosuploader/gphotos-uploader-cli
Releases · gphotosuploader/gphotos-uploader-cli
v1.1.2
v1.1.1
v1.1.0
Added
- Flag
--dry-run
topush
command. It's useful to validateincludePatterns
andexcludePatterns
configuration. (#216)
Changed
- The
init
command setsdeleteAfterUpload: false
as default value. (#214) - CI has been moved to GitHub actions (previously was drone.io).
- Bump
gphotosuploader/googlemirror
fromv0.3.7
tov0.4.0
. - Bump
99designs/keyring
fromv1.1.2
tov1.1.5
.
v1.0.8
Changelog
Changed
- Update CI/CD minimum version to Go 1.13.
- Bump github.com/gphotosuploader/googlemirror to v0.3.7.
Fixed
- File upload on album creation error. Thanks to @albertvaka (#212)
v1.0.7
Temporary note: Since v1.0.7
gphotos-uploader-cli
will not open a browser in your system. Instead of it, a URL is shown, please visit this web address using your preferred browser, complete the Google authorisation flow and paste the code that Google will supply as a final step.
Changelog
Changed
- Bump github.com/int128/oauth2cli to v1.12.1 (#206)
- Bump golang.org/x/oauth2 to v0.0.0-20200107190931-bf48bf16ab8d (#205)
Fixed
- Fix (temporary) OAuth broken process (#181)