Skip to content

Releases: enfein/mieru

v3.11.1

14 Jan 04:47
Compare
Choose a tag to compare
  1. Fix an issue in TCP proxy protocol implementation.

  1. 修复了 TCP 代理协议实现的一个问题。

v3.11.0

10 Jan 22:02
Compare
Choose a tag to compare
  1. Reduce network latency on Android platform.
  2. Add DNS policy for proxy server in dual-stack networks (issue #190).
  3. Add "mieru describe build" and "mita describe build" commands.
  4. Update dependency versions.

  1. 降低安卓手机的网络延迟。
  2. 增加代理服务器在双栈网络中的 DNS 策略。
  3. 增加 "mieru describe build" 和 "mita describe build" 指令。
  4. 更新依赖库的版本。

v3.10.0

01 Jan 19:14
Compare
Choose a tag to compare
  1. Fix a deadlock in network connection (bug #171, bug #173).
  2. Add mieru export config simple command (issue #176).

  1. 修复了网络连接中的一个死锁问题。
  2. 增加了 mieru export config simple 指令。

v3.9.0

17 Dec 22:31
Compare
Choose a tag to compare
  1. Optimize network traffic back pressure. Reduce connection loss when transfer big files.
  2. Update dependency versions.

  1. 优化了网络流量的反向压力。降低了传输大文件时网络断开的情况。
  2. 更新了依赖库版本。

v3.8.4

09 Dec 23:44
Compare
Choose a tag to compare
  1. Optimize mihomo executable file size.

  1. 优化了 mihomo 可执行文件的大小。

v3.8.3

09 Dec 04:04
Compare
Choose a tag to compare
  1. Modify protobuf version for golang 1.20 compatibility.

  1. 为 golang 1.20 兼容性修改了 protobuf 版本。

v3.8.2

09 Dec 03:06
Compare
Choose a tag to compare
  1. Modify mieru client API to support mihomo (issue #161).

  1. 修改了 mieru 客户端 API 以支持 mihomo。

v3.8.1

03 Dec 03:07
Compare
Choose a tag to compare
  1. Fix a network issue in mieru API.
  2. Fix a race condition in cipher module.

  1. 修复了 mieru API 中的一个网络问题。
  2. 修复了加密模块中的竞争条件

v3.8.0

13 Nov 01:28
Compare
Choose a tag to compare
  1. Allow applications to read data after network connection is closed (issue #168).
  2. Update dependency versions.

Breaking change: the MTU value in client and server configuration now represent the maximum transmission unit in UDP layer or nested network connection, rather than in data-link layer. We don't recommend setting MTU value bigger than 1440. TCP protocol is not affected.


  1. 允许应用在网络连接关闭后读取数据。
  2. 更新依赖库的版本。

重大变更:客户端和服务器配置中的 MTU 值现在表示 UDP 层或嵌套网络连接中的最大传输单元,而不是数据链路层中的最大传输单元。我们不建议将 MTU 设置为大于 1440 的值。TCP 协议不受影响。

v3.7.0

12 Oct 17:16
Compare
Choose a tag to compare
  1. Fix a bug that mita apply config command can fail when there are too many users (bug #166).
  2. When proxy is running, mieru check update will use proxy to access GitHub API.
  3. When proxy is started, mieru client may check for updates.

  1. 修复了用户数量过多时 mita apply config 指令失败的问题。
  2. 当代理运行时,mieru check update 会使用代理访问 GitHub API。
  3. 当启动代理时,mieru 客户端可能会检查更新。