Skip to content

v0.0.8-beta

Pre-release
Pre-release

Choose a tag to compare

@nightcodex7 nightcodex7 released this 13 Aug 16:18
· 34 commits to main since this release

What's Changed in v0.0.8

馃殌 Real-Time Metrics & Charting Engine

  • Fixed Real-Time CPU & RAM Metric Updates: Fixed background polling to fetch system.info in parallel during metric intervals, enabling continuous, dynamic CPU and RAM updates in real-time line charts.
  • OpenWrt CPU Format Parsing: Standardized CPU load parsing (SystemMetrics.fromSysInfo) across 16-bit shift load integers, float load averages, string arrays, map structures, and direct cpu_usage keys.
  • Throughput Chart Scaling & Label Formatting: Corrected Y-axis label overlap during high bandwidth utilization by implementing dynamic scale bounds and compact byte throughput formatting.

馃捑 Storage & Filesystem Monitoring

  • Dynamic Unit Auto-Conversion: Integrated heuristic unit detection to parse Bytes, 1K-blocks, and Megabyte block sizes dynamically across diverse OpenWrt router hardware without hardcoded multipliers.

馃寪 System & Update Management

  • Update Checker Robustness: Updated release fetcher to query release lists, preventing 404 lookup errors on beta/prerelease builds.
  • Client Pause Rules: Standardized firewall rule aggregation (nointernet_wireless_clients) for internet access control.

Full Changelog: v0.0.7...v0.0.8