You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,40 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.2.0] - 2026-02-20
9
9
10
10
### Added
11
-
- Frontend v2 redesign (in progress)
12
-
- Anonymous repo indexing flow
13
-
- AI-powered search summaries
11
+
-**Dependency Graph Overhaul** (PR #246): Replaced ReactFlow with Sigma.js WebGL rendering. ForceAtlas2 layout with Louvain community detection for automatic clustering. Node search with zoom-to-focus, zoom controls, hover/click interactions with neighbor highlighting.
12
+
-**Dependency Structure Matrix**: New directory-level DSM view showing cross-directory coupling. Circular dependency detection with red cell highlights. Click-to-drill from directory to file level.
13
+
-**Team Rules Detection** (PR #244): Auto-detects CLAUDE.md, .cursorrules, and other AI assistant config files. Includes them in Codebase DNA extraction.
14
+
-**Documentation Overhaul** (PR #240): 12 new docs pages covering API reference, architecture, deployment, MCP setup, and contributing guide.
15
+
-**React Error Boundary**: Prevents white-screen crashes with recovery UI.
16
+
-**Frontend Test Suite**: 13 smoke tests using Vitest + happy-dom covering ErrorBoundary, useGraphData, and useDirectoryMatrix. Tests integrated into CI pipeline.
17
+
-**SEO Setup** (PR #245): Meta tags, sitemap, Open Graph.
18
+
-**GitHub OAuth Import** (PR #230): Import repos directly from GitHub.
19
+
-**Settings Page** (PR #231): User preferences and API key management.
20
+
-**Real-time Indexing Progress** (PR #226): WebSocket-based live progress during repo indexing.
0 commit comments