Releases: integralfx/MemTestHelper
Releases · integralfx/MemTestHelper
MemTestHelper v2.2.0
- Update for HCI MemTest 6.4
- Added 'Verbose logging' option
- MemTests should now consistently minimise on startup
- MemTest dimensions are now dynamically retrieved
- The HCI MemTest window size can change depending on the user's locale
- Thanks @Chicos123 for finding this
- X/Y offsets now don't automatically centre when starting MemTestHelper or when changing the number of threads or rows
- Added timeout input
- Increase default timeout to 10 seconds
- This means MemTestHelper will try to find the message boxes for 10 seconds before giving up
- Update coverage after stopping
- MemTest instances can take some time to stop causing the coverage to increase
MemTestHelper v2.1.0
- Added a logger to make it easier to debug issues
- Somehow fixed issue #3 in the process
- Thanks sp3tan#3196 for helping out with this
- To migrate your settings from v2.0.2, open v2.0.2's
MemTestHelper2.exe.Config
and copy paste all the values inside<appSettings>
to inside v2.1.0'sMemTestHelper2.exe.Config
<appSettings>
MemTestHelper v2.0.2
- Coverage is now the average coverage of all instances
- Speed is now the average speed of all instances
MemTestHelper v2.0.1
- Fixed a bug that caused MemTests to not start minimised
- Hopefully automatically closes all nag message boxes now
- Now uses a more robust config solution
- Other minor bug fixes
MemTestHelper v2.0.0
- Redesigned GUI
- Cleaned up code
- Some other changes I forgot
MemTestHelper v1.9.6
- Thread that caught an error will now be red
- Clicks 'No' on the message box, when an error has been found
- Centred contents on About tab
MemTestHelper v1.9.5
- Now (only) works with official HCI MemTest 6.1
- Fixed a bug that caused number of rows dropdown to display incorrect values
MemTest Helper v1.9.4
- Fixed a bug that would cause coverage to be misread on systems that use a comma as their decimal point (thanks QQ#9198)
- Fixed a bug that would cause MemTest instances to not start when 'Start minimised' is unchecked
- Reverted calculation of free RAM
- Fixed flickering of coverage and error info list
- Estimated now shows time to total coverage rather than average coverage
MemTest Helper v1.9.3
- Manually resizing MemTestHelper now also changes the window height control
- Fixed an issue that would cause MemTestHelper to crash on startup (thanks Afya#8097)
- Fixed calculation of free RAM (thanks Rimiu#6077)
MemTest Helper v1.9.2
- Fixed a bug where each row in the coverage info list didn't match up with its corresponding MemTest instance
- Added a config file that is automatically loaded and saved
- Height of MemTestHelper can now be adjusted to show all rows of the coverage info list (suggested by yazMo#8224)