Skip to content

Releases: cicirello/user-statistician

user-statistician, v1.23.0

13 May 16:06
24d5642
Compare
Choose a tag to compare

[1.23.0] - 2024-05-13

Added

  • An action input, commit-message, to enable customizing the commit message

Dependencies

  • Bump cicirello/pyaction from 4.27.0 to 4.29.0

user-statistician, v1.22.1

08 Dec 17:52
351b0a0
Compare
Choose a tag to compare

[1.22.1] - 2023-12-08

Fixed

  • Eliminated adjustment for watching own repositories from the "Watched By" stat for consistency with other stats that don't make such an adjustment such as the star count.

Dependencies

  • Bump cicirello/pyaction from 4.25.0 to 4.27.0

user-statistician, v1.22.0

18 Oct 20:43
930471d
Compare
Choose a tag to compare

[1.22.0] - 2023-10-18

Added

Dependencies

  • Bump cicirello/pyaction from 4.24.0 to 4.25.0 (which includes bumping Python to 3.12).

CI/CD

  • Bump Python to 3.12 in CI/CD workflows when running unit tests (@cicirello).

user-statistician, v1.21.0

04 Oct 17:10
bb6a2e0
Compare
Choose a tag to compare

[1.21.0] - 2023-10-04

Added

Dependencies

  • Bump cicirello/pyaction from 4.22.0 to 4.24.0

Other

  • Updated the quickstart / sample workflows to the latest version of actions/checkout.

user-statistician, v1.20.5

07 Sep 20:49
7192a0d
Compare
Choose a tag to compare

[1.20.5] - 2023-09-07

Fixed

  • Resolved issue with failing to commit and push, a bug introduced in v1.20.3.

user-statistician, v1.20.4

07 Sep 20:15
a1eebf9
Compare
Choose a tag to compare

[1.20.4] - 2023-09-07

Fixed

  • Refactored everything locale related to extract definitions of locales from Python dictionaries into JSON files to make it easier to contribute additional language translations.

user-statistician, v1.20.3

06 Sep 14:59
abb8079
Compare
Choose a tag to compare

[1.20.3] - 2023-09-06

Fixed

  • Get repository owner (user for stats image) from GitHub Actions environment variables #210 (fixes issue related to update to GitHub CLI #209 determining owner of repository).

Dependencies

  • Bump cicirello/pyaction from 4.14.0 to 4.22.0

user-statistician, v1.20.2

30 Dec 21:23
1ff4cd2
Compare
Choose a tag to compare

[1.20.2] - 2022-12-30

Fixed

  • Better match background for GitHub-inspired themes, using GitHub's canvas.default instead of canvas.inset.

user-statistician, v1.20.1

30 Dec 20:40
897c8a5
Compare
Choose a tag to compare

[1.20.1] - 2022-12-30

Fixed

  • Improved Russian Translation in #203, contributed by @mrtnvgr.

Dependencies

  • Bump cicirello/pyaction from 4.12.0 to 4.14.0

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.