All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Value filter to avoid "flickering" of values that are briefly unavailable
- Use AIDA64.SensorValues.Net to read shared memory
- Changed display name to 'AIDA64'
- Handle TRIAL values
- Updated SDK
- Added Program.cs to run and test the plugin locally
- Expose update frequency as settings
- Updated SDK
- Do not publish .dll of SDK
- Set 'InvariantGlobalization' to true
- Disk spaces (total, used, free) were off by one unit (GB instead of TB, MB instead of GB,...)
- Updated to new SDK
- Updated to .NET 7
- Parsing for numerical values from shared memory
- Sensor readings as struct to reduce memory allocations
- Return metrics as type 'text' instead of 'miscellaneous'
- Correctly parse numeric metrics of no specific type as numeric type
- Conversion of dataflow metric values
- Numeric metric values parsed wrong due to cultural formatting
- Wrong type returned for some metrics
- Initial release