Releases: mapleafgo/singcast-cli
Releases · mapleafgo/singcast-cli
v1.1.11
07 Jun 14:53
Compare
Sorry, something went wrong.
No results found
v1.1.11
更新依赖:
sing-box 1.13.12 → 1.13.13
sing-tun 0.8.9 → 0.8.10
golang.org/x/net 0.54.0 → 0.55.0
golang.org/x/sys 0.44.0 → 0.45.0
golang.org/x/crypto 0.51.0 → 0.52.0
golang.org/x/mobile、x/exp 等间接依赖同步升级
适配 sing-tun v0.8.10 DefaultInterfaceMonitor 接口变更:MyInterface() string → MyInterfaces() []string
Full Changelog : v1.1.10...v1.1.11
v1.1.10
05 Jun 07:09
Compare
Sorry, something went wrong.
No results found
v1.1.10
重构 StartWithContent 并发控制模型:
互斥锁序列化 + 序列号合并并发请求,只执行最后一个
配置翻译移到锁外减小临界区
CAS 循环简化为单次 CAS
Stop() 错误记录日志
Full Changelog : v1.1.9...v1.1.10
v1.1.9
29 May 15:02
Compare
Sorry, something went wrong.
No results found
IPC 请求处理改为协程并发,内核启动期间状态查询不再阻塞
v1.1.8
28 May 10:44
Compare
Sorry, something went wrong.
No results found
修复无 default-nameserver 时自动提取 IP 直连 DNS 作为引导服务器以避免 DNS 回环,简化 TLS enabled 判断逻辑并移除 trojan 多余警告。
v1.1.7
27 May 16:43
Compare
Sorry, something went wrong.
No results found
修复移动端网络切换后 DNS 失效:接口变更时改用 Router.ResetNetwork() 同时重置连接管理和 DNS 缓存+传输。
v1.1.6
27 May 10:39
Compare
Sorry, something went wrong.
No results found
提取 emitEvent 统一事件回调,SetOnEvent 更新后所有 goroutine 立即生效,不再持有旧引用。
修复 observe 函数缩进及 gofmt 格式问题。
v1.1.5
26 May 02:59
Compare
Sorry, something went wrong.
No results found
卸载 Windows 服务前先停止进程,超时降级由 SCM 兜底清理
v1.1.4
25 May 18:34
Compare
Sorry, something went wrong.
No results found
v1.1.3
25 May 16:53
Compare
Sorry, something went wrong.
No results found
修复 YAML nil 值导致 VLESS flow 报错
v1.1.2
24 May 18:06
Compare
Sorry, something went wrong.
No results found
新增 singcast service install/uninstall CLI 命令,支持通过命令行管理系统服务。VLESS flow 字段改为直接透传用户配置,由运行时校验,避免服务端配置不一致导致连接断开。