export const APP_VERSION = '0.22.3'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.22.3', date: '2026-05-10', highlights: [ { icon: '🐛', title: 'Skip First-Login for Seeded Users', desc: 'ENV-seeded users (admin, regular) no longer see the first-login flow on container restarts' }, { icon: '🔒', title: 'Session Rotation on Password Change', desc: 'All other sessions are invalidated when you change your password. Current session gets a new ID.' }, { icon: '🚪', title: 'Logout All Devices', desc: 'New /api/auth/logout-all endpoint lets you sign out from every device at once.' }, ], };