Skip to content

2.14.14

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:37
· 4 commits to main since this release

Cloud Config Fix & CPU Temperature Update & Layout Markup & Stability

Improvements

  • Removed statusCycles from cloud upload — the statusCycles field is now deleted before uploading config to cloud to prevent unnecessary data storage in cloud:uploadConfig IPC handler.
  • Fixed page layout markup — adjusted <div data-i18n="config.uploadCurrent">Upload Current</div> to match the overall page styling.
  • Added second CPU temperature fallback — added alternative PowerShell WMI method (Get-WmiObject MSAcpi_ThermalZoneTemperature) in getCpuTemperature() to improve CPU temp reading reliability on Windows when the first CimInstance method fails.