REST API and HTTP Server Functionality
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.
Add Attachment to send-email command
Extended send-email
command tool with the possibility to add an attachment.
Example: <send-email attachmentPath="%fileDir%/myAttachment.txt">
Shebang evaluation for syntax highlighting
Added evaluation of shebang of a file (e.g. #!/usr/bin/lua) to apply syntax highlighting to files without
a file extension.
QuickRevBoard Changes
Changed all POST requests into GET requests which does not require a base authentication.
Fixes
- 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