Skip to content

RepoSense v1.8

Compare
Choose a tag to compare
@eugenepeh eugenepeh released this 08 Mar 18:49
· 708 commits to master since this release
7c06d69

Documentation

Breaking changes

  • All the existing flags have been modified to use -- to incorporate the short hand form.
    E.g. -config -> --config / -c.

New Features

CLI

  • Short hand form for the flags have been implemented. E.g. --config -> -c.
  • The --view flag can now be used in conjunction to automatically launch the report after analysis.

Report

  • Added a loading page to indicate the activity.

Chart view

  • Modified the author sorting order to be case insensitive.
  • Added new a option, commit, to granularity.

Code view

  • Code view now shows up by default with basic controls guide.
  • Added direct links that navigates to each file's respective history and blame view on GitHub.
  • Center divider of the code view is now adjustable
  • Added a glob pattern search box for filtering files.

Other Changes

  • Added a new setup guide that helps you to automate RepoSense report generation and publish the report online to GitHub Pages for free.

Bug fixes

  • Fixed a bug where having files with the same name as the analyzing branch in the repository caused RepoSense to crashed.
  • Fixed a bug where .git folder was accidentally included in the analysis.
  • Fixed a bug where invalid dates were accepted in Chart view date range selection.
  • Fixed and improved some of the output messages.
  • Improved the loading time of code view and fixed the crash issue.