export const APP_VERSION = '0.26.0'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.26.0', 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' }, ], };