BillTracker/client/lib/version.js

12 lines
690 B
JavaScript

export const APP_VERSION = '0.24.6';
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.24.6',
date: '2026-05-11',
highlights: [
{ 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.' },
{ 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.' },
],
};