From 6d488aa8bd4ab21896c9cc1583f54751e06ea277 Mon Sep 17 00:00:00 2001 From: null Date: Sun, 10 May 2026 14:37:42 -0500 Subject: [PATCH] docs: update HISTORY.md and FUTURE.md for v0.23.3 --- FUTURE.md | 2 +- HISTORY.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/FUTURE.md b/FUTURE.md index 10c422c..a8d7962 100644 --- a/FUTURE.md +++ b/FUTURE.md @@ -3,7 +3,7 @@ **This document tracks potential future enhancements for Bill Tracker.** **Last Updated:** 2026-05-10 -**Current Version:** v0.23.2 +**Current Version:** v0.23.3 ## How to Use This Document diff --git a/HISTORY.md b/HISTORY.md index 52bec73..255154b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Bill Tracker — Changelog +## v0.23.3 + +### Changed +- **Replaced native `confirm()` with shadcn/ui AlertDialog** — TrackerPage (mark as paid) and DataPage (import confirmation) now use themed, accessible AlertDialog components instead of browser-native `confirm()` dialogs. Consistent with the app's design system and supports dark/light mode. +- **STRUCTURE.md tech stack corrected** — Updated from "Next.js App Router" to the actual stack (Vite + React + Tailwind + shadcn/ui + Sonner) + ## v0.23.2 ### Security