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
{{ message }}
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
description='A comprehensive Python library for collecting hardware information and real-time performance monitoring.',
203
203
long_description='''
204
-
# HardView 3.3.0
204
+
# HardView 3.3.1
205
205
206
206
A comprehensive Python library for querying low-level hardware information and monitoring system performance in real-time on Windows and Linux systems.
207
207
208
208
---
209
209
210
-
### Additions in 3.3.0
211
-
- Fixing some errors in SMBIOS parsing in the smbios model for Windows.
212
-
- A SMART module has been added to retrieve SMART information for disks on Windows (HDD & SSD SATA).
210
+
### Fixes in 3.3.1
211
+
- Fixed a potential memory leak in the SMART module scan_all_drives function.
0 commit comments