Skip to content

v6.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 04:24
03eedeb

6.3.0 (2024-01-21)

Features

  • linux: ✨ switch to using hwmon package to get hardware sensors (a8360c2)
  • linux/hwmon: ✨ add a hwmon package to retrieve all hardware sensors from the kernel (cf50826)
  • linux/hwmon: ✨ add an example usage (174840f)
  • linux/hwmon: ✨ add units output to sensors (8663945)
  • linux/hwmon: ✨ apply appropriate scale to sensor values (bdf3e82)
  • linux/hwmon: ✨ expose sensor type (ad970be)
  • vscode: ✨ add additional conventional commit scopes (b7d439c)

Bug Fixes

  • linux/hwmon: 🐛 remove race condition when fetching sensors (1262c3f)
  • linux/hwmon: ⚡ improve hwmon code (dee17e4)
  • linux/hwmon: ⚡ reduce struct memory usage (3f452f6)