Skip to content

Release: [v0.2.0] - 2026-02-12 (The "High-DPI Dashboard" Update)

Choose a tag to compare

@Rtarun3606k Rtarun3606k released this 07 Feb 11:03
· 995 commits to main since this release
a3b5eef

Description: A major visual overhaul for the reporting engine. This update transforms the generated images from basic debug charts into professional, Retina-ready dashboards suitable for GitHub Profiles.

Added

  • High-DPI Engine: Increased base canvas resolution to 1200px, ensuring crisp rendering on high-density displays (Retina/4K).
  • Theming System: Introduced a robust ThemeConfig engine supporting both GitHub Light and GitHub Dark palettes.
  • Smart Truncation: Added logic to automatically shorten long project names (e.g., taka-tim..) to preserve layout integrity.

Changed

  • Time Card Redesign: Replaced the legacy 2x2 grid with a sleek 120px Horizontal Strip, significantly reducing vertical space usage.
  • Tech Stack Layout: Implemented a "Safety Gap" layout logic to prevent progress bars from colliding with text columns.
  • Typography: Bumped header font sizes to 65px and data fonts to 42px for superior readability.

Fixed

  • Visual Bugs: Resolved a collision issue where the "Coding Activity" header would overlap with data columns by anchoring the title to the top-left.
  • Data Noise: The reporter now automatically filters out "unknown" editors and operating systems from the charts.
  • Zero-State Handling: Progress bars for tracked-but-unused tools now maintain a minimum 20px visibility instead of disappearing completely.