Skip to content

Aether-GUI v0.4.0

Choose a tag to compare

@MatinSenPai MatinSenPai released this 17 Jul 21:09
· 22 commits to main since this release

Aether core updated to v1.2.0

  • "Connected" now really means connected — upstream fixed a false-positive in the tunnel validation check: the probe packet used to target 1.1.1.1, which sits inside Cloudflare's own network, so a gateway could pass validation by routing internally without ever reaching the real internet. The probe now targets an external resolver and must succeed twice in a row. This was the cause of tunnels that showed as connected while actual traffic just hung.

New: MASQUE transport choice — HTTP/3 or HTTP/2

The Advanced panel has a new MASQUE Transport toggle:

  • HTTP/3 (QUIC) — the default; fastest handshake, best on networks that leave UDP alone.
  • HTTP/2 (TCP) — looks like ordinary HTTPS; use it when your network blocks or throttles UDP/QUIC.

Like every other setting, your choice is applied silently at launch (Aether 1.2.0 otherwise asks this as a new interactive question) and is saved with your profile. The toggle only applies to the MASQUE protocol and is disabled for WireGuard/gool.

New app logo

Aether-GUI now ships with its own meteor logo — window, taskbar, shortcuts, and installer.

Note: if you had a previous version installed and still see the old icon on a shortcut, that's Windows' icon cache showing a stale entry — it clears on its own (or after signing out once). The taskbar of the running app always shows the correct one.

Windows installers below (.exe NSIS setup or .msi). The bundled aether.exe v1.2.0 is fetched from the official Aether release and SHA256-verified at build time.

🤖 Generated with Claude Code