Review Assistant Changelog

What's new in Review Assistant 4.2.1033

Jan 27, 2023
  • Client changes: Supported Azure DevOps 2020/2022

New in Review Assistant 4.2.955 (Sep 27, 2022)

  • Client changes:
  • Review Assistant is now compatible with Visual Studio 2022
  • All editions are supported:
  • Community
  • Professional
  • Enterprise
  • Team Explorer

New in Review Assistant 4.1.263 (Jun 26, 2020)

  • Server changes:
  • Ignoring removed users when checking the status of a review.
  • Email notification formatting is fixed (R134000).
  • The new option MailUserDomain for configuring email authorization is added (T307822).
  • Logging email notification errors is improved (R133744).
  • The "To Review" filter is fixed for a response required review with pending reviewers (R127504).
  • Client changes:
  • Recent comment type. By default, a comment type is defined by a previously selected value linking to a review (T308002).
  • Ignoring removed reviewers when checking the status of a review (T278488).
  • Clearing credentials cache of VCS is fixed (T310010).
  • Getting a relative path of a file for a repository with a submodule is fixed (R133169).
  • Filtering git submodule changes in a commit is added (R128081).
  • The "To Review" filter is fixed for a response required review with pending reviewers (R127504).
  • Minor UI fix in the "Projects" tab and on the Code Review Board.
  • Note: Upgrading to this version requires reinstalling both the server and the clients

New in Review Assistant 4.1.246 (Nov 6, 2019)

  • Client changes:
  • Loading Code Compare after launching a comparison from the Code Review Board is fixed (R131012).
  • Receiving commands after closing a quick start window in VS 2019 is fixed (R130919).

New in Review Assistant 4.1.242 (Oct 11, 2019)

  • Server changes:
  • Run Review Assistant Server without SQL database (R129352).
  • Client changes:
  • Opening comparison of renamed file from comment is fixed (R128369).
  • The error "Request too large" on getting base revision in P4 is fixed (T289104).

New in Review Assistant 4.1.240 (Jun 4, 2019)

  • Client changes:
  • Parsing status of a file in Perforce is fixed (T282171).
  • Download link of Visual Studio Team Explorer is updated in the installer (R128727).

New in Review Assistant 4.1.237 (Apr 23, 2019)

  • Server changes:
  • Updating the expiration date of the subscription in the registry is fixed (R128099).
  • Client changes:
  • Deprecated API is removed for the VS 2019 Preview 1.0 and newer (T278907, T280162).
  • Navigating to the diff-tools settings by clicking Use Another Diff Tool is fixed (R128320).
  • Opening of the renamed/moved files comparison from the comment is fixed (T280801).
  • Displaying reviewers on the Code Review Board in the Three Column Layout mode is fixed (R128000).
  • Minor UI fixes of the files list in the Add Revisions for Review dialog (R128107).

New in Review Assistant 4.1.223 (Mar 29, 2019)

  • Iterative review for pre-commit
  • An iterative review can be currently used for shelvesets. You can easily view file versions from different shelvesets in the same review, as well as write comments the same way as in a simple review.
  • Two modes of opening Work Item
  • Note: Upgrading to this version requires reinstalling both the server and the clients
  • Auto-detection of renamed/moved files:
  • Now, in Code Review Board, there is no need to select an added file with a new name and a deleted file with an old name.
  • A renamed file is displayed as a single one with a new and an old names in square brackets as in Visual Studio.
  • Tracking renamed files is supported for all VCS including shelvesets in TFS.
  • "Use single diff-tool window for comparison" option in a new tab Options
  • With this option, you can disable the behavior of comparison being opened "in a single window".
  • Disabling this option will be useful for those who want to view changes made to multiple files in a review simultaneously.
  • Review Assistant now supports Visual Studio 2019:
  • Supported VS 2019 Preview 4
  • Supported TFS 2019 and DevOps 2019
  • We supported two modes of opening a work item the same way as in Visual Studio:
  • Visual Studio compatible view - for Visual Studio 2017 and lower.
  • Default web browser - for Visual Studio 2017 and Visual Studio 2018
  • Other improvements:
  • The Status column is added to the Reviews Status report.
  • Minor UI improvements in the Reports tab of Review Assistant.
  • Displaying of an active user on the Users tab and an active project in Projects is significantly improved.
  • Possibility of adding comments without linking them to a revision for Perforce repositories.
  • Minor UI improvements in Code Review Board.

