Download Latest Version QuickRev-2025.17.bin.zip (9.3 MB)
Email in envelope

Get an email when there's a new version of QuickRev

Home / QuickRev / 2022.2
Name Modified Size InfoDownloads / Week
Parent folder
QuickRev-2022.2.src.zip 2022-09-13 8.4 MB
QuickRev-2022.2.bin.zip 2022-09-13 7.5 MB
README-2022.2.txt 2022-09-13 3.0 kB
Totals: 3 Items   15.9 MB 0
+--------------------------------------------+
| Take a look at                             |
| http://quickrev.sourceforge.net/news/      |
| for a complete overview (with screenshots) |
+--------------------------------------------+

   Version 2022.2 (2022-09-11)
       * Navigation bar switches to next / previous file automatically.
         When using the navigation bar to jump between diff, comments or both by either using the mouse or the hotkeys
         for [N]ext and [P]revious the next / previous file will be selected automatically and the search continues
         in this file when the end respectively begin of the file was reached.
       * Added --db-dir option to specify where the history database has to be stored.
         (For the QuickRevBoard this option was available already.)
       * The 'History Dialog' now shows a git log graph with the branch structure.
       * Added '--git-log=<options>' option to use 'git log' with arbitrary commands.
         Multiple space separated commands must either be quoted or can be concatenated with a '+' instead of the space.
         Example: --git-log="--full-history --simplify-merges" or --git-log=--full-history+--simplify-merges
       * Added --style and --style-dump options to change the look and feel of QuickRev.
         --style=<style-name[;options]>
           Defines which style to be used as look and feel.
           style-name: the name of the style to use followed by optional settings of style flags.
           To see all available look and feels make use of the --style-dump option.
           To use the built-in dark style use --style=dark (see EXPERIMENTAL below)
           Examples:
           --style=dark                                                 # use dark style
           --style=dark;text:#ff0000;QuickRev.base.color.green:#00fe00  # use dark style with some special color settings

           EXPERIMENTAL:
           The 'dark' style mode is in an experimental state so not all colors have been configured sufficiently.
           For full support of the 'dark' style you can define your own color schema via the style options.
           If there are fields which cannot be styled individually don't hesitate to contact me, furthermore,
           if you have a completely styled dark mode schema, you can sent it to me to integrate it into QuickRev if you like.

         --style-dump[=<L&F-name>]
           Prints all available look and feel names if used without L&F-name.
           Prints all available color settings of the given look and feel when a L&F-name is given

       * Extended context menu for 'Information/Description' and 'Information/Notes' text fields with new menu items to
         insert the file version description (commit messages) of follow-up review cycles.
       * fix: problems with '[[' or ']]' in commit messages when loading changesets
       * fix: IndexOutOfBoundsException when determining the file history
Source: README-2022.2.txt, updated 2022-09-13