Skip to content

Releases: cicirello/user-statistician

user-statistician, v1.20.0

25 Oct 16:39
fd7b2f8
Compare
Choose a tag to compare

[1.20.0] - 2022-10-25

Added

Fixed

  • Some users may be using the action on a self-hosted runner not yet updated to a version supporting the
    new GitHub Actions GITHUB_OUTPUT env file. This patch adds backwards compatibility for that case by
    falling back to the deprecated set-output if GITHUB_OUTPUT doesn't exist. #190 (@cicirello).

Dependencies

  • Bump cicirello/pyaction from 4.11.0 to 4.12.0, including upgrading Python within the Docker container to 3.11.

CI/CD

  • Bump Python to 3.11 in CI/CD workflows.

user-statistician, v1.19.0

20 Oct 21:45
5dea831
Compare
Choose a tag to compare

[1.19.0] - 2022-10-20

Added

  • Translation to Santali (locale: sat) in #178, contributed by @Prasanta-Hembram.
  • Translation to Serbian (locale: sr) in #182, contributed by @keen003.

Fixed

  • Replaced use of GitHub Action's deprecated set-output with the new $GITHUB_OUTPUT env file,
    in #184 (@cicirello).

Dependencies

  • Bump cicirello/pyaction from 4.10.0 to 4.11.0

user-statistician, v1.18.0

12 Oct 14:19
72f6844
Compare
Choose a tag to compare

[1.18.0] - 2022-10-12

Added

  • Translation to Hungarian (locale: hu) in #172, contributed by @jpacsai.

Dependencies

  • Bump cicirello/pyaction from 4.9.0 to 4.10.0

user-statistician, v1.17.0

05 Oct 19:44
e8ba608
Compare
Choose a tag to compare

[1.17.0] - 2022-10-05

Added

Dependencies

  • Bump cicirello/pyaction from 4.8.1 to 4.9.0.

user-statistician, v1.16.1

09 Sep 15:06
1b3d779
Compare
Choose a tag to compare

[1.16.1] - 2022-09-09

Fixed

  • Corrected minor error in language chart radius calculation that was causing too small margin around chart for users with long names.

user-statistician, v1.16.0

08 Sep 20:20
a07215d
Compare
Choose a tag to compare

[1.16.0] - 2022-09-08

Added

  • New themes, including
    • halloween - A dark theme for use around Halloween
    • halloween-light - A light theme for use around Halloween
    • batty - A light theme for use around Halloween
  • Additional icon options for the icon in top corners, including:
    • pumpkin
    • bat

Dependencies

  • Bump cicirello/pyaction from 4.7.1 to 4.8.1, including upgrading Python within the Docker container to 3.10.7

user-statistician, v1.15.1

24 Aug 20:54
c9d4640
Compare
Choose a tag to compare

[1.15.1] - 2022-08-24

Fixed

  • Decreased the size of icon in top corners for better visual appearance.

user-statistician, v1.15.0

19 Aug 17:20
9d07b6c
Compare
Choose a tag to compare

[1.15.0] - 2022-08-19

Added

  • Icons in upper corners surrounding the title, with the following features:
    • Theme-defined icons, initially the GitHub Octocat from Octicons for current built-in themes.
    • Input top-icon to enable overriding, such as disabling the icons, or setting a different one.
    • For now, top-icon is limited to the GitHub Octocat or nothing (additional options planned).

Dependencies

  • Bump cicirello/pyaction from 4.4.0 to 4.7.1

user-statistician, v1.14.0

08 Jun 20:36
92038c9
Compare
Choose a tag to compare

[1.14.0] - 2022-06-08

Changed

  • Centered title.
  • Bumped base docker image cicirello/pyaction from 4.3.1 to 4.4.0.

Fixed

  • Minor label edit.

user-statistician, v1.13.0

02 May 16:29
Compare
Choose a tag to compare

[1.13.0] - 2022-05-02

Added

  • New themes added to correspond to all of GitHub's themes, including:
    • dark-high-contrast
    • light-high-contrast
    • dark-colorblind
    • light-colorblind
    • dark-tritanopia
    • light-tritanopia

Changed

  • Bumped base Docker image cicirello/pyaction from 4.2.0 to 4.3.1.

Fixed

  • Fixed margin calculation when most starred, most forked, or featured repo has long name.
  • Adjusted existing themes (dark, light, dark-dimmed) based on newer versions of corresponding GitHub themes.