Skip to content

v1.5.18

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 10:14

What's Changed

  • Thermal Diagnostics Average Temperature Fix (Issue #64): Aligned cpuAvg, gpuAvg, skinAvg, and batteryAvg thermal tile calculations with the selected graph time window (rolling 60-second timestamp filter). Prevents post-gaming average temperature mismatches on devices running legacy sysfs telemetry.
  • Synchronous Crash-Safety Snapshot Boundary: Replaced asynchronous apply() with synchronous commit() in SettingsRepository for saveGamingOptimizationSnapshot() and clearGamingOptimizationSnapshot(). Guarantees pre-gaming system recovery snapshots are flushed to disk before any system parameters are modified.