Releases: cicirello/user-statistician
Releases · cicirello/user-statistician
user-statistician, v1.12.3
[1.12.3] - 2022-02-22
Changed
- Switched to specific release of base Docker image to avoid accidental breaking changes
in base Docker image.
Fixed
- Total count of repositories (other than own) contributed to will now show as
a blank spot on the SVG. Previously reported values were highly inaccurate, and
cannot be computed accurately at the present time due to unavailability of
necessary data from the GitHub GraphQL API.
user-statistician, v1.12.2
user-statistician, v1.12.1
[1.12.1] - 2022-02-17
Changed
- Refactored text length calculation.
user-statistician, v1.12.0
[1.12.0] - 2021-11-04
Added
- Increased internationalization support with the addition of new locales:
- Ukrainian (
locale: uk
) via PR#102.
- Ukrainian (
Fixed
- Added missing
lang
andxml:lang
attributes to the opening svg tag to report the
language of the content of the SVG to provide better support for visually impaired
users who use a screen reader.
user-statistician, v1.11.0
user-statistician, v1.10.0
[1.10.0] - 2021-10-06
Added
- Increased internationalization support with the addition of new locales:
- Korean (
locale: ko
) via PR#93.
- Korean (
Fixed
- The total column for the number of repositories (owned by someone else) that the user has
contributed to, at the present time, cannot be computed exactly due to limitations in the
GitHub API. The relevant queries seem to exclude older contribTo data. To account for this,
that value is now listed as a lower bound (e.g., instead of a number like 7, it is listed
as ≥7). This is the only stat affected by this.
user-statistician, v1.9.0
[1.9.0] - 2021-10-04
Added
- Increased internationalization support with the addition of new locales:
Changed
- Minor refactoring to improve code maintainability
user-statistician, v1.8.1
[1.8.1] - 2021-09-02
Fixed
- Improved visual consistency of fonts across browsers
user-statistician, v1.8.0
[1.8.0] - 2021-08-31
Added
- German locale: German translations of title template, headings, labels,
etc for locale codede
.
Changed
- Improved precision of fonts if the SVG is scaled.
- Minor adjustment to margins.
user-statistician, v1.7.1
[1.7.1] - 2021-08-30
Fixed
- The width of the SVG is now set based on the content, including
factoring in the effects of different locales where headings, and
labels may be longer. Note that theimage-width
input can still
be used to set a larger width. The action will now use the larger
of the user-defined value ofimage-width
, or the width necessary
to accommodate the content.