Skip to content

Releases: Mmx233/BitSrunLoginGo

v1.6.7

Choose a tag to compare

@Mmx233 Mmx233 released this 23 Jun 17:39
d0c99c0
  • fix: HTTP client cache key now includes IP address. Prevents binding to stale IP after WAN reconnection (#61)
  • fix: DNS resolution failure on Android/Termux. Automatically reads nameservers from $PREFIX/etc/resolv.conf on Android. Added settings.basic.dns_server as a manual override for any platform (#60)

v1.6.6

Choose a tag to compare

@Mmx233 Mmx233 released this 15 Jan 17:31
5201ded
  • Improve exit code. #57
  • Bump to go1.25.5

v1.6.5

Choose a tag to compare

@Mmx233 Mmx233 released this 02 Nov 09:02
33c7e93

Release Notes

  • Fixed login issue in 1.6.4. #44

v1.6.4

Choose a tag to compare

@Mmx233 Mmx233 released this 27 Oct 10:10
d5b6350

Release Notes

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

v1.6.3

Choose a tag to compare

@Mmx233 Mmx233 released this 15 Oct 07:30
938421f

Release Notes

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

v1.6.1

Choose a tag to compare

@Mmx233 Mmx233 released this 01 Oct 16:14
eac1e6d

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

v1.6.1-beta2 Pre-release
Pre-release

Choose a tag to compare

@Mmx233 Mmx233 released this 25 Sep 13:56
a3e28d3

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

v1.6.1-beta1 Pre-release
Pre-release

Choose a tag to compare

@Mmx233 Mmx233 released this 24 Sep 16:13
a8b3d16

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

Choose a tag to compare

@Mmx233 Mmx233 released this 23 Mar 11:57
cac851d

Improve

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

Fix

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

v1.5.1

Choose a tag to compare

@Mmx233 Mmx233 released this 01 Jan 11:42
a456514

Feature

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

Improve

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

Fix

  • CustomHeader 未正确生效的问题

Config Change

增加

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