Release Notes

Complete version history and changelog for the Agentic Developer Tools Radar.

Version 0.11.0 - Documentation Navigation & Kanban Enhancements

December 2025

🎉 New Features

Deep Linking & Navigation

  • DeeplinkHeading component - GitHub-style anchor links with hover indicators
  • SmoothScrollToHash component - Universal smooth scrolling for hash deep links
  • Dedicated /about/releases page with complete version history
  • Universal version link - Navbar version number links to latest release
  • Smooth scroll behavior - CSS and JavaScript for seamless navigation

Kanban Board Improvements

  • Status descriptions in column headers - Detailed explanations of each evaluation status
  • Pipeline transparency - Clear documentation of evaluation workflow
  • Confidence indicators - Headers show validation confidence levels
  • Improved spacing - Reduced padding for more compact headers

🐛 Bug Fixes

Backlog Column Positioning

  • Fixed kanban column order - Removed hardcoded logic forcing Backlog last
  • Respects STATUS_ORDER - Backlog now appears first for pipeline transparency

Key Changes: 13 commits - Deep linking system, documentation navigation, kanban enhancements

Files Changed: DeeplinkHeading.tsx, SmoothScrollToHash.tsx, KanbanBoard.tsx, Navbar.tsx, about pages, globals.css

Breaking Changes: None - all changes are additive enhancements

Version 0.10.3 - Hotfix: UI Fixes

December 2025

🐛 Bug Fixes

Radar Logo Collision Detection

  • Enhanced collision detection - Improved algorithm now uses 20px distance threshold instead of exact pixel matching
  • Clustering algorithm - Groups nearby logos on the same axis and stacks them properly
  • Root cause - Previous exact pixel matching missed logos that were 1-2 pixels apart, causing overlaps

Dark Mode Removal

  • Fixed black backgrounds - Removed dark mode support that was causing unexpected black backgrounds
  • Force light mode - Changed color-scheme to light only in global CSS
  • Root cause - System dark mode preferences were triggering dark backgrounds

Files Changed: src/components/RadarView.tsx, src/styles/globals.css, src/app/about/page.tsx

For complete release history including versions 0.10.0 and earlier, see the full changelog:

View Full Release Notes on GitHub