Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mihomo 1.18.2 #46

Merged
merged 1 commit into from
Mar 28, 2024
Merged

mihomo 1.18.2 #46

merged 1 commit into from
Mar 28, 2024

Conversation

imhansai
Copy link
Owner

Created with brew bump-formula-pr.

release notes
# 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

  • 0bb5568d feat: add ssh outbound (#1087) by @TreviD
  • 234a4bfc feat: add DOMAIN-REGEX rule by @xishang0128
  • 3ec23c1f feat: Add DNS outbound to hijack DNS packets (#1078) by @sduoduo233
  • 44d8a146 feat: add IP-ASN rule by @xishang0128
  • e0248fae feat: Experimental supports dialer IP4P address convert form https://github.com/heiher/natmap/wiki/faq by @xishang0128
  • feedc9ec feat: implement port hopping (#1064) by @keakon

BUG & Fix

  • 012e4485 fix: when hysteria2 set ports, port can be empty by @wwqgtxx
  • 0619c752 fix: url format error when host is IPv6 by @Skyxim
  • 0b4662e4 fixed: invalid argument to Intn (#1133) by @落心
  • 0c384b1e fix: tproxy start error by @wwqgtxx
  • 1c7e011f fix: api does not return configuration value by @xishang0128
  • 20658f6e fix: lan-allowed-ips does not take effect by @xishang0128
  • 284b01ca fix: wireguard client bind by @wwqgtxx
  • 7754b46d fix: MaxMind MMDB code character case by @H1JK
  • 7ad37ca0 fix: hysteria2 server domain resolve by @wwqgtxx
  • 9c08e936 fix: unmap 4in6 ip in wireguard by @wwqgtxx
  • 9e57e7d2 fix: fix lan-allowed-ips does not take effect by @wwqgtxx
  • 9e7eaf72 fix: ipv6 http host addr by @wwqgtxx
  • cd9e9cd2 fix: fix timezone for Android by @xishang0128
  • d2ae94f2 fix: iface panic [Bug] panic: interface conversion: net.Addr is *net.IPAddr, not *net.IPNet MetaCubeX/mihomo#1130 by @wwqgtxx
  • d56a439a fix: dns truncate not work by @wwqgtxx
  • dceb8ee5 fix: resolve atomic.Value usages with interface types by @wwqgtxx
  • f8295a02 fix: update mmdb fail by @Larvan2

Maintenance

  • 04886761 chore: Add max-failed-times by @xishang0128
  • 080d3160 chore: update gvisor by @wwqgtxx
  • 143fe84b chore: update gvisor by @wwqgtxx
  • 23e3f12e chore: better timer using by @wwqgtxx
  • 288899a4 chore: stylish d2ae94f2 (#1132) by @bobo liu
  • 31d36140 chore: upgrade dependencies by @wwqgtxx
  • 324c0bde chore: update golang to 1.22 by @wwqgtxx
  • 37b02b18 chore: Temporarily abandon pkg.tar.zst package building by @xishang0128
  • 3d833ef6 chore: don't panic when set deadline error by @Larvan2
  • 5702d28c chore: rebuild ssh outbound by @wwqgtxx
  • 5af7f4e8 chore: allow config table-index for tun [Bug] docker inet4-route-address不起作用 MetaCubeX/mihomo#1128 by @wwqgtxx
  • 5fdfde6a chore: ssh outbound add private-key-passphrase,host-key,host-key-algorithms rename privateKey to private-key and support direct write private key value in config file by @wwqgtxx
  • 6399347a chore: add some fields for override by @xishang0128
  • 69bf434e chore: vlessPacketConn should wrap ThreadSafePacketConn by @wwqgtxx
  • 77c10d90 chore: Replace android timezone implementation kanged from https://github.com/SagerNet/sing-box/blob/dev-next/include/tz_android.go by @xishang0128
  • 78b4b11f chore: Update workflow by @xishang0128
  • 7eb16a09 chore: upgrade dependencies by @wwqgtxx
  • 80408855 chore: update quic-go to 0.42.0 by @wwqgtxx
  • 81c832ef chore: code cleanup by @wwqgtxx
  • 823f59b5 chore: Add dns-redirect options to iptables by @xishang0128
  • 8b981307 chore: share RelayDnsPacket function code by @wwqgtxx
  • 8d9eb1e5 chore: get HealCheckURL from pd if groupOption URL is empty by @Larvan2
  • 90d0ef03 chore: Check regex rule expression when initializing by @H1JK
  • 93b48a94 chore: Update workflow by @H1JK
  • 974332c0 chore: rebuild sync.Once visit code by @wwqgtxx
  • 985b884d chore: add power event code for windows by @wwqgtxx
  • b3db113b chore: allow disabled system hosts by environment variable DISABLE_SYSTEM_HOSTS by @wwqgtxx
  • c80dd5d7 chore: retry DNS over TCP when receive a truncated UDP response [Bug] UDP DNS返回结果超过512字节时用TCP重新发起查询无法正常返回结果 MetaCubeX/mihomo#1117 by @wwqgtxx
  • d2734086 chore: Add GeoIP result to metadata by @H1JK
  • e1a5b93c chore: rebuild wireguard server address resolve by @wwqgtxx
  • e5829419 chore: Distinguish between abi1.0 and abi2.0 of loongarch64 by @xishang0128
  • e8674973 chore: rebuild DNS outbound code by @wwqgtxx
  • f0bc6858 chore: Update workflow by @xishang0128
  • f0ff6546 chore: Correct android update name by @xishang0128
  • fad1a083 chore: dns outbound support tcp by @wwqgtxx
  • fe4acebb chore: Supplement type by @xishang0128

Full Changelog: MetaCubeX/mihomo@v1.18.1...v1.18.2

New Contributors

Full Changelog: MetaCubeX/mihomo@v1.18.1...v1.18.2

@imhansai imhansai merged commit 2f7cea9 into main Mar 28, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant