WakaTime SVG
Version updated for https://github.com/AndrewDongminYoo/wakatime-svg to version v1.2.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The wakatime-svg GitHub Action generates transparent, customizable SVG charts visualizing WakaTime stats for the past 7 days, including the top languages and projects by time. It automates the daily generation and publishing of these visualizations, making it easier to showcase coding activity in a visually appealing format. Key features include language percentage bars, project activity breakdowns, and seamless integration with GitHub repositories for scheduled updates.
Release notes
v1.2.0 - 2026-01-22
Improvements
- Respect private repos better by default:
WAKATIME_PRIVATE_PROJECT_LABELcan now befalse(keep “Unknown Project”),true(show “Private project”), or any custom text, andWAKATIME_SKIP_UNKNOWN_PROJECTS=trueskips placeholder rows and continues the ranking. - Expose the new knobs through the composite action inputs and docs so workflows can tune how private/unknown projects appear.
New Input
WAKATIME_PRIVATE_PROJECT_LABEL: Controls the replacement text for WakaTime’sUnknown Projectrows (falseleaves it as-is,true(default) shows “Private project”, any other string is used verbatim).WAKATIME_SKIP_UNKNOWN_PROJECTS: SkipUnknown Projectentries and continue down the list to keep showingWAKATIME_LANG_LIMITprojects.
Full Changelog: https://github.com/AndrewDongminYoo/wakatime-svg/compare/v1.1.0...v1.2.0