Skip to content

Releases: kaaass/ZerotierFix

Release 1.0.10

17 Sep 03:22
9f74751
Compare
Choose a tag to compare

Changes Log / 更新日志

  • Update Zerotier core

    • 💡 99e7c71 Update Zerotier core to 1.12.2
  • Improve user experience related to message notifications

    • 💡 aaf0e97 Alert user when notification permission is not granted
      • This alert popup can be permanently closed.
    • 🔨 30d7f79 Toast not shown when network is connected in MIUI (#57)
    • 🔨 6da7927 Make notification channel name more specific
    • 🔨 ed08042 Click notification won't jump to the main activity
  • Allow Planet files generated through unofficial Planet IDs

    • 💡 432e9b4 Allow Planet files generated through unofficial Planet IDs (#60)
      • This feature should address the issue where the app previously did not recognize Planet files generated by certain custom Planet projects.
  • 更新 Zerotier 核心

    • 💡 99e7c71 更新 Zerotier 核心至 1.12.2
  • 改进消息提醒相关的用户体验

    • 💡 aaf0e97 在 APP 未获得通知权限时弹窗提示用户
      • 此弹窗提示可以被永久性关闭
    • 🔨 30d7f79 MIUI 机型在成功连接网络后无法弹出 Toast 提示 (#57)
    • 🔨 6da7927 更改通知类别名称为更具体的通知类型
    • 🔨 ed08042 点击状态栏通知时无法跳转至 APP
  • 允许使用通过非官方 Planet ID 生成的 Planet 文件

    • 💡 432e9b4 允许使用通过非官方 Planet ID 生成的 Planet 文件 (#60)
      • 该功能应当能修复此前 APP 不识别部分自建 Planet 项目生成的 Planet 文件的问题

Notification / 一些说明

  • The 1.0.9 update is the last functional update for the 1.0.x version, after which the focus of development will shift to the 1.1.x version. All planned feature updates will continue to be developed in the 1.1.x updates, and the 1.0.x version will only undergo bug fixes and other maintenance work.

  • 1.0.9 是 1.0.x 版本的最后一次功能更新,之后开发重心将会转移至 1.1.x。现有计划的功能更新都将会在 1.1.x 更新中继续开发,1.0.x 版本仅会进行 BUG 修复等维护工作

File Hash / 文件哈希

  • MD5: bc15c4438e3f2a43ae92bb5fcaacc024
  • SHA1: 4da01f947c24ff0cdadd88742b5a9b95da4720d7
  • SHA256: 100a4efd8fa561e9c02d1572397f859f608cd8d51632e2bd191382ea695d992b

Release 1.0.9

12 Jul 15:51
d463239
Compare
Choose a tag to compare

Changes Log / 更新日志

Compare to 1.0.4 (Last stable release) / 与 1.0.4(上一次稳定更新)相比

  • 💡 dd0bf68 Update Zerotier core to 1.10.6 / 升级 Zerotier 核心至 1.10.6 (#19)
  • 💡 1781d23 Show APP version on the status bar on the network list page / 在网络列表底栏增加显示 APP 版本
  • 💡 1fe4ffe Show DNS Mode on the network detail page / 在网络详细页面增加显示网络的 DNS 模式
  • 🔨 721553e Fixed network detail page not updated after connection / 修正网络信息页面在连接成功后内容不更新的问题 (#44)
  • 🔨 fde9f0d Format of communication path in peer list is incorrect / 结点列表中通信路径的显示格式错误 (#41)
  • 🔨 b0d4b30 Cannot download custom planet file through HTTP URL / 无法通过 HTTP 链接下载 Planet 文件 (#4)
  • 🔨 4e0847d No permission to open selected custom planet file / 选择本地自定义 Planet 文件时可能因权限问题导致失败 (#4)
  • 🔨 f8d1c24 The APP hangs and consumes excessive memory during remote ADB debugging via Zerotier / 通过 Zt 网络进行远程 ADB 调试时 APP 占用大量内存并卡死 (#25)
  • refactor 2c3b1ba Replace pre-built JNI library with upstream source code / 将预编译的 Zerotier 核心 JNI 库替换为通过上游 Zerotier 源代码进行编译 (#32)

Compare to 1.0.8_011006_alpha / 与 1.0.8_011006_alpha 相比

  • 💡 1781d23 Show APP version on the status bar on the network list page / 在网络列表底栏增加显示 APP 版本
  • 🔨 fde9f0d Format of communication path in peer list is incorrect / 结点列表中通信路径的显示格式错误 (#41)
  • 🔨 b0d4b30 Cannot download custom planet file through HTTP URL / 无法通过 HTTP 链接下载 Planet 文件 (#4)
  • 🔨 4e0847d No permission to open selected custom planet file / 选择本地自定义 Planet 文件时可能因权限问题导致失败 (#4)
  • 🔨 f8d1c24 The APP hangs and consumes excessive memory during remote ADB debugging via Zerotier / 通过 Zt 网络进行远程 ADB 调试时 APP 占用大量内存并卡死 (#25)
  • 🔨 a932f69 Missing neighbor solicitation when handling IPv6 payload with unknown destination MAC / 当 IPv6 包发送至未知 MAC 的地址时遗漏发送 NS 包导致无法建立连接 (#51)
  • refactor 2c3b1ba Replace pre-built JNI library with upstream source code / 将预编译的 Zerotier 核心 JNI 库替换为通过上游 Zerotier 源代码进行编译 (#32)

Notification / 一些说明

  • The 1.0.9 update is the last functional update for the 1.0.x version, after which the focus of development will shift to the 1.1.x version. All planned feature updates will continue to be developed in the 1.1.x updates, and the 1.0.x version will only undergo bug fixes and other maintenance work.

  • Currently, Zerotier Fix has started maintaining a fork of the Zerotier core. Therefore, starting from version 1.0.9, the version number will no longer include the official Zerotier core version as a suffix. However, the core version will still be displayed in the APP's bottom bar.

  • 1.0.9 是 1.0.x 版本的最后一次功能更新,之后开发重心将会转移至 1.1.x。现有计划的功能更新都将会在 1.1.x 更新中继续开发,1.0.x 版本仅会进行 BUG 修复等维护工作

  • 目前 Zerotier Fix 已经开始维护 Zerotier 核心的 Fork 了,因此从 1.0.9 开始版本号将不再包含官方的 Zerotier 核心版本作为后缀,APP 底栏的核心版本仍会保留显示

File Hash / 文件哈希

  • MD5: 3fd59b2c73c823392c758b97000ac5da
  • SHA1: 8b014674059a1cacf590a56852cf9447638aa797
  • SHA256: ff42a4170909914919947409eabf45ce6e6373bf9a19a96ce929eedac4ef9b89

Alpha Release 1.0.8_011006_alpha

09 Jul 12:37
4b043d7
Compare
Choose a tag to compare
Pre-release

PLEASE NOTICE / 注意!

This is an ALPHA version to provide a quick preview of new features. APP features have not been tested for long and may run unstable, etc. Please consider waiting for the stable version to be released before updating.

此版本是用于提供新功能快速预览的 ALPHA 版本。该版本的相关 APP 功能未经长期测试,因此很可能存在运行不稳定等问题。请考虑等待稳定版本推出后再进行更新。

Changes Log / 更新日志

  • 🔨 721553e Fixed network detail page not updated after connection / 修正网络信息页面在连接成功后内容不更新的问题 (#44)
  • 🔨 2c1cd9e Fixed VPN connection might not work on the first connecting attempt / 修正打开 APP 后首次连接可能失败的问题 (#48, #51)
  • 🔨 Refactored some parts of the UI code / 重构了部分 UI 界面的代码

File Hash / 文件哈希

  • MD5: d093a74d29c69bd47f7ffd2e37b03e67
  • SHA1: 8c5b4aa1ccb915cd8e0f40067c29e141142cd386
  • SHA256: a840cc1bc303a5f54912ad4a12655a776b28f8229f76e1ffc5e238dc17a45202

Alpha Release 1.0.7_011006_alpha

19 Jun 17:27
753bddb
Compare
Choose a tag to compare
Pre-release

PLEASE NOTICE / 注意!

This is an ALPHA version to provide a quick preview of new features. APP features have not been tested for long and may run unstable, etc. Please consider waiting for the stable version to be released before updating.

此版本是用于提供新功能快速预览的 ALPHA 版本。该版本的相关 APP 功能未经长期测试,因此很可能存在运行不稳定等问题。请考虑等待稳定版本推出后再进行更新。

Changes Log / 更新日志

  • 🔨 f03bb10 Fixed VPN connection permission bug on first attempt / 修正初次连接 VPN 时无法正确申请权限的 BUG (#48)

File Hash / 文件哈希

  • MD5: 43fe0d3ec94e8de20b942f8c631ec773
  • SHA1: dd3185bf22fd2931d1cf71d6056dc5f5182eabd0
  • SHA256: f68ea41a2e147cd3d0159706f62b7d75162bf52c14bc12d63fe11fd671c78b81

Alpha Release 1.0.6_011006_alpha

27 Mar 15:58
808e183
Compare
Choose a tag to compare
Pre-release

PLEASE NOTICE / 注意!

This is an ALPHA version to provide a quick preview of new features. APP features have not been tested for long and may run unstable, etc. Please consider waiting for the stable version to be released before updating.

此版本是用于提供新功能快速预览的 ALPHA 版本。该版本的相关 APP 功能未经长期测试,因此很可能存在运行不稳定等问题。请考虑等待稳定版本推出后再进行更新。

Changes Log / 更新日志

  • 💡 dd0bf68 Update Zerotier prebuilt core to 1.10.6 / 升级 Zerotier 核心至 1.10.6 (#19)
  • 💡 02f4953 Update Zerotier SDK and code to adapt 1.10.x core / 更新 Zerotier SDK 与相关代码以支持 1.10.x 核心 (#42)

File Hash / 文件哈希

  • MD5: 2d4b0017e3fc29a52cac56918d584e04
  • SHA1: 4736c3634a21b9d4e73d35078800f18907f1ace1
  • SHA256: f0316c5226e6a113a63893ac43f52122b40d278f92d503e01a4ae0de9da2c46c

Release 1.0.5_189

02 Jul 16:42
fc65ccf
Compare
Choose a tag to compare

Changes Log / 更新日志

  • 💡 5c06e07 Update Zerotier core to 1.8.9 / 升级 zerotier 核心至 1.8.9 (#14)
  • 💡 c0e42ad Support Android 4.4 / 支持 Android 4.4 (#5)
  • 💡 89aa4a7, 1776b9b Upgrade dependency / 更新依赖版本
  • 🔨 78b8982 Fix crash when returning to homepage instantly after refreshing node list / 修正刷新节点列表后立刻返回导致应用崩溃的 BUG (#10)

File Hash / 文件哈希

  • MD5: 94719048ac8700f8a1017ce019e28c52
  • SHA1: 8a6bbd8cdd8ebd516a5f86c9de135192243adc99
  • SHA256: 484579f962a72f94a5bbf45506c363a37014055f96fbd494ee93ce31f9e33885

Release 1.0.4

05 Nov 13:33
444c91d
Compare
Choose a tag to compare

Changes Log / 更新日志

  • 8897a24 Update zerotier core to 1.8.1 / 升级 zerotier 核心至 1.8.1

File Hash / 文件哈希

  • MD5: 9a5d32410eda372860588a69d41e88e3
  • SHA1: e5cfedfaa92a0cd82bb3f9a779e5a67ce4efa043

Release 1.0.3

29 Jul 12:57
3664683
Compare
Choose a tag to compare

Changes Log / 更新日志

  • 9a26749 Update zerotier core to 1.6.5 / 升级 zerotier 核心至 1.6.5

File Hash / 文件哈希

  • MD5: 9655b9c425b1e2357f0361b6ef721736
  • SHA1: 4a6e2cef68bdbcf38574733e80adf8e31b0e8e8d

Release 1.0.2

21 Apr 03:01
93caac5
Compare
Choose a tag to compare

Changes Log

  • Implement orbit moon via moon file
  • Allow removing moon cache manually
  • Fix: custom planet file might be overwritten

File Hash

  • MD5: cf33499e39717a504beea23ebcce09b4
  • SHA1: 9d02162b8ce50c5321d8936345ce2366058d7a2d

1.0.2-alpha

09 Apr 15:51
62696a9
Compare
Choose a tag to compare
1.0.2-alpha Pre-release
Pre-release

Changes Log

  • Implement orbit moon via moon file (beta)
  • Allow removing moon cache manually (beta)
  • Fix: custom planet file might be overwritten

File hash

  • MD5: b082a7b77306a48f3336784978f38a70
  • SHA1: 170271ca8793b55f07cc31cac44cf93e7828608e