Build 40 (Version 1.1 beta) ----------------------------------------------------
* New: "loads" edges visualize additionally loaded modules besides the
       "based on" ones (relevant for DLL injection stuff)
* New: Plugins can now output results in TXT format using the environment
       variable "PROCDOTPLUGIN_ResultTXT"
* New: Plugins can now output results in CSV format using the environment
       variable "PROCDOTPLUGIN_ResultCSV"
* New: Plugins now also support a "Description" (field)
* New: Opt-in for update-check also for betas
* Fixed: Mainmenuitem plugins were usable though deactivation due to automatical configuration check
* Fixed: Lots of bugs with listview windows
* Fixed: Some bugs with dynamic layout engine

Build 39 (Version 1.1 beta) ----------------------------------------------------
* Fixed: Missing IP address in details of servers when no domain is available
* Fixed: UTF-8 handling (previously saved launchers may need to be re-selected)
         (thx to Rob Ayers for reporting)
* Fixed: Some bugs with ListIconRequester control
* Changed: Add filter window now has its initial focus on the ok button
* New: Hint markers for seconds and 5 seconds in the timeline
* New: Option to hide hint markers for seconds and 5 seconds in timeline
* New: Frame timestamps in the statusbar
* New: Option to switch frame timestamps between original and zeroed
* New: Plugin engine
* New: Plugin manager
* New: Bitmap exporter
* New: Session based filters and global filters
* New: Filter manager
* New: Manual

Build 32-38 --------------------------------------------------------------------
Internal dev-builds

Build 31 (Version 1.0) ---------------------------------------------------------
* Fixed: Order of the file-types in the selection dialog for PCAP or TXT
         (thx to Rob Ayers for reporting)
* Changed: Titles of detail windows
* Changed: "\\" to "\" in path labels
* Fixed: The current approach of internally converting PCAP to TXT sometimes
         leads to using an accordingly old TXT file
         (thx to Rob Ayers for reporting)

Build 30 -----------------------------------------------------------------------
Internal dev-build

Build 29 -----------------------------------------------------------------------
* Fixed: Additional columns in Procmon CSVs are ignored now to not fool ProcDOT 
         anymore - Fixed launcher signature
         (thx to Rob Ayers for reporting)

Build 28 -----------------------------------------------------------------------
* Fixed: Additional columns in Procmon CSVs are ignored now to not fool ProcDOT 
         anymore
         (thx to Rob Ayers for reporting)
* New: Added .ico files to category "GRAFX"

Build 27 -----------------------------------------------------------------------
Internal dev-build

Build 26 -----------------------------------------------------------------------
* Fixed: LastReadTimes
* Fixed: Bug with internal relevance-flags when handling injections
* Fixed: Corrected original linenumbers
* Fixed: <F1> now works again for displaying the legend window
* Changed: Removed disabling of filter string gadget
* Changed: Performance boost for "procmon2dot"
* Changed: No more sticky windows
* Changed: Main window state is saved/restored for current desktop resolution
* New: Render option "Read only files" which let one also display files that are
  only read. So, ie to detect stealing of data or even loading of DLLs (incl.
  multistaged). => Of course this produces a lot more noise but also more truth
  (loaded DLLs, based-on for modules that already existed, etc.) => because of
  the noise I decided to have this option deactivated by default, so you have to
  activate it on demand.
* New: Items in the details dialog can now be epanded or copied to clipboard by
  a right-click (cell, line, column, table)
* New: Searchfield for processname in launcher-selection dialog

Build 25 -----------------------------------------------------------------------
* New: Autorecognition for column-order of Procmon-CSVs
      (thx to llothsedai for reporting)

Build 24 -----------------------------------------------------------------------
* Keep main window responsive to Windows messages during execution of component
  programs
* Put a border around progress requester
* Revised zoom algorithms (real 10%-steps)
* A right doubleclick now fits the graph to the canvas
* Graphs can now be smaller than the canvas
* Implemented a caching for zoom steps
* Created an according message in the improbable case of a crash
* Fixed a crash based on malformed registry keys
  (thx to Michal Mistina for reporting and testing)

Build 23 -----------------------------------------------------------------------
Internal dev-build

Build 22 -----------------------------------------------------------------------
* Compiler update
* Better node/name-matching for files being set as registry values
* Clearing timeline when switching to another session
* String search (CTRL+F) now also considers detail attributes of nodes
* New feature RenderOptions to reduce/filter the resulting graph
* Revised some error messages to be more precise
* Added Procmon format check to "Refresh" button
* Put more stuff into readme.txt