diff --git a/package.json b/package.json index c586a7b..c2bde03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codbash-app", - "version": "7.4.0", + "version": "7.5.0", "description": "Dashboard + CLI for AI coding agents — Claude Code, Codex, Cursor, OpenCode, Kiro. View, search, resume, convert, sync sessions.", "bin": { "codbash": "./bin/cli.js", diff --git a/src/changelog.js b/src/changelog.js index 9dc293f..c02301a 100644 --- a/src/changelog.js +++ b/src/changelog.js @@ -1,6 +1,26 @@ 'use strict'; const CHANGELOG = [ + { + version: '7.5.0', + date: '2026-05-25', + title: 'Five new agents, project launcher, subscriptions', + changes: [ + 'New agents: Qwen Code, GitHub Copilot Chat (VS Code), GitHub Copilot CLI, Pi, Oh My Pi', + 'Project launcher: ▶ New / ⟳ Last buttons, GitHub repo onboarding (clone & add)', + 'Projects view split into Projects (launcher) + History subtabs with per-launch agent picker', + 'Subscriptions management in Analytics → History: track paid plans + API deposits for all agents', + 'Background git fetch worker — auto-refresh connected repos on new chat, manual button, or startup', + 'Sidebar reorganised into collapsible Workspace / Agents / Tools groups + Settings → Sidebar tab', + 'Codex Desktop import dedup: imported Claude sessions no longer appear twice in the dashboard', + 'Codex cache invalidation now watches ~/.codex/sessions for new files (no more restart needed)', + 'Active-session mapping no longer misattributes processes to the wrong session via fallback-latest', + 'Worktrees collapse to main repo; $HOME-as-git-root no longer leaks dotfiles remote onto sessions', + 'Windows: Resume preserves backslash paths via Start-Process -WorkingDirectory; PowerShell launcher hardened', + 'Structured message rendering for Codex and Claude Code session details', + 'Cloud Sync: project paths now remap across machines via git remote', + ], + }, { version: '7.2.0', date: '2026-04-17',