0.9.2 Release
Just a small update, primarily to fix a few bugs. There are some other small features added too, primarily around temperature data collection on Linux.
Bug Fixes
- #1186: Fix for temperature sensor data gathering on Linux immediately halting if any method failed.
- #1191: Fix ntfs3 mounts not being counted as a physical drive type (thanks to @database64128).
- #1195: Fix battery health being incorrectly reported on M1 macOS (thanks to @WenqingZong).
- #1188: Don't fail fast with temperature sensor name generation on Linux (shoutout to @asalois for taking their time to help debug this one with me).
Features
- #1172: Support human times for
time_delta
anddefault_time_value
. - #1187: Use better names for duplicate temp sensors on Linux.
- #1188: Also check
/sys/devices/platform/coretemp.*
for temp sensors on Linux.
Other
- #1199: bottom should build on
aarch64-linux-android
with features disabled.