|
3 | 3 | ## Release v1.0.13 (August 19th, 2024)
|
4 | 4 |
|
5 | 5 | * Added the ability to identify unreliable commits containing unreliable dates in a repository. This could be the case when, for example, a contributor's account creation date is newer than a contributor's commit date in the repository. In certain cases, those can be attempts at faking historic activity by malicious actors, or it could also mean that an account was deleted and the same handle re-registered by someone else (https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account), among other possibilities. These warnings will show under the "commits" category. Gitxray will present a Warning stating that Unreliable historic activity was detected.
|
6 |
| -* Moved the summary of signed vs. unsigned commits to a new "commits" category |
| 6 | +* Moved the summary of signed vs. unsigned commits to a new "commits" category. |
7 | 7 | * Added support for Tags and Artifacts; a full list can be printed by turning on Verbose mode (-v). Tags are only returned stripped/lightweight by the GitHub API (at least when listing them all), sad - Nonetheless we've included code to support collecting data on taggers; should at some point GH begin returning full tag data.
|
8 | 8 | * Added Stargazers count to the profiling output of a repository.
|
9 | 9 | * Added "WARNING" labels to results which may require special attention (eg for fake profiles, updated release assets, ...) Makes it easy to use "-f warning" when running gitxra if you only want to focus on warnings.
|
10 | 10 | * Added listing branches under repository results, specifically pointing out which ones are unprotected vs. protected branches.
|
11 |
| -* Replicating in Contributor-specific results a series of Releases-related messages that were only displayed under Repository results |
12 |
| -* Added collecting and printing available Environments (https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment) |
13 |
| -* Added CHANGELOG.md file to track changes |
| 11 | +* Replicating in Contributor-specific results a series of Releases-related messages that were only displayed under Repository results. |
| 12 | +* Added collecting and printing available Environments (https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment). |
| 13 | +* Reduced temporary output lines when executing checks against a Repository. |
| 14 | +* Added CHANGELOG.md file to track changes. |
14 | 15 |
|
15 | 16 | ## Release v1.0.12 (August 7th, 2024)
|
16 | 17 |
|
17 |
| -* Fixed parsing of PGP armored keys by adding support for a "Charset" field |
| 18 | +* Fixed parsing of PGP armored keys by adding support for a "Charset" field. |
18 | 19 |
|
19 | 20 | ## Release v1.0.11 (August 6th, 2024)
|
20 | 21 |
|
|
0 commit comments