export const APP_VERSION = '0.26.1'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.26.1', date: '2026-05-11', highlights: [ { icon: 'πŸ“Š', title: 'Dual-Column XLSX Import', desc: 'Bills due on the 1st and 15th are now both imported from dual-layout spreadsheets' }, { icon: 'πŸ›‘οΈ', title: 'Security Review', desc: 'Bounds validation, regex safety, type checks all passed (Private_Hudson)' }, { icon: 'πŸ—ΊοΈ', title: 'Roadmap Page Redesign', desc: 'Kanban-style priority lanes with collapsible items, admin-only roadmap and activity log APIs replacing AdminDashboard' }, { icon: 'πŸ›‘οΈ', title: 'Import CSRF Fix', desc: 'XLSX, SQLite, and backup imports now include CSRF token (previously blocked with "session expired" error)' }, { icon: '🧹', title: 'AdminDashboard Replaced', desc: 'RoadmapPage now handles admin roadmap and development log display' }, { icon: '🐞', title: 'Dual-Column Parser Bugfixes', desc: 'Fixed header detection (repeat-field instead of gap-based), column leakage, summary row filtering, header_set_index output, and amount header pattern' }, ], };