Skip to content

Releases: gphotosuploader/gphotos-uploader-cli

v1.0.7

19 Jul 10:55
v1.0.7
Compare
Choose a tag to compare

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.

Screenshot_20200719_130039

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

28 Feb 11:00
v1.0.6
970dca5
Compare
Choose a tag to compare

Changelog

225f6c8 Update dependencies

v1.0.5

27 Feb 11:19
v1.0.5
41dfa3b
Compare
Choose a tag to compare

Changelog

38bedae Update dependencies

v1.0.4

01 Jan 09:54
v1.0.4
abfd21b
Compare
Choose a tag to compare

Changelog

7d64e92 Add test coverage
3f67daa Fix codebeat warning
624d8be Fix codebeat warning
9c0b299 Increase test coverage
d5fd55c Remove config folder content instead of the folder

v1.0.3

29 Dec 10:39
v1.0.3
2e7b8de
Compare
Choose a tag to compare

Changelog

75dd781 Fix inconsistebt folderName config option

v1.0.2

13 Dec 14:02
v1.0.2
815b0fa
Compare
Choose a tag to compare

Changelog

24dd81b Make task submission to work in a different subroutine

v1.0.1

06 Dec 14:37
v1.0.1
4f761fe
Compare
Choose a tag to compare

Changelog

03c8733 Add a new command to refresh tokens
11a32e3 Fix codebeat warning

v1.0.0

05 Dec 08:45
v1.0.0
8134953
Compare
Choose a tag to compare

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

13 Nov 15:18
v1.0.0-alpha2
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release

Changelog

822ee99 fix: issue #158

v1.0.0-alpha1

10 Nov 16:23
v1.0.0-alpha1
62bf509
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release

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