v1.24.1 (2026-02-15)
Bug Fixes
-
Wire up allow_direct_device_io for performance benchmarks (#226)
- The
performance.allow_direct_device_ioconfig option now actually works. When enabled, fio benchmarks target the raw block device (/dev/sdX) directly instead of writing a temp file to/dev/.scrutiny_perf_benchon devtmpfs, which previously caused identical (cached) read results across all devices and "No space left on device" errors for write tests.
- The
-
Fix negative temperatures in history graph for ATA SSDs (#223)
- ATA SSDs with buggy
temperature.currentreporting (e.g., ORICO Y20 behind USB bridges) no longer show negative temperatures in the history graph. The temperature correction logic that already worked for device tiles is now also applied to the history graph storage path.
- ATA SSDs with buggy
-
Fix temperature chart markers and clean up SaveSmartTemperature (#224)
- Disabled persistent data point markers and labels on the dashboard temperature chart that were cluttering the graph after sparkline mode was removed. Hover tooltips still work correctly.