Skip to content

Releases: mapleafgo/singcast-cli

v1.1.13

Choose a tag to compare

@mapleafgo mapleafgo released this 15 Jun 13:50
  • DNS strategy 改用顶层 ipv6 字段控制
  • FakeIPFilter 与 extractHostPort 改用 switch 语句
  • Destroy 时先停止 IPC server

v1.1.12

Choose a tag to compare

@mapleafgo mapleafgo released this 15 Jun 06:35

新增移动端 IPC 方法 StartIpcServer / StopIpcServer,支持跨进程 JSON-RPC 控制。

v1.1.11

Choose a tag to compare

@mapleafgo mapleafgo released this 10 Jun 11:05

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

Choose a tag to compare

@mapleafgo mapleafgo released this 05 Jun 07:09

v1.1.10

重构 StartWithContent 并发控制模型:

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

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

v1.1.9

Choose a tag to compare

@mapleafgo mapleafgo released this 29 May 15:02

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

v1.1.8

Choose a tag to compare

@mapleafgo mapleafgo released this 28 May 10:44

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

v1.1.7

Choose a tag to compare

@mapleafgo mapleafgo released this 27 May 16:43

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

v1.1.6

Choose a tag to compare

@mapleafgo mapleafgo released this 27 May 10:39

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

v1.1.5

Choose a tag to compare

@mapleafgo mapleafgo released this 26 May 02:59

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

v1.1.4

Choose a tag to compare

@mapleafgo mapleafgo released this 25 May 18:34

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