From 9d257d9d5eea974b4bd65169aceab73bc1dd86f3 Mon Sep 17 00:00:00 2001 From: null Date: Sat, 9 May 2026 18:52:00 -0500 Subject: [PATCH] v0.19.2: update version to 0.19.2 in version.js and package.json --- client/lib/version.js | 14 ++++++-------- package.json | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/client/lib/version.js b/client/lib/version.js index 065cbd2..d439e6c 100644 --- a/client/lib/version.js +++ b/client/lib/version.js @@ -1,14 +1,12 @@ -export const APP_VERSION = '0.18.4'; +export const APP_VERSION = '0.19.2'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { - version: '0.18.4', - date: '2026-05-04', + version: '0.19.2', + date: '2026-05-09', highlights: [ - { icon: '📱', title: 'Mobile and tablet layouts', desc: 'Navigation, page headers, dialogs, and dense tables now adapt better below desktop widths.' }, - { icon: '🧭', title: 'Tablet-safe navigation', desc: 'The top navigation uses the compact menu on tablet sizes to avoid horizontal overflow.' }, - { icon: '📊', title: 'Responsive analytics', desc: 'Analytics controls, charts, and the pay heatmap resize or scroll cleanly on smaller screens.' }, - { icon: '🪟', title: 'Viewport-safe dialogs', desc: 'Dialogs and confirmations fit mobile screens and scroll internally when content is long.' }, - { icon: '🖥️', title: 'Desktop preserved', desc: 'Existing desktop layouts remain on the same large-screen breakpoints.' }, + { icon: '🛡️', title: 'Legacy database migration fix', desc: 'Users upgrading from older versions can now log in.' }, + { icon: '🔒', title: 'Security hardening', desc: 'Path traversal protection, content redaction, error sanitization.' }, + { icon: '🪟', title: 'React Error Boundaries', desc: 'App no longer crashes to white screen on errors.' }, ], }; diff --git a/package.json b/package.json index 0f32b3f..c439f12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bill-tracker", - "version": "0.19.0", + "version": "0.19.2", "description": "Monthly bill tracking system", "main": "server.js", "scripts": {