Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions src/changelog.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
Loading