fix(stats): explain March 2026 downloads dip#49
Conversation
Greptile SummaryAdds a small explanatory paragraph below the downloads chart on the Stats page to clarify that the March 14–25, 2026 download dip was caused by v0.13.2 being temporarily marked as a pre-release (redirecting
Confidence Score: 5/5Safe to merge — purely additive content change with no logic, data, or structural modifications. The change is a single paragraph of explanatory text inserted into a static Pug template. The Pug syntax is correct, the Bootstrap classes are used consistently with the rest of the file, and there are no dynamic data paths, scripts, or configuration changes involved. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[downloads.png chart rendered] --> B{Visible dip ~Mar 14-25, 2026?}
B -- Yes --> C[Explanatory note shown below chart]
C --> D[Note: v0.13.2 pre-release routing\nredirected /releases/latest to v0.13.1]
C --> E[Note: GitHub API rate-limit gaps\ninterpolated instead of backfilled]
B -- No visible dip --> F[Normal chart display]
Reviews (1): Last reviewed commit: "fix(stats): explain March 2026 downloads..." | Re-trigger Greptile |
|
This is ready for maintainer merge. I checked it on 2026-05-16: the PR is clean and mergeable, there are no review threads, and GitHub reports no branch checks on I also tried to merge it directly, but my token does not have |
Summary
Verification
Closes #47