File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release v1.0.17.2 (February 16th, 2025)
4
+ * Added a Highlighted findings section to the HTML report. Special thanks to XXXXXX for their feedback.
5
+ * Added to every table in the HTML report the ability to collapse and expand.
6
+ * Merged the finding on similar repository names with the finding on the repository being the most starred.
7
+ * Improved the introduction section of the HTML report to guide users with sample use-cases for Gitxray.
8
+
3
9
## Release v1.0.17.1 (January 30th, 2025)
4
10
* Fixed parsing of legacy workflows which include an empty path attribute.
5
11
* Fixed parsing of broken armored PGP keys which appear to be accepted by GitHub when being added to a user's profile.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " gitxray"
7
- version = " 1.0.17.1 "
7
+ version = " 1.0.17.2 "
8
8
authors = [
9
9
{ name =" Lucas Lavarello" , email =" llavarello@kulkan.com" },
10
10
]
You can’t perform that action at this time.
0 commit comments