Skip to content

v1.6.0

Choose a tag to compare

@psalias2006 psalias2006 released this 02 Nov 23:14
· 14 commits to main since this release
0c06596

Enhanced Chart System and Mobile Responsiveness

Chart System Redesign

  • Completely refactored chart architecture (42% code reduction)
  • Pre-fill charts with historical data for instant visualization on startup
  • Fixed chart glitching during tab switches and page transitions

Visual Improvements

  • Larger graphs with more space for actual data visualization
  • Compact stat badges to maximize chart area
  • Better spacing between charts for easier scanning
  • Cleaner design with refined borders and layout

Smart Features

  • Auto unit conversion: PCIe stats automatically display as MB/s for values over 1000 KB/s
  • Version checker: Shows current version and notifies about updates
  • Auto-reconnect: WebSocket automatically reconnects after mobile lock/unlock
  • Desktop zoom: Default 75% zoom for better overview

Mobile Fixes

  • Fixed charts not rendering on mobile devices
  • Fixed GPU utilization percentage not displaying correctly
  • Improved touch interactions and responsive layout

Reliability

  • Better error handling and input validation
  • Improved memory management for long-running sessions
  • More robust chart rendering

Breaking Changes: None