Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 16:07
· 37 commits to master since this release

Changelog

  • [feat] 支持proxyclient, 现在支持http/https, socks4/socks5, ssh, shadowsocks等代理, --proxy http://127.0.0.1:1080
  • [feat] 去掉了internal包,现在可以当作库被调用了
  • [fix] try fix deadlock, thanks #89 , resolve: #90 #80 #78 #68
  • [fix] init failed bar not close
  • [fix] total bar not wait
  • [fix] chunk mod not read
  • [fix] nil bar panic
  • [enhance] add default accept and user-agent header
  • [enhance] 优化spray输出, 使其更加紧凑
  • [enhance] 使用go 1.20编译, 支持更多的操作系统