New in Review Assistant 4.0.92 (Jan 9, 2019)

  • Server changes:
  • The maximum length of the subject of e-mail notification is fixed (R124287)
  • Client changes:
  • Loading DevExpress libraries is fixed (T264368, T266388, T159003, T266061)
  • Showing count of the comment replies is fixed (R124286)
  • Checking files in the dialog Choose Revisions for Review is fixed (R124103)
  • Checking uncommited changes is fixed (R123720)
  • Opening of the section 'Participants' and review repositories is fixed (R122983)
  • NullReferenceException when applying new project is fixed (T222315, T268724)

New in Review Assistant 4.0.86 (Oct 3, 2018)

  • Client changes:
  • Reviews sorting is fixed (T266230, T266243, T266517)

New in Review Assistant 4.0.84 (Aug 3, 2018)

  • New Review Assistant with greatly improved review workflow:
  • The improved process of performing code review.
  • Changed the statuses of reviews, added categories for comments to code and completely reworked email notifications.
  • New statuses for review:
  • The new Response Required status for a review. This status is for those cases when a reviewer cannot finish a review, because there are questions that the author of the code should answer before the review can be continued.
  • The Rejected status has been changed to Rework Needed, which describes the state of the code more precisely.
  • Automatic Review Status:
  • Now, a reviewer simply clicks Complete Review, and the status of the review is determined automatically based on the type of comments specified.
  • Four categories of review comments:
  • Now, in addition to a simple comment, you can add:
  • Question - if you have such a comment, the review will get the status Response Required.
  • Should Fix - indicates a deficiency in the code that is not critical.
  • Must Fix - indicates an error in the code. Previously, such comments were marked with the Defect flag.
  • View changes in a single editor:
  • Previously, when viewing changes to files, a separate document opened for each file. As a result, a reviewer had to close a lot of documents at the end of the review.
  • Now a single diff-tool window opens, which alternately displays changes to different files.
  • New e-mail notifications:
  • New appearance of the letter, improved readability, and the missing information added. Now all the notifications on one review are combined into message chains.
  • Improved Code Review Board:
  • Branches of code included in the review for Git & Mercurial are displayed on the board.
  • A reviewer now has the ability to view revisions included in a review.
  • Unnecessary dialogs with warnings were removed.
  • Improved work with comments and replies.
  • Other improvements:
  • Improved export of revisions to XLS files.
  • Improved import of TFS users and projects.
  • Improved verification of incompatibility between client and server versions.
  • MS SQL 2017 supported.
  • The initialization of the Review Assistant database on Azure with enabled firewall rules has been fixed.
  • The database has been optimized, the total volume is reduced by 2 times.

New in Review Assistant 3.6.462 (Feb 15, 2018)

  • Filtering by author for TFS repository is fixed (T243495)
  • TeamFoundationServiceUnavailableException when creating review from the work item editor is fixed (T243914)
  • Searching for the best repository when creating review from TFS history is fixed (R110622)

New in Review Assistant 3.6.455 (Nov 22, 2017)

  • Client changes:
  • Win32Exception when launching the UriHandler.exe is fixed (T237725)
  • FormatException when double-clicking a filename with curly braces in the path is fixed (T237248)
  • DirectoryNotFoundException on client refresh is fixed (T232397, T235895, T235893, T235894)

