Skip to content

v0.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 13:17

[v0.8.1] - 2026-09-04

馃殌 Features

  • Internationalization (i18n): Added full i18n translation support across 15 languages for GitHub Sub HTML Template Manager (1abed0bf) and Live Xray Metrics Telemetry Dashboard (0901227f).

馃悰 Bug Fixes

  • Goroutine & Telemetry Metrics Parsing: Fixed zero goroutines thread count and memory stats parsing in extractMetricsSummary(); added HTTP status check and fallback from /debug/vars to /metrics. (d4814fcc)
  • V-002 Security Vulnerability: Resolved V-002 security vulnerability issue. (8e5fcb87)
  • Windows CGO Build Pipeline: Set CGO_ENABLED=0 for Windows release binaries in GitHub CI workflow to resolve windows-386 compilation failures. (1832b4b2)

馃帹 Styling & Theme Enhancements

  • Dynamic Theme Accent Synchronization: Synchronized system progress bars, usage meters, and back-to-top floating buttons with the active panel theme color. (3afdaaa0)

馃摝 Dependencies & Maintenance

  • Dependency Upgrades: Upgraded Go module dependencies in go.mod (gopsutil/v4, fasthttp, gorm, grpc, golang.org/x/crypto, etc.) while preserving pinned gvisor version. (41a4a260)
  • Workspace Cleaning: Ignored local sub/ directory in .gitignore and removed obsolete asset references. (58249aa2, f1424aff)