From 4dfa5618d57e641eb0d709d94951fc22eafcf0ec Mon Sep 17 00:00:00 2001 From: Valerii Kovalskii Date: Tue, 21 Jul 2026 11:04:56 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=207.14.6=20=E2=80=94=20folder?= =?UTF-8?q?=20picker,=20community=20fixes,=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships the changes merged since 7.14.5: native Add-project folder picker (desktop), Oh My Pi title-before-session parsing (#231/#260), GitHub avatar CSP fix (#249), Overview/Recommended full-width tiles (#243), Neuraldeep footer, and signed-release docs + manual npm publish workflow. Co-Authored-By: Claude Opus 4.8 (1M context) --- desktop/package.json | 2 +- package.json | 2 +- src/changelog.js | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 28adc00..282a232 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "codbash-desktop", "productName": "codbash", - "version": "7.14.5", + "version": "7.14.6", "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 e593dfd..de3625f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codbash-app", - "version": "7.14.5", + "version": "7.14.6", "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 3daff8e..0bc7996 100644 --- a/src/changelog.js +++ b/src/changelog.js @@ -1,6 +1,18 @@ 'use strict'; const CHANGELOG = [ + { + version: '7.14.6', + date: '2026-07-21', + title: 'Folder picker, community fixes, and docs', + changes: [ + 'Add project → a native "Browse…" folder picker in the desktop app (opens Finder and fills the absolute path); the browser keeps the folder autocomplete', + 'Oh My Pi: sessions with a title record before the session header now parse correctly, in both the list and the detail view (thanks @timseriakov)', + 'GitHub avatars now render in the cloud profile and leaderboard (CSP fix, thanks @mvasilyev)', + 'Overview and Recommended tiles now fill the available width on wide screens', + 'Footer credit updated to the Neuraldeep community', + ], + }, { version: '7.14.5', date: '2026-07-20',