Skip to content

Version 3.2

Compare
Choose a tag to compare
@lowlighter lowlighter released this 14 Jan 19:49
· 2192 commits to master since this release

📦 New features

  • Added new Activity plugin !

    • Display all of your recent activity on GitHub, like :
      • Pushed commits
      • Opening/Reopening/Closing of issues and pull requests
      • Creation/Deletion of git tags or git branches
      • Pushed commits
      • Publication of new releases
      • Review of pull requests
      • Comments on commits, issues and pull requests
      • Edition of wiki pages
      • Forking and starring of repositories
      • Addition of new collaborators in a repository
      • Repositories made public
    • Limit displayed events with plugin_activity_limit and plugin_activity_days options
    • Filter displayed events with plugin_activity_filter
  • Added new People plugin !

    • Display your followers and the users you're following on GitHub !
    • Use plugin_people_types to choose whether to displayed followers, following or both
  • Miscelleanous

    • Added new option committer_branch to allow pushing generated metrics on a custom branch
    • Added new option config_order to order metrics content
    • Added new option repositories_forks to include forked repositories in metrics
  • Repository template

    • Added support for pagespeed plugin
    • Added support for languages plugin
    • image

🦑 Miscellenous

  • Fixed an issue where PageSpeed plugin was always resulting in 400 if no token was provided
  • Fixed an issue with plugin_habits_days which was actually using the value of plugin_habits_from instead
  • Fixed several visual issues with stargazers plugin
  • config_padding can now be used to configure both height and width padding, instead of height only
  • Removed constraint ownerAffiliations: OWNER to include organizations repositories in metrics
  • Refactored mocked data with Faker.js
    • Placeholder on web instance are now rendered again client side with mocked data
  • Simplied web instance home page for better browser support

💪 Contributors