|
| 1 | +# 2.62.0 |
| 2 | + |
| 3 | +Features: |
| 4 | +* Reports `Unused` instead of `Disabled` for zero-size swap on macOS (#2248, Swap, macOS) |
| 5 | +* Improves the robustness of default route detection on Linux (#2252, LocalIP, Linux) |
| 6 | +* PhysicalDisk module improvements |
| 7 | + * Detects virtual disks and adds support for hiding them via `hideVirtual` option (defaults to `false`) |
| 8 | + * Detects unused/disconnected disks and adds support for hiding them via `hideUnused` option (defaults to `true`) |
| 9 | + * Adds support for OpenBSD and NetBSD (root privileges are required to access disk information) |
| 10 | + * Improves interconnect type detection on SunOS |
| 11 | + * Adds floppy drive support on Windows |
| 12 | +* Rewrites Windows GPU detection with D3DKMT APIs, unifying it with WSL GPU detection (GPU, Windows) |
| 13 | +* Verifies that the battery and power adapter are present before detection (Battery / PowerAdapter, Linux) |
| 14 | +* Improves PhysicalMemory reliability on OpenBSD and FreeBSD, including support for x86 UEFI systems on OpenBSD and non-UEFI systems on FreeBSD (PhysicalMemory, OpenBSD / FreeBSD) |
| 15 | +* Adds `display.common.(ndigits|spaceBeforeUnit)` options to configure common formatting for duration, percent, size, frequency and temperature values (#2234) |
| 16 | +* Slightly improves performance by skipping probes for ignored device types (Sound) |
| 17 | + |
| 18 | +Bugfixes: |
| 19 | +* Fixes a potential crash on certain Intel GPU models when using `--gpu-driver-specific` (#2259, GPU, Linux) |
| 20 | +* Doesn't report partitions as physical disks (DiskIO, NetBSD) |
| 21 | +* Fixes a typo (#2260, Wifi, macOS) |
| 22 | +* Corrects documentation for zpool format placeholders (#2261, Zpool) |
| 23 | +* Restores Windows 8.1 support (Cursor, Windows) |
| 24 | +* Fixes an out-of-bounds memory access when swaps are disabled (Swap, Windows) |
| 25 | +* Fixes battery status being incorrectly reported as `Charging` on systems with multiple batteries (#2263, Battery, Linux) |
| 26 | +* Fixes ash shell version detection (#2271, Shell, Linux) |
| 27 | +* Uses the `iterm` image protocol automatically on iTerm terminals for auto logo type (Logo) |
| 28 | +* Adds missing options when generating full config file |
| 29 | + |
| 30 | +Logos: |
| 31 | +* Updates AerynOS (#2272) |
| 32 | + |
1 | 33 | # 2.61.0 |
2 | 34 |
|
3 | 35 | Changes: |
|
0 commit comments