most fixes are related to silent or batch processing
1) Adjusted CurrentDB text box for auto-complete and copy and paste database name
2) Enhanced batch/silent import running from command prompt.
example: sqlnexus.exe" -S"<serverName>" -d"<db Name>" -E -I"<Input file path>" -X -O"output log directory"
a) ability to run silent mode including running under xp_cmdshell
b) allow log directory (-O) to create log file (sqlnexus.000.log) instead of default location (%Temp%)
c) automatically select first instance if data collected from mult-instances.
Other fixes include unable to find post-script "PerfStatsAnalysis.sql"