Skip to content

v1.5.9

Choose a tag to compare

@github-actions github-actions released this 26 Jul 12:45

What's Changed

  • Accent Theme Now Applies Everywhere: The user-selected accent color now consistently drives UI buttons and the overlay status display across all screens instead of a hardcoded default (#37).
  • Overlay Notification Controls: The persistent FrameX notification now includes Start/Stop Overlay and Open/Exit App action buttons, so the overlay can be toggled without switching to the app. Exit App safely deactivates Gaming Mode first, then force-stops the app (#53).
  • New Overlay Module — Ping Latency: Added a real-time network ping/latency metric selectable in overlay customization (#56).
  • Thermal Diagnostics: Persistent Graph Settings: Timeframe and Graph Mode selections on the Thermal Diagnostics screen now persist across navigation instead of resetting (#55).
  • Thermal Diagnostics: Dropdown & Graph Fixes: Fixed a stuck red border on the Timeframe/Graph Mode dropdowns after selection, and increased gridline contrast for visibility against the dark background (#55).
  • Scroll Fix — Thermal Diagnostics & About: Fixed an issue preventing scrolling when a drag started near the left/right screen edges, caused by incorrect modifier ordering and an overly greedy drag gesture on the graph canvas (#54).
  • Major Thermal Read Performance Overhaul: Eliminated a CPU/thermal regression where devices falling back to sysfs thermal reading were spawning 80–160 shell processes every second. Reads now use direct native file access with cached sensor paths, and thermal polling was slowed from 1s to 2s (FPS metering remains at 1s) (#57).
  • New: Force Fixed Performance Mode Toggle: The CPU max-frequency pin previously applied unconditionally during Gaming Mode is now an opt-in toggle (default OFF), preventing unnecessary sustained heat and FPS drops during extended gaming sessions.
  • Top Processes Card: Thermal Diagnostics now includes an expandable card showing the top 5 active CPU-consuming processes.
  • Graph Color Fix: FPS graph line no longer shares a color with the accent theme, preventing visual collisions with the Top Process series.
  • Session Export Fix: CSV export and recording banners now use timestamp-based filtering, excluding pre-recording filler rows.