* Display debug logs on error
* Add workflow generator
* Minor plugins adjustements
* Add plugin_pagespeed_detailed option
* Rename computed.plugins to plugins
* Rebuild
* Fix mishandling of boolean value in url for web instance
* Add pagespeed.detailled option for web instances
* Update formatting of pagespeed detailed report
* Add version display and prefers-color-scheme for web instance
* fix(inst): base=0 flag combined with other base.part flags is now correctly handled
* ref(plugins): Space adjustements in plugins code
* feat(plugins/isocalendar): Add support for full year
* feat(repo): Update package.json
* fix(plugins/isocalendar): Isocalendar first row sometimes displayed 6 days instead of 7
- Smarter placeholders
- Merged placeholders with real templates to avoid maintening duplicates
- Moved style/js away from index.html and refactor
- Svg size is now computed again from templates
- Base metrics is now contained in special plugin "base", which can be disabled part by part if you just want to include a plugin instead
- Reformatted a bit terminal template
- Test now look templates directory
- Add new template "terminal"
- Add feature to flush cache of user on server
- Server app improvement
- Created metrics common
- Package json loaded in setup
- No plugins are enabled by default
- Logs from setup can be hidden
- Number of repositories to inspect can be configured (default to 100)
- Default events for habits plugin is now 100
- Number of events for habits can be overriden in query
- Server app improvments
- Test improvements
- Better test
- Languages, issues and pr are now plugins (but enabled by default for retro-compatibility)
- Query parameters are now parsed correctly
- Redesigned server index with vue.js