Skip to content

Releases: gphotosuploader/gphotos-uploader-cli

v0.8.7

13 Oct 05:56
v0.8.7
4656f79
Compare
Choose a tag to compare

Changelog

210a323 Use errors package instead of juju ones
8df9b7d created App for DI
7f0ebb3 fix error on leveldbstore
b0490fd rebase to master
dfec149 refactor: use App to inject dependencies
0713df3 update golangci linter version
1a570fe update google-photos-api-go-client version

v0.8.6

12 Oct 06:05
v0.8.6
e4bc7d3
Compare
Choose a tag to compare

Changelog

f594df6 Fix versioning mechanism
d72f146 Rebase to master
522005e fix: issue 135

v0.8.5

06 Oct 09:33
v0.8.5
d93c9e6
Compare
Choose a tag to compare

Changelog

8ddd8ad fix: issue #137

v0.8.4

22 Sep 06:54
v0.8.4
26123e9
Compare
Choose a tag to compare

Changelog

1f93c98 doc: Update changelog
7df9c4d fix: Panic when a unexpected error on upload was raised

v0.8.3

18 Sep 11:42
v0.8.3
55c6363
Compare
Choose a tag to compare

Changelog

9e6c83d fix: Never ending uploads - issue 19
766cbe5 fix: golint and codebeat warnings

v0.8.2

14 Sep 16:24
v0.8.2
d16da11
Compare
Choose a tag to compare

Changelog

e96e7a9 fix: Sign Drone configuration
d5c7e21 fix: issue 127

v0.8.1

13 Sep 06:37
v0.8.1
Compare
Choose a tag to compare

It's very important that you update to this version, before this one, album creation was duplicating items. See #19 for more details.

Changelog

3b8ccfa Add auth documentation (#124)
9ccd822 Add badges for Codebeat and Coveralls (#121)
39621fc Add codecov as coverage report service (#122)
76225af fix: Set golang 1.12 to release images, latest 1.13 was not working well
2a5e25a tests: Add more tests to config

v0.8.1-pre

02 Sep 18:16
v0.8.1-pre
Compare
Choose a tag to compare
v0.8.1-pre Pre-release
Pre-release

Changelog

b3fe216 fix: Move album creation outside concurrent workers
b585f25 fix: Set original config with absolute paths
633fb3d fix: Update google-photos-api-client to v1.0.4

v0.8.0

24 Aug 14:58
v0.8.0
e0ffe0e
Compare
Choose a tag to compare

Changelog

Added

  • Uploads can be resumed. This will help uploading large files or when connection has fails. Thanks to @pdecat.

v0.7.2

24 Aug 13:27
v0.7.2
54939a5
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix token storing when expired token has been refreshed. See comments on #107.
  • Fix typos in CHANGELOG