Releases: cicirello/user-statistician
Releases · cicirello/user-statistician
user-statistician, v1.20.0
[1.20.0] - 2022-10-25
Added
- Translation to Odia (
locale: or
) in #186, contributed by @Prasanta-Hembram.
Fixed
- Some users may be using the action on a self-hosted runner not yet updated to a version supporting the
new GitHub ActionsGITHUB_OUTPUT
env file. This patch adds backwards compatibility for that case by
falling back to the deprecatedset-output
ifGITHUB_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
[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
user-statistician, v1.17.0
[1.17.0] - 2022-10-05
Added
- Increased internationalization with the addition of new locales:
- Dutch (
locale: nl
) in #166, contributed by @lovelacecoding. - Norwegian (
locale: no
) in #167, contributed by @rubjo. - Romanian (
locale: ro
) in #164, contributed by @donheshanthaka. - Thai (
locale: th
) in #165, contributed by @Slowlife01 and updated (#168) by @thititongumpun.
- Dutch (
Dependencies
- Bump cicirello/pyaction from 4.8.1 to 4.9.0.
user-statistician, v1.16.1
[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
[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
[1.15.1] - 2022-08-24
Fixed
- Decreased the size of icon in top corners for better visual appearance.
user-statistician, v1.15.0
[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
[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
[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.