• v1.3.0 3a8aa66f18

    2Shirt released this 2017-12-30 17:58:34 -07:00 | 1780 commits to dev since this release

    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)
    Downloads
  • v1.3.0-rc1 3ab3e4cd2a

    v.1.3.0-rc1 Pre-release

    2Shirt released this 2017-12-30 12:40:55 -07:00 | 1786 commits to dev since this release

    Downloads
  • v1.2.2 b077602a42

    Stable

    2Shirt released this 2017-12-06 14:31:39 -07:00 | 1904 commits to dev since this release

    Bugfix release

    Downloads
  • v1.2.1 a6b74ce3d0

    Stable

    2Shirt released this 2017-12-04 16:08:28 -07:00 | 1909 commits to dev since this release

    Bugfix release

    Downloads
  • v1.2.0 50c70c3ab9

    Stable

    2Shirt released this 2017-12-04 15:57:56 -07:00 | 1910 commits to dev since this release

    Main Kit

    • Updated build script to work with new folder layout
    • Browser sections have better profile & installation detection/reporting
    • Browser extension section updated to support Firefox Quantum
    • User Data Transfers will display local sources before remote sources
    • Various bugfixes

    Windows PE

    • WizardKit PE has been integrated into this project
    • The build script has been replaced with a new PowerShell script
      • This downloads the tools, builds a new PE image, and exports x32 & x64 ISOs
      • main.py is opened for editing before the PE images are built
      • ISO names use KIT_NAME_SHORT (e.g. WK-WinPE-20XX-XX-XX-amd64.iso)
    • BitLocker CLI tool "manage-bde" has been added
    • All PE Python scripts have been updated
      • These scripts also use the main.py file for customization
      • Better handling of damaged drives during backup & setup sections
      • Partition type descriptions have been trimmed to fit on a single line
      • Backup and Setup sections are now logged
        • These logs can be reviewed and saved before returning to the main menu
      • "No disk" errors seen when scanning empty card-readers should be silenced
    • Various bugfixes
    Downloads
  • v1.0.0 537973fa90

    Stable

    2Shirt released this 2017-11-23 21:48:36 -07:00 | 2051 commits to dev since this release

    Major Update

    • Build Kit.cmd
      • This script will build a fully functional kit requiring only PowerShell 3.0+ be installed prior.
    • All launchers are now generated during builds and updates (by update_kit.py)
      • This allows for a much leaner code-base to manage
    • Lots of bugfixes, cleanup, and other adjustments.
    Downloads