Version History

Changelog

Every release, every improvement. GitScope ships continuously — here is the full record from v0.1.0.0 to v1.0.0.0.

v1.0.1.0April 2026

Production Release Patch 1

  • FixedResolved Safari mobile navigation crashes in Guest Mode demo walkthrough
  • FixedFixed timezone display issues in Activity Log for international users across all timezones
v1.0.0.0LatestApril 2026

v1.0 Production Release — Enterprise Ready

  • NewIntelligence Hub v1.0 — AI-powered dashboard with real-time anomaly detection, predictive analytics, and automated insights across all repositories
  • NewPR Risk Predictor — Machine learning model analyzing merge probability, estimated review time, deployment impact scoring, and conflict prediction
  • NewDependency Radar v3 — Multi-language package analysis supporting Node.js, Python, Go, Rust with CVE database integration and automated security alerts
  • NewEnterprise Security Suite — Complete security implementation including CSRF protection with HMAC-SHA256 tokens, IP-based rate limiting with exponential backoff, comprehensive audit logging with 34 event types, and AES-256-GCM encryption for all sensitive data
  • NewMulti-Provider Authentication — Support for GitHub OAuth, Google OAuth, and email/password authentication with email verification, password reset flows, and session management
  • NewAI-Powered Code Analysis — Integration with Anthropic Claude API for repository summaries, code health scoring, and automated documentation generation
  • NewAdvanced Analytics Dashboard — Comprehensive metrics including DORA metrics (deployment frequency, lead time, change failure rate, MTTR), velocity tracking, and team performance indicators
  • ImprovedPerformance optimizations achieving 50% faster page load times through server components, intelligent caching, and database query optimization
  • ImprovedEnhanced Command Palette 2.0 with fuzzy search, keyboard shortcuts for all major features, and quick navigation between repositories
  • ImprovedResponsive design improvements ensuring optimal experience across desktop, tablet, and mobile devices
v0.9.4.0March 2026

Organization Pulse Patch 4

  • FixedFixed React hydration mismatch on dashboard home page by moving client-only date formatting into useEffect hooks
  • FixedCorrected Edge Runtime timeout handling in authentication middleware
v0.9.3.0March 2026

Organization Pulse Patch 3

  • FixedFixed contributor deduplication logic for users with multiple email addresses
  • FixedCorrected GitHub API rate limit calculations for accurate quota reporting
v0.9.2.0March 2026

Organization Pulse Patch 2

  • ImprovedDatabase query optimization reducing API latency by 40% through intelligent indexing and connection pooling
  • ImprovedDark glassmorphism theme applied consistently across all marketing pages, dashboard, and settings interfaces
v0.9.1.0March 2026

Organization Pulse Patch 1

  • ImprovedRepository Comparison Tool now supports side-by-side comparison of up to 5 repositories with exportable CSV snapshots for reporting
v0.9.0.0March 2026

Organization Pulse & Team Collaboration

  • NewOrganization Pulse — Comprehensive organization-level analytics aggregating contributor velocity, bus-factor risk scores, stale branch identification, and cross-repository health metrics
  • NewSettings v2 — Completely redesigned settings interface with dedicated sections for Profile management, Notification preferences, Billing and subscription management, Integrations configuration, and Danger Zone for account actions
  • NewPassword Management — Secure password change flow with current password verification, session revocation capabilities, and email notifications for security events
  • NewTeam Collaboration Features — Shared bookmarks, annotated repository collections, and team workspace functionality for collaborative analysis
v0.8.2.0February 2026

DORA Metrics Patch 2

  • FixedFixed edge case divide-by-zero error in cycle-time calculation for repositories with no commits in selected date range
  • FixedResolved pagination scroll position reset issue in trending repositories list
  • FixedCorrected search result caching invalidation for real-time accuracy
v0.8.1.0February 2026

DORA Metrics Patch 1

  • ImprovedSearch relevance algorithm improved to rank repositories by relevance score incorporating recency, activity signals, and engagement metrics rather than raw star count
  • ImprovedAPI response caching layer implemented reducing dashboard load time by ~35% on repeat visits
v0.8.0.0February 2026

DORA Metrics & Activity Logging

  • NewDORA Metrics Dashboard — Complete implementation of DevOps Research and Assessment metrics including deployment frequency visualization, lead time for changes tracking, change failure rate analysis, and mean time to recovery (MTTR) calculations
  • NewActivity Log — Comprehensive chronological feed of all repository activities including commits, pull requests, issues, releases, and deployments with full-text search capabilities
  • NewRepository Comparison Tool — Side-by-side comparison of repositories on stars, forks, commit frequency, language breakdown, contributor overlap, and health scores
  • NewVelocity Chart v2 — Enhanced velocity tracking with rolling 7-day windows replacing calendar-week baselines for smoother, more accurate trend analysis
v0.7.2.0January 2026

Guest Mode Patch 2

  • FixedFixed authentication middleware timeout handling for Edge Runtime environments
  • FixedCorrected session token validation for guest-to-authenticated user transitions
v0.7.1.0January 2026

Guest Mode Patch 1

  • ImprovedReduced API rate limits for guest users with intelligent caching to optimize resource usage
  • ImprovedSimplified onboarding flow with progressive feature disclosure for new users
v0.7.0.0January 2026

Guest Mode & Public Access

  • NewGuest Mode — Unauthenticated access allowing users to explore public repository analytics with pre-loaded demo datasets without requiring account creation
  • NewPublic Repository Search — Full search functionality available without login requirement for discovering and analyzing public repositories
  • NewAnonymous Usage Analytics — Privacy-respecting analytics to understand user behavior and improve the platform experience
