export const APP_VERSION = '0.20.0'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.20.0', date: '2026-05-09', highlights: [ { icon: 'πŸ—ΊοΈ', title: 'Admin Dashboard', desc: 'New admin-only dashboard with roadmap and activity log.' }, { icon: '🧹', title: 'Session token cleanup', desc: 'Expired sessions auto-purged on startup, daily, and on login.' }, { icon: 'πŸ”‘', title: 'Admin password reset', desc: 'INIT_ADMIN_PASS now resets existing admin passwords on legacy DBs.' }, { icon: 'πŸͺŸ', title: 'React Error Boundaries', desc: 'App no longer crashes to white screen on errors.' }, ], };