Releases: jkawamoto/go-pixeldrain
Releases · jkawamoto/go-pixeldrain
v0.7.2
v0.7.1
Changelog
- fix parsing args on windows
v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.6.0
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
v0.5.1
v0.5.0
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