Skip to content

Releases: 1andrevich/homeproxy-hiddify

2026.06.13-r1

13 Jun 15:13
b47c25e

Choose a tag to compare

2026.06.13-r1 Pre-release
Pre-release
Remove .claude from .gitignore

2026.06.12-r1

12 Jun 17:34
b47c25e

Choose a tag to compare

2026.06.12-r1 Pre-release
Pre-release
Remove .claude from .gitignore

2026.05.25-r1-legacy (OpenWRT 23.05)

25 May 08:36

Choose a tag to compare

Legacy build for OpenWRT 23.05 — no ucode-mod-digest dependency.

2026.05.25-r1

25 May 08:30

Choose a tag to compare

Add outbound interface binding, Direct/Proxy IP checks, YouTube test,…

2026.06.10-r1-dev

10 Jun 19:30

Choose a tag to compare

2026.06.10-r1-dev Pre-release
Pre-release
Add outbound interface binding, Direct/Proxy IP checks, YouTube test,…

2026.06.11-dev-1

11 Jun 09:11

Choose a tag to compare

2026.06.11-dev-1 Pre-release
Pre-release
dev-110626

Add outbound interface binding, Direct/Proxy IP checks, YouTube test,…

2026.05.19-r1-legacy (OpenWRT 23.05)

19 May 12:54

Choose a tag to compare

Legacy build for OpenWRT 23.05 — no ucode-mod-digest dependency.

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).

2026.05.19-r1

19 May 12:53

Choose a tag to compare

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).

2026.05.16-123507-legacy (OpenWRT 23.05)

16 May 12:35

Choose a tag to compare

Legacy build for OpenWRT 23.05 — no ucode-mod-digest dependency.

2026.05.16-123507

16 May 12:35

Choose a tag to compare

Merge branch 'master' of https://github.com/1andrevich/homeproxy-hiddify