RepoSense v1.3
Breaking changes
None.
New features
- Authors configuration is now completely optional. User can now simply analyse any repository by using the command
java -jar RepoSense.jar -repos GITHUB_REPO_URL
. - New field in repo-config.csv file to ignore remote standalone config. By indicating
yes
, you can have RepoSense to use your configuration by ignoring the one setup by the repository owner.
Dashboard features
- Added a clickable link to repositories.
- Dashboard search engine now accepts multiple keywords.
- Code view now shows total number of lines contributed for each file.
UI tweaks
- Removed unused tabs bar in the code view.
- Added an icon to indicate location to open code view .
- Added an indication to empty state in code view.
- Cleaner code view; code view now display small chunks of untouched code by default.
- Settings bar now fits better on smaller screen sizes.
Bug fixes
- Fixed application crash when analyzing a moved file.
Security patch
- Fixed remote data sanitization issue.