📦 New features
-
Gists plugin
-
Topics plugin
-
*PageSpeed plugin
-
Projects plugin
-
Posts plugin
- Add new option
plugin_posts_user
to specify a different user that the one attached to GitHub account - Fix display issue caused by the change of year
- Add new option
-
Tweets plugin
- Add new option
plugin_tweets_user
to specify a different user that the one attached to GitHub account
- Add new option
-
Repository template
-
Miscelleanous
- Add support for users with more than 100 repositories
- Improved support for Halloween
- SVG heights are now computed dynamically to avoid cropped outputs and empty spaces
- Use new option
config_padding
to adjust the size of your image in case you still have display issues
- Use new option
- Add new option
config_animations
to allow disabling of animations - Add new option
config_output
to convert SVG into PNG/JPEG output - [Experimental] The action now use GitHub registry with already built images for released versions to decrease runtime (from ~5 min to < 30 secs)
- Unreleased versions and forks will still rebuild the docker image each time
🦑 Miscellenous
- Heavy paths refactors
- Everything was moved to
/source
- GraphQL queries is now in
/source/queries
- Web assets are now in
/source/app/web
- Action is now in
/source/app/action
- Everything was moved to
- GitHub action isn't built anymore and is called directlty with
node
- Integration tests now use mocked data to avoid consuming APIs requests and to avoid the use of secrets
- Refactor all tests with jest
- Templates and Plugins indexes are now loaded dynamically
💪 Contributors
- @lowlighter (maintainer)
- @joe733 #31