| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| QuickRev-2026.1.1.src.zip | 2026-02-24 | 10.1 MB | |
| QuickRev-2026.1.1.bin.zip | 2026-02-24 | 9.2 MB | |
| README-2026.1.txt | 2026-02-23 | 3.1 kB | |
| Totals: 3 Items | 19.3 MB | 0 | |
+--------------------------------------------+
| Take a look at |
| http://quickrev.sourceforge.net/news/ |
| for a complete overview (with screenshots) |
+--------------------------------------------+
* Custom Email Templates
Besides the standard email templates you can now freely customize individual email templates to be sent directly
via the menu or integrated into user defined tools.
To customize new templates use 'Project / Preferences... / Email Notifications / Custom Templates'.
To send the emails directly use the new 'Extras / Send Custom Email Notification' menu.
For integration into your tools select the 'Internal Commands / <send-email ARGS>' command from
the context menu of a command field. This will open a dialog where you can select the template and even change
the email recipants if you like.
Like with almost all preferences you can even load the custom templates via a separte configuration file when
starting QuickRev with option --config'.
* Open File In External Editor
The files tab panel has a new context menu entry 'Open Latest Version In External Editor' which opens
the latest version of the file (if it can be found locally) in the external editor configured in
'Projects / Preferences... / General'.
* Change Git Log Settings'
The current git log settings will be shown in the status bar and can now be changed directly via menu
'Extras / Change Git Log Settings...'.
* Enhanced --auto-gen-reviews output in 'History Dialog' of a file and in QuickRevBoard in case of following
the SHA1 review chain of a file to a full review sucessfully and even in case no full review could be found.
* GIT log -c support
With newer git versions (starting with 2.29.0) the behaviour of 'git log -m' changed so that also merge commits
are included which do not affect the file content. 'git log -c' can be used as a substitution to reach the same
result as '-m' before (even in older git versions)
* New option 'QuickRev --history --update-git-worktree' to update the history database only for the reviews in the
current git working directory.
* QuickRevBoard: symbolic links will be ignored when collecting files
* Show reviewers in tool tips of review history dialog.
* Starting QuickRev in full screen mode can be selected via 'Project / Preferences... / Appearance'.
* In case you have trouble with your window manager because of the splash screen you can disable it now via
'Project / Preferences... / Appearance'.
* Set focus to comment text when adding new comments via the context menu,
to start typing without additional mouse clicks.
* Upgraded H2 database version to 2.4.240
* fix: git graph not shown in case of not loading the complete git log history of the file, and it ends somewhere
in between merged branches
* fix: NullPointerException which occurred sometimes when generating the QuickRevBoard with multiple threads
* fix: WARNING: row index is bigger than sorter's row count. Most likely this is a wrong sorter usage.