Live Build Log
Development Log
A chronological ledger of every feature, fix, and refactor that shaped Simple Money Tracker.
๐
75
Milestones
๐
4
Major Versions
๐ป
3500+
Commits
v4.16.0Milestone 75
Milestone 75: Security Playground & SEO Automation
๐ก๏ธ Security2๐จ Design2๐๏ธ Data2
- ๐ก๏ธSecuritySecurity Playground: Built an interactive ZK encryption playground on the public security page, allowing users to encrypt/decrypt personal data in-browser with CyberChef cross-validation for reference.
- ๐จDesignLanding Page Pricing Sidebar: Added a sticky pricing sidebar that remains visible during scroll. Hidden pricing sidebar on mobile viewports for responsive layout.
- ๐๏ธDataSEO Automation & Metadata: Implemented automated sitemap generation. Added unique page-specific metadata to all public routes. Standardized Open Graph image dimensions. Updated social preview images.
- ๐จDesignWelcome Video & Hero Enhancement: Added a welcome video to the landing page hero with a video quality switcher (720p/1080p) for bandwidth optimization. Enhanced hero section with 3D visual style.
- ๐๏ธDataBudget Sync Resilience: Implemented retry logic for initial budget sync to handle transient network failures, improving data reliability on first load.
- ๐ก๏ธSecurityBlog: ZK Playground Guide: Published a new blog post introducing the interactive ZK playground with step-by-step encryption walkthrough. Optimized blog image sizes for faster page loads.
v4.15.0Milestone 74
Milestone 74: Public Pages Redesign & Architecture Cleanup
โป๏ธ Refactor1๐ Integration1๐ง Bugfix1
- โป๏ธRefactorPublic Pages Redesign (FAST-SECURE-SMART): Redesigned the landing page hero and problem section to focus on FAST and SECURE pillars. Restructured features page content around FAST-SECURE-SMART messaging with updated category descriptions and dialog titles.
- ๐IntegrationTrial & Dialog Modernization: Upgraded trial and birthday dialogs with improved UI. Added i18n for birthday dialog. Removed deprecated monthly report references and replaced with Telegram expense input messaging.
- ๐งBugfixArchitecture Cleanup: Removed redundant data fetching from useDebt, useLending, and useExpense hooks โ replaced with dedicated useContact and useBudget hooks. Removed duplicated CSS styles. Fixed dashboard duplicate fetch issue.
- ๐ง AIAI Optimization: Improved natural language expense input prompt for better parsing accuracy.
v4.14.0Milestone 73
Milestone 73: Public Pages Refinement, Dashboard Polish & Header Unification
๐จ Design3โจ Feature1๐ง Bugfix1
- ๐จDesignPublic Pages Refinement: Redesigned landing page hero, problem section, and features page for clearer marketing messaging. Added stats, category, and weather showcases to features page. Replaced Lucide icons with custom SMT icons.
- โจFeaturePricing Page Improvements: Added sticky header for plan comparison table. Updated pricing and billing pages with new 2D icons.
- ๐งBugfixDashboard Polish: Fixed chart logic bug collecting extra month data. Added 3D empty state illustrations to charts and standardized layouts.
- ๐จDesignModule Header Unification: Added visual 3D header icons to Profile, Billing, My Mood, Category, Stats, and Settings. Replaced headers with styled card components for Suggestions and Ratings.
- ๐จDesignBlog Enhancement: Updated blog layout and stat display. Integrated ReactBits STACK component for interactive effects.
- ๐ง AITelegram Integration: Implemented event-based sync synchronization. Tuned AI prompts for better bot responses. Added dedicated integration page.
- โกPerformanceImage Quality & Consistency: Standardized image rendering with intrinsic aspect ratios and quality=100 across modules. Improved public page asset quality.
v4.13.0Milestone 72
Milestone 72: 3D Visual Overhaul, AI Cost Control & Session Stability
๐ง AI3โจ Feature1๐ก๏ธ Security1
- ๐ง AI3D Visual Overhaul: Integrated 3D illustrations and icons across all empty states (Expenses, Budgets, Debts, Goals, Lendings, Investments, Subscriptions, Contacts, Notes, Messages, Groups, Simple Storage, Currency Converter, AI History) and added 3D iconography to Dashboard summary cards and page headers.
- โจFeatureNew Branding Assets: Introduced a new 3D logo and expanded the 2D/3D icon library across the application.
- ๐ง AIAI Cost Control: Implemented daily usage quota for natural language expense input and AI note formatting to manage API costs and prevent abuse.
- ๐ง AIAI Performance: Improved Telegram bot cold-start reliability with Vertex AI warm-up. Upgraded to Gemini 3.1 Flash Lite GA.
- ๐ก๏ธSecuritySecurity & Session Stability: Consolidated sign-out logic and lifecycle management. Implemented robust ECDH key synchronization and ensured key availability during vault session preparation.
- ๐จDesignUI/UX Improvements: Launched FAQ V2 with card-based format. Updated category pages and contact dialogs. Cleaned up login page layout. Updated pricing and billing pages with new icons.
v4.13.0Milestone 71
Milestone 71: ZK Hardening, Barrel Export Removal & Build Log Redesign
๐ง Bugfix2๐จ Design2โป๏ธ Refactor1
- ๐งBugfixZK Security Hardening: Conducted quick-fix audit; improved device fingerprinting; added explicit error throwing on member data decryption failure.
- ๐งBugfixBug Fixes: Fixed state mutation bugs in Expenses, Debts, and Lending. Resolved message decryption blank page after refresh via ECDH key sync.
- โป๏ธRefactorArchitecture Refactor: Removed barrel exports (`lib/data`) across all 15+ frontend modules to eliminate circular dependencies and improve tree-shaking.
- ๐ง AIAI Model Optimization: Switched natural language expense input to Gemini 3.1 Flash Lite. Updated AI Coach to Gemini 3.1 Pro Preview.
- ๐ก๏ธSecurityGroup Foundation: Added `allowedUids` to group data type with updated security rules for future member management.
- ๐จDesignBuild Log Redesign: Redesigned the public Build Log page for better readability, visual hierarchy, and marketing impact.
- ๐จDesignAccessibility: Added ARIA labels and focus styles to icon buttons for improved keyboard navigation.
v4.12.0Milestone 70
Milestone 70: Hook-Based Architecture Migration, Onboarding Refactor
โก Performance2โป๏ธ Refactor1๐๏ธ Data1
- โกPerformanceHook-Based Architecture Migration: Refactored data access layer for over 15 modules into centralized custom hooks, optimizing Dashboard performance and ensuring consistent state management.
- โป๏ธRefactorOnboarding Flow Refactor: Improved new user experience with a smooth 6-step registration and setup process, including Vault setup and initial configuration.
- ๐๏ธDataReal-time Telegram Sync: Upgraded Telegram bot synchronization by automatically pushing Category and Custom Rule changes to Redis (Upstash) for instant bot updates.
- โกPerformanceUI/UX Refinements: Optimized the Development Log page and Home Hero section, and other tweaks across the app for bettere UI/UX.
v4.11.0Milestone 69
Milestone 69: Storage function upgrade, Expense Filters & View Persistence
๐จ Design2๐๏ธ Data1โจ Feature1
- ๐๏ธDataSimple Storage upgrade: Added preview dialog for picture and text files in list and card views, plus virtual scrolling for smoother browsing of large collections.
- ๐จDesignExpense Year View & Filters: Introduced Year view in the Expense Calendar and a quick filter sidebar to filter by category, time, emotion, or Telegram source.
- โจFeaturePersistent View Mode: User view preferences (list, card, calendar, grid) are now saved across sessions for the Dashboard chart, Times view, and 11 other functions.
- ๐จDesignAccessibility & Polish: Added reduced-motion support for users with motion sensitivity, improved number formatting with comma separators, and refined mobile settings UI.
v4.10.0Milestone 68
Milestone 68: Landing Page Performance & i18n Expansion
โก Performance3๐งช Testing1๐ง AI1
- โกPerformanceLazySection Component: Introduced `LazySection` with `IntersectionObserver` for deferred loading of non-critical sections, improving initial page load performance.
- โกPerformanceVisibility Optimization: Pauses video playback and carousel animations when sections are out of view, reducing GPU overhead and battery consumption on mobile.
- โกPerformanceMobile GPU Reduction: Scaled down background gradients and disabled them on mobile devices for better rendering performance.
- ๐งชTestingSEO Audit: Conducted SEO fast audit, applied CSS best practices to public pages, and improved semantic HTML structure.
- ๐ง AIi18n Expansion: Major localization update covering 12+ modules (AI assistant, categories, custom rules, dashboard, notifications, footer, trial dialog, suggestions, mood, notes, storage, groups, expenses, budgets, investments, contacts, debts, lending, goals, subscriptions) across 14 languages.
Loading more milestones...