2026-05-11 16:04:21 -05:00
export const APP _VERSION = '0.24.6' ;
2026-05-03 19:51:57 -05:00
export const APP _NAME = 'BillTracker' ;
export const RELEASE _NOTES = {
2026-05-11 16:04:21 -05:00
version : '0.24.6' ,
2026-05-11 11:56:49 -05:00
date : '2026-05-11' ,
2026-05-03 19:51:57 -05:00
highlights : [
2026-05-11 16:04:21 -05:00
{ icon : '🛡️' , title : 'Duplicate Payment Fix' , desc : 'Partial payments below the estimated amount are now correctly treated as paid — no more phantom Pay button after recording a payment.' } ,
2026-05-11 15:25:04 -05:00
{ icon : '🔧' , title : 'Starting Amounts Fix' , desc : 'Paid deductions now correctly factor in the "other" bucket for remaining balance calculations.' } ,
{ icon : '🎨' , title : 'Pay Badge Alignment' , desc : 'Amount input and Pay button now stay inline and centered, no more wrapping on tight layouts.' } ,
2026-05-03 19:51:57 -05:00
] ,
2026-05-09 20:25:05 -05:00
} ;