Skip to content

Releases: integralfx/MemTestHelper

MemTest Helper v1.9.1

03 Feb 01:08
ffa4efa
Compare
Choose a tag to compare
  • 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

29 Jan 04:11
6fa5dc4
Compare
Choose a tag to compare
  • 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

30 Dec 00:49
a645579
Compare
Choose a tag to compare
  • 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

28 Dec 05:17
ef44792
Compare
Choose a tag to compare
  • Fixed vertical spacing

MemTest Helper v1.8

29 Nov 01:36
4b5b94b
Compare
Choose a tag to compare
  • 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

20 Nov 10:51
9b5c177
Compare
Choose a tag to compare

Ported to C# WinForms -> Now should be more responsive thanks to multithreading

MemTest Helper v1.6

19 Nov 05:48
66a4700
Compare
Choose a tag to compare
  • 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

18 Nov 08:08
7f5312c
Compare
Choose a tag to compare
  • 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

16 Nov 09:31
bedcf3e
Compare
Choose a tag to compare
  • 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

14 Nov 08:00
234b8b0
Compare
Choose a tag to compare
  • 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