From ced343322c8db15d29ebda0e864d242238abd76f Mon Sep 17 00:00:00 2001 From: Valerii Kovalskii Date: Mon, 20 Jul 2026 14:05:38 +0300 Subject: [PATCH] feat: move running-projects tree under the Terminal sidebar item (v7.14.3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relocates #wsRunningTree from the bottom of the sidebar to directly beneath the Terminal nav item, above the Sessions group — where it reads as part of the terminal area. Co-Authored-By: Claude Opus 4.8 (1M context) --- desktop/package.json | 2 +- package.json | 2 +- src/changelog.js | 8 ++++++++ src/frontend/index.html | 5 ++--- 4 files changed, 12 insertions(+), 5 deletions(-) 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 + + - - -