Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:59
· 10 commits to main since this release

[v0.8.0] - 2026-09-04

馃殌 Features

  • Multi-User WireGuard Support: Added complete multi-user WireGuard protocol integration with client management, auto-fill address capabilities, subscription links, and individual client traffic stats. (a7d72c2f)
  • Subscription HTML Template Manager: Integrated GitHub Sub HTML template manager with live sync from TX-ThemeHub, automatic service restart, and live theme switcher. (5a462617)
  • Xray Metrics & Telemetry Dashboard: Added Xray metrics background collection service, live telemetry modal dashboard, and panel CSS responsive styling. (d6552eba)
  • Dynamic Panel Theme Color: Introduced panel theme color selection with custom tag, tab, and ink-bar theme styling across 15 translations. (cc4e1540)
  • Self-Signed Cert Generator & Telegram Topics: Added built-in self-signed SSL/TLS certificate generator, Telegram topic ID support, and notify-only mode. (f79cf3e0)
  • Expanded OS & Architecture Support: Added support for FreeBSD and OpenBSD operating systems, plus MIPS, RISC-V, PPC, and LoongArch CPU architectures. (5b1c3e56)

馃悰 Bug Fixes

  • Windows Compatibility: Replaced POSIX SIGHUP signal handling with portable Go channel restart logic to enable seamless panel restarts on Windows OS. (fe513e8b)
  • WireGuard Interface Normalization: Normalized WireGuard server interface address as a slice to prevent Xray-core crashes when adding clients. (f268d868)
  • Database & Client Sync: Set clients key as single source of truth in DB settings with peer fallback mechanisms during client synchronization. (d3e68381)
  • Xray Engine & Parsing: Added missing ciphers, network sniffing options, and safe stream parsing for Xray-core compatibility. (97a53a1f)
  • Sidebar & Navigation Fixes: Eliminated layout shifts and flickering on page navigation; preserved sider collapsed state across sessions. (62a40a3d, 20246bdf)
  • Login Theme & Mobile Graphics: Persisted login theme color across panel navigation and fixed mobile login wave graphics. (5fce706c)
  • UI Glitches & QR Peer Fallback: Fixed protocol case alias handling, QR code peer fallback, ant-collapse border-radius, and modal tab ink-bar styling. (52685ebb, f35ee575)

馃帹 Styling & UX

  • Page Entrance Animations: Upgraded page load entrance animation with smooth fade-up & scale using cubic-bezier easing curves. (68be2042)

馃懛 CI & Build Pipelines

  • Cross-Platform Release Workflow: Updated .github/workflows/release.yml to build binaries for Windows (amd64, 386, arm64) and macOS (amd64, arm64) alongside Linux releases. (ab3c32a6)

馃摎 Documentation

  • Multi-Language README Updates: Updated documentation across all language files (README.md, README.fa_IR.md, README.zh_CN.md, README.ru_RU.md, README.es_ES.md, README.ar_EG.md) reflecting expanded platform and architecture support. (d17ad6f2)