December 8th, 2011· You can now choose to open only a specific dump file - from the user interface or from command-line.
· You can now also specify the MiniDump folder or MiniDump file as a single parameter, and BlueScreenView will be opened with the right dump file/folder, for example: BlueScreenView.exe C:\windows\minidump\Mini011209-01.dmp
September 13th, 2011· Added 'Raw Data' mode on the lower pane, which displays the processor registers and memory hex dump
May 27th, 2011· Added 'Crash Address' column.
· Added 3 columns that display that last 3 calls found in the stack (Only for 32-bit crashes)
March 28th, 2011· Added 'Mark Odd/Even Rows' option, under the View menu. When it's turned on, the odd and even rows are displayed in different color, to make it easier to read a single line.
January 31st, 2011· Added 'Google Search - Bug Check+Driver' for searching in Google the driver name and bug check code of the selected blue screen.
December 24th, 2010· Added 'Dump File Size' column.
November 15th, 2010· You can now send the list of blue screen crashes to stdout by specifying an empty filename ("") in the command-line of all save parameters.
· For example: bluescreenview.exe /stab "" > c:\temp\blue_screens.txt
August 16th, 2010· Added 'Add Header Line To CSV/Tab-Delimited File' option. When this option is turned on, the column names are added as the first line when you export to csv or tab-delimited file.
June 29th, 2010· Fixed issue: removed the wrong encoding from the xml string, which caused problems to some xml viewers
May 3rd, 2010· Fixed 'DumpChk' mode to work properly when DumpChk processing takes more than a few seconds.
April 23rd, 2010· Added 'DumpChk' mode, which displays the output of Microsoft DumpChk utility (DumpChk.exe). You can set the right path and parameters of DumpChk in 'Advanced Options' window. By default, BlueScreenView tries to run DumpChk from '%programfiles%\Debugging Tools for Windows'
· The default MiniDump folder is now taken from HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl
December 28th, 2009· Added 3 new columns in the upper pane: Processors Count, Major Version, Minor Version.
· Added 'Explorer Copy' option, which allows you to copy dump files to the clipboard and then paste them into Explorer window.
November 5th, 2009· Added option to view the blue screen list of multiple computers on your network. The computer names are specified in a simple text file. (See below).
· Added Combo-Box to easily choose the MiniDump folders available in the hard-disks currently attached to your computer.
· Added 'Computer Name' and 'Full Path' columns.
September 23rd, 2009· Added /sort command-line option
September 14th, 2009· Added accelerator keys for allowing you to toggle between modes more easily. Added command-line options for saving the crash dumps list to text/csv/html/xml file. Added command-line option for opening BlueScreenView with the desired MiniDump folder. Fixed focus problems when opening the 'Advanced Options' window. Added 'default' button to the 'Advanced Options' window. Added 'processor' column - 32-bit or x64.
August 17th, 2009· Added support for x64 MiniDump files