Releases: gphotosuploader/gphotos-uploader-cli
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)
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
This is a major update, it means that non backwards compatible changes are included. Please read the README before using this version.
Changelog
559f031 Add result channel to the queue
b4167db Fix linter message
b10c4da Fix linter message
fc83e6a Fix tests
ea10d56 Update documentation
ac16737 fix issue by refactoring how concurrency is done
v1.0.0-alpha2
v1.0.0-alpha1
Changelog
ecdd885 Add default label and assignement
80d7aa3 Add label
580d513 Create CODE_OF_CONDUCT.md
65c3cd9 Create CONTRIBUTING.md
aa20174 Create pull_request_template.md
6783fd6 change --reconfigure by --force
dbfa685 ci: add test on go-1-13 and go-1-12
4055656 feat: Add a logger package
00d6444 feat: Using new Logger package
3e1979d feat: add a flag to activate debug mode
62ba94b feat: add an option to customize album creation
196b60b fix: linter errors
b2358f3 refactor: fix linter warning
f807e7e refactor: move config dir to ~/.gphotos-uploader-cli
1fd3d18 refactor: remove album methods to a file
593fe75 refactor: remove linter warning
707d575 refactor: remove linter warning
119834a refactor: rename Log to Logger
d58069b remove log statement from function
e62dfb6 update documentation
300bef3 wip: remove globals & make cmd testable