Releases: enfein/mieru
Releases · enfein/mieru
v3.8.4
v3.8.3
v3.8.2
v3.8.1
v3.8.0
- Allow applications to read data after network connection is closed (issue #168).
- 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.
- 允许应用在网络连接关闭后读取数据。
- 更新依赖库的版本。
重大变更:客户端和服务器配置中的 MTU 值现在表示 UDP 层或嵌套网络连接中的最大传输单元,而不是数据链路层中的最大传输单元。我们不建议将 MTU 设置为大于 1440 的值。TCP 协议不受影响。
v3.7.0
- Fix a bug that
mita apply config
command can fail when there are too many users (bug #166). - When proxy is running,
mieru check update
will use proxy to access GitHub API. - When proxy is started, mieru client may check for updates.
- 修复了用户数量过多时
mita apply config
指令失败的问题。 - 当代理运行时,
mieru check update
会使用代理访问 GitHub API。 - 当启动代理时,mieru 客户端可能会检查更新。
v3.6.0
v3.5.1
v3.5.0
v3.4.0
- Support mieru proxy client using socks5 username and password authentication (issue #147).
- Support mita proxy server using socks5 username and password authentication in proxy chain (issue #147).
- Add the commands
mieru delete http proxy
andmieru delete socks5 authentication
.
- 支持代理客户端 mieru 使用 socks5 用户名和密码验证。
- 支持代理服务器 mita 在链式代理中使用 socks5 用户名和密码验证。
- 添加
mieru delete http proxy
和mieru delete socks5 authentication
指令。