New in Review Assistant 3.6.450 (Oct 20, 2017)

  • Server changes:
  • Filtering of reviews by the comments count in the Code Review Details report is added (T212372)
  • Initialization of server administrator is fixed (T233203)
  • Client changes:
  • Check for working directory of repositories (SVN, TFS, P4) for Code Coverage report is removed (T208343)
  • Display of an empty Code Review Details report is fixed (R103936)
  • Review Assistant feedback link is fixed (R102894)
  • NullReferenceException when editing initial review is fixed (T231296)
  • Finding of last revision for Mercurial repositories is fixed (T231459)
  • Check for ReviewAssistantServerConfig.exe utility before installation process is added (R99687)
  • UI slowdown when resizing columns in the 2- and 3-column modes is fixed (R99669)
  • Locking of UI after switch from the report filter dialog to other tabs is fixed (R99560)
  • Logging version of Review Assistant Server in the Event Log is fixed (R99089)
  • Synchronization of read/unread states of my comments between different VS instances is fixed (R98536)
  • Mnemonic command for the choose revisions dialog is supported (R91648)
  • Formatting for the Three Column Layout mode is fixed (R89756)
  • Note: Upgrading to this version requires reinstalling both the server and the clients

New in Review Assistant 3.6.445 (Aug 23, 2017)

  • Server changes:
  • Mail sending with SQL cluster is fixed (T228067)
  • Client changes:
  • Visual Studio 2017 Preview integration is fixed (T226738, T225402)
  • TFS 2017 integration is fixed (T229180)
  • NullReferenceException in revision comparison is fixed (T190127, T209841, T224580)
  • New repository focusing is fixed (R92209)
  • Opening files with curly brackets in name is fixed (R99862)
  • Repositories alphabetical sorting is fixed (T228345)

New in Review Assistant 3.6.436 (Jul 13, 2017)

  • Client changes:
  • Visual Studio 2017 Preview version 15.3 is supported (T225402)

New in Review Assistant 3.6.435 (Jun 27, 2017)

  • Server changes:
  • Review Authored report values are fixed (R91539)
  • Email notification in unstable network is fixed (R93113, T212673)
  • "The ObjectContext might be in an inconsistent state" error is fixed (R94173, T212673)
  • Client changes:
  • Working with remote repositories is fixed (R91949)
  • Comment highlighting in dark theme is fixed (R93042)
  • UnauthorizedAccessException during initial review creation is fixed (R94344)

New in Review Assistant 3.6.430 (Feb 28, 2017)

  • Visual Studio 2017 RC4 support:
  • Review Assistant v3.6 is compatible with the new Visual Studio 2017 right from its release date.
  • Project members can now export a review:
  • Now, any member of a project can export a specific review. In the previous versions of Review Assistant, this option was available only for users with the Project Owner role.
  • Visual Studio authentication for TFS connections supported:
  • Now, you don't need to additionally enter credentials in Review Assistant. In most cases, this allows you to connect without the prompt at all, and when using Visual Studio Online, there is no need to enable Alternate authentication credentials.
  • Improved Configuration Wizard:
  • The Configuration Wizard contains a link to the documentation topic explaining in details the steps of setting up the SQL Server connection.
  • Forward slash symbols in a path of a Perforce workspace supported:
  • The Perforce path syntax is supported in Review Assistant.

New in Review Assistant 3.5.352 (Feb 8, 2017)

  • Client changes:
  • Dropdowns are fixed in dark theme (R88988)
  • Comment highlighting is fixed in HTML documents (R89043)

New in Review Assistant 3.5.348 (Jan 18, 2017)

  • "The method or operation is not implemented" error in C++ dump comparison is fixed (R88356, T202015)
  • Installation under System account is fixed (R87546, T200644)
  • Report title when data is empty is fixed (R88685, T203089)
  • Exporting Active Directory users from TFS is fixed (R88170)
  • Links to review are fixed (R88165)
  • EntityCommandExecutionException in Code Review Details is fixed (R87332)

New in Review Assistant 3.5.345 (Dec 30, 2016)

  • Silent installation is fixed (T197073, T197698)
  • Authors Statistics is fixed (R85971)

New in Review Assistant 3.5.343 (Dec 30, 2016)

  • Review creation from TFS work item is fixed (T195070)
  • InvalidOperationException on screen resolution change is fixed (T194943)

New in Review Assistant 3.5.341 (Nov 11, 2016)

  • LocalDB installed with Visual Studio 2015 is supported
  • Migration form SQLite is fixed (T192409)
  • "Invalid Credentials" error after migration from version 3.2 is fixed (T192409)
  • CREATE TABLE permission check is added (T189040)
  • Dark theme icons are fixed (R85114)
  • Reviews Authored column is added to Authors Statistics report (T194499)

