๐ Changelog
All updates and improvements to MAI Team
v1.6.4
LATESTMay 3, 2026- ๐ง Critical build fix: removed better-sqlite3 dependency from production bundle
- ๐๏ธ Database adapter rewritten โ always PostgreSQL, zero Turbopack errors
- ๐ Fixed wrong import in /api/upload (was using db.ts instead of db-adapter)
- โณ Fixed missing await on analyticsDb.trackVisit and userDb.findById
- ๐๏ธ Fixed worker_tasks column: task_type โ type (DB schema alignment)
- ๐ Fixed scheduled_at NOT NULL constraint โ DEFAULT CURRENT_TIMESTAMP
- ๐ฅ /api/health now uses centralized APP_VERSION
- ๐งน Removed require('better-sqlite3') from setup-usage route
- ๐ฆ Version bump to v1.6.4 across desktop, mobile, web and service worker
- ๐ Stable build: 206 pages, 100+ API routes, zero TypeScript errors
v1.3.5-beta
April 20, 2026- ๐ง Total debugging protocol โ analysis and fix of every module
- ๐ XSS/SQL injection input sanitization on all APIs
- ๐ Critical JWT_SECRET consistency fix across 36+ API routes
- ๐ก๏ธ Complete HTTP security headers (CSP, HSTS, X-Frame-Options)
- ๐งฉ React Error Boundary with fallback UI
- ๐ณ Fix pay-per-use credit deduction and plan change reset
- ๐ Italian fallback i18n with deep merge for 8 languages
- โก Optimized service worker with smart caching
- ๐ผ๏ธ Images converted to WebP (96% size reduction)
- ๐ฑ 25 new Playwright E2E tests (mobile, responsive, error boundary)
- ๐๏ธ CASCADE DELETE sessions and SQLite/Postgres consistency
- ๐ง Responsive email templates with viewport meta tag
- ๐ Centralized versioning system with automatic updates
v1.2.1
April 4, 2026- ๐ฏ Inline Consent Prompt in chat โ 3-level TRUST/RUN system
- โก Real action execution: email, SMS, WhatsApp, social media
- ๐ Native file picker for image and video attachments
- ๐๏ธ Connected Activity Monitor with real-time SSE and expandable details
- ๐ณ Integrated Stripe Checkout with real pricing (Premium โฌ9.99, Super โฌ29.99)
- ๐ Native desktop notifications for completed/failed activities
- ๐ Badge counters on Activity Monitor and Consents in sidebar
- ๐ฑ๏ธ Drag & drop files into chat
- ๐ฝ Minimize to tray with context menu
- ๐๏ธ ARM64 support for Windows and Linux
- ๐ฑ Installable PWA from website
- ๐ง Fix: app closure during uninstall
- ๐ง Fix: SSE/polling cleanup on logout
- ๐ง Fix: file size validation per plan
v1.2.0
March 24, 2026- ๐ Launch Electron desktop app for Windows, macOS, Linux
- ๐ค 15 specialized AI agents
- ๐ฌ Multi-agent chat with Team Leader
- ๐ 8 language support
- ๐ Usage dashboard and plan limits
- ๐ JWT authentication system
- โ๏ธ Integrated Telegram bot
- ๐จ Image generation with Leonardo.ai
- ๐ฐ Stripe payment integration