Releases: gphotosuploader/gphotos-uploader-cli
Releases · gphotosuploader/gphotos-uploader-cli
v0.8.7
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.4
Changelog
1f93c98 doc: Update changelog
7df9c4d fix: Panic when a unexpected error on upload was raised
v0.8.3
Changelog
9e6c83d fix: Never ending uploads - issue 19
766cbe5 fix: golint and codebeat warnings
v0.8.2
Changelog
e96e7a9 fix: Sign Drone configuration
d5c7e21 fix: issue 127
v0.8.1
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
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
Changelog
Added
- Uploads can be resumed. This will help uploading large files or when connection has fails. Thanks to @pdecat.
v0.7.2
Changelog
Fixed
- Fix token storing when expired token has been refreshed. See comments on #107.
- Fix typos in CHANGELOG