Releases: stats-organization/github-stats-extended
Release list
v2.1.3
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
Changed
- set correct version for npm package
v2.1.1
Fixed
- ignore git checks when publishing npm package
v.2.1.0
Added
- First version of publishing the "core" package of this repo to npm.
v2.0.0
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:
With this release we now take the actual width of each character into account:
We also added a new parameter
browser_renderingwhich you can use to let the browser handle line-wrapping:
Documentation
- add section "Customization of top languages card" and to fork.md and update project status
v1.2.0
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
Added
- top languages card: add ability to change progress bar background color
- Add Belarusian translation
Documentation & Examples
- mention https://github.com/stats-organization/github-readme-stats-action in documentation
- add documentation for marking Vercel environment variables as sensitive
- change WakaTime sample data from user 'ffflabs' to 'alan', because ffflabs doesn't have representative data anymore.
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
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.