Skip to content

2026.05.19-r1

Choose a tag to compare

@github-actions github-actions released this 19 May 12:53
· 4 commits to master since this release

Changelog

Link Import (Import share links)

  • Added support for importing Mieru, SSH, WireGuard, and NaïveProxy share links (these were parsed by the subscription backend but silently ignored by the UI importer).
  • Added VLESS xhttp transport support, including Hiddify extensions: TLS fragment, allowInsecure, custom headers, and download settings (xhttp/reality/TLS).
  • Added Trojan xhttp transport support with the same Hiddify fragment and allowInsecure extensions.
  • Fixed Hysteria2 insecure detection — the old check treated insecure=0 as insecure (any non-empty string is truthy in JS).
  • Fixed TUIC missing with_quic feature guard, and added tls_insecure, zero_rtt_handshake, and heartbeat fields.

Mieru Node UI

  • Added Mieru as a selectable node type (requires with_quic build, same as Hysteria/TUIC).
  • Added Mieru-specific fields: Protocol (TCP / UDP / TCP and UDP), Port range, Multiplexing level, and Handshake mode.
  • Hidden the generic Port field for Mieru nodes since Mieru uses a port range instead of a single port.
  • Added Russian and Chinese translations for all new Mieru UI strings.

Stability Fix

  • Fixed a hiddify-core crash (nil pointer dereference in OutboundMonitoring.Start) that occurred when a node was deleted but still referenced in a URLTest group. The config generator now silently skips non-existent nodes instead of emitting a broken outbound.

Client Routing

  • Added inbound matching to routing rules. Rules can now be scoped to specific inbound tags (dns-in, mixed-in, tproxy-in, tun-in, or any server-defined inbound).

Build & Versioning

  • Package versions now use YYYY.MM.DD-rN format (e.g., 2025.05.19-r83) — date-based CalVer with APK-native revision suffix, replacing the opaque Unix epoch + git hash format.
  • Release tag and package version are now consistent with each other (previously they were two different values).