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