From 9049a7bfd6334dbdaadc1e4f40bba90f6f063fdc Mon Sep 17 00:00:00 2001 From: "v.kovalskii" Date: Tue, 26 May 2026 08:42:14 +0300 Subject: [PATCH] chore: release 7.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch — picks up the design port (#225) and Pi resume-target hardening (#224) shipped since 7.5.0. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- src/changelog.js | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c2bde03..e896869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codbash-app", - "version": "7.5.0", + "version": "7.5.1", "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 c02301a..e10f32b 100644 --- a/src/changelog.js +++ b/src/changelog.js @@ -1,6 +1,18 @@ 'use strict'; const CHANGELOG = [ + { + version: '7.5.1', + date: '2026-05-26', + title: 'Neuraldeep visual identity + Pi hardening', + changes: [ + 'New brand palette: deeper dark backgrounds (#08090C) + neon green accent (#00FF88)', + 'Inter font + crisper text rendering (antialiased smoothing)', + 'Smooth 180ms theme cross-fade when switching dark / light / monokai', + 'Pi / Oh My Pi: tightened resume-target handling — non-Pi Resume buttons no longer routed through Pi-specific helper, /api/launch only forwards resumeTarget for Pi sessions', + 'CSP relaxed precisely for fonts.googleapis.com / fonts.gstatic.com (no other change)', + ], + }, { version: '7.5.0', date: '2026-05-25',