Skip to content

Releases: cicirello/user-statistician

user-statistician, v1.12.3

22 Feb 22:12
d9ec12d
Compare
Choose a tag to compare

[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

18 Feb 15:30
00d2f67
Compare
Choose a tag to compare

[1.12.2] - 2022-02-18

Fixed

  • Suppressed Python's pycache on imports (fixes Issue #107).

user-statistician, v1.12.1

17 Feb 18:08
8b3346e
Compare
Choose a tag to compare

[1.12.1] - 2022-02-17

Changed

  • Refactored text length calculation.

user-statistician, v1.12.0

04 Nov 18:49
5d647dd
Compare
Choose a tag to compare

[1.12.0] - 2021-11-04

Added

  • Increased internationalization support with the addition of new locales:
    • Ukrainian (locale: uk) via PR#102.

Fixed

  • Added missing lang and xml: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

13 Oct 17:24
308a8b1
Compare
Choose a tag to compare

[1.11.0] - 2021-10-13

Added

  • Increased internationalization support with the addition of new locales:
    • Lithuanian (locale: lt) via PR#98.
    • Japanese (locale: ja) via PR#89.
    • Turkish (locale: tr) via PR#90.

user-statistician, v1.10.0

06 Oct 19:45
Compare
Choose a tag to compare

[1.10.0] - 2021-10-06

Added

  • Increased internationalization support with the addition of new locales:
    • Korean (locale: ko) via PR#93.

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

04 Oct 14:53
4a2e38a
Compare
Choose a tag to compare

[1.9.0] - 2021-10-04

Added

  • Increased internationalization support with the addition of new locales:
    • Portuguese (locale: pt) via PR#69.
    • Bahasa Indonesia (locale: id) via PR#71.
    • French (locale: fr) via PR#77.
    • Spanish (locale: es) via PR#79.
    • Russian (locale: ru) via PR#80.
    • Hindi (locale: hi) via PR#81.
    • Polish (locale: pl) via PR#78.
    • Bengali (locale: bn) via PR#92.

Changed

  • Minor refactoring to improve code maintainability

user-statistician, v1.8.1

02 Sep 17:34
Compare
Choose a tag to compare

[1.8.1] - 2021-09-02

Fixed

  • Improved visual consistency of fonts across browsers

user-statistician, v1.8.0

31 Aug 20:22
5d63571
Compare
Choose a tag to compare

[1.8.0] - 2021-08-31

Added

  • German locale: German translations of title template, headings, labels,
    etc for locale code de.

Changed

  • Improved precision of fonts if the SVG is scaled.
  • Minor adjustment to margins.

user-statistician, v1.7.1

30 Aug 18:01
73b859e
Compare
Choose a tag to compare

[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 the image-width input can still
    be used to set a larger width. The action will now use the larger
    of the user-defined value of image-width, or the width necessary
    to accommodate the content.