You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)