New in Review Assistant 3.5.330 (Oct 24, 2016)

  • Review Assistant moved to SQL Server:
  • Since this release Review Assistant server uses Microsoft SQL Server as a database
  • All editions of Microsoft SQL Server starting from SQL Server 2008 are supported.
  • Performance for large databases improved.
  • Other improvements:
  • Any comment in a review can be marked as fixed.
  • In a simple review workflow, reviewers can close a review after code is accepted.
  • The "search-as-you-type" suggestion appears when adding users to a project.
  • On the Code Review Board, the projects in the drop-down list are now sorted alphabetically.
  • Working with a long list of comments in a review became faster.

New in Review Assistant 3.2.146 (May 22, 2016)

  • Check-in policy in Visual Studio 2010 is fixed (R75615)
  • Code language switching in Code Compare is fixed (R39750, T167501)
  • "Current license does not allow to login with this credentials" error is fixed (R71430, T161163)
  • PathTooLongException on initial review creation is fixed (R73915)
  • ArgumentException on reviewer deletion is fixed (R73981)
  • Error when expanding related work items is fixed (R75201, T169697)
  • NullReferenceException on tool windows creation is fixed (R75470, T170809)
  • False marking file as read when revision is unavailable is fixed (R73162)
  • Enabling author to look at the comments in accepted review by default (R73231)
  • Diff Tool options applying is fixed (R72924)
  • Opening of Excel files is fixed (R74255, T167501)

New in Review Assistant 3.2.138 (Mar 28, 2016)

  • More flexible email notifications;
  • Individual settings of email notifications for each event type.
  • Every member of a project can now receive email notifications about all events in reviews.
  • Project members can join reviews now:
  • When looking through the list of open project reviews or getting a message about a new review, a user can join it as a Reviewer.
  • To join an existing review, open it in the Code Review Board window and click Join Review.
  • New role in a review - Watcher:
  • Watchers receive all review notifications as if they were review participants.
  • Watchers can join a review any time if they want to add comments to code.
  • Create reviews without specifying reviewers:
  • This feature was added for agile teams. It allows creating "hanging" reviews, which any team member can pick up.
  • Code author can now create a review without adding specific reviewers.
  • All project members receive an email notification about a new review.
  • Reviews with no reviewers appear under My Reviews and To Review filters for every project member.
  • Any project member can join a review.
  • Other improvements:
  • Review editor usability improved.
  • Project settings improved to avoid ambiguity.
  • The warning on Accept Changes is more straightforward now.

New in Review Assistant 3.0.54 (Mar 28, 2016)

  • The .Net 4.6 CoerceIsSelectionBoxHighlighted bug was avoided (T131736, T131848, T133095, T139533, T148496, T148696, T152154, T154704, T158996)
  • The "Add review comment" command was added to the JSON editor popup (T154898)
  • The "Illegal characters in path" bug when selecting renamed file in Git was fixed (T157998)
  • "The Specified Domain Either Does Not Exist or Could Not Be Contacted" error when adding users from Active Directory was fixed (T158502)
  • More intelligible version compatibility confirmation dialog (R66854)
  • Safer getting text from editor (T156079)
  • The separate installation of the command-line client is allowed (R70498)

New in Review Assistant 3.0.51 (Mar 28, 2016)

  • The restore of comments folding is fixed (R66578, T152579, T152673, T152877)

New in Review Assistant 3.0.49 (Mar 28, 2016)

  • Unsecured Internet connections are fixed (R66520, T152502, T152539, T152571, T152579)