v0.6.2.0December 2025

AI Summaries Patch 2

  • FixedFixed contributor deduplication bug where users with multiple commit email addresses were counted multiple times
  • FixedCorrected language detection algorithm for repositories with mixed file types
v0.6.1.0December 2025

AI Summaries Patch 1

  • ImprovedServer Components architecture migration achieving 2× faster page load times through selective rendering and reduced client-side JavaScript
  • ImprovedReact cache() implementation for GitHub API call optimization and reduced redundant requests
  • ImprovedPrisma query optimization with connection pooling for database performance
v0.6.0.0December 2025

AI Summaries & Dependency Analysis

  • NewAI Repository Summaries — Integration with Anthropic Claude API to generate plain-English repository overviews including project purpose, technology stack identification, and recent development trajectory analysis
  • NewDependency Radar v1 — Initial implementation scanning package.json, requirements.txt, and Cargo.toml files to identify outdated packages and security vulnerabilities
  • NewSecurity Advisories Integration — Connection to GitHub Advisory Database for real-time vulnerability notifications
v0.5.2.0November 2025

Global Search Patch 2

  • FixedFixed pagination scroll position preservation when navigating trending repositories
  • FixedCorrected search result caching invalidation for real-time accuracy
v0.5.1.0November 2025

Global Search Patch 1

  • ImprovedDark mode set as system default with localStorage persistence and no flash-of-wrong-theme on page load
  • ImprovedSearch result ranking algorithm incorporating recency and activity signals
v0.5.0.0November 2025

Global Search & Trend Visualization

  • NewGlobal Search — Instant search results for repositories, authors, and topics powered by GitHub Search API with local result caching for performance
  • NewStars Trend Sparklines — Mini 6-month trajectory charts on every repository card showing star growth patterns at a glance
  • NewTrending Repositories — Curated feed of trending repositories filterable by programming language and time window (daily, weekly, monthly)
  • NewCommand Palette (⌘K) — Quick navigation tool for power users to jump between features, repositories, and settings
v0.4.3.0October 2025

Enhanced Analytics Patch 3

  • FixedFixed repository language detection for edge cases with uncommon file extensions
  • FixedCorrected star count fetching for repositories with high star counts
v0.4.2.0October 2025

Enhanced Analytics Patch 2

  • ImprovedLoading state optimizations with skeleton screens for better perceived performance
v0.4.1.0October 2025

Enhanced Analytics Patch 1

  • ImprovedRepository card redesign with improved information hierarchy and quick actions
  • ImprovedNavigation enhancements with breadcrumb trails and contextual menus
v0.4.0.0October 2025

Enhanced Repository Analytics

  • NewContributor Insights — Detailed contributor analytics including commit heatmaps, contribution percentages, and activity timelines
  • NewCommit Frequency Analysis — Visualization of commit patterns over time with daily, weekly, and monthly aggregations
  • NewLanguage Distribution Charts — Interactive breakdown of repository languages by file count and lines of code
v0.3.2.0September 2025

Authentication Patch 2

  • FixedFixed OAuth callback handling for various GitHub account configurations
  • FixedCorrected session cookie settings for cross-domain compatibility
v0.3.1.0September 2025

Authentication Patch 1

  • ImprovedDatabase schema design with Prisma ORM for type-safe database operations
  • ImprovedAPI route structure optimization for scalability
v0.3.0.0September 2025

User Authentication & Personalization

  • NewGitHub OAuth Authentication — Secure sign-in via GitHub with automatic profile synchronization
  • NewUser Dashboard — Personalized home page with recent activity, saved repositories, and quick access to favorite features
  • NewUser Preferences System — Persistent settings for theme, notifications, and default views
  • NewSession Management — Secure session handling with configurable expiration and automatic renewal
v0.2.2.0August 2025

UI Foundation Patch 2

  • FixedFixed CSS variable hydration issues in server-side rendering
  • FixedCorrected Tailwind configuration for custom color palette
v0.2.1.0August 2025

UI Foundation Patch 1

  • ImprovedAnimation framework setup with Framer Motion for smooth page transitions
  • ImprovedColor system implementation with CSS variables for theme flexibility
v0.2.0.0August 2025

UI/UX Foundation & Design System

  • NewDark Mode Glassmorphism Design — Complete visual design system with glass-like translucent elements, subtle gradients, and modern aesthetics
  • NewComponent Library — Reusable UI components built with Tailwind CSS and shadcn/ui for consistency
  • NewResponsive Layout Foundation — Mobile-first design approach ensuring optimal experience across all device sizes
  • NewTypography System — Custom font stack with Inter and JetBrains Mono for optimal readability
v0.1.2.0July 2025

Initial Prototype Patch 2

  • FixedInitial bug fixes for API response parsing
  • FixedCorrected environment variable loading for different deployment targets
v0.1.1.0July 2025

Initial Prototype Patch 1

  • ImprovedDevelopment environment configuration with hot reload and debugging tools
  • ImprovedBasic error handling and logging infrastructure
v0.1.0.0July 2025

Initial Prototype & Foundation

  • NewBasic Repository Explorer — Initial implementation of repository detail pages with basic metadata display
  • NewGitHub API Integration — Connection to GitHub REST API for fetching repository data, stars, forks, and basic statistics
  • NewProject Foundation — Next.js 14 setup with App Router, TypeScript configuration, and development tooling
  • NewDatabase Setup — PostgreSQL database with initial schema for user data and repository caching

Always evolving

GitScope ships weekly. Follow the GitHub repository or subscribe to release notifications to stay current.

Watch on GitHub