Skip to content

Commit 2cecf92

Browse files
chore(release): cut v0.8.30
1 parent 92a34d9 commit 2cecf92

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to TermCanvas will be documented in this file.
44

5+
## [0.8.30] - 2026-03-21
6+
7+
### Changed
8+
- Insights: extract richer per-session metrics from Claude and Codex logs, including tool usage, token usage, response timing, language signals, git activity, line deltas, and workflow feature flags
9+
- Insights: upgrade report synthesis from freeform markdown blocks to structured analysis sections with actionable cards, copyable prompts, and partial-section resilience
10+
- Insights: redesign the generated HTML report with a richer dashboard, time-of-day heatmap, stronger breakdowns, and explicit coverage/error visibility
11+
12+
### Fixed
13+
- Insights: long sessions no longer collapse into a head-only transcript snippet, improving facet quality for multi-step runs
14+
- Insights: analysis failures in one section no longer abort the whole report generation pipeline
15+
516
## [0.8.29] - 2026-03-21
617

718
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "termcanvas",
3-
"version": "0.8.29",
3+
"version": "0.8.30",
44
"description": "An infinite canvas desktop app for visually managing terminals",
55
"main": "dist-electron/main.js",
66
"bin": {

0 commit comments

Comments
 (0)