Skip to content

Releases: stats-organization/github-stats-extended

v2.1.3

Choose a tag to compare

@martin-mfg martin-mfg released this 18 Jun 22:21
9f4ad92

Changed

  • update language colors
  • don’t trigger public deployment to repeat recent requests on forks

Documentation

  • add migration section
  • recommend GitHub's new media feature for light/dark themes
  • slightly update several other sections

Internal

  • dependency upgrades

v2.1.2

Choose a tag to compare

@martin-mfg martin-mfg released this 08 May 10:59
7318940

Changed

  • set correct version for npm package

v2.1.1

Choose a tag to compare

@martin-mfg martin-mfg released this 08 May 10:22
8a23931

Fixed

  • ignore git checks when publishing npm package

v.2.1.0

Choose a tag to compare

@martin-mfg martin-mfg released this 08 May 10:03
a3dbb37

Added

  • First version of publishing the "core" package of this repo to npm.

v2.0.0

Choose a tag to compare

@martin-mfg martin-mfg released this 06 May 17:20
6ebd9a0

Potentially Breaking Change

  • Improve line wrapping for multi-line gist and repository descriptions.
    This should be an improvement for existing cards, but it still changes their appearance a bit. So we consider this a potentially breaking change.

    Previously, line wrapping happened simply after 59 characters, with special handling for Chinese characters:
    character-based

    With this release we now take the actual width of each character into account:
    new-server-side-calculation

    We also added a new parameter browser_rendering which you can use to let the browser handle line-wrapping:
    browser-calculation

Documentation

  • add section "Customization of top languages card" and to fork.md and update project status

v1.2.0

Choose a tag to compare

@martin-mfg martin-mfg released this 03 May 16:32
9236acd

Added

  • top-langs: add hide_values option
    Added a new hide_values query parameter for the Top Languages card that hides the percentage/byte display values while keeping progress bars and chart visualizations. This option has also been added to the frontend.
    see #181 for example images

Changed

  • completely switch to Node version 24
  • Update languages JSON

Documentation

  • Document default durations for proactive regeneration

Internal

  • refactor code to extract "core" package
  • unify backend and frontend in 1 vercel project
  • add license info for icons
  • dependency upgrades
  • various small improvements

v1.1.0

Choose a tag to compare

@martin-mfg martin-mfg released this 08 Mar 08:25
5c4ea2a

Added

  • top languages card: add ability to change progress bar background color
  • Add Belarusian translation

Documentation & Examples

Internal

  • modernize toolchain - with pnpm, vite, dependabot, playwright, etc.
  • configurable intervals for repeating requests
  • dependency upgrades
  • various fixes and code quality improvements

v1.0.0

Choose a tag to compare

@martin-mfg martin-mfg released this 08 Jan 18:16

This is the initial public release of GitHub-Stats-Extended, an actively maintained fork of github-readme-stats.

The goal of this fork is to add some of the most highly requested features to github-readme-stats, while remaining fully compatible with the upstream project.

Highlights

  • a frontend for easy, visual configuration of cards
  • aggregate stats across organizations
  • improved performance and latency
  • private contributions support
  • more accurate star counts
  • display contributions to specific repositories or organizations

Compatibility

GitHub-Stats-Extended aims to be fully compatible with github-readme-stats.


For detailed information see Fork Information.