Skip to content

Releases: nxtrace/NTrace-core

v1.5.0

28 Nov 03:45
82cebb7

Choose a tag to compare

What's Changed

额外的:
若需在 Windows 下使用 TCP/TCPv6 模式需要自行前置应用 NpcapWinDivert
其中的 WinDivert 可通过 --init 参数安装
在 Windows 版中新增参数 --icmp-mode 和新环境变量 NEXTTRACE_ICMPMODE,使用户可以手动控制所有模式中 ListenICMP 函数的选择,默认的自动决策依赖是否有 admin 权限,以及是否成功调用 Npcap ;若强制指定 PCAP 模式但实际无法使用,也会给出报错提示并自动回退到 Socket 模式

Full Changelog: v1.4.2...v1.5.0

v1.4.3-rc.1

12 Oct 13:58

Choose a tag to compare

v1.4.3-rc.1 Pre-release
Pre-release

What's Changed

额外的:
若需在 Windows 下使用 TCP/TCPv6 模式需要自行前置应用 NpcapWinDivert
其中的 WinDivert 可通过 --init 参数安装
在 Windows 版中新增参数 --icmp-mode 和新环境变量 NEXTTRACE_ICMPMODE,使用户可以手动控制所有模式中 ListenICMP 函数的选择,默认的自动决策依赖是否有 admin 权限,以及是否成功调用 Npcap ;若强制指定 PCAP 模式但实际无法使用,也会给出报错提示并自动回退到 Socket 模式

Full Changelog: v1.4.2...v1.4.3-rc.1

v1.4.2

26 Jul 12:57
cefed2a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.2

v1.4.1

26 Jul 09:21

Choose a tag to compare

v1.4.1 Pre-release
Pre-release

Full Changelog: v1.4.0...v1.4.1

v1.4.0

16 Apr 01:14

Choose a tag to compare

What's Changed

新功能

  • 完整支持 IPv6 UDP 模式追踪 in bcd430c

性能优化

  • TCP/UDP 模式支持固定源端口,改善负载均衡网络下的追踪效果
    可通过 NEXTTRACE_RANDOMPORT 环境变量切换回随机端口模式
    #296 #297 in 90b1a3c 4d8e7e3
  • 优化 WebSocket 连接的并发控制 in 9af629b
  • 改进 ICMPv6 头部处理机制 in d6de649
  • 解决 UDP 模式下的端口竞争问题 in dccc41b

依赖更新

  • 升级 Go 至 1.24 版本 in c095599

其他改进

  • 优化程序接口,提升二次开发便利性 #84 in 608a290
  • 修复 UDP 模式显示问题 in 314a4b3

Thanks

Full Changelog: v1.3.7...v1.4.0

v1.3.7

17 Jan 03:35

Choose a tag to compare

What's Changed

  • 解决网络不通时的卡死问题 in 6c49957
  • 更新 Golang 到 v1.23.4 ,以及其他依赖更新到最新 in 69588b0

⚠️ 由于 Golang 更新v1.23,须注意编译时需要加"-ldflags=-checklinkname=0"参数

Full Changelog: v1.3.6...v1.3.7

v1.3.6

01 Jan 11:27

Choose a tag to compare

What's Changed

  • Fast Trace 和 File Trace 支持 UDP mode,同时支持 Port 自定义参数 in d233e0e
  • 一些UI调整 in 183516b
  • 更新依赖(CVE-2024-45338)

Full Changelog: v1.3.5...v1.3.6

v1.3.5

14 Oct 11:22
4ae9d8e

Choose a tag to compare

What's Changed

  • 修正 fix: close when createWsConn failed in nxtrace@a0a9aba
  • 修正 macOS15 Surge tun(NE)模式下使用--dev(--source) 未正常工作 in b0c0f8d
  • 更新依赖 in 970893f

Thanks

Full Changelog: v1.3.4...v1.3.5

v1.3.4

10 Sep 13:27
6a3ea6a

Choose a tag to compare

What's Changed

  • FastTrace模式细节调整及该模式增加DOT参数支持
  • Enhance ipinfoLocal.mmdb file lookup in nxtrace#66
  • 更新依赖

Thanks

Full Changelog: v1.3.2...v1.3.4

v1.3.3

08 Sep 06:47
b507dea

Choose a tag to compare

v1.3.3 Pre-release
Pre-release

Full Changelog: v1.3.2...v1.3.3