
v3.5 [Oct 1, 2014]
- New CSV export separator option.
- Decimal and thousands separators now based on Window country settings.
- Added a user contribution: an Excel spreadsheet that summarizes CSV export file contents.
v3.4 [May 9, 2013]
- All bugs through number 201 have been fixed.
- Export to XML or CSV files for method metrics.
- Enhanced command line flag /D (display details) to include options ignore headers, modified complexity and ignore blank lines.
- Added an option in command language to exclude specific files.
v3.3 [Jul 27, 2012]
New option to ignore blank lines in the Lines metric
New option to specify an options file via Windows environment variable
Find method added to Method View, Checkpoint View and Source Code View
v3.2 [Nov 9, 2011]
All bugs through number 162 have been fixed in this new version. Thanks to all SourceMonitor users who reported bugs and made suggestions for enhancements. Both are much appreciated.
1) Added log messages for additional processing states and errors (including rejection of UTF-8 files when the UTF-8 option isn't set).
2) Added a new flag to the script language, <log_all_to_console /> that causes all log messages to me displayed on the console in addition to writing to the log file. (Note: the element <log_to_console /> has errors only displayed on the console.)
3) Added display of file counts to the new checkpoint dialog.
4) Added a new element to the script lanuage to change the way the project file path is resolved. The <project_file> element contents, if relative, are resolved relative to the current working directory. The new element, <project_file_wrt_script>, can be used instead when you want relative pathnames to be resolved relative to the script file directory.
5) Added new raw number option for export of metrics to CSV file.
6) Added option to display measured maximum depth (instead of "9 " when measured maximum is more than 9).
v2.6 [Jul 9, 2010]
All Version 2.5 bugs through number 136 have been fixed in this new version.
One new feature has been added: you can now specify use of a Modified Complexity metric. With this option, switch/Case Of statements count as one in the complexity total regarless of how many cases statements are present inside the switch/Case Of statement.
A number of improvements have been made to the various language parsers, both to fix bugs and to handle new language features.
The command line script language has been extended to provide export of checkpoint Kiviat diagrams to files.
The Remote Debugger Installation is intended for computers without Visual Studio