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',