Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-2023.1.txt | 2023-10-26 | 1.4 kB | |
QuickRev-2023.1.src.zip | 2023-10-26 | 8.5 MB | |
QuickRev-2023.1.bin.zip | 2023-10-26 | 7.6 MB | |
Totals: 3 Items | 16.1 MB | 0 |
+--------------------------------------------+ | Take a look at | | http://quickrev.sourceforge.net/news/ | | for a complete overview (with screenshots) | +--------------------------------------------+ Version 2023.1 (2023-10-26) * Added REST API and HTTP server functionality, accessible via menu 'Extras / Remote Control (HTTP Server Mode)...', to access information and add/modify/delete commments via HTTP requests. The HTTP server can be started via command line options as well using '--server' (for the default port) or '--server:<port-number>' for a different port. * Store GIT Log Option The used GIT-log option will now be stored in the project file. When loading the project file the same GIT-log options are used. Closing the project restores the default settings. * Extended "send-email" command tool with the possibility to add an attachment. Example: <send-email attachmentPath="%fileDir%/myAttachment.txt"> * Added evaluation of shebang of a file (e.g. #!/usr/bin/lua) to apply syntax highlighting to files without a file extension. * QuickRevBoard: Changed all POST requests into GET requests which does not require a base authentication. * fix: suppressed error message when loading export file (*.qrx) and no local git repository exists * fix: state of compare button in UML diagram view if the file selection changes between delta and full review