improve parsing of edge case smart power on times (#1347)

This commit is contained in:
henrygd
2025-10-30 16:32:06 -04:00
parent d0ff8ee2c0
commit 85169b6c5e
5 changed files with 182 additions and 55 deletions

View File

@@ -1,3 +1,11 @@
## 0.15.3
- Improve parsing of edge case S.M.A.R.T. power on times. (#1347)
## 0.15.2
- Improve S.M.A.R.T. device detection logic (fix regression in 0.15.1) (#1345)
## 0.15.1
- Add `SMART_DEVICES` environment variable to specify devices and types. (#373, #1335)