Skip to content

Commit 983f47d

Browse files
committed
chore: prepare v1.6.0 release
1 parent a091521 commit 983f47d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. Format foll
66
77
## [Unreleased]
88

9+
## [1.6.0] - 2026-06-14
10+
911
### Changed
1012
- **Language statistics now reflect the lines you actually wrote.** `LANGUAGES_AND_TOOLS` and `LANGUAGE_PER_REPO` are computed from the files changed in your own commits (vendored and generated files excluded, and merge commits skipped so code merged from others' PRs is not credited to you) instead of the whole-repo language bar of every repository you touched. Reported languages and percentages will change. The first run after upgrading is slower because each commit is analyzed once; results are cached per commit, so later runs stay fast.
1113

@@ -78,7 +80,8 @@ All notable changes to this project will be documented in this file. Format foll
7880
### Fixed
7981
- AI footprint row label: `Total Prompt Chars` (raw `ai_prompt_length`) replaces the misleading `Average Prompt` while WakaTime omits `ai_average_prompt_length` from `/stats`. Reverts to `Average Prompt` automatically once the field appears.
8082

81-
[Unreleased]: https://github.com/thanhhaudev/github-stats/compare/v1.5.9...HEAD
83+
[Unreleased]: https://github.com/thanhhaudev/github-stats/compare/v1.6.0...HEAD
84+
[1.6.0]: https://github.com/thanhhaudev/github-stats/releases/tag/v1.6.0
8285
[1.5.9]: https://github.com/thanhhaudev/github-stats/releases/tag/v1.5.9
8386
[1.5.8]: https://github.com/thanhhaudev/github-stats/releases/tag/v1.5.8
8487
[1.5.7]: https://github.com/thanhhaudev/github-stats/releases/tag/v1.5.7

0 commit comments

Comments
 (0)