2010-10-18 paulwerelds Added a Parent property to the WMI exposed Hardware objects
2010-10-17 paulwerelds Updated attribute maps for the 4 SSD controllers we figured out so far.
2010-10-17 moel.mich Removed the WMI Provider menu entry and restricted WMI to the Windows platform.
2010-10-17 moel.mich Changed the SMART AttributeID type from an enum to a struct.
2010-10-17 moel.mich Renamed folder from Wmi to WMI also in the project file.
2010-10-17 moel.mich Renamed folder Wmi to WMI.
2010-10-17 moel.mich Added code to read the additional fans on the ASRock P55 Deluxe mainboard via special GPIO switching.
2010-10-17 paulwerelds Small bits of refactoring.
2010-10-16 paulwerelds AnkhSVN fails, TortoiseSVN to the rescue..
2010-10-16 paulwerelds More refactoring.
2010-10-16 paulwerelds Added license to the WMI stuff and refactored a few things a little.
2010-10-16 paulwerelds Added a WMI provider, documentation to follow.
2010-10-14 moel.mich Improved the invariant TSC frequency estimation code to ignore readings with a large error.
2010-10-14 moel.mich Added a mainboard specific configuration for the ASRock P55 Deluxe.
2010-10-11 moel.mich Added a mainboard specific configuration for the ASRock AOD790GX-128M
2010-10-10 moel.mich Reading the timeStampCounterMultiplier right at the beginning when the time stamp counter is estimated instead of reading it at each update. Refactored the IntelCPU code a bit.
2010-10-08 paulwerelds Added initial SSD support for Intel, Indilinx, SandForce and Samsung drives. Experimental feature for now!
2010-10-07 moel.mich Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control).
2010-10-06 moel.mich Added more error checking to the T-Balancer enumeration code. This hopefully fixes an IndexOutOfRangeException in the TBalancerGroup constructor.
2010-10-06 moel.mich Fixed Issue 129.
2010-10-06 paulwerelds Changed the way window position is saved and handled. This should now work properly.
2010-10-05 paulwerelds Fixed Issue 123.
2010-10-05 moel.mich Fixed Issue 125.
2010-10-05 moel.mich Fixed Issue 124.
2010-10-04 paulwerelds Cleaned the macros up a bit.
2010-10-04 paulwerelds Fixed the context menu positioning as well, following the previous fix to multimonitor setups.
2010-10-04 paulwerelds Fixed an issue where the gadget would not be movable on an extra monitor positioned to the left of the primary monitor.
2010-10-02 moel.mich Removed unused assemblies.
2010-10-02 moel.mich Replaced HttpUtility.UrlEncode with Uri.EscapeDataString and deleted the reference to the System.Web assembly. The System.Web assembly seems to be missing on some .NET 4.0 installations (and the overhead of using it is a bit large, just for the UrlEncode method).
2010-10-02 moel.mich Reverted the SMART temperature attribute search strategy to the one used previously. Fixed a few minor details in the HDDGroup class.
2010-10-02 paulwerelds Added a S.M.A.R.T dump for all drives, regardless of temperature presence so that we can start debugging SSD's and such.
2010-10-01 moel.mich Fixed the initialization of the TSC estimating code.
2010-09-30 moel.mich Fixed some problems when compiling in Mono and running on Linux.
2010-09-30 moel.mich Improved the implementation for the AMD 10h family CPU clock speeds.
2010-09-27 moel.mich Fixed a problem where the ADL Main_Memory_Alloc callback delegate could be garbage collected while still in use.
2010-09-24 moel.mich Added support for more than one Heatmaster fan controller.
2010-09-23 paulwerelds Added an option to minimize on close.
2010-09-22 moel.mich A first (experimental) implementation for the AMD 10h family CPU clock speeds.
2010-09-22 moel.mich Rewritten the PCI access for AMD CPUs.
2010-09-21 moel.mich Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-21 paulwerelds Fixed some silly mistakes
2010-09-21 paulwerelds Added thermal and voltage/frequency MSRs for K8 CPUs, fixed chars-per-line limit
2010-09-21 paulwerelds Added core and bus clock readings for AMD's K8 (0F) family of CPUs
2010-09-20 moel.mich Refactored the CPU classes and added a GenericCPU class.
2010-09-18 moel.mich Changed the trimming in the treeView to StringTrimming.EllipsisCharacter.
2010-09-18 moel.mich Fixed Issue 112.
2010-09-18 moel.mich Corrected the size of the DriveCommandParameter structure to match the documentation of SENDCMDINPARAMS http://msdn.microsoft.com/en-us/library/ff565401%28VS.85%29.aspx
2010-09-17 moel.mich Fixed an InvalidOperationException in OpenHardwareMonitor.GUI.SensorGadget.OnPaint caused by sensors with null as value.
2010-09-15 moel.mich Added a check to verify the FTDI chip ID before opening the T-Balancer port.
2010-09-14 moel.mich Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry.
2010-09-13 moel.mich Fixed some hardware sorting issue in the gadget. Hardware with the same type and name would be added to the same section.
2010-09-13 moel.mich Added a configurable font size and window width to the gadget.
2010-09-08 moel.mich Fixed some Code Analysis warnings.
2010-09-07 moel.mich Improved the gadget formatting and added an option to remove the hardware names in the gadget.
2010-09-07 moel.mich Fixed the GadgetWindow AlwaysOnTop option (could be lost by tracking "Show Desktop" events even when AlwaysOnTop = true).
2010-09-07 moel.mich Any OpenHardwareMonitorShowDesktopReferenceWindow (even from another process) will be good enough to detect "Show Desktop". This fixes the "Show Desktop" detection in a second instance of the Open Hardware Monitor.
2010-09-07 moel.mich Fixed a few closure variables. The local variables used in the closure can not be shared between closures if their values should be different.
2010-09-07 moel.mich Added a mainboard specific configuration for the ECS A890GXM-A.
2010-09-06 moel.mich Added a desktop gadget implementation.
2010-08-24 moel.mich Search all possible registry locations for the Heatmaster serial port.
2010-08-24 moel.mich Fixed Issue 105 and Issue 106.
2010-08-24 moel.mich Added another registry path for getting the Heatmaster serial port.
2010-08-23 moel.mich Fixed a few problems with the Heatmaster.
2010-08-22 moel.mich Added a first implementation for the Heatmaster fan controller.
2010-08-17 moel.mich Fixed Issue 97.
2010-08-17 moel.mich Restricted ITE detection to port 0x2E.
2010-08-15 moel.mich Fixed Issue 104.
2010-08-15 moel.mich Fixed some Code Analysis warnings.
2010-08-12 moel.mich Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 moel.mich Refactored the hardware monitoring code into a library (Issue 101).
2010-08-05 moel.mich Added a fan control sensor for ATI GPUs.
2010-08-05 moel.mich Added ISA bus mutex support to the super IO detection.
2010-08-04 moel.mich Added an ISA bus mutex.
2010-08-04 moel.mich Adding missing class SensorVisitor.
2010-07-27 moel.mich Fixed BadImageFormatExceptions.
2010-07-27 moel.mich Refactoring and fine tuning for Linux GUI.
2010-07-24 moel.mich Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
2010-07-18 moel.mich Delete the config file if it can not be parsed, and restart with a new one.
2010-07-18 moel.mich Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
2010-07-17 moel.mich Fixed Issue 91.
2010-07-14 moel.mich Fixed Issue 90.
2010-07-11 moel.mich Added a mainboard specific configuration for the ASRock 880GMH/USB3
2010-07-11 moel.mich An attempt at adding a mainboard specific configuration for the ASUS P6X58D-E.
2010-07-04 moel.mich Fixed Issue 82.
2010-07-04 moel.mich Fixed Issue 66.
2010-07-03 moel.mich Split the sensors and parameter report tree.
2010-07-01 moel.mich Added a mainboard specific configuration for the Gigabyte GA-P55-UD4.
2010-06-30 moel.mich Added more revisions for the W83627THF, as there seems to exist chips with revision 0x82, 0x84, and 0x85 as well.
2010-06-29 moel.mich Corrected the mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
2010-06-28 moel.mich Added the ITE chip version to the report.
2010-06-27 moel.mich A fist attempt at adding a mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
2010-06-27 moel.mich Fixed Issue 72.
2010-06-27 moel.mich Fixed Issue 71.
2010-06-27 moel.mich Fixed Issue 76.
2010-06-27 moel.mich Improved the support for Nvidia GPUs.
2010-06-12 moel.mich Fixed Issue 73.
2010-06-08 moel.mich Added a mainboard specific configuration for the Gigabyte GA-X58A-UD3R.
2010-06-07 moel.mich Added support for a second miniNG on the T-Balancer bigNG.
2010-06-07 moel.mich Added (partial) SMBIOS support for Linux by reading from sysfs.
2010-06-06 moel.mich Added experimental lm-sensors super I/O support for Linux.
2010-06-06 moel.mich Fixed Issue 69.
2010-06-05 moel.mich Fixed Issue 65.
2010-06-05 moel.mich Fixed Issue 23.
2010-06-05 moel.mich Fixed Issue 68.
2010-06-03 moel.mich Fixed Issue 63.
2010-05-29 moel.mich Fixed Issue 64.
2010-05-25 moel.mich Added an event handler to save the configuration when the user logs off without closing the application first (http://blogs.msdn.com/b/oldnewthing/archive/2008/04/21/8413175.aspx), because FormClosed is not called in that case.
2010-05-25 moel.mich Added a workaround for the "You must keep the stream open for the lifetime of the Image." problem of the Image.FromStream method. This also reduced the overall memory usage (private working set).
2010-05-24 moel.mich Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations.
2010-05-22 moel.mich A few bug fixes to avoid crashes on Linux systems.
2010-05-22 moel.mich Attempt to fix an exception:
2010-05-21 moel.mich Fixed an UnauthorizedAccessException in the StartupManager. The exception occurred when the application was running without administrator rights. A task for the current user could be created manually, but RegisterTaskDefinition somehow always throws an UnauthorizedAccessException. The current fix restricts the TaskScheduler startup method to accounts with administrator rights.
2010-05-20 moel.mich Fixed Issue 10.
2010-05-18 moel.mich Fixed an EntryPointNotFoundException in the NVAPI wrapper:
2010-05-18 moel.mich Fixed Issue 60.
2010-05-15 moel.mich Added information about software environment to the report.
2010-05-15 moel.mich Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
2010-05-15 moel.mich Fixed some font issues.
2010-05-15 moel.mich Fixed the following Exception:
2010-05-15 moel.mich Fixed the following NullReferenceException:
2010-05-15 moel.mich Fixed Issue 55.
2010-05-15 moel.mich Fixed Issue 57.
2010-05-15 moel.mich Fixed Issue 59.
2010-05-14 moel.mich Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
2010-05-09 moel.mich Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
2010-05-06 moel.mich Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
2010-05-04 moel.mich Fixed Issue 52.
2010-05-01 moel.mich Fixed the "System.ComponentModel.Win32Exception: An error occurred in sending the command to the application" error in the about-box link code.
2010-05-01 moel.mich Added a check if all required files are available at startup. Improved the crash reporting.
2010-04-30 moel.mich Fixed an overflow problem with the log function in the CPUID constructor.
2010-04-28 moel.mich Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
2010-04-27 moel.mich Added support for F71889ED super I/O chips.
2010-04-27 moel.mich Another small fix of the coreId calculation for multi-CPU systems.
2010-04-26 moel.mich Fixed a few more crash causing bugs.
2010-04-26 moel.mich Added a processorIndex to CPU classes for multi CPU support.
2010-04-26 moel.mich Fixed the CPULoad implementation for multi CPU systems.
2010-04-25 moel.mich Improved the stability of the crash reporting system.
2010-04-25 moel.mich Fixed Issue 43.
2010-04-25 moel.mich Fixed a NullReferenceException in HDD.Update.
2010-04-25 moel.mich Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
2010-04-25 moel.mich Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException.
2010-04-24 moel.mich Added basic support for ITE IT8712F super I/O chips.
2010-04-24 moel.mich Added revision 0x41 for Winbond W83627HF chips (cf Issue 44).
2010-04-24 moel.mich Fixed Issue 39.
2010-04-24 moel.mich Implemented APIC based CPU enumeration (Issue 41).
2010-04-05 moel.mich Fixed Issue 25.
2010-04-05 moel.mich Fixed Issue 24.
2010-04-05 moel.mich Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.
2010-04-02 moel.mich Fixed Issue 26. Added a dialog to automatically send a crash report.
2010-03-27 moel.mich Fixed Issue 9.
2010-03-27 moel.mich Fixed Issue 20.
2010-03-27 moel.mich Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
2010-03-26 moel.mich Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
2010-03-22 moel.mich Fixed Issue 21.
2010-03-10 moel.mich Fixed Issue 14 (ignore ATI GPU voltage and clock sensors if the value is 0).
2010-03-09 moel.mich Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used.
2010-03-09 moel.mich Added additional checks to the ITE super I/O reading code, to reduce cases where wrong values are read.
2010-03-08 moel.mich Fixed Issue 12.
2010-03-08 moel.mich Fixed Issue 11.
2010-03-07 moel.mich Changed the T-Balancer fields for the actual PWM (percent) value of the channels from 156+ to 137+, because on some (older?) hardware the fields 156+ seem not to be updated. Fields 137+ have one bit less resolution, but it's what the Navigator uses as well (and used only if in PWM mode).
2010-03-07 moel.mich Fixed a typo in the parameter form.
2010-03-06 moel.mich Fixed TBalancer reading on hardware that uses 88 (instead of 255) as frame identifier.
2010-03-04 moel.mich Changed the system tray font.
2010-03-02 moel.mich Small fix for the Form Handle creating patch.
2010-03-02 moel.mich Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.
2010-03-02 moel.mich Reading TjMax for each core on Intel Core i3/i5/i7 CPUs.
2010-03-02 moel.mich Added support for Fintek F71858 chips. Corrected the number of fans for Fintek.
2010-03-01 moel.mich Added support for Winbond W83687THF and improved report output for LPC detection.
2010-02-28 moel.mich The T-Balancer flow-meter time window seems to be scaled with a factor 4. Added the correction factor to get correct results.
2010-02-27 moel.mich Fixed the version number in the AboutBox.
2010-02-27 moel.mich Added sub-hardware support and basic enumeration for mainboards.
2010-02-27 moel.mich Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
2010-02-23 moel.mich Changed TreeViewAdv grid color to a fixed value.
2010-02-22 moel.mich NVAPI interop struct packing improved.
2010-02-22 moel.mich Fintek super I/O chips with base address 0x..5 are detected now as well. Set Pack = 1 for NVAPI struct interop (should fix GPU enumeration).
2010-02-21 moel.mich Corrected version info.
2010-02-21 moel.mich Added both VCore detection modes for Winbond W82637THF (should fix issue 3).
2010-02-21 moel.mich Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
2010-02-20 moel.mich Improved Winbond temperature reading. Temperatures create by adding PECI Agent values (delta to TCC Activation Temperature) to a (possibly uncalibrated) TBase are not read. Direct reading temperatures from sensor report register if available. Added lower bound for temperatures on Winbond chips. Nvidia GPUs are now displayed even if they do not have any sensors.
2010-02-19 moel.mich New option to start the application minimized.
2010-02-19 moel.mich Added support for Winbond W83627THF super I/O chip.
2010-02-19 moel.mich Added additional register banks to report output for Winbond chips.
2010-02-18 moel.mich Raised TjMax for Intel 65nm CPUs by 10?C
2010-02-18 moel.mich Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
2010-02-17 moel.mich Fixed AMD family 0Fh temperature reading of first core.
2010-02-17 moel.mich Better core and thread number identification. Fixed clock reading on Intel Atom CPUs. New reporting of MSR values for Intel CPUs.
2010-02-17 moel.mich Added additional SMART temperature attributes.
2010-02-16 moel.mich Restored CTSHolding check and added more report output for T-Balancer enumeration.
2010-02-15 moel.mich Added core clock and bus speed support for Intel Core i5, i7 CPUs.
2010-02-14 moel.mich Allow all protocols 2X for T-Balancer.
2010-02-14 moel.mich Added core and bus clock support for Intel CPUs (Core 2).
2010-02-13 moel.mich New graphical system tray display for load sensors.
2010-02-12 moel.mich Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.
2010-02-12 moel.mich Changed the T-Balancer detection and added more report details.
2010-02-12 moel.mich First system tray sensor monitor support.
2010-02-11 moel.mich A small bug fix for application crashes during the mainboard detection (System.Management.ManagementException: Not supported).
2010-02-09 moel.mich Added support for NVIDIA fan rpm. Changed NVIDIA GPU enumeration.
2010-02-09 moel.mich Removed debug code.
2010-02-09 moel.mich Added upper bound for valid fan RPM on IT87.
2010-02-08 moel.mich Added NVAPI report output.
2010-02-08 moel.mich Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
2010-02-07 moel.mich Release version 0.1.15. Added protocol 0x2C for T-Balancer.
2010-02-07 moel.mich Release version 0.1.14. Added more report details for T-Balancer bigNG.
2010-02-07 moel.mich Added initial support for W83627HF. Some refactoring for IHardware classes.
2010-02-07 moel.mich (none)
2010-02-07 moel.mich Changed ATI GPU device enumeration.
2010-02-07 moel.mich Refactoring: New class Computer manages all the hardware and creates events.
2010-02-05 moel.mich Changed minimizing to system tray on Windows systems.
2010-02-04 moel.mich Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127?C).
2010-02-03 moel.mich Release version 0.1.12. Added error handling for PerformanceCounters (CPU load sensor).
2010-02-03 moel.mich Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
2010-02-03 moel.mich Fixed Intel CPU coreCount in case CPUID 0x0B is supported but returns only 0.
2010-02-02 moel.mich Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function.
2010-02-02 moel.mich ITE IT87XX family renamed.
2010-02-01 moel.mich Release version 0.1.9. Fixed ATI GPU id check.
2010-02-01 moel.mich Release version 0.1.8. Added support for W83627DHG-P super i/o chips.
2010-02-01 moel.mich Release version 0.1.7. Improved report writer.
2010-02-01 moel.mich (none)
2010-02-01 moel.mich Added support for Fintek F71862, F71869, F71889.
2010-01-31 moel.mich Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.
2010-01-31 moel.mich Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
2010-01-31 moel.mich Added support for W83627DHG chips. Changed Core i7 temperature reading. Fixed IT87 temperature reading.
2010-01-29 moel.mich Release version 0.1.4. Fixed EntryPointNotFoundException for ADL_Adapter_ID_Get by adding two fallback implementations.
2010-01-29 moel.mich Release version 0.1.3.1. Added a a bit more info to ADL reports.