Skip to content

Releases: JamesIves/github-sponsors-readme-action

v1.5.6

17 Dec 14:53
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where sponsorship avatars in the default template would vanish after some time due to expiring access tokens. Special thanks to @K-vanc for tracking this down.

Full Changelog: v1...v1.5.6

v1.5.5

16 Dec 11:42
Compare
Choose a tag to compare

What's Changed

Features ✨

  • feat: slight improvement to alt text in default template by @JamesIves in #885

Dependencies 🤖

  • chore(deps-dev): bump the eslint group with 2 updates by @dependabot in #862
  • chore(deps): bump typescript-eslint from 8.13.0 to 8.14.0 in the typescript group by @dependabot in #863
  • chore(deps): bump the misc group across 1 directory with 9 updates by @dependabot in #874
  • chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #865
  • chore(deps): bump the misc group across 1 directory with 7 updates by @dependabot in #878
  • chore(deps): bump the misc group across 1 directory with 4 updates by @dependabot in #880
  • chore(deps-dev): bump @types/node from 22.10.1 to 22.10.2 in the misc group by @dependabot in #881
  • chore(deps): bump @eslint/js from 9.16.0 to 9.17.0 in the eslint group by @dependabot in #883
  • chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 in the misc group by @dependabot in #884

Full Changelog: v1...v1.5.5

v1.5.4

09 Nov 16:41
Compare
Choose a tag to compare

What's Changed

Dependencies 🤖

  • chore(deps): mass bump dependencies by @JamesIves in #861
  • chore(deps): switch to using .node-version instead of .nvmrc for Node dependency management.
  • chore(deps): updated node version to 22.11.0 for development

Full Changelog: v1...v1.5.4

v1.5.3

26 Oct 15:36
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐝

  • fix: resolved a number of small typos in the action debug statements

v1.5.2

26 Oct 15:31
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: ✨ Added a log line that shows how many sponsors the action was able to retrieve.

v1.5.1

02 Sep 15:44
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.

Full Changelog: v1...v1.5.1

v1.5.0

01 Sep 13:13
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: ✨ Adds ability to display anonymized private sponsors. Private sponsors will be displayed in the list, however any identifying information will be redacted. This can be useful if you want to display all sponsors, regardless of their privacy settings. To enable this feature, you can set include-private to true in your workflow.

  • feat: ✨ Adds the ability to use avatarUrl in a sponsorship template. This is an exposed field from the GitHub API and typically matches https://github.com/{username}.png (unless include-private is set to true that is)

      - name: Generate Sponsors 💖
        uses: JamesIves/github-sponsors-readme-action@v1
        with:
          token: ${{ secrets.PAT }}
          file: 'README.md'
          minimum: 2500
          template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="80px" alt="{{{ login }}}" /></a>&nbsp;&nbsp;'
          marker: 'real-premium'
          active-only: false
          include-private: true

All of the above features have been documented in the README 📖

Full Changelog: v1...v1.5.0

v1.4.5

01 Sep 11:31
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐝

  • fix: mark includePrivate as false in the GraphQL query to ensure that user privacy is always respected regardless of what privacyLevel returns with due to potential difference in API versions.

Dependencies 🤖

Full Changelog: v1...v1.4.5

v1.4.4

01 Sep 11:12
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐝

Full Changelog: v1...v1.4.4

v1.4.3

02 Aug 21:01
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐝

  • docs(README): update README example based on yesterdays security patch by @JamesIves in #803

Full Changelog: v1...v1.4.3