📦 New features
- ✨ Metrics insights
- 🎩 Notable contributions
- 📰 Recent activity
- 🗨️ Stackoverflow plugin
- 🎭 Comment reactions
- #256 Add
plugin_reactions_ignored
to ignore reactions of user (defaults togithub-actions[bot], dependabot[bot]
)
- #256 Add
- 🏅 Repository contributors
- #256
dependabot[bot]
user is now ignored by default
- #256
- 📒 Markdown template
- #263 SVG plugins can now directly be embed in a tempate without the need of creating separated jobs
- Use
<%- await embed({isocalendar:true}) %>
to include an isocalendar for example - Rendered images are pushed to
markdown_cache
folder (defaults to.cache
)
- Use
- #270 This template can now be rendered as PDF file by using
config_output: markdown-pdf
- #263 SVG plugins can now directly be embed in a tempate without the need of creating separated jobs
- 🦑 Miscelleanous
- #238 Add support for
extras_css
option to let users inject raw CSS without template edition- For heavy styling, consider using community templates instead
- #272
filename
extension is now automatically deduced based onconfig_output
value - #273
config_output
now defaults to"auto"
which will use the prefered template output (e.g.svg
for classic, repository and terminal templates andmarkdown
for markdown) - #273 Template now define which account type and output formats are supported and will throw an error in case of incompatibility
- #273 Community templates can now use a
template.mjs
fallback from any official templates rather than just the classic one
- #238 Add support for
🧰 Fixes
- #243 Fix
No commits between
error when a run resulted in no diff and tried to open a new pull request
💪 Contributors
- @lowlighter (maintainer)
- @Nixinova #242 #244 #262
- @MeerBiene #276