Skip to content

Releases: Mmx233/BitSrunLoginGo

v1.6.5

02 Nov 09:02
33c7e93
Compare
Choose a tag to compare

Release Notes

  • Fixed login issue in 1.6.4. #44

v1.6.4

27 Oct 10:10
d5b6350
Compare
Choose a tag to compare

Release Notes

  • Improve the compatibility of the client ip retrieval process. #42
  • Fixes and improvements.

v1.6.3

15 Oct 07:30
938421f
Compare
Choose a tag to compare

Release Notes

  • Fix panic in log pre init. #41
  • Fixes and improvements.

v1.6.1

01 Oct 16:14
eac1e6d
Compare
Choose a tag to compare

Release Notes

  • 支持为多网卡认证添加等待间隔
  • 优化结构化日志
  • 支持为登录启用积分退避重试功能
  • Fixes and improvements

Config Change

New Lines:

settings:
  basic:
    interfaces_interval: 0
  backoff:
    enable: false
    max_retries: 0
    initial_duration: 2
    max_duration: 300
    exponent_factor: 1
    inter_const_factor: 0
    outer_const_factor: 0

v1.6.1-beta2

25 Sep 13:56
a3e28d3
Compare
Choose a tag to compare
v1.6.1-beta2 Pre-release
Pre-release

Release Notes

  • 支持为多网卡认证添加等待间隔
  • 优化结构化日志
  • Fixes and improvements

Config Change

New Lines:

settings:
  basic:
    interfaces_interval: 0

Also see readme for v1.6.1-beta2

v1.6.1-beta1

24 Sep 16:13
a8b3d16
Compare
Choose a tag to compare
v1.6.1-beta1 Pre-release
Pre-release

Release Notes

  • 支持为登录启用积分退避重试功能
  • Fixes and improvements

Config Change

New Lines:

settings:
  backoff:
    enable: false
    max_retries: 0
    initial_duration: 2
    max_duration: 300
    exponent_factor: 1
    inter_const_factor: 0
    outer_const_factor: 0

Also see readme for v1.6.1-beta1

v1.5.2

23 Mar 11:57
cac851d
Compare
Choose a tag to compare

Improve

  • 移除 mapstruture 依赖,减少 binary 大小

Fix

  • 更新密码哈希逻辑,兼容新版深澜(未验证) #31

v1.5.1

01 Jan 11:42
a456514
Compare
Choose a tag to compare

Feature

  • 支持自动探测 enc:--auto-enc
  • 支持模拟浏览器行为加载一次登录页

Improve

  • acid 自动嗅探成功率大幅提高
  • 请求中的 callback 值更像真实值

Fix

  • CustomHeader 未正确生效的问题

Config Change

增加

settings:
  reality:
    enable: false
    addr: http://www.baidu.com

v1.4.7

03 Dec 13:28
ac362b8
Compare
Choose a tag to compare
  • 支持添加自定义 header,初始配置添加默认 User-Agent
  • 启用双栈网络时认证 ip 留空

v1.4.6

01 Dec 08:38
6608808
Compare
Choose a tag to compare
  • yaml 配置文件 form.userType 修正为 form.user_type #28
  • 修复 Detect Acid 时可能的连接溢出