Releases: JamesIves/github-sponsors-readme-action
v1.5.6
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
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
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
What's Changed
Bug Fixes 🐝
- fix: resolved a number of small typos in the action debug statements
v1.5.2
What's Changed
New Features 🎉
- feat: ✨ Added a log line that shows how many sponsors the action was able to retrieve.
v1.5.1
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
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
totrue
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 matcheshttps://github.com/{username}.png
(unlessinclude-private
is set totrue
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> '
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
What's Changed
Bug Fixes 🐝
- fix: mark
includePrivate
asfalse
in the GraphQL query to ensure that user privacy is always respected regardless of whatprivacyLevel
returns with due to potential difference in API versions.
Dependencies 🤖
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #821
Full Changelog: v1...v1.4.5
v1.4.4
What's Changed
Bug Fixes 🐝
- fix: null check privacyLevel by @JamesIves in #820
Full Changelog: v1...v1.4.4
v1.4.3
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