We've moved! Update your bookmarks to munshi.atyb.dev

Learn more

New Release - Budgets are now available!

View changelog

Changelog

What's New

Track all updates, improvements, and fixes to Munshi.

Changelog

All notable changes to Munshi will be documented in this file.

1.2.2 - 2026-07-18

Bug Fixes

  • +Auth: Fixed redirect to /login on page reload for authenticated pages. Re-enabled SSR auth check using getUser() server function with POST method to avoid Cloudflare caching. (#6, #7)

1.2.1 - 2026-07-18

Bug Fixes

  • +WhatsApp bot: Fixed AI model timeout causing bot to show ⏳ with no response. Added 20s abort timeout to prevent Cloudflare Worker waitUntil limit.
  • +Dashboard: Fixed 500 crash from nested SQL templates in time-series aggregation. Added error boundaries and graceful degradation for all dashboard components.
  • +Auth: Fixed redirect loop after dashboard errors — layout errors show AuthError component instead of forcing login redirect.
  • +Budgets: Budget queries now degrade gracefully when table isn't migrated yet.
  • +CI: Automatic database migration before deployment via predeploy script.

1.2.0 - 2026-07-17

Improvements

Domain Migration

We've moved from munshi.atyb.me to munshi.atyb.dev for better branding and consistency.

What's Changed

  • +Updated all URLs to use the new .dev domain
  • +Automatic redirects from old .me domain
  • +Updated documentation and links

1.1.0 - 2026-07-17

New Features

Budgets

Budget tracking with spending limits and real-time progress visualization

What's Included

  • +Complete budgets system
  • +Integration with existing expense tracking
  • +Real-time sync across devices
  • +Mobile-optimized interface

1.0.0 - 2026-07-16

New Features

Ledgers

Complete ledger system for organizing and tracking all your financial transactions

What's Included

  • +Complete ledgers system
  • +Integration with existing expense tracking
  • +Real-time sync across devices
  • +Mobile-optimized interface

0.9.0 - 2026-07-15

New Features

Core expense tracking

Foundation for the Munshi expense tracking platform.

What's Included

  • +WhatsApp-based expense entry
  • +AI-powered receipt scanning
  • +Basic categorization
  • +Monthly expense reports
  • +Multi-currency support