Skip to content

Releases: enfein/mieru

v3.6.0

07 Oct 00:56
Compare
Choose a tag to compare
  1. Provide client API to third party applications like clash.meta (issue #161).

  1. 向 clash.meta 等第三方应用提供客户端接口。

v3.5.1

01 Oct 04:36
Compare
Choose a tag to compare
  1. Fix an issue that project libraries can't be imported by third party projects (issue #161).

  1. 修复了项目库无法被第三方项目导入的问题。

v3.5.0

29 Sep 04:34
Compare
Choose a tag to compare
  1. In each new release, randomly selected users will have network packets filled with low information entropy content.

  1. 在每一个新版本中,随机选取部分用户使用低信息熵内容填充网络数据包。

v3.4.0

13 Sep 02:51
Compare
Choose a tag to compare
  1. Support mieru proxy client using socks5 username and password authentication (issue #147).
  2. Support mita proxy server using socks5 username and password authentication in proxy chain (issue #147).
  3. Add the commands mieru delete http proxy and mieru delete socks5 authentication.

  1. 支持代理客户端 mieru 使用 socks5 用户名和密码验证。
  2. 支持代理服务器 mita 在链式代理中使用 socks5 用户名和密码验证。
  3. 添加 mieru delete http proxymieru delete socks5 authentication 指令。

v3.3.3

06 Sep 23:14
Compare
Choose a tag to compare
  1. Fix a bug that when multiple servers are added in client configuration, only the last server is used to establish network connections (issue #41).

  1. 修复了客户端配置中添加多台服务器时,只有最后一台服务器用于建立网络连接的问题。

v3.3.2

13 Aug 04:56
Compare
Choose a tag to compare
  1. Fix a bug that when the BBR pacing speed is very low, it takes too long to close an idle UDP session.
  2. Show packet number in mieru get connections and mita get connections command for easy debugging.

  1. 修复了当 BBR 配速非常慢时,关闭空闲 UDP 会话所需的时间过长的问题。
  2. mieru get connectionsmita get connections 命令中显示数据包编号以方便调试。

v3.3.1

11 Aug 05:45
Compare
Choose a tag to compare
  1. Fix an issue that v3.3.0 deb installation package can't be installed to Debian 11 and below (issue #154).

  1. 修复了 v3.3.0 deb 安装包无法在 Debian 11 及以下系统安装的问题。

v3.3.0

10 Aug 05:22
Compare
Choose a tag to compare
  1. Implement BBR congestion control algorithm in UDP protocol (issue #128). In bad network condition, this is 5X faster than TCP and 25X faster than the previous UDP protocol.

Although this version is compatible with previous 3.X.Y version, we recommend you to upgrade both server and client to this version to achieve best network performance.


  1. 在 UDP 协议中实现 BBR 拥塞控制算法。在网络状况不佳的情况下,这比 TCP 快 5 倍,比之前的 UDP 协议快 25 倍。

尽管此版本与之前的 3.X.Y 版本兼容,我们建议您将服务器和客户端都升级到此版本,以获得最佳的网络性能。

v3.2.1

21 Jun 00:08
Compare
Choose a tag to compare
  1. Narrow the nonce prefix from printable characters to [0-9A-Za-z_-].

  1. 将加密随机数前缀从可打印字符进一步限定至 [0-9A-Za-z_-]

v3.2.0

06 Jun 22:47
Compare
Choose a tag to compare
  1. Improve the error message when mieru client and mita server is unable to start (issue #134).
  2. Allow user to test connection with a customized URL (issue #140).

  1. 改进 mieru 客户端和 mita 服务器无法启动时的错误信息。
  2. 允许用户使用自定义 URL 测试连接。