Skip to content

Releases: SamXop123/samdev-pulse

🚀 v1.5 — "samdev-pulse"

05 May 10:47

Choose a tag to compare

samdev-pulse v1.5 Release Notes

Highlights

  • Contribution activity chart is now more informative with full axis details.
  • Added two brand-new themes: aurora and midnight-sunset.
  • Fixed the recent bugs that occurred in few profiles.

New Features

  • Improved Contribution Activity Graph

    • Added Y-axis with contribution count ticks/labels.
    • Added X-axis with timeline ticks.
    • Switched X-axis labels from generic day markers to real date-based labels (start / mid / end of the data window).
    • Added axis titles for better readability:
      • X: Timeline (last 30 days)
      • Y: Contributions
  • Two New Themes Added

    • aurora
    • midnight-sunset
    • Both themes are now fully supported in:
      • API query param (?theme=...)
      • Website preview dropdown
      • Theme gallery cards

UI & Docs Updates

  • Updated theme count in UI from 10+ to 12+.
  • Updated feature descriptions and theme parameter docs to include the new themes.
  • README theme list updated for v1.5 coverage.

Quality / Validation

  • Added deployment test coverage for:
    • aurora theme
    • midnight-sunset theme
  • Lint and syntax checks passed for all modified files.

🚀 v1.0 — "samdev-pulse" Initial Public Release

12 Feb 10:11

Choose a tag to compare

samdev-pulse v1.0

First public release of samdev-pulse — a minimal, API-driven GitHub profile README generator that renders a complete dashboard as a single SVG.

✨ What’s Included

  • 📊 GitHub activity stats (contributions, PRs, issues)
  • 🔥 Streak statistics via GitHub GraphQL
  • 📈 30-day contribution activity graph
  • 🍩 Top languages donut chart
  • 💻 Optional LeetCode integration
  • 🏆 Achievement-based trophy system
  • 🎨 Multiple theme support
  • ⚙️ Customizable header alignment
  • 🧠 30-minute caching layer for performance

🛠 Architecture

  • Node.js + Express backend
  • SVG-based rendering (no client-side JS)
  • GitHub REST & GraphQL APIs
  • In-memory TTL cache
  • MongoDB usage logging (non-sensitive data only)

📦 Usage

Add this to your GitHub profile README:

![samdev-pulse](https://samdev-pulse.vercel.app/api/profile?username=YOUR_GITHUB_USERNAME)

Full documentation:
https://github.com/SamXop123/samdev-pulse


This release marks the first stable public version.
Future updates will focus on performance improvements, additional integrations, and feature refinements based on community feedback.