Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@ralequi ralequi released this 07 Dec 12:53
· 151 commits to master since this release
6878ead

Version 1.2.0

  • Added property vendor to Device object
  • Added property sector_size to Device object
  • 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