RepoSense v1.1.2
Breaking changes
Change in the CSV file configuration format
=== Old format ===
Organization | Repository | Branch | Author's GitHub ID | Author's Display Name | Author's Git Author Name |
---|---|---|---|---|---|
RepoSense | reposense | master | user_alpha | Alpha | user alpha |
=== New format ===
Repository's Location | Branch | Author's GitHub ID | Author's Display Name | Author's Git Author Name | Ignore Glob List |
---|---|---|---|---|---|
https://github.com/reposense/RepoSense.git | master | user_alpha | Alpha | user alpha | test/* |
C:\Users\user\Desktop\GitHub\RepoSense | master | user_beta | Beta | user beta | *.csv |
New features
- New Dashboard element
- Footer now shows the dashboard generated timestamp
- New CSV configurable field
- Replaced
Organization
andRepository
column withRepository's Location
to support both remote and local repository - Added a new field to configure the file exclusion patterns for each individual author
- Replaced
- New functionality
- New command to launch the web browser to display the dashboard
- Repository configuration file
- Allow repositories' owner to update their own authors' information
Bug fixes
- Fixed the code panel not showing the correct files