11 lines
478 B
JavaScript
11 lines
478 B
JavaScript
export const APP_VERSION = '0.24.4';
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
export const RELEASE_NOTES = {
|
|
version: '0.24.4',
|
|
date: '2026-05-11',
|
|
highlights: [
|
|
{ icon: '📱', title: 'Analytics Mobile Layout', desc: 'Charts, heatmap, and controls now display properly on mobile screens.' },
|
|
{ icon: '🔧', title: 'Previous Month Payment Toggle', desc: 'Clicking payment badges on previous months now creates/removes payments for the correct month.' },
|
|
],
|
|
}; |