Changelog

What's new

Every release, big and small.

v1.4.0

minorApr 21, 2026
NewSubscription system with 5 plan tiers (Starter, Growth, Scale, Semi-Annual, Annual)
NewAdmin panel — separate Next.js app with stats, user management, and coupon CRUD
NewCoupon codes with per-plan restrictions and discount percentages
NewPricing page with monthly / 6-month / yearly billing tabs
New2-step registration: account details → plan selection
NewPassword strength meter and random password generator on register
FixCORS now allows admin panel origin (localhost:3001)

v1.3.0

minorApr 18, 2026
NewWhatsApp Tools section in sidebar (Contact Checker, Group ID lookup)
NewGet Group ID by Name action in Custom APIs
NewLanding page redesign with full-screen sections, sides layout, and scroll arrows
NewBack-to-top button on landing page
FixSession reconnect race condition on server restart

v1.2.0

minorApr 10, 2026
NewOutgoing webhook dispatcher with HMAC-SHA256 signature verification
NewExponential backoff retry logic for failed webhook deliveries (up to 5 attempts)
NewWebhook delivery log with per-attempt status codes
NewBroadcast pause / resume / cancel controls
ImprovedBroadcast message pacing now configurable per-campaign

v1.1.0

minorApr 2, 2026
NewCustom API actions — create trigger URLs for Zapier, Make, and n8n
NewAPI key management with AES-256 re-reveal (password-gated)
NewMessage logs with direction, type, source, and status filtering
NewGoogle OAuth login support
ImprovedDashboard sidebar redesigned with collapsible sections

v1.0.0

majorMar 25, 2026
NewInitial release — multi-session WhatsApp management via Baileys
NewQR code pairing with real-time WebSocket updates
NewREST API for sending direct and group messages
NewJWT authentication with access + refresh token rotation
NewPostgreSQL persistence via Prisma ORM (Supabase hosted)
NewSocket.IO for real-time session and message events