* Renamed get_mounted_data to get_mounted_volumes
* Report data is now a dict for better clarity
* Widened report hoping that LVM names will fit (they probably wont)
* This fixes#38
* Show UNKNOWN for missing DMI variables
* Suppress errors for systems w/out sound cards
* Suppress errors for glxinfo
* Keep revision numbers for network devices
* Better names (e.g. 'Letter' instead of 'Source')
* Added 'Local' bool to simplify network-vs-local installs
* Only reassign the source letter if necessary
* Bugfix: Update 'Path' when reassigning a volume letter
* Fixes#33 (again)
* Switched to broadcom-wl-dkms
* Hopefully it doesn't break everything...
* Removed several unwanted packages (for example: modem/dialup packages)
* Fixes issue #30
* Packages to be added are now tracked in .linux_items/packages/live_add
* Packages to be removed are now tracked in .linux_items/packages/live_remove
* Known build data moved to settings/windows_builds.py
* OS version statically set in windows_builds.py
* Added Insider Previews to recognized builds
* Shown in red due to their very short support windows
* Windows 8 and Windows 8.1 are now separate versions
* Added codenames to Vista and 7 (for fun!)
* Unrecognized builds have the CurrentBuild number in the DisplayName
Main Kit
* Fixed issues #21 & #22
* Open speedtest during User Checklist (fixes#24)
* Tool version updates
* Various Bugfixes
WinPE
* Various Bugfixes
Linux
* `build-ufd` now uses a GPT layout with a protective MBR by default
* Can still build MBR (Legacy) with the `--use-mbr` flag
* (Hopefully) fixes#20
* `hw-diags`
* Re-added keyboard test (fixes#25)
* Add drive I/O benchmark test (fixes#23)
* All results are in MB/s
* Various Bugfixes