📦 New features
- Add new plugin
music
- Add new template
terminal
- Smarter placeholders and improved design for server app
- Created new namespace
base
which contains defaults sections (header
,activity
,community
,repositories
,metadata
) which allows to show/hide them- Use
base
option in Github Action - User
base.<section>=0
on Server app
- Use
- Server app can now generate the
workflow.yaml
to setup as GitHub action - Add
verify
option which allows to test SVG parsing - Add
dryrun
option to allow the SVG generation without commits (used for testing) - Add
plugin_errors_fatal
option to make build fail upon plugin errors - Action now uses the
github.context
to know to which repo it should push the generated SVG, instead of usinguser/user
- Add supports for custom embed fonts
- Add support for haloween colors
🦑 Miscellenous
- Server app now ask for cache flush before generating metrics
- Moved common templating out of classic template
package.json
is now loaded through setup- Fix
template
andoptimize
options for action - Placeholder now use the
image.svg
to generate metrics with placeholder data - Refactored server app to split
index.html
- Svg size is now computed again from templates
- Improved tests
- Action now use its own docker image
💪 Contributors
- @lowlighter (maintainer)