RepoZ v2.2 Release Notes

Release Date: 2017-12-21 // over 6 years ago
  • Elevate grr!

    🚀 This release is a fairly small improvement compared to the additions from Version 2.1, so please don't miss the prior Release Notes.

    Version 2.2 adds the possibility to invoke the Windows UAC to request elevated privileges for processes to start. So if you need your Visual Studio solution to be started "as Administrator" (because you host a WCF web service, for example), you can now open it with grr as well. Just call:
    grr open MyRepository *.sln -e (or ... --elevated).
    Note that this will open all solution files in the main directory of the Git repository.

    In addition, grr got its well deserved app icon now. However, because grr is a pure console application, most users won't see it in action. Anyway, thanks to Freepik and www.flaticon.com for giving that one away for free.

    Grr app icon

    Don't miss to check grr help,
    Happy grr ing!