Skip to content

LoadView v3.0.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 10:20
· 4 commits to main since this release

What's new

Fixed: the CPU temperature tile no longer disappears for a few seconds now and then.

The component that reads the temperature and the overlay that displays it were passing the value through
one small file, and each could lock the other out of it — so a reading was sometimes published several
seconds late, late enough that the overlay treated it as stale and dropped the tile until the next one
arrived.

Measured over three minutes before the fix: 8 failed reads and publish gaps of 3.4 and 8.8 seconds.
After: no failed reads, and the longest gap down to 4.5 seconds — which no longer matters, because a
reading is now kept for 30 seconds rather than 10. A temperature moves slowly, so showing a value a few
seconds old beats a tile that blinks out and back.

Everything from 3.0.03.0.2 is included.

Install

Download LoadView.exe below and run it — no install, no dependencies, works on any Windows
10/11 PC. Unsigned, so SmartScreen/Defender may warn on first run (More info → Run anyway).

If you use the accurate CPU temperature, this asks for the one-time administrator confirmation again —
the fix is partly in the component that runs with system rights, so it has to be refreshed.