New in Review Assistant 3.0.48 (Mar 28, 2016)

  • Get code review process up and running in two minutes with TFS
  • Quick import of TFS projects together with users
  • A user can choose the projects to import
  • Both Visual Studio Online and Team Foundation Server are supported
  • Selective import of users without projects is now possible
  • Multiple authors per review:
  • Several authors may be simultaneously added to one review
  • When revisions are added to a review, all related authors are added automatically
  • The list of authors can be edited manually
  • Comments in a review are automatically addressed to the author of a file revision
  • A user responsible for defect fixing can be changed manually
  • Initial review:
  • The initial review option allows to review code of a project in its current state
  • Files, not revisions, are added to a review. The latest revision of the file is retrieved from the repository
  • Any number of files can be added in a review from the repository
  • Based on comments, the latest revisions of files can be added to a review and several review iterations can be implemented
  • Flexible editing of a range of revisions in a review:
  • Now you can edit the entire range of revisions added to a review
  • Better work with the file list in a review:
  • It is now possible to hide read files. This is especially useful when a large list of files is reviewed
  • You can compare revisions for renamed files
  • Additional options in the pop-up menu of files
  • The Open Containing Folder command allows to quickly display a file in Windows Explorer
  • The Copy Full Path command allows to copy to the clipboard the full path to a file
  • Working with binary files:
  • A user can work with binary files in a review
  • A binary file opens in the associated editor
  • The Add File Comment command is supported for binary files
  • Other improvements:
  • Defects markers appear red in the Code Editor
  • E-mail notifications are sent to all participants of a review, regardless of their role
  • For the strict review workflow, participants of a review are restricted in rights to close and delete other users' comments
  • An integrated administrator account is not considered a licensed user if it is not involved in projects
  • Branch names are now displayed in the Add Revisions dialog box for Git. Also, a splitter was added to the dialog box
  • Creating accounts without a password is no longer allowed

New in Review Assistant 2.8.512 (Mar 28, 2016)

  • Support for Microsoft Visual Studio 2015 — a rich, integrated development environment for creating applications for Windows, Android, and iOS, as well as web applications and cloud services.
  • Support for Microsoft Visual Studio Community Editions 2013-2015 — a free, fully-featured, and extensible IDE
  • Support for Team Foundation Server 2015 — the newest version of TFS, the collaboration platform at the core of Microsoft's application life-cycle management (ALM) solution

New in Review Assistant 2.7.509 (May 1, 2015)

  • Nulling a couple of working directories is fixed
  • Getting SVN revisions after branch switch is fixed

New in Review Assistant 2.7.508 (May 1, 2015)

  • Error of opening comments with empty working directory is fixed
  • Ability to clear working directory path is added
  • Displaying changes of Mercurial revisions is fixed

New in Review Assistant 2.7.505 (Apr 22, 2015)

  • Printed code review reports:
  • For companies that conduct external compliance review such as PA-DSS.
  • The Review Assistant Reports window contains the new Code Review Details report type
  • The report contains all reviews that were conducted for the specified time period
  • The report is automatically divided into pages for printing
  • You can save the report in the PDF and many other formats
  • The Code Review Board shortcut menu contains a command for individual review export
  • Review comments in Visual Studio's built-in diff tool:
  • Review Assistant provides full integration with the built-in Visual Studio diff tool. You do not need to have Code Compare installed to see review comments.
  • The 'Resume Review' action for reviewer:
  • A reviewer may renew the code review process independently of other review participants. This may be useful when a reviewer finished the review process and after some time would like to change their opinion.
  • Smarter revision picking algorithm for a comparison:
  • This algorithm will be beneficial for users who conduct iterative code review with help of Git or Mercurial. The new algorithm selects a file revision more accurate while reviewing changes. In many cases, this allows you to separate changes of other authors that could get into the file while code merge or as a result of significant intervals between iterations of one review.
  • Other Improvements:
  • Group operations with the file list in a review
  • Opening files for comparison is optimized
  • Operations with TFS are now faster
  • Pre-commit code review' check-in policy for TFS projects behavior is improved
  • A shortcut menu for a file is reordered to hide rarely used commands
  • Unmodified files are now hidden for Mercurial's merge-commits

New in Review Assistant 2.6.407 (Dec 17, 2014)

  • Visual Studio 2015 Preview is supported
  • Comment reopening is allowed for any reviewer
  • Percentage summary is added to reports
  • Total report rows number summary is added
  • Keeping order of reports grouping is fixed
  • Displaying of revision status in revision choose dialog is fixed
  • The order in recent reviewers list is fixed
  • Error on getting active window is fixed
  • Active Directory folders selection is fixed
  • Displaying URLs with parenthesis in comments is fixed
  • Pull prompt showing with corrupted mercurial.ini is fixed
  • UnauthorizedAccessException in check-in policy is fixed

