metrics

📊 An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!

MIT License

Stars
12.6K
Committers
60

Bot releases are visible (Hide)

metrics - Version 3.34 Latest Release

Published by github-actions[bot] about 1 year ago

ðŸ“Ķ New features

  • ðŸ‘Ļ‍ðŸ’ŧ Lines of code changed
    • Add plugin_lines_delay option to mitigate empty results on first query #1530
      • (Use this option to automatically perform a second request if you encounter zeroed-diffs values)

🧰 Fixes and documentation

chore: upgrade dependencies
docs(steam): correct plugin_steam_user example (#1413, @CCXXXI)
fix(community/template): quickstart
fix(plugins/achievements): update total data acquisition method (#1487, @TonyCrane)
fix(plugins/achievements): find pre-2007 activity (#1493, @LucasLarson)
fix(plugins/achievements): fix progress of rank A (#1430, @TonyCrane)
fix(app/utils): don't die on undefined file type buffer
fix(app/utils): pie graph when less than 3 values
fix(plugin/achievements): use graphql first for initial setup and fix regex

ðŸŠĶ Deprecations

ðŸĪ Latest tweetstweets has been deprecated as Twitter removed the ability to fetch tweets from their free API as part of their new pricing policy. This plugin will no longer maintained.

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.33

Published by github-actions[bot] over 1 year ago

ðŸ“Ķ New features

  • ðŸ•đïļ SteamâœĻ new!
    • Use plugin_steam, plugin_steam_token and plugin_steam_user to display data about your Steam account and games ! (#1400)
    • Use plugin_steam_sections to select which section should be displayed between your player profile, most-played games and recently-played games
    • Use plugin_steam_games_ignored, plugin_steam_games_limit, plugin_steam_recent_games_limit and plugin_steam_playtime_threshold to control which games should be displayed
    • Use plugin_steam_achievements_limit to control how many achievements should be displayed per game entry
    • Example: Recently played games
    • Example: Profile and detailed game history
  • ðŸ—ģïļ Leetcode
    • Use plugin_leetcode_ignored_skills to filter out skills or entire skills categories
  • âœĻ Stargazers
    • Use plugin_stargazers_days to select the displayed time range rather than being limited to 14 days
      • Set plugin_stargazers_days: 0 to cover entire account or repository history
    • Changed charts renderer from chartist to D3
      • ðŸŠĶ Deprecated plugin_stargazers_charts_type: chartist by plugin_stargazers_charts_type: graph
  • ðŸ’Ą Coding habits and activity
    • Changed charts renderer from chartist to D3
      • ðŸŠĶ Deprecated plugin_habits_charts_type: chartist by plugin_habits_charts_type: graph

ðŸŽē Community plugins

  • 🧠 16personalitiesâœĻ new!
    • Use plugin_16personalities and plugin_16personalities_url to display a 16personalities profile (#1402)
    • Use plugin_16personalities_sections to select which section should be displayed between your personality, profile and traits report
    • Use plugin_16personalities_scores to control whether to display score for each trait
  • ðŸĶ‘ Splatoon
    • Upgrade s3si to v2
    • Add icons from weapons, specials and stages from Fresh season
  • ðŸ’đ Stock prices

🧰 Fixes and documentation

fix(app/metrics/utils): support base64 svg
chore(deps): bump minimatch from 6.0.4 to 6.1.6 (#1389, @RJid)
fix(ci): missing cache path and code formatter
fix(plugins/traffic): display scope errors
chore(deps): migrate from chartist to d3

🎉 Celebrating 10000 stars!

Thanks again for all of your feedbacks, support and contributions, and I hope you'll continue using Metrics in the future 😎 !

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.32

Published by github-actions[bot] over 1 year ago

ðŸ“Ķ New features

  • 💝 GitHub sponsorshipsâœĻ new!
    • Use plugin_sponsorships, plugin_sponsorships_sections and plugin_sponsorships_size to display the amount you funded into open source software through GitHub sponsors ! (#1358)
    • Also display people and organization you're sponsoring or sponsored in the past !
  • ðŸĶ‘ Miscelleanous
    • Add support for --winter debug flag to force winter mode on calendars (#1341)

🧰 Fixes and documentation

fix(plugins/stargazers): bad scale on worldmap when not enough values
docs: add an example for preventing GitHub from auto linking to the image (#1339, @xxchan)
fix(deps): remove dependency on d3-node since it is unmaintained (#1329)
fix(deps): switch from twemoji-parser to @twemoji/parser fork since main repo is unmaintained (#1355)
fix(plugins/lines): add support for organization history (#1356)

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.31

Published by github-actions[bot] almost 2 years ago

ðŸ“Ķ New features

  • ðŸĶ‘ Miscelleanous
    • Add new debug_flags debug flags for puppeteer (#1317)
  • 🌐 Web instances
    • If insights is used with missing extras features permissions, warnings will be displayed on resulting page

ðŸŽē Community plugins

  • ðŸ“ļ Website screenshot
    • Add plugin_screenshot_mode to choose between image or text output (#1324)

🧰 Fixes and documentation

fix(app/metrics): SVGs broken on markdown templates (#1315)
fix(plugins/music): spotify playlist mode due to UI changes
fix(plugins/community/stock): undefined quoteType

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.30

Published by github-actions[bot] almost 2 years ago

ðŸ“Ķ New features

  • ðŸĶ‘ Miscelleanous
    • The action will throw an error when trying to use GitHub fine-grained personal access tokens as token as it's not possible to use them to authenticate to GitHub GraphQL API yet
      • If fine-grained PATs can be used for authenticating to GraphQL API in the future, support for them will be considered

ðŸŽē Community plugins

  • ðŸĶ‘ Splatoon âœĻ new!
    • Configure plugin_splatoon_token to display your Splatnet 3 data ! (#1287, #1303)
    • Enable plugin_splatoon_statink and set plugin_splatoon_statink_token for stat.ink integration
    • Display your player nameplate, last versus matches and last salmon-run shifts using plugin_splatoon_sections !
      • Use plugin_splatoon_versus_limit or plugin_splatoon_salmon_limit to configure the number of matches displayed
  • ♟ïļ Chess
    • fix: black pawn represented as emoji instead of unicode
  • ðŸ“ļ Website screenshot
    • Add plugin_screenshot_viewport to configure screenshot viewport (#1288)
    • Add plugin_screenshot_wait to delay screenshot (#1288)
    • fix: wait for idle network and dom loaded

🧰 Fixes and documentation

docs: improve community plugins
docs: improve references
fix(app/action): mishandled config_output (#1293, #1295)
fix(app/web): unsupported plugins display notice

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.29

Published by github-actions[bot] almost 2 years ago

ðŸ“Ķ New features

  • ðŸ’Ŧ Star lists
    • Add plugin_starlists_languages_ignored to ignore specified languages (#1224, @TonyCrane)
    • Add plugin_starlists_languages_aliases to alias specified languages with other names (#1224, @TonyCrane)
  • 🈷ïļ Languages activity
    • Refactor of indepth mode for better maintainability, performances and accuracy (#1118)
      • See #1258 for more informations
    • Add plugin_languages_indepth_custom to specify custom repositories, branches or git rev-list expressions (#1118)
      • External repositories outside of github.com are now supported too (#1118)
    • Add plugin_languages_analysis_timeout_repositories to limit analysis timeout on a per-repository basis (#1118)
    • Repository templates now support the recently used section (#1118)
  • ðŸĶ‘ Miscelleanous
  • 🌐 Web instances
    • Add a button to copy markdown directly to clipboard (#1246, @sercanuste)

🧰 Fixes and documentation

fix(plugins/starlist): unbroken loop for star lists with a single page (#1224, @TonyCrane)
docs(plugins/core): fix output_action description (#1225, @tobealive)
fix(app/metrics): irrevelant warnings for embed function (#1244)
fix(templates/repositories): set repositoriesContributedTo to empty
fix(plugins/languages): EISDIR: illegal operation on a directory
chore(deps): make specialized deps optional (#1259)
fix(docs): example for github_api_graphql
fix(docs): license setup command clarification
fix(metrics/insights): bad GitHub Linguist link (#1277, @mastondzn)
fix(metrics/insights): link from GitHub Linguist to LinguistJS (#1282, @Nixinova)

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.28 — ðŸĨģ 2y of metrics!

Published by github-actions[bot] about 2 years ago

ðŸ“Ķ New features

  • ðŸ—ģïļ Leetcode âœĻ new!
    • Display your stats from your LeetCode account ! #1213
    • Use plugin_leetcode_user to link it to your username
    • Use plugin_leetcode_sections to display number of solved problems, tagged skills and recent submissions
      • Use plugin_leetcode_limit_skills and plugin_leetcode_limit_recent to limit displayed content
  • 📓 Featured repositories
    • Add plugin_repositories_forks to choose whether to display forked repositories in starred/random repositories sections
  • ðŸŽĐ Notable contributions
    • Add plugin_notable_self to choose whether to include own repositories or not
  • ðŸ’Ą Coding habits and activity
    • Add plugin_habits_skipped to support skipping repositories (this inherits from repositories_skipped)
  • ðŸĶ‘ Miscelleanous
    • embed function now displays warnings for possible misconfigurations
  • 🌐 Web instances
    • Passed options can be prefixed by plugin. to disambiguate some options with name collision
    • Improved errors messages when a plugin or an option is disabled on a web instance

ðŸŽē Community plugins

  • ♟ïļ Chess âœĻ new!
    • Showcase your last chess game with this plugin ! #1215
      • Chessboard is animated and will replay the whole match !
      • (Support currently limited to lichess.org as plugin_chess_platform)

🧰 Fixes and documentation

  • fix(app/web): oauth color for light mode
  • fix(app/web): remove debug log
  • fix(app/web): add disclaimer about using localstorage
  • feat(ci): add check-spelling (@jsoref, #1189)
  • fix(tests): faker deprecations
  • fix(app/insights): display issues for small screen
  • fix(app/web): clean session token when expired
  • fix(plugins/tweets): handle non text/html attachments

🎉 Celebrating 2 years of metrics!

  • @Nixinova
  • @spenserblack
  • @JayantGoel001
  • @Milo123459
  • @jayvdb
  • @matievisthekat
  • @bokub
  • @Zenoo
  • @DalpatRathore
  • @cherryblossom000
  • @aleen42
  • @jsoref
  • @ArdaGurcan
  • @joe733
  • @raftario
  • @crazyuploader
  • @MatteoGheza
  • @s-takehana
  • @TheNetAdmin
  • @MeerBiene
  • @PeterNjeim
  • @rhld16
  • @billpwchan
  • @legoandmars
  • @lhvy
  • @kimlimjustin
  • @qinyihao
  • @Penguinlay
  • @yutkat
  • @Infiniticity
  • @funkypenguin
  • @RSickenberg
  • @aw1cks
  • @Lissy93
  • @PeterDaveHello
  • @renbaoshuo
  • @L-Clem
  • @RisingSunLight42
  • @jopemachine
  • @b3z
  • @ferferga
  • @0xflotus

Thanks again for your feedbacks and support, and I hope you'll continue using Metrics in the future 😎 !

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.27

Published by github-actions[bot] about 2 years ago

ðŸ“Ģ You can now use beta-metrics.lecoq.io to test upcoming releases of metrics.lecoq.io!

ðŸ“Ģ You can now login through GitHub OAuth on metrics.lecoq.io to use your own read-only token (revokable anytime) and access more API intensive features that aren't enabled on the web instance by default!

ðŸ“Ķ New features

  • 💕 GitHub Sponsors
    • Add plugin_sponsors_title to set a custom sponsors section title (#1128, @Lissy93)
  • ðŸ’Ą Coding habits
    • Add plugin_habits_languages_threshold to hide languages below a certain usage threshold (#1138)
  • âœĻ Stargazers
    • (This plugin was renamed from "Stargazers over last weeks" to "Stargazers" in the documentation)
    • Add plugin_stargazers_worldmap to display a worldmap of stargazers's origins! (#1137)
      • Add plugin_stargazers_charts to toggle charts display
      • Add plugin_stargazers_worldmap_token to set Google Maps Geocoding API
        • (other Geocoding services may be supported at a later date #1162)
      • Add plugin_stargazers_worldmap_sample to set how many stargazers should be sampled
  • 🌇 GitHub Skyline 3D calendar
    • Add plugin_skyline_settings to support alternate skylines, like Github City (#1139)
  • ðŸ‘Ļ‍ðŸ’ŧ Lines of code changed
    • Add plugin_lines_sections to choose whether to display a single line in base plugin, or display repositories with most lines added/removed, or a diff history
    • Add plugin_lines_repositories_limit to limit displayed repositories for repositories section
    • Add plugin_lines_history_limit to limit the number of years displayed by diff history graph
  • 🗂ïļ GitHub projects
  • 📓 Featured repositories
    • Add plugin_repositories_starred to display your most starred repositories #1179
    • Add plugin_repositories_random to randomly display some of your repositories #1179
    • Add plugin_repositories_order to choose how to display featured, pinned, starred and random repositories #1179
    • Add plugin_repositories_affiliations to control which repositories are fetched by plugin_repositories_starred and plugin_repositories_random #1179
  • ðŸĶ‘ Miscelleanous
  • 🌐 Web instances
    • UI changes (#1171)
      • Clicking in the header bar now redirect to web instance root rather than this repository
      • Display more clearly deprecated plugins, unsupported options and overall plugin options
      • Display remaining search requests
    • Add support for signing in with GitHub OAuth (#1171)
      • Signing in lets users use their own GitHub token rather than the configured shared token
        • Users can also customize which scopes they'd like to provide
      • Additional extras features permissions can be granted to logged users through conf.settings.extras.logged
    • New permissions were added for each external API
      • metrics.api.music.any
      • metrics.api.google.pagespeed
      • metrics.api.twitter.tweets
      • metrics.api.yahoo.finance
    • New permission added for D3 support
      • metrics.npm.optional.d3
    • ⚠ïļ If you deployed a web server with a previous version, you may need to reconfigure extras.features with some of the permissions listed above to keep some plugins working

🧰 Fixes and documentation

fix(app/web): lookbehind replace to support Safari for metrics insights
fix(app): allow missing setting 'includes' (#1156, @jayvdb)
fix(docs): expandable json default option value
fix(docs): all plugins now display a non-affiliation disclaimer in their documentation
fix(app/web): improved 404 error handling due to collision with :login and :login/:repository routes
fix(docs): lot of misspelling (#1180, @jsoref)
fix(plugins/wakatime): plugin_wakatime_days not correctly supported

ðŸŠĶ Deprecations

💭 GitHub Community Support support has been deprecated since the platform has been decomissioned and migrated to GitHub Discussions

🎉 Celebrating 8000 stars!

Thanks a lot for support ðŸĨģ !
Stay tuned for even more features and stats!

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.26

Published by github-actions[bot] over 2 years ago

â„đïļ This release is mostly focused on Web instances.
If you only use metrics through GitHub Actions, you can ignore this version.

🎉 Thanks to all my sponsors, metrics.lecoq.io has been migrated on a more powerful server and should be able to handle more requests!

ðŸ“Ķ New features

  • 🌐 Web instances
    • Home page has been redesigned to better guide users through the different features of metrics
      • 📊 Metrics embed is now accessible through /embed/
        • Action and markdown tabs can now be displayed without entering an username
      • âœĻ Metrics insights is now accessible through /insights/
      • Backwards compatibility with previous endpoints has been kept
        • /:login and /:login/:repository will still generate embed metrics
        • /about/ will redirect towards /insights/
    • Add support for new options in settings.json
      • outputs can be used to restrict which output formats can be used with config.output
      • modes can be used to separately enable or disable embed and insights modes
      • control.token can be used to configure a token which can be used by external services to perform action on instance
        • /.control/stop can be used to stop instance (useful to redeploy or restart it)
      • Add more granularity to extras.features to enable advanced plugin features
        • The following permissions are currently supported:
          • metrics.setup.community.templates: Allow community templates download
          • metrics.setup.community.presets: Allow community presets usage
          • metrics.api.github.overuse: Allow GitHub API intensive requests
          • metrics.cpu.overuse: Allow CPU intensive requests
          • metrics.run.tempdir: Allow access to temporary directory (including I/O)
          • metrics.run.git: Allow to run git
          • metrics.run.licensed: Allow to run licensed
          • metrics.run.user.cmd: Allow to run ANY command by user (USE WITH CAUTION! May result in token leaks by malicious users)
          • metrics.run.puppeteer.scrapping: Allow to run puppeteer to scrape data
          • metrics.run.puppeteer.user.css: Allow to run CSS by user during puppeteer render
          • metrics.run.puppeteer.user.js: Allow to run JavaScript by user during puppeteer render
          • metrics.npm.optional.chartist: Allow use of chartist
          • metrics.npm.optional.gifencoder: Allow use of gifencoder
          • metrics.npm.optional.libxmljs2: Allow use of libxmljs2
        • ⚠ïļ If you deployed a web server with a previous version, you may need to reconfigure extras.features with some of the permissions listed above to keep some plugins working

        • The following settings has been deprecated:
          • extras.presets should now use extras.features with metrics.setup.community.presets
          • extras.js should now use extras.features with metrics.run.puppeteer.user.js
          • extras.css should now use extras.features with metrics.run.puppeteer.user.css
      • Settings display on startup has been improved

🧰 Fixes and documentation

  • fix(app/web): force faker to be uncached for users who used a previous version of web instance
  • fix(deps): libxmljs2 is now an optional dependency
  • docs(plugins,templates): clarification, fix typos and style
  • fix(plugins): improved error handling and messages

🔐 Security fixes

The following editions fix security issues that were reported by dependabot from unmaintained or outdated dependencies:

  • fix(deps): migrated from jimp to sharp
  • fix(deps): node-chartist is now an optional dependency
    • ⚠ïļ This dependency is still subject to CVE-2021-20066, but there are currently no replacement for this one which is why it now requires metrics.npm.optional.chartist permissions and is optional

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.25

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • 📆 Repositories
    • Add plugin_repositories_pinned to display pinned repositories (#1100)
  • ⏱ïļ Website performances
    • Add plugin_pagespeed_pwa to display PWA (Progressive Web App) badge (#1101, @JayantGoel001)
  • 🎟ïļ Follow-up of issues and pull requests
    • Add plugin_followup_archived to toggle archived repositories issues and pull request count (#1101, @JayantGoel001)
  • ðŸ’Ą Coding habits
    • Add plugin_habits_languages_limit to limit number of displayed languages
  • âœĻ Metrics insights
    • Results are now responsively displayed once a plugin is completed rather than waiting for complete metrics data (#1098)
    • Updated configuration to include new data from calendar, topics, stars, reactions, sponsors and repositories plugins (#1098)
    • Improved formatting from activity comments to support blockquotes, code blocks and additional references (#1098)

🧰 Fixes and documentation

  • fix(deps): dynamically import gifencoder
  • fix(plugins/topics): don't filter iconless topics when limit is disabled
  • fix(plugins/posts): "dev.to" lowercase username (#1101, @JayantGoel001)
  • fix(plugins/base): repositories count (#1101, @JayantGoel001)
  • fix(plugins/pagespeed): improved performances (#1101, @JayantGoel001)
  • fix(metrics/insights): insight output always erroring (#1098)
  • fix(plugins/achievements): remove relative position which is resetting flexbox container position in Safari (#1111, @Penguinlay)
  • fix(plugins/pagespeed): add placeholder for PWA (#1113, @JayantGoel001)

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.24

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • 📆 Calendar
    • Add negative number support for plugin_calendar_limit to display commits history prior to GitHub account registration (#1022)
  • ⏰ WakaTime plugin
    • Add plugin_wakatime_repositories_visibility to toggle display of private repositories (#1052, @jopemachine)
    • Add plugin_wakatime_languages_ignored to ignore selected languages (#1082)
  • 🗃ïļ Base content
  • ⚙ïļ GitHub Action
    • Display plugins errors in logs (#1023)
    • Add clean_workflows option to automatically clean out GitHub Actions workflow runs (#1045)

🧰 Fixes and documentation

  • fix(plugins/anilist): handle null description (#1020)
  • fix(plugins/notable): sort contributions by stargazers (#1024, @bokub)
  • docs: fix typo (relates #997)
  • fix(plugins/languages): recent languages description says NaN when no commits found (#1038)
  • fix(app/metrics): markdown conversion to pdf (Cannot read properties of undefined (reading 'length'))
  • docs: fix description of quota_required_search
  • fix(app/metrics): hide config_gemoji error when token: NOT_NEEDED (#1044)
  • fix(plugins/base): indepth mode for action (#1032, @renbaoshuo)
  • fix(docs): several typos (#1051, @Pysics)
  • fix(plugins/community/stock): update X-RapidAPI-Host to yh-finance.rapidapi.com (#1060, @billpwchan)
  • fix(plugins/repositories): duplicated mapping key (#1073)
  • fix(plugins/achievements): packager achievement not unlocked with packages from ghcr.io (#1074)
  • fix(app/metrics): output of missing dependencies (#1077, @timokluser-dev)
  • fix(plugins/base): job availability status (#1081)
  • docs: notice about token permissions and usage (relates #1050, #1076)

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.23

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • 🈷ïļ Most used languages
    • Add plugin_languages_other option to group missed, unknown or over-limit languages into a single "Other" category displayed last (#985)
    • Missed lines, bytes and commits are now counted in indepth mode (unknown languages are included in this statistic) (#985)
  • 💕 GitHub Sponsors
    • Add support for fetching all sponsorships and past sponsorships events rather than the first 100 (#1003)
    • Sponsorships from organization are now displayed (#1003)
    • Add list section to plugin_sponsors_sections (#1011)
      • Note: goal section no longer includes list section by default, which means that both output display can be toggled independantly
    • Add plugin_sponsors_size to adjust sponsors pictures size (#1012)
    • Active sponsorships now respect privacy level set by sponsor (#1018)
      • Note: Because of current GitHub API limitations, past sponsorships are currently always publicly visible
  • 🗓ïļ Calendar âœĻ new!
    • Add new plugin calendar to display your contribution calendar across several years! (#1013)
    • Use plugin_calendar_limit to configure how many years to display (#1013)
  • 🗃ïļ Base content
    • Add base_indepth option to spend additional API requests for more accurate stats (#999)
      • Improved stats includes: total commits, total issues, total pull requests, total pull requests reviews and total repositories contributed to*
  • ⚙ïļ GitHub Action
    • Logs now display your API quotas before running (#1008)
      • Note: if either REST or GraphQL quotas are exceeded, the action will automatically skip run with a warning message
    • Logs now display consumed API requests after running (#1008)
      • Note: these estimations are only valid if you didn't use your quota for others apps during metrics execution
    • Add notice_releases option to automatically print a notice when a new release of metrics is available (#1009)
      • Note: this option is enabled by default but can be opted-out
    • Add quota_required_rest, quota_required_graphql and quota_required_search options to only run action if GitHub API requests quota requirements are met (#1014)
    • Binaries dependencies are now checked prior running the action to ensure self-hosted runner are compatible

🧰 Fixes and documentation

  • fix(plugins/languages): empty results will now display an informational message instead of an empty bar (#985)
  • fix(plugins/languages): un-awaited fs io and ignore busy resources removal on cleaning (#985)
  • fix(plugins/languages): use --no-merge option in indepth mode (#985)
  • fix(plugins/languages): improved timeout messages (#1004)
  • docs: reference the optional need of read:packages
  • fix(plugins/base): number of org packages is incorrect (#1005)
    • Note: to count packages published on ghcr.io, read:packages scope is required
  • fix(plugins/notable): improve readability of indepth badges (#1006)
  • docs: add navigation links
  • fix(app/action): add --rm to auto-clean docker images
  • docs: add self-hosted runner setup

🎉 Celebrating 3000 users and 15M downloads!

Thanks a lot for your support ðŸĨģ !
Stay tuned for even more features and stats!

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.22

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • 🈷ïļ Most used languages
    • Verified commits with attached user's gpg keys is now displayed for indepth mode #911
  • ⏰ WakaTime plugin
    • Add plugin_wakatime_languages_other to include other languages stats (#928 @renbaoshuo)
  • ðŸ‘Ļ‍ðŸ’ŧ Lines of code changed
    • Changed lines will now be counted towards both added/removed lines #936
  • ðŸ’Ą Coding habits
    • Add plugin_habits_charts_type to switch to chartist graphs #938
  • 💕 GitHub Sponsors
    • Add plugin_sponsors_past to display past sponsorships #958
  • 🧑‍ðŸĪâ€ðŸ§‘ People plugin
    • Add plugin_people_identicons_hide to mask user without a custom profile picture #967

🧰 Fixes and documentation

  • fix(plugins/pagespeed): improve error message on http 429
  • fix(app/action): avoid dying when formats is not defined
  • fix(plugins/music): ellipsis for long track name/artist
  • fix(plugins/achievements): update icon to octicon trophy
  • fix(plugins/code): increase plugin_code_load default to 400
  • fix(plugins/code): fix indent remover to keep \n
  • fix(plugins/languages): number of commits verified appears twice
  • fix(plugins/starlists): always return 0 lists
  • fix(plugins/music): apple tracklist mode
  • fix(plugins/stargazers): missing values for repository template
  • fix(plugins/people): duplicate sponsors when using plugin_people_sponsors_custom
  • fix(plugins/skyline): fix waiting selector

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.21

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • ♐ Code snippet of the day code
    • Add plugin_code_days option to restrict maximum age of displayed snippets #891
  • ðŸĶ‘ Miscelleanous
    • Use linguist-js fileContent for single files
    • Add support for ignoring users by email for commits related elements

🧰 Fixes and documentation

  • docs(plugins/activity): fix ref/create and ref/delete display (#872 @RisingSunLight42)
  • docs(plugins/core): improve config_order description
  • docs(contributing): fix CONTRIBUTING.md grammar and link (#878 @DalpatRathore)
  • fix(app/metrics): make embed() defaults to repository when q.repo is specified
  • fix(plugins/code): incorrect diff when lines starts with + or -
  • fix(app/metrics): improvements for linguist-js related code (@Nixinova)
  • docs: update images to support both light and dark mode, along with GitHub new UI
  • fix(plugins/music): fixed overlapping music titles (#899 @RSickenberg)
  • fix(app/web): misplaced tabs menu (#903 @DalpatRathore)
  • docs: grammatical errors (#910 @PeterNjeim)
  • fix(app/metrics): possible race condition in settings.json loading #909

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.20

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • ðŸŽĐ Notable contributions
    • Add plugin_notable_types to toggle display of commit, pull_request and issue badges when indepth mode is enabled (#841)
    • Add relative stars count badge (#841)
  • ðŸ’Ŧ Starlists
    • Add main language, forks and stars to repositories (#853)
    • Add plugin_starlists_languages and plugin_starlists_limit_languages options to enable star list languages statistics
  • âœĻ Stargazers over last weeks
    • Add support for chartist mode for 📘 repository template
  • ðŸĶ‘ Miscelleanous
    • Add config_octicon support to automatically replace :octicon*: by GitHub octicons (#838)

🧰 Fixes and documentation

  • fix(plugins/followup): improve text for orgs
  • fix(plugins/languages): fix empty repository infinite loop (#840)
  • fix(templates/markdown): support repository (#850)
  • fix(plugins/stargazers): invalid month when using chartist mode (#848)
  • fix(app/docker): correctly parse input variables (#852)

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.19

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • 🊛 Configuration presets âœĻ new!
    • Add config_presets to use predefined configuration files! (#801, #817)
      • Reuse your configurations across your repositories and workflows
      • Share your configurations with other users
      • Bootstrap your configurations from published @presets
    • See documentation for more informations
  • âœĻ Stargazers over last weeks
    • Add plugin_stargazers_charts_type to switch to chartist graphs (#816)
  • ðŸ’Ą Coding habits
    • Add plugin_habits_charts_type to switch to chartist graphs
  • 🗃ïļ Base content
    • Reduced query count for most users by using bulk queries (#825)
  • 🌐 Web instances
    • Web instances now display rate limit for both REST and GraphQL request along with reset time (#826)
    • Updated placeholders for previews (#826)
  • ðŸĶ‘ Miscelleanous
    • Add extras_js to inject custom JavaScript during puppeteer rendering (#798)
    • Full documentation rewrite (#771)

ðŸŽē Community updates

🧰 Fixes and documentation

  • fix(plugins/isocalendar): handle division by zero for user with no commits (#818)
  • chore(deps): use @faker-js/faker (#797)

🎉 Celebrating 5000 stars!

Thanks a lot for support ðŸĨģ !
Stay tuned for even more features and stats!

And happy new year 🐅🧧 !

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.18

Published by github-actions[bot] over 2 years ago

ðŸ“Ķ New features

  • ðŸ’Ŧ Starlists âœĻ new!
    • Add new plugin to display GitHub star lists! #765
    • Use plugin_starlists_limit to control how many lists should be displayed #765
    • Use plugin_starlists_limit_repositories to control how many repositories per lists should be displayed #765
    • Use plugin_starlists_ignored and plugin_starlists_only to control which lists should be displayed #765
    • Use plugin_starlists_shuffle_repositories for varied output #769
  • 💎 Discussions
    • Add plugin_discussions_categories support to toggle discussions categories display #751
    • Add plugin_discussions_categories_limit support to limit amount of displayed discussion categories #751
  • 📌 Starred topics
    • Add labels as alias for starred in plugin_topics_mode for consistency #776
  • ðŸŽĐ Notable contributions
    • Add commits, commits.user, commits.user% and maintainer fields supports to plugin_notable_filter #789
      • (these require plugin_notable_indepth to be enabled)
    • Add plugin_notable_skipped support to skip repositories #789
  • 🗃ïļ Base content
    • Add users_ignored option to globally set ignored users #777
  • ðŸĶ‘ Miscelleanous
    • Revamped all documentation! Clearer, nicer, better, stronger!

🧰 Fixes and documentation

  • fix(plugins/base): incorrect registration age in some case #746 @JayantGoel001
  • build: update dockerfile #758
  • fix(plugins/discussions): support for GitHub emojis #754
  • fix(app/utils): indent for code block with languages hightlighting #755
  • fix(plugins/core): disable css optimization for extras_css #756
  • fix(plugins/isocalendar): algorithm improvements for date ranges #759
  • fix(app/utils): GitHub emojis tag were not properly self-closed #760
  • fix(plugins/code): missing newlines #768
  • fix(plugins/activity): ellipsis for long commit messages #788
  • fix(plugins/languages): display when all details enabled #791

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.17

Published by github-actions[bot] almost 3 years ago

ðŸ“Ķ New features

  • 🎞 Music plugin
    • Add support for youtube (Youtube music) as a provider #696 @rhld16
  • ðŸ§Ū Repositories traffic
    • Add support for plugin_traffic_skipped (and repositories_skipped inheritance) to ignore specific repositories #678
  • 📰 Recent activity
    • Add support for plugin_activity_ignored to ignore specific users #705
  • 🌐 Web instances
    • Display required scopes in action tab YAML code #721
  • ðŸĶ‘ Miscelleanous
    • Improved optimize option to support css, xml and svg optimizations #680
      • css optimizations will purge any unused css and optimize remaining css
      • xml optimizations will pretty print xml
      • svg optimizations will reduce overall svg size (still experimental, see #172)
        • experimental flag --optimize has been renamed --optimize-svg
    • Add support for retries_output_action and retries_delay_output_action for automatic retry on output_action failures #736

🧰 Fixes and documentation

  • fix(plugins/followup): pr closed count #669 @s-takehana
  • fix(plugins/notable): plugin_notable_repositories not applied when plugin_notable_from: all #679
  • fix(plugins/music): restrict track name to one line & set constant artwork size #685 @matievisthekat
  • fix(utils): preserve space in xml code blocks #703
  • fix(app/action): fix output none #704

ðŸŽē Community changes

  • feat(plugins/community/poopmap): add poopmap plugin support #675 @matievisthekat
  • fix(plugins/poopmap): set plugin_poopmap_days to number type #693 @matievisthekat

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.16

Published by github-actions[bot] almost 3 years ago

ðŸ“Ķ New features

  • 🎟ïļ Follow-up of issues and pull requests
    • Add plugin_followup_indepth to separate issues and pull requests opened by your communities or by you and your collaborators #627
    • Add support to display drafts issues and pull requests #627
  • ðŸŽĐ Notable contributions
    • Add plugin_notable_indepth to display additional badges for each contributions #635
    • Commit badge will display your number of commits, and the gauge the percentage of what it represents compared to total number of commits #635
  • ♐ Code snippet of the day
    • Add plugin_code_languages to restrict displayed snippets to specific languages #652
  • 📌 Starred topics
    • Add icons mode (similar to mastered but keep the "Starred topics" title) #648
  • 🎭 Comment reactions
    • Add support for discussions and discussions comments #637
    • Use plugin_reactions_limit_discussions and plugin_reactions_limit_discussions_comments to configure how many discussions posts should be loaded #637
  • 🗃ïļ Base content
    • In case of GitHub API timeout, base plugin will automatically attempt to halve repositories_batch by itself and retry #634
  • ðŸĶ‘ Miscelleanous
    • All content of q is exposed so it can be accessed by third-party templates and plugins #633
    • Additional plugins support for repository and terminal templates #660

🧰 Fixes and documentation

  • fix(app/action): fix output_action: none #649
  • fix(plugins/code,habits,languages): support basic login as authoring #650
  • ci: add workflows to remove unused workflows runs and containers #643 @ferferga
  • docs: remove cost, document missing options and improve docs #653
  • fix(plugins/language): aliases of same language now aggregates values #661

💕 Sponsors

project maintained by @lowlighter

metrics - Version 3.15

Published by github-actions[bot] almost 3 years ago

ðŸ“Ķ New features

  • 🎞 Music plugin
    • Add top to plugin_music_mode to display top listened artists and tracks! #569 @lhvy
    • Configure this new mode with plugin_music_time_range and plugin_music_top_type ! #569 @lhvy
    • â„đïļ This mode requires user-top-read scope. If you already generated a token with only user-read-recently-played you'll need a to make a new one (see documentation)

  • 🈷ïļ Most used languages
    • Add plugin_languages_analysis_timeout to avoid really long runs #572
  • ðŸŽĐ Notable contributions
    • Add plugin_notable_from to choose contributions on repositories hosted by organization, user or all accounts #560
  • ðŸĶ‘ Miscelleanous
    • Dates are now display in DD MMM YYYY format for less confusion accross languages #573
    • Add insights to config_output to generate âœĻ Metrics insights HTML as output #575
    • Improve several GitHub GraphQL API requests to avoid timeouts #584
    • Add output_condition to always push changes (default) or when at least some data-changed #620
    • Add config_base64 to configure whether images should be encoded in base64 (default) or use an external link #622

🧰 Fixes and documentation

  • fix(plugins/base): fix month diff when current month is less than created month #558 @spenserblack
  • docs(plugins/reactions): fix spelling issue #585 @jayvdb
  • docs(templates/markdown): fix broken link #589 @jayvdb
  • docs(plugins/languages): Mention linguist-js #608 @jayvdb
  • fix(plugins/stackoverflow): fix markdown errors display issues #621
  • fix(app): improve handling of JSON output (remove circular values, spread Map/Sets/Arrays) #623
  • fix(plugins/followup, plugins/projects, insights): update GitHub colors #626

💕 Sponsors

project maintained by @lowlighter