diff --git a/desktop/package.json b/desktop/package.json index c262df0..a6c7fcc 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "codbash-desktop", "productName": "codbash", - "version": "7.14.2", + "version": "7.14.3", "private": true, "description": "Desktop shell (Electron) for codbash — wraps the codbash server in a native window.", "main": "main.js", diff --git a/package.json b/package.json index a2ef73a..9326ee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codbash-app", - "version": "7.14.2", + "version": "7.14.3", "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 381691a..f64ca3d 100644 --- a/src/changelog.js +++ b/src/changelog.js @@ -1,6 +1,14 @@ 'use strict'; const CHANGELOG = [ + { + version: '7.14.3', + date: '2026-07-20', + title: 'Running-projects tree moved under Terminal', + changes: [ + 'The running-terminals tree now lives right under the Terminal sidebar item instead of at the bottom of the sidebar', + ], + }, { version: '7.14.2', date: '2026-07-20', diff --git a/src/frontend/index.html b/src/frontend/index.html index 702e36a..26bf664 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -46,6 +46,8 @@ Terminal + + - - -