New in Review Assistant 2.6.379 (Oct 31, 2014)

  • Code Coverage Report
  • With the new report, you can:
  • See, what revisions in repository were sent to review, and what were not
  • Detect whether code was accepted, rejected, or remains uncompleted
  • Navigate to the review, that was created for a particular revision
  • Group data by authors, review statuses and by other columns
  • Filter data to exclude minor revisions from report
  • Mark revision as reviewed:
  • When creating a review and adding revisions to it, author can easily detect what revisions in repository were not reviewed.
  • Report customization:
  • Select columns you want to include to report
  • Tune up data grouping
  • Adding a review comment for the entire file:
  • The option to comment not only a certain code line, but to add review comment to the entire file.
  • Review links in reports:
  • Now Review Status and Code Coverage reports include clickable links referring to corresponding reviews.
  • Visual Studio "14" CTP support:
  • The new version of Review Assistant is compatible with the bleeding edge version of Visual Studio environment.
  • Other Changes:
  • Improved performance when working with Review Assistant integrated into Git source control system
  • More explicit behavior when working with the files, that were deleted during development

New in Review Assistant 2.5.282 (Sep 3, 2014)

  • Getting files from improper TFS folder is fixed (R40855, T109599)

New in Review Assistant 2.5.279 (Jun 5, 2014)

  • Faster Review Server:
  • We have boosted the Review Assistant Server up to 50%
  • Secure Connections:
  • SSL connections are supported now.
  • Work without Visual Studio:
  • You can install the Review Assistant (client) on the PC without Visual Studio. The product installation will download and install the Visual Studio Integrated Shell.
  • Simultaneous work with multiple projects gets more convenient:
  • Now a user can simultaneously see all accessible reviews from multiple projects.
  • Ability to switch a project from Code Review Board
  • Pre-Commit Code Review Policy for TFS:
  • Review Assistant client now includes a custom check-in policy for TFS. It is used to control that all changes pass code review before the check-in into a version control system.
  • Options for email notifications:
  • A user profile now includes the 'Email notification level' setting. You can use it to adjust notification preferences
  • Large code reviews are better now:
  • For reviews with 300+ comments, Review Assistant client performance is significantly improved.
  • A list of review files is hierarchical now. Files are grouped by directories.
  • Other Improvements:
  • While executing the Replace Recent Revisions command, in the select revisions dialog, the files highlighting recovers.
  • While creating a review based on a TFS shelveset, the shelveset name is used as a review title (if there are no comments).
  • The product registration is available via the client UI.
  • The installation creates a shortcut to run the client. This helps you to get started quickly.
  • Now you can add a user from the Active Directory by double-clicking.

New in Review Assistant 2.1.229 (Feb 26, 2014)

  • "Index was outside the bounds of the array" error on comment opening is fixed (R34023, R34027)
  • Double click word selection is fixed (R28325)
  • License agreement is emendated (R34254)

New in Review Assistant 2.1.227 (Jan 21, 2014)

  • Review creating from TFS Source Control History and Work Items is fixed Misprints in command line client are fixed
  • Hint on access rights in the Reports window is fixed
  • Error on report exporting and printing is fixed

New in Review Assistant 2.1.221 (Jan 13, 2014)

  • Perforce source control system integration:
  • Now companies that use Perforce can benefit from using Review Assistant. Our code review tool provides support for integration with Perforce source code control system and allows you to
  • Add change lists to a review from the GUI client.
  • View author's changes, that were made in a code comparison tool.
  • Add comments to a specific revision of a file.
  • Implement iterative review.
  • Adding comments to blocks of code:
  • Review Assistant allows to add comments to a block of code. You can select either a word or a several code lines to add a comment. A block of code with a comment is highlighted with the orange border for more convenience.
  • Improvements related to comments in the code editor:
  • Graphic markers of comments are added instead of the text lines.
  • The color of the marker defines a status of a comment.
  • A popup window with the information about a comment appears while clicking the marker.
  • The popup window contains commands that allow to change comments statuses.
  • Command line interface:
  • We stick to the tradition of giving our users the priority of choosing new features. Our close interaction results in the improvements that are really required. One of the most voted-for features is the support of continuous integration platforms.
  • Command line client features
  • Getting the information about users, projects and reviews.
  • Filtering the reviews list.
  • Retrieving data in the XML format.

