Skip to content

Releases: enfein/mieru

v2.2.0

19 Nov 23:14
Compare
Choose a tag to compare
  1. Support socks5 outbound / proxy chain (issue #77, issue #83).
  2. Add Android build (issue #84, issue #89) -- this is not APK file, we will work on NekoBox Android plugin later.
  3. Update dependency versions.

  1. 支持 socks5 出站 / 链式代理。
  2. 添加安卓二进制程序 -- 并非安卓 APK 安装包,我们之后会开发 NekoBox 安卓代理插件。
  3. 更新依赖库的版本。

v2.1.0

21 Oct 16:59
Compare
Choose a tag to compare
  1. Support user quota (issue #79).
  2. Support listening to port range (issue #92).
  3. Adjust padding strategy.

  1. 支持设定用户流量限额。
  2. 支持监听端口段。
  3. 调整填充策略。

v2.0.0

02 Oct 05:12
Compare
Choose a tag to compare

Welcome to mieru 2.

mieru 2 developed a new protocol to improve performance and be more resisting to GFW probing and blocking.

Upgrade from mieru 1 to mieru 2 is very simple. Just install the new server and client programs. Configuration of mieru 1 will be reused.

欢迎使用見える 2。

見える 2 开发了一种新的协议,提升了性能,可以更有效地对抗 GFW 的探测和封锁。

从見える 1 升级到見える 2 很简单,只需要安装新的服务器和客户端程序即可。見える 1 的配置文件会被重新使用。

v1.15.1

09 Sep 04:53
Compare
Choose a tag to compare
  1. Fix incorrect handle of gzip website in HTTP proxy (issue #80).

v1.15.0

31 Aug 00:05
Compare
Choose a tag to compare
  1. Optimize random number generation.
  2. Add RISC-V client build.
  3. Update dependency versions.

v1.14.1

02 Jun 23:31
Compare
Choose a tag to compare
  1. Increase RPC timeout (issue #57).
  2. Update dependency versions.

v1.14.0

28 Apr 23:16
Compare
Choose a tag to compare
  1. Avoid GFW passive detection by using printable ASCII characters in initial vector.

v1.13.0

01 Apr 03:20
Compare
Choose a tag to compare
  1. Add "mieru import config" and "mieru export config" command to share config as URL.
  2. Fix more debug logging errors.
  3. Add a document about environment variables.
  4. Update dependency versions.

v1.12.0

18 Feb 00:13
Compare
Choose a tag to compare
  1. Adjust packet timing.
  2. Add fullcone NAT support.
  3. Suppress some debug logs.

v1.11.0

26 Jan 05:35
Compare
Choose a tag to compare
  1. Provide HTTP / HTTPS proxy (issue #47).
  2. Add "mieru check update" and "mita check update" commands.