export const APP_VERSION = '0.19.4'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.19.4', date: '2026-05-09', highlights: [ { icon: '๐Ÿ›ก๏ธ', title: 'Legacy database migration fix', desc: 'Users upgrading from older versions can now log in.' }, { icon: '๐Ÿ”’', title: 'Security hardening', desc: 'Path traversal protection, content redaction, error sanitization.' }, { icon: '๐ŸชŸ', title: 'React Error Boundaries', desc: 'App no longer crashes to white screen on errors.' }, { 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.' }, ], };