BillTracker/client/lib/version.js

10 lines
420 B
JavaScript

export const APP_VERSION = '0.24.1';
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.24.1',
date: '2026-05-10',
highlights: [
{ icon: '⚠️', title: 'Export Privacy Warning', desc: 'Added visible warning that exports may contain sensitive account metadata. Updated "What\'s included" list to show new export fields (monthly starting amounts, history ranges).' },
],
};