henrygd
8c36dd1caa
windows: embed LibreHardwareMonitorLib for better sensors detection
...
- Updated GitHub Actions release workflow to set up .NET and build the LHM executable.
- Modified Makefile to include a conditional build step for the .NET executable on Windows.
2025-08-01 20:04:40 -04:00
henrygd
3586f73f30
check for malformed sensor names on darwin ( #796 )
2025-07-16 14:56:13 -04:00
henrygd
0b04f60b6c
Add panic recovery for sensors.TemperaturesWithContext ( #796 )
2025-06-23 19:50:11 -04:00
henrygd
f1e43b2593
scale fractional temperature values to reasonable Celsius values ( #688 )
2025-05-26 01:08:03 -04:00
henrygd
73c1a1b208
Refactor sensor configuration handling in tests and implementation
...
- Add skipCollection propery
- Ensure that sensors are initialized as an empty map
2025-04-18 17:59:25 -04:00
henrygd
0526c88ce0
support blacklisting and wildcard matching in SENSORS env var ( #650 )
...
- Moved sensor related code to sensors.go
- Added SensorConfig struct
- Added newSensorConfig
- Added tests
2025-04-17 21:08:05 -04:00