Releases: integralfx/MemTestHelper
Releases · integralfx/MemTestHelper
MemTest Helper v1.9.1
- Fixed a bug where if elapsed time was >= 30 mins, the hours would increase by 1
- Lowered coverage info list update rate to reduce flickering
- Added parallelism to some functions -> now should be more responsive
- Number of rows can now be changed while running
MemTest Helper v1.9
- Amount of RAM is now automatically entered when empty
- Fixed a bug that would cause MemTestHelper to crash when amount of RAM is low
- Added a button to hide MemTest instances
- Fixed a bug that caused elapsed hours to overflow - thanks specialedge#6583 for finding this
- MemTest instances will now be minimised when MemTestHelper is minimised and restored to their previous state when MemTestHelper is restored
- Now allows MemTest instances to be moved after stopping
- Fixed a bug that caused MemTest instances to not be in the correct position when restored, while the offsets were changed when minimised
- Fixed a bug that caused the MemTest instances to not be automatically stopped when an error has been found
MemTest Helper v1.8.2
- Stop on error count will now stop if any errors are detected (default)
- Added option to start minimised (default)
- Updated error messages
MemTest Helper v1.8.1
- Fixed vertical spacing
MemTest Helper v1.8
- Now closes the MemTest instances that the helper started rather than all MemTests
- Coverage and error info list now shows up to the number of threads selected
- Fixed a bug where the number of threads dropdown list was added twice
- Improved reliability of MemTest starting and positioning
- Fixed a bug where MemTests wouldn't be stopped automatically if the user wasn't on the main tab
- Correctly activates the GUI
- Improved responsiveness of the GUI when starting MemTest
- Fixed a typo in one of the error messages
MemTest Helper v1.7
Ported to C# WinForms -> Now should be more responsive thanks to multithreading
MemTest Helper v1.6
- Fixed default spacing of MemTest
- Fixed column width of coverage/error info list
- Forgot to enable stop at error checkbox after pressing the stop button
- Forgot to update function name (stop_all_memtests -> stop_memtests)
- Added elapsed/estimated time and speed
- Added a button to show MemTest windows
MemTest Helper v1.5
- Added X/Y spacing
- More input validation
- Forgot to disable stop at errors checkbox when starting MemTest
- Text colour is set to red when errors are found
- Added update interval
MemTest Helper v1.4
- Automatically stops and closes MemTests if memtest_helper is closed
- Fixed a bug where if stop at total coverage was checked while stop at was unchecked MemTest would still stop when it hit the total coverage %
- Added more input validation
- Refactored some code
- Added stop at error count
MemTest Helper v1.3
- Increased maximum amount of threads to 4 times the number of threads your CPU has
- Added more input validation
- Added MemTest indices to ListView
- Increased width of GUI and repositioned controls
- Added total coverage and errors to ListView (indicated by 'T')
- Added stopping at total coverage
- Added about tab