Releases: imthaghost/goclone
v1.2.1
What's Changed
- Remove TravisCI and use Github Actions by @imthaghost in #27
- Fix open in browser issue by @mesaglio in #32
- Run all tests by @mesaglio in #34
- More tests by @mesaglio in #33
- fix simple typo by @lpmi-13 in #38
- update installation doc by @mesaglio in #42
- Update command "open" for specific OS by @thanhkaiba in #51
- Upgrade ubuntu to v20.04 by @imthaghost in #53
- Upgrade Go to v1.20.1 by @imthaghost in #54
- Update readme by @imthaghost in #55
- Bump golang.org/x/net from 0.0.0-20200602114024-627f9648deb9 to 0.7.0 by @dependabot in #57
- Bump github.com/antchfx/xmlquery from 1.2.4 to 1.3.1 by @dependabot in #58
- Bump golang.org/x/crypto from 0.0.0-20191227163750-53104e6ec876 to 0.1.0 by @dependabot in #59
- This change is to allow the serve port to be tweaked. by @npalumbo in #48
New Contributors
- @lpmi-13 made their first contribution in #38
- @thanhkaiba made their first contribution in #51
- @dependabot made their first contribution in #57
- @npalumbo made their first contribution in #48
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Changelog
9872871 HasPrefix
7797d0a Make cmd/goclone go get-able
3b25479 Removing SSL-Check
4a44eb7 Return errors, use context.Context for cancelation and allow cookies
2cf03ee Update html.go
b9fcaa8 [update]
a3163b8 [update]
1b28e7d [update]
436cc13 [update] cobra
0264b72 [update] newer gif
8fa193f [update] refactor
10793ec [update] test path
cf78347 clean cloneSite params
c55e7a0 clean deps
7cb4ed5 ignore base64 image encoded download
38b32a5 mime.ParseMediaType does not keep case, do not use it for parsing cookies
0f91154 move files around
412a615 remove Makefile
81d0b87 remove unnecessary functions
207101b set custom user agent
fd69177 set proxy server and update colly version
ee76035 support blob url
7293604 update readme
92ab7ed update release process