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