You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added property logical_sector_size to Device object
Added property physical_sector_size to Device object
Added "sudo" property to the Smartctl class for POSIX systems.
Added global SMARTCTL object used for defaults.
Added sector sizes to diagnostics class and other minor improvements to its structure.
Added class NvmeAttributes to handle specific attributes on NVMe devices.
Added device property: if_attributes to return the device's interface attributes. This is
currently only implemented for NVMe devices but ATA/SCSI devices will be implemented in the
future.
Minor changes on parsing regexes
Checks for temperature units (farenheit) and converts to celsius
Fixed MacOS compatibility issues up to version 11.x
Fixed some localization (lang) issues
Fixed issue (#49) detecting selective test
capabilities as short/long tests on device parsing