Take a look at http://quickrev.sourceforge.net/news/ for a complete overview (with screenshots)
Added syntax highlighting for B-Method.
QuickRevBoard: Added option '--exact-baseline' Add this parameter to apply the baseline settings to a file only, if the latest known version is covered by the baseline. In case there are already newer versions ignore the baseline for this file.
Added branch name to email notification when using placeholder %filename% and the project file is under GIT control.
Made evaluation of the used GIT repository more intelligent. In case the project file is under GIT control as well the used GIT repository will be derived from the project file. So projects from different GIT repositories can be loaded even if a different default GIT repository is configured.
If a command is configured in the 'Tools' menu which uses the placeholder %git% and the repository is configured in the preferences dialog the repository information will be added to the execution of the GIT command (--git-dir, --work-tree).
QuickRevBoard: Added option '--title' to add a title to the generated QuickRevBoard.
Added branch-name placeholder %git:branchName% for git in tools and email notifications.
VCS specific parts can be enclosed in %vcs:start% ... %vcs:end% tags with the VCS of the project file (svn/cc/git) instead of 'vcs' for email notification configurations.
fix: loading of GIT file history failed if QuickRev was started in a sub-directory of the repository
fix: when selecting files from GIT changesets which appear in multiple selected changesets not always the latest version was selected afterwards
fix: selection of "my latest version" for GIT files where the user name matching did not work correctly
fix: load export file (.qrx) in GIT even if no repository root is configured
fix: QuickRevBoard: replace multiple slashes in paths with single slashes (which sometimes leads to problems when resolving the URL in browser)
fix: IndexOutOfBoundsException when generating QuickRevBoard because of unversioned files
fix: Some VCS commands did not return a useful return code, so if a command has written to std-err this was interpreted as error as well. For GIT this did not work, because GIT writes progress information to std-err by default. Now for GIT the exit code will be evaluated only.
fix: Removed superfluous xml escaping of GIT log messages.
fix: Changing the user name in 'Preferences' dialog did not work if the email-address was not changed as well.
fix: NullPointerException when double click on a comment in "Comments Overview" dialog which is assigned to a file without a line number