Skip to content

Releases: MetaCubeX/mihomo

Prerelease-Alpha

12 Aug 17:01
Compare
Choose a tag to compare
Prerelease-Alpha Pre-release
Pre-release

Release created at Fri Nov 8 16:33:41 CST 2024
Synchronize Alpha branch code updates, keeping only the latest version


我应该下载哪个文件? / Which file should I download?
二进制文件筛选 / Binary file selector
查看文档 / Docs

v1.18.10

03 Nov 09:24
Compare
Choose a tag to compare

What's Changed

  • c63a851 feat: add direct-nameserver and direct-nameserver-follow-policy in dns section by @wwqgtxx

BUG & Fix

Maintenance

Full Changelog: v1.18.9...v1.18.10

v1.18.9

29 Sep 09:47
Compare
Choose a tag to compare

What's Changed

  • 3676d1b feat: add proxy name replacement functionality for override (#1481) by @chun
  • 781b783 feat: add amnezia-wg-option to wireguard outbound by @wwqgtxx
  • 88bfe7c feat: add external-controller-pipe for windows maybe useful for electron and tauri client, node.js and rust still not support AF_UNIX on windows by @wwqgtxx
  • ddfa9e8 feat: add etag-support to let user can disable this feature manually by @wwqgtxx
  • ecbbf9d feat: doh client support ecs and ecs-override by @wwqgtxx
  • faaa90f feat: Allows passing in base64-encoded configuration strings by @xishang0128
  • fc9d5cf feat: add external-controller-cors can config allow-origins and allow-private-network by @wwqgtxx

BUG & Fix

Maintenance

Full Changelog: v1.18.8...v1.18.9

v1.18.8

02 Sep 08:38
Compare
Choose a tag to compare

What's Changed

  • 38fd371 feat: GEOIP,IP-ASN,IP-CIDR,IP-CIDR6 and IP-SUFFIX in rules support ,src option keep the same writing style as RULE-SET by @wwqgtxx
  • 518e9bd feat: socks5, http and mixed listeners support independence users by @wwqgtxx
  • 696b75e feat: fake-ip-filter support rule-set: and geosite: by @wwqgtxx
  • 763a127 feat: RULE-SET in rules support ,src option should only be used with ipcidr behavior by @wwqgtxx
  • 7fd0467 feat: sniffer's force-domain and skip-domain support rule-set: and geosite: by @wwqgtxx
  • 8483178 feat: sniff add skip-src-address and skip-dst-address by @wwqgtxx
  • f6164ac feat: add fake-ip-filter-mode in dns #1479 by @wwqgtxx

BUG & Fix

Maintenance

Full Changelog: v1.18.7...v1.18.8

v1.18.7

28 Jul 05:50
Compare
Choose a tag to compare

What's Changed

BUG & Fix

Maintenance

Full Changelog: v1.18.6...v1.18.7

v1.18.6

01 Jul 15:05
Compare
Choose a tag to compare

What's Changed

  • 09be5cb feat: tun support auto-redirect, route-address-set and route-exclude-address-set by @wwqgtxx
  • 0b6ae6f feat: add ss-opts for trojan outbound like trojan-go's shadowsocks config #1269 by @wwqgtxx
  • 75c16f9 feat: add refresh-server-ip-interval for wireguard outbound by @wwqgtxx
  • f317baa feat: add respect-rules for dns by @wwqgtxx

BUG & Fix

Maintenance

Full Changelog: v1.18.5...v1.18.6

v1.18.5

19 May 08:50
Compare
Choose a tag to compare

What's Changed

BUG & Fix

Maintenance

Full Changelog: v1.18.4...v1.18.5

v1.18.4

29 Apr 06:24
Compare
Choose a tag to compare

What's Changed

  • 3e0bd65 feat: Converter support Xray HTTPUpgrade fast open path by @H1JK
  • a878254 feat: support -ext-ctl-unix cmdline to override external controller unix address by @wwqgtxx
  • ca84ab1 feat: support external-controller-unix by @wwqgtxx
  • f3e23b1 feat: Allow providers to set individual proxy and headers by @xishang0128

BUG & Fix

Maintenance

Full Changelog: v1.18.3...v1.18.4

v1.18.3

29 Mar 11:56
Compare
Choose a tag to compare

What's Changed

BUG & Fix

Maintenance

Full Changelog: v1.18.2...v1.18.3

v1.18.2

27 Mar 11:20
Compare
Choose a tag to compare

Breaking Change

Before:

proxies:
  - name: wg
    type: wireguard
    peers:
      - server: server
        port: port
        ip: 192.168.1.9/32
        ...

Now:

proxies:
  - name: wg
    type: wireguard
    ip: 192.168.1.9/32
    peers:
      - server: server
        port: port
        ...

What's Changed

BUG & Fix

Maintenance

Full Changelog: v1.18.1...v1.18.2

New Contributors

Full Changelog: v1.18.1...v1.18.2