New in Review Assistant 2.0.145 (Dec 11, 2013)

  • Compatibility with Code Compare 3.0.39 is fixed
  • Error on adding or opening comments from TFS is fixed
  • Problem with flickering and blinking text in the "Add revisions" dialog is fixed

New in Review Assistant 2.0.140 (Dec 2, 2013)

  • Commenting a file that is not updated from TFS or Mercurial is fixed
  • Error occurred when reconfiguring the third-party extensions is fixed
  • "An item with the same key has already been added" error on getting changelists from TFS is fixed
  • Error on network problems that occur when connecting to Review Assistant server is fixed
  • Commenting working copy files from Git is fixed

New in Review Assistant 2.0.137 (Nov 13, 2013)

  • Mail templates are simplified and more compatible with most of email clients now
  • Option to disable SSL Certificate is added
  • Mail timeout option specifies the value in seconds now
  • Mail notifications receiving order is fixed
  • Windows authentication during trial is fixed
  • Service restarting when upgrading the version is fixed
  • Markers display in the editor when opening it out of the comment is fixed
  • An error in the command that adds a review from the TFS history is fixed
  • Scrolling in a 3-column view is fixed
  • Comment closing after replying is fixed

New in Review Assistant 2.0.130 (Oct 16, 2013)

  • E-mail notifications improved
  • Reports improved
  • Fixed bugs in Visual Studio 2013 support
  • Authentication issues with Active Directory fixed
  • Supported working without specifying working directory for source code for TFS and SVN
  • Fixed working with TFS shelvesets
  • Fixed bug with related TFS work items and 3 repos in one review
  • Fixed incorrect behaivior for DVCS when changes are not present in local repository
  • Fixed bug with invisible comment reply
  • OutOfMemory exception on opening a large review archive fixed
  • Problems with ad-hoc comments fixed
  • Other bugs fixed

New in Review Assistant 2.0.108 (Sep 25, 2013)

  • The "The specified cryptographic algorithm is not supported on this platform" exception on Windows 2003 is fixed.
  • Incorrect Visual Studio Notifications is fixed.
  • An error related to an incorrect review link render is fixed.
  • The comparison process by using Visual Studio diff tool is improved.
  • E-mail notifications are improved.
  • Silent behavior on selecting third-party diff tool without specifying one is fixed.

New in Review Assistant 2.0.102 (Sep 20, 2013)

  • New Code Review Board:
  • New UI is more in line with the Visual Studio 2012 style.
  • Role-specific review statuses are shown in the reviews list.
  • New filter for recently closed reviews added.
  • Email Notifications:
  • Email notifications about events occurring when the review is in progress.
  • Review links for browser-like navigation added. User can now open Visual Studio right from the email client.
  • Code Review Reports:
  • Reviewer Statistics - to assess reviewers' activity.
  • Author Statistics - allows to evaluate roughly the quality of code involved in a review process.
  • Users Status - for evaluating current review workload per developer.
  • Reviews Status - helps to find 'stale' reviews.
  • Improved Commenting on Code:
  • Comments are linked to a file revision.
  • Multiple-line comments are fully displayed.
  • The number of replies is now visible in the comment header.
  • The comment status is displayed as a bright text label.
  • Improved Code Review Process:
  • Reviewers can track their progress now.
  • Automatic display of latest unread changes in the file list.
  • Simple review workflow is improved to avoid unwanted review auto-closing.
  • Multiple Repositories in One Review Allowed:
  • Adding code from more than one repository into a single review.
  • SVN Externals, Git sub-modules, and Mercurial sub-repositories are supported.
  • Closer Integration with TFS:
  • Related work items are displayed in Code Review Board when user adds changesets.
  • Review work item's code.
  • Review changesets from the Source Control History window.
  • Visual Studio 2013 Support:
  • We have implemented the integration of Review Assistant with Visual Studio 2013.

