Skip to content

Releases: jkawamoto/go-pixeldrain

v0.7.2

11 Apr 19:05
5d950ab
Compare
Choose a tag to compare

Changelog

v0.7.1

08 Apr 20:27
Compare
Choose a tag to compare

Changelog

  • fix parsing args on windows

v0.7.0

08 Apr 05:54
603cd35
Compare
Choose a tag to compare

Changelog

  • End-to-end encryption #43

v0.6.3

06 Apr 08:04
6e9701e
Compare
Choose a tag to compare

Changelog

  • d90993b fix: download to the current directory if dir is not given

v0.6.2

06 Apr 04:03
43ee5d3
Compare
Choose a tag to compare

Changelog

v0.6.1

04 Apr 17:48
3649952
Compare
Choose a tag to compare

Changelog

v0.6.0

04 Apr 05:56
d8b4c0e
Compare
Choose a tag to compare

Changelog

  • 4fa1b21 feat: add IsDownloadURL and IsListURL to client
  • cfed495 feat: client package to embed a client to a context
  • 35ef0ab feat: download command accepts multiple files and lists
  • 5995d14 feat: support uploading multiple files
  • 55c2727 feat: update pd command to use the newer client
  • b04f89d fix: NewError shouldn't return nil
  • dba30b9 fix: hide api key from help
  • 59f592c fix: pd command to use the new client
  • 9141cc6 import #23
  • c098ee5 refactor: initialize a client in before function
  • 20954ec refactor: migrate from go-multierror to errors
  • be11e8f refactor: migrate from ioutil package
  • 13e87b8 refactor: simplify pixeldrain package
  • cbb7c2f refactor: use a newer API to join paths of a URL

v0.5.2

31 Mar 02:09
36d1ad5
Compare
Choose a tag to compare

Changelog

v0.5.1

15 Mar 10:28
a0ed60b
Compare
Choose a tag to compare

Changelog

v0.5.0

23 Sep 01:20
a122d62
Compare
Choose a tag to compare

Changelog

adb0cd1 feat: add api-key flag
7f07cfd feat: download command uses the download API
6760c53 feat: improve api error message
9bd0eaa feat: progress bars show the filename
ead7c46 feat: support authorization
5735fa3 fix: roundTripper sets content types of download requests to octet-stream
7cc85dd fix: swagger client returns a readable error
bf8497c refactor: Pixeldrain.Upload takes a File interface insteaf of file ane name pair
fff097e refactor: main creates a context and commands use it
1794c76 refactor: merge version.go into main.go
99913f9 refactor: package structure and add document