[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/varsto/metrics. (d4814fcc) - V-002 Security Vulnerability: Resolved V-002 security vulnerability issue. (
8e5fcb87) - Windows CGO Build Pipeline: Set
CGO_ENABLED=0for Windows release binaries in GitHub CI workflow to resolvewindows-386compilation 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 pinnedgvisorversion. (41a4a260) - Workspace Cleaning: Ignored local
sub/directory in.gitignoreand removed obsolete asset references. (58249aa2,f1424aff)