Skip to content

Releases: Archeb/opentrace

Version 1.3.0.1

02 Sep 03:47

Choose a tag to compare

新功能 New Features

  • 00b2e49 支持自定义 DNS / DoH
  • 2a14c76 支持自定义 PoW 服务器

修复 Bugfix

  • f698d7c 修复设置对话框的显示方式
  • 10044f4 默认隐藏没有正确设置的数据源
  • 4759b4d 修复 Linux 键盘的回车开始事件

Version 1.2.4.1

30 Aug 15:24

Choose a tag to compare

新功能 New Features

  • 4a8a00f 添加 Windows 下放行 ICMP 的提示
  • ea60f47 为 macOS 用户优化提示

注意,从该版本开始,发布的 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

10 Jun 00:45

Choose a tag to compare

修复 Bugfix

  • 4ea926e 修复 #20 “在未选择语言的情况下修改其他设置导致软件无法启动”的BUG

Version 1.2.3.1

08 Jun 22:40

Choose a tag to compare

新功能 New Features

  • ab583b7 776d336 添加反代和代理设置 allow user to specify proxy

修复 Bugfix

  • 5eeabbd 禁用谷歌地图的界面UI disable default ui for google map
  • f0ee013 防止NextTrace被多次启动,增强稳定性 prevent nexttrace from being started repeatedly

Version 1.2.3.0

06 Jun 02:03

Choose a tag to compare

新功能 New Features

  • d035291 支持关闭地图信息窗口 add a close button for popup
  • 16e5337 实现历史记录功能 add traceroute history feature

修复 Bugfix

  • 48e2a7b 修复谷歌地图无法正确重置问题 fix Google Maps not resetting properly

Version 1.2.2.0-1

05 Jun 00:35

Choose a tag to compare

新功能 New Features

  • cf4cda5 支持谷歌地图 add support for Google Maps
  • 47f9fb6 自动选择本地化的地图提供商 localized default map provider setting
  • ffb8f4d (macOS only) 修复图标过大的问题 resized icon for macOS app

修复 Bugfix

  • 47f9fb6 修复无法自动正确选择默认语言的问题 fix default language selection

Version 1.2.1.1

04 Jun 19:08

Choose a tag to compare

新功能 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

04 Jun 01:31

Choose a tag to compare

从该版本开始,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

03 Jun 15:40

Choose a tag to compare

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

02 Jun 16:19

Choose a tag to compare

Add support for DNS resolution in the GUI. You can now select the resolved IP address from the dropdown.

添加 DNS 解析选择功能,可以从下拉框中选择域名对应的IP。