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: RELEASE.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,43 @@
1
1
# Release Notes - Git Intelligence
2
2
3
+
## v0.3.0
4
+
5
+
**Release Date:** February 17, 2026
6
+
**Tag:**`v0.3.0`
7
+
8
+
---
9
+
10
+
### 🔍 Overview
11
+
12
+
Git Intelligence v0.3.0 introduces **comprehensive batch analysis** capabilities with the "Analyze All" feature, a **dedicated Settings page** for better configuration management, and **enhanced evolution analytics** with trendline calculations. This release focuses on improving the workflow for analyzing large projects and providing deeper long-term insights.
13
+
14
+
### ✨ Highlights
15
+
16
+
-**Batch Analysis: "Analyze All"**
17
+
- Trigger all analysis types (Stats, Developer, Health, Evolution, Bus Factor, SNA, Risk) in a single action.
18
+
- New **Background Job Queue** system to handle long-running analyses without blocking the UI.
19
+
- Real-time progress monitoring showing percentage completion and current step.
20
+
- Available for both individual repositories and entire projects (cross-repo analysis).
21
+
- Automatic cache refreshing when using Analyze All to ensure the latest data.
22
+
23
+
-**Dedicated Settings Page**
24
+
- Migrated settings from a modal dialog to a full-width, dedicated page.
25
+
- Streamlined layout for managing Ollama configuration and AI analysis settings.
26
+
- Improved accessibility and focus for application configuration.
27
+
28
+
-**Enhanced Repository Evolution**
29
+
-**Trendline Analysis**: Added linear regression trendlines to commit frequency charts.
30
+
-**Monthly Data Aggregation**: Improved visualization of long-term trends for mature repositories.
31
+
- Refined chart tooltips and axis formatting for better readability.
32
+
33
+
-**Infrastructure & UX**
34
+
- New `jobQueue` module for managing concurrent analysis tasks.
35
+
- Real-time status updates in `ProjectsList` for ongoing jobs.
36
+
- Downgraded client ESLint dependency to fix environment-specific build issues.
0 commit comments