## Main Kit ##
* Updated several tool versions
* Various bugfixes
* _(Including another fixed set-eol.ps1 call)_
## Windows PE ##
* Fixed using local Windows sources
* Various bugfixes
## Linux ##
* New build script
* Better package handling
* Packages split into build dependencies, aur, and live
* Isolinux/pxelinux/syslinux/refind setup during build process
* main.py settings has replaced arch.conf and wifi.conf
* Hardware diagnostic scripts
* All scripts rewritten in Python
* Prime95
* Added ablity to abort test without cancelling other tests
* The tempuratures are saved from the end of the test
* NVMe/SMART
* New NVMe tests since SMART support is limited for NVMe devices
* Progress is displayed for SMART self-tests
* The script waits on the self-test for the polling-time + 5min
* Unless it detects completion after 60 seconds
* badblocks
* Optionally run when the device health is unknown
* These overrides are done per-device
* Results screen
* Final temps from Prime95 tests displayed
* Tempurature sensors rewritten
* Rewritten in python
* Report CoreTemps first then others (CPU temps)
* Wrap into two columns as necessary (if the window is big enough)
## Main Kit ##
* Updated several tool versions
* Various bugfixes
## Windows PE ##
* Fixed using local Windows sources
* Various bugfixes
## Linux ##
* New build script
* Better package handling
* Packages split into build dependencies, aur, and live
* Isolinux/pxelinux/syslinux/refind setup during build process
* main.py settings has replaced arch.conf and wifi.conf
* Hardware diagnostic scripts
* All scripts rewritten in Python
* Prime95
* Added ablity to abort test without cancelling other tests
* The tempuratures are saved from the end of the test
* NVMe/SMART
* New NVMe tests since SMART support is limited for NVMe devices
* Progress is displayed for SMART self-tests
* The script waits on the self-test for the polling-time + 5min
* Unless it detects completion after 60 seconds
* badblocks
* Optionally run when the device health is unknown
* These overrides are done per-device
* Results screen
* Final temps from Prime95 tests displayed
* Tempurature sensors rewritten
* Rewritten in python
* Report CoreTemps first then others (CPU temps)
* Wrap into two columns as necessary (if the window is big enough)
* Removed include/iso items since they've been integrated into the new scripts
* Moved include/live/* to include/ since there's only one "include" folder now
* Renamed run_smart to run_nvme_smart to match rest of the code
* Mark NVMe/SMART status as NS earlier in a couple more cases
* Prevent crash when all tests are run and then aborted during Prime95
* The script waits for the self-test for polling-time+5min
* Unless it detects completion after 60 seconds
* Fixed missing linebreaks in progress panes
* BREAKING: TESTS data structure reworked to support per-dev status