Skip to content

Releases: Umbrella-io/devtrack

v0.2.0 — Community Edition

09 Jun 20:03

Choose a tag to compare

What's New in v0.2.0

Highlights

  • Collaboration Rooms — Real-time chat rooms linked to GitHub repos for team coordination
  • Public Profile QR Codes — Generate and download QR codes for your public DevTrack profile
  • Leaderboard Caching — 5-minute API cache with automatic invalidation on opt-out
  • Edge Functions — WakaTime and GitHub sync moved to Edge Functions for faster execution
  • Customizable Dashboard — Drag-and-drop widget layout with persistent preferences
  • Streak Freeze System — Freeze your coding streak on off days
  • Developer Wrapped — Year-in-review style summary of your coding activity
  • Goal Tracking — Set and track coding goals with progress visualization

Infrastructure

  • Migrated to Next.js 16 with async route handlers
  • ESLint 9 flat config migration
  • Cross-platform CI compatibility (Windows/Linux/macOS)
  • Comprehensive E2E test suite with Playwright

Community

  • 40+ community PRs merged from GSSoC 2026 contributors
  • Improved issue templates and contributor onboarding
  • Added milestones for project roadmap visibility

Full Changelog: v0.1.0...v0.2.0

v0.1.0 — Initial Release

10 May 16:02

Choose a tag to compare

DevTrack v0.1.0

First public release. Project scaffold is live and ready for contributors.

What's included

  • Next.js 14 (App Router) frontend with TypeScript + Tailwind CSS
  • GitHub OAuth via NextAuth.js — session.accessToken exposed for API calls
  • Express + TypeScript backend with contribution and PR metrics endpoints
  • Prisma + PostgreSQL schema (User, Goal, MetricSnapshot)
  • GitHub Actions CI — type-check and lint on every PR
  • Dashboard UI: ContributionGraph, PRMetrics, GoalTracker components

Contributing

See CONTRIBUTING.md.
Browse open issues — filter by good-first-issue to get started.

Thanks

@Chris8115 for the first contribution — fixing GitHub sign-in (#8).