Skip to content

Commit 130e3d0

Browse files
committed
A few more changes added. We're ready for v1.0.13.
1 parent a7fc1e8 commit 130e3d0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
## Release v1.0.13 (August 19th, 2024)
44

55
* 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.
77
* 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.
88
* Added Stargazers count to the profiling output of a repository.
99
* 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.
1010
* 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.
1415

1516
## Release v1.0.12 (August 7th, 2024)
1617

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.
1819

1920
## Release v1.0.11 (August 6th, 2024)
2021

0 commit comments

Comments
 (0)