New in Review Assistant 1.2.35 (Aug 8, 2013)

  • Work on Turkish version of Windows is fixed

New in Review Assistant 1.2.33 (Aug 6, 2013)

  • Work on Turkish version of Windows is fixed
  • Visual Studio Integrated Shell is supported
  • The "Incompatible xml output" error on reading revisions from SVN is fixed
  • Error on opening a merged revision from Mercurial is fixed

New in Review Assistant 1.2.30 (Jun 3, 2013)

  • Path concatenation of TFS changes to working directory is fixed
  • Comparison opening in the standalone application is fixed
  • Options clearing when several IDEs are launched is fixed
  • Revision adding is disallowed for reviewers
  • ArgumentNullException when comment moves is fixed
  • Error on login, when project adding is discarded, is fixed
  • Keyboard mnemonics on menu items are added
  • The link "you can add general comment" on the Code Review board is fixed

New in Review Assistant 1.2.24 (Apr 18, 2013)

  • The speed of adding SVN revisions to an existing review is significantly increased

New in Review Assistant 1.2.23 (Apr 12, 2013)

  • Trusted domain authentication is supported
  • Applying custom working paths for non-owner users is fixed
  • Error on connecting under current Windows user is fixed
  • Adding multiple revisions, when branch or author is specified, is allowed

New in Review Assistant 1.2.22 (Feb 28, 2013)

  • Server database upgrade is fixed

New in Review Assistant 1.2.21 (Jan 18, 2013)

  • Speed of Active Directory operations is increased

New in Review Assistant 1.2.19 (Jan 11, 2013)

  • Bug with TFS in Visual Studio 2010 is fixed

New in Review Assistant 1.2.18 (Jan 10, 2013)

  • Adding users from Active Directory is supported
  • Adding of bulk project members is supported
  • Refresh speed is increased
  • Support Visual Studio 2012 diff tool
  • Adding comments in comparisons opened from TortoiseSvn/Get/Hg and TFS is supported
  • Reply editing is supported

New in Review Assistant 1.1.10 (Dec 6, 2012)

  • Error caused by invalid url specified in TFS repository is fixed
  • Incompatible xml output errors while version control operations are fixed
  • Detection of deleted files in SVN is fixed

New in Review Assistant 1.1.9 (Nov 7, 2012)

  • Comment positions sending upon review apply is fixed
  • Automatic reply posting on returning to review list is fixed
  • Minor GUI enhancements are introduced
  • False pop-up change notifications are fixed

New in Review Assistant 1.1.7 (Oct 29, 2012)

  • Pre-commit in TFS using shelvesets is supported
  • Git repositories are supported
  • Simple workflow is added
  • "Collapse all" button on the Code Review Board toolbar is added
  • Code snap of comments is enhanced
  • TFS repository responce time is decreased
  • Displaying of comment author's initials is added
  • Indication of reviewers' work completion is added

New in Review Assistant 1.0.27 (Oct 5, 2012)

  • Working with SVN repositories that have spaces in name is fixed

New in Review Assistant 1.0.26 (Sep 19, 2012)

  • Search reviews and comments by user and revision is supported
  • Redundant buttons in expanded comments are removed

New in Review Assistant 1.0.25 (Sep 12, 2012)

  • Showing initials of creator in comments is added
  • Visual Studio themes are supported
  • Getting changes from SVN is fixed
  • Visual Studio 2012 themes are supported
  • Nested folders in a repository are supported
  • Getting files from TFS changesets is fixed

New in Review Assistant 1.0.24 (Aug 9, 2012)

  • The option to open comparisons via context menu of comment is added

New in Review Assistant 1.0.22 (Aug 7, 2012)

  • Retrieving of base files from the TFS repository is fixed

New in Review Assistant 1.0.21 (Jul 31, 2012)

  • Third-party comparison tools are supported
  • Third-party diff tools are supported
  • Options to set SVN/Hg binary paths are added
  • Review filtering is enhanced
  • Opening of files from Mercurial is fixed