Releases: Archeb/opentrace
Version 1.3.0.1
Version 1.2.4.1
新功能 New Features
注意,从该版本开始,发布的 macOS 软件包将不自带 NextTrace 可执行文件,请参考 NextTrace Wiki 和应用内弹窗进行安装
Note that starting with this release, macOS packages will be released without the NextTrace executable, please refer to the NextTrace Wiki and in-app popups to install it.
Version 1.2.3.3
Version 1.2.3.1
Version 1.2.3.0
Version 1.2.2.0-1
Version 1.2.1.1
新功能 New Features
- 解析域名时标题有提示 User is prompted when DNS resolves
 
修复 Bugfix
- 修复了 IME 与 Enter 键的冲突 Fixed conflict between IME and enter key #9
 - 防止MTR进入死循环 Preventing MTR from entering a dead loop
 
Version 1.2.1.0
从该版本开始,OpenTrace 的 Windows 版本将以 .NET Framework 4.8 平台作为目标,其他系统仍然使用 .NET 6.0 平台。这是为了更好的兼容性,以及减轻 Windows 用户安装 .NET 6.0 运行时的负担。这意味着使用 Windows 10 Version 1903 及以上版本系统的用户无需再另外安装运行时。
From this release onwards, the Windows version of OpenTrace will target the .NET Framework 4.8 platform, with other systems still using the .NET 6.0 platform. This is for better compatibility and to ease the burden on Windows users installing the .NET 6.0 runtime. This means that users with Windows 10 Version 1903 and above will not need to install a separate runtime.
Version 1.2.0.0
The first macOS version 首个支持 macOS 的版本
在对设置的存储方式进行修改之后,OpenTrace现在能够正常在macOS上运行。同时感谢 @fakeboboliu 给 NextTrace 贡献了一个能让程序无需
root 权限即可 traceroute 的更改,最终使得首个 macOS 版本的发布成为可能。
由于未知的原因(可能是 Eto.Forms 框架的问题),我们编译的 Apple Silicon (arm64) 版本的程序无法正常启动,所以目前我们只能提供 AMD64 版本。但我们已在 M1 Mac mini 上进行了测试,可以通过转译正常使用 AMD64 版本的程序。
该版本 OpenTrace 需要最新的 NextTrace v1.1.7 才能使用所有功能,这已经被包含在 macOS 版本中。其他用户请访问 https://github.com/sjlleo/nexttrace-core/releases/tag/v1.1.7 并下载对应平台的程序。
该版本还包括一些其他的错误修复和小更新,如支持直接粘贴 URL 并解析等。
After making changes to the way the settings are stored, OpenTrace now runs properly on macOS. Also my friend @fakeboboliu has contributed a change to NextTrace that will allow the program to traceroute without root, finally making the first macOS release possible.
For unknown reasons (probably the Eto.Forms framework) our compiled Apple Silicon (arm64) binaries don't run properly, so for now we can only provide AMD64 binaries. But we have already tested this on the M1 Mac mini and it works fine.
This version of OpenTrace requires the latest NextTrace v1.1.7 to use all features, for the macOS version this is already included. For other users please visit https://github.com/sjlleo/nexttrace-core/releases/tag/v1.1.7 and download the binary for your platform.
This release also includes a number of other bug fixes and minor updates, such as support for pasting URLs directly and using their hosts for traceroute.
Version 1.1.0.0
Add support for DNS resolution in the GUI. You can now select the resolved IP address from the dropdown.
添加 DNS 解析选择功能,可以从下拉框中选择域名对应的IP。