Hardware Identify Changelog

What's new in Hardware Identify 2.5.0

Apr 10, 2019
  • Major changes to the graphics and controls of the program. Now supports high DPI systems and has improved graphics.
  • Multiple bug fixes and improvements.

New in Hardware Identify 2.1.1 (Sep 13, 2016)

  • Updated the program to show the icons for the hardware devices in Windows XP and also to better display the icons on other versions of windows for any that are not setup like default.
  • Updated the program to pull the unknown or "Other Devices" icon. The class id for unknown or other devices is empty in the registry, so no icon was able to be pulled. The program now takes any device with no class id as unknown or other devices and shows the proper icon.
  • Fixed bug where tab control wasn't changing colors.
  • Other small interface changes.

New in Hardware Identify 2.1.0 (Jul 14, 2016)

  • The program now adds any device with no class id to the no drivers installed tab and hardware with problems tab. This is because in Windows 10 when drivers are not installed it no longer reports error code 28 (No drivers installed) and instead reports as 0 (ok).
  • Updated Codejock Controls to v17.2.0

New in Hardware Identify 2.0.1 (Apr 25, 2016)

  • Small bug fix, the program wasn't reporting "Standard VGA Graphics Adapter" under the missing drivers tab like it should. This was do to a typo on my part, I had VGS instead of VGA.

New in Hardware Identify 2.0.0 (Apr 7, 2016)

  • The program use to give a drop down option to choose how to show the devices. This has been changed and is now a tabbed view with each list loaded at once. This way there is no more having to refresh each list one by one.
  • The program now pulls and shows the device manager icon for the hardware.
  • Updated color settings.
  • Updated controls to the new Codejock v17 controls. (List views and Tabs)
  • Major code updates, changes, cleanup and speed improvements.

New in Hardware Identify 1.5.0 (Feb 11, 2015)

  • Updated multiple controls and cleaned up code.
  • Added new "Lookup Selected Device" button on the main window, some users didn't realize they could double click on a item in the list to look it up in the database, so I added this button so new users will have an easier time with the program.
  • Updated the graphics and layout of the program.
  • Changed the default color scheme from the old default dark to the new lighter default. Users can always change the colors if they like

New in Hardware Identify 1.4.0 (Sep 18, 2014)

  • Moved the image controls used in the program into a ocx file. This has reduced the size of the main exe by 460 KB. Also making the program more stable and require less memory.
  • Multiple interface code tweaks and enhancements.

New in Hardware Identify 1.3.0 (May 8, 2014)

  • Fixed a bug where sometimes Windows would return an empty string for the name of a unknown device (No drivers installed). Since there was no name the program didn't list the device. This has now been fixed.

New in Hardware Identify 1.2.1 (May 6, 2014)

  • Fixed rare bug in the improve database function where sometimes it would think a device is already in the database when it wasn't.

New in Hardware Identify 1.2.0 (Apr 22, 2014)

  • Added a new option to change all the program colors (under the settings tab). The user can now control the colors of the program and even save their color layout as a preset. This is very helpful for colorblind, or hard of seeing users or just users who don't like my default colors
  • Changed the default colors of the program. Replaced the green text with a easier to read color. Also change the button colors to stand out more and multiple other changes.
  • A large amount of interface and layout changes.
  • Add a option to disable the program for checking for updates at startup.
  • Updated the improve database function. The program has always asked users to only submit English results, which no one seems to read or care about lol. So I made a function to remove devices that have non English words in them since the database is English only. The function works by looking for keywords which are in a text file with the program. As I update the keyword list it will get updated along with the database. This way I don't have to release a new version just to update the keywords.
  • Multiple code changes and improvements.

New in Hardware Identify 1.1.0 (Apr 5, 2014)

  • Complete redesign of the device database. The program was using a normal text file and would loop through to find your device. While this worked fast it would take around 5 to 10 secs to search for your hardware. As the device database grows that would become slower and slower. I have redone the database into a proper database file and set it up in a way to make sure nothing is duplicated to help keep size down. While the new database does make for about a 15% larger file it now gives me the proper method to do searches in the database. Now pulling up your hardware from the database is nearly instant.
  • Changed the device lookup window to automatically move all devices that match with the longest id at the top of the list. The longer the ID the better chance it is the right device.
  • Because of the larger database size I have changed the downloaded database file from a zip to a 7-zip file since I can get a much better compression. As an example the current database compressed into a zip file is 2.72 MB while compressed into a 7-zip file it is only 1.36 MB. The smaller the file the faster the download when updating the database in the program.
  • Multiple code changes and improvements.