Skip to content

Releases: mapleafgo/singcast-cli

v1.1.11

10 Jun 11:05

Choose a tag to compare

v1.1.11

  • 修复 VLESS WebSocket 节点不通:补全 early-data-header-nameearly_data_header_name 映射
  • 补全 HTTPUpgrade host 字段映射
  • 修复 hosts 字段为数组时 YAML 反序列化失败
  • 修复 selectable 对非 selector 类型代理组误返回 true
  • TLS/Transport 翻译函数注释补充 sing-box 完整字段对照表

v1.1.10

05 Jun 07:09

Choose a tag to compare

v1.1.10

重构 StartWithContent 并发控制模型:

  • 互斥锁序列化 + 序列号合并并发请求,只执行最后一个
  • 配置翻译移到锁外减小临界区
  • CAS 循环简化为单次 CAS
  • Stop() 错误记录日志

Full Changelog: v1.1.9...v1.1.10

v1.1.9

29 May 15:02

Choose a tag to compare

IPC 请求处理改为协程并发,内核启动期间状态查询不再阻塞

v1.1.8

28 May 10:44

Choose a tag to compare

修复无 default-nameserver 时自动提取 IP 直连 DNS 作为引导服务器以避免 DNS 回环,简化 TLS enabled 判断逻辑并移除 trojan 多余警告。

v1.1.7

27 May 16:43

Choose a tag to compare

修复移动端网络切换后 DNS 失效:接口变更时改用 Router.ResetNetwork() 同时重置连接管理和 DNS 缓存+传输。

v1.1.6

27 May 10:39

Choose a tag to compare

提取 emitEvent 统一事件回调,SetOnEvent 更新后所有 goroutine 立即生效,不再持有旧引用。
修复 observe 函数缩进及 gofmt 格式问题。

v1.1.5

26 May 02:59

Choose a tag to compare

卸载 Windows 服务前先停止进程,超时降级由 SCM 兜底清理

v1.1.4

25 May 18:34

Choose a tag to compare

移除 IPC 服务管理接口,卸载服务改为免提权

v1.1.3

25 May 16:53

Choose a tag to compare

修复 YAML nil 值导致 VLESS flow 报错

v1.1.2

24 May 18:06

Choose a tag to compare

新增 singcast service install/uninstall CLI 命令,支持通过命令行管理系统服务。VLESS flow 字段改为直接透传用户配置,由运行时校验,避免服务端配置不一致导致连接断开。