Platform Updates

The latest Zyncro engineering feats, feature rollouts, and stability improvements in Public Beta.

v2.12.0

Latest
April 27, 2026
Feature

Post-Meeting Complaint System: guests can report an issue (host no-show, technical failure, quality) within 7 days of the meeting via a secure HMAC-signed link.

Feature

Admin Complaints panel (/admin/complaints): stat cards, filter tabs, expandable rows — approve issues instant refund, reject stores reason for audit.

Fixed

Earnings dashboard: 'paid bookings' count no longer inflates from free (₹0) bookings — count now matches the transaction list exactly.

Fixed

Earnings dashboard: replaced ghost 'Pending' amount from abandoned Razorpay sessions with real 'On Hold' balance from confirmed-but-held ledger entries.

Improved

Available Balance panel: prominent 'Arriving Soon' card shows confirmed earnings in the 3-day hold — visible instantly after every paid booking.

v2.11.0

April 26, 2026
Feature

Host Earnings Dashboard (/dashboard/earnings): This Month, Lifetime, On Hold, and Refunded KPI cards with month-over-month growth badges.

Feature

Monthly Earnings Chart: 12-month bar chart keyed on payment received date (not meeting date) for accurate revenue tracking.

Feature

Earnings Transactions: paginated list with All / Paid / Pending / Refunded filter tabs, guest name, event title, amount, and payment provider.

Feature

Available Balance panel: real-time balance from host ledger, payout request button (min ₹100), cancel-in-flight payout, and recent payout history.

v2.10.0

April 24, 2026
Feature

Host Analytics Dashboard (/dashboard/analytics): booking trends, revenue chart, top event types — gated by plan tier with inline upgrade prompts.

Feature

Period selector (7d / 30d / 90d / 12m) with live data refresh across all analytics panels.

Feature

Plan-gated analytics: Starter sees booking trends; Pro unlocks revenue; Enterprise unlocks full suite.

v2.9.0

April 21, 2026
Feature

Enterprise Refund System: guest cancels before meeting → eligibility check against cancellation policy → RefundRequest(PENDING) → admin approves → Razorpay refund issued.

Feature

Per-EventType Cancellation Policy: hosts choose Free Cancellation (24h), Standard Cancellation (48h), Limited Cancellation (7 days), or Non-Refundable.

Feature

Admin Refunds panel (/admin/refunds): stat cards, filter tabs (All / Pending / Refunded / Manual / Rejected), approve/reject drawer with optional notes.

Feature

Host-initiated cancellations auto-approve refund immediately with no admin intervention required.

Feature

Host Ledger REFUND_DEBIT entries: refund automatically adjusts host balance — pending offsets pending, settled offsets available, clawback from next payout if already paid out.

Improved

PayU refunds flagged as MANUAL with clear admin instruction — no silent failures or incorrect statuses.

v2.8.0

April 18, 2026
Feature

Host Payout System: hosts request payout of settled earnings from the Earnings dashboard; admin reviews and marks processed via /admin/payouts.

Feature

Host Ledger (double-entry): every confirmed paid booking creates a BOOKING_CREDIT entry with 3-day hold; PAID status after payout processed.

Feature

Admin Payouts panel: stat cards (Pending, Processed This Month, Total Paid Out), expandable rows with approve/reject/mark-processed, per-host payout history.

Improved

Race condition protection: payout creation uses RepeatableRead transaction — two concurrent requests cannot double-create a payout for the same balance.

v2.7.0

April 14, 2026
Feature

Enterprise RBAC: full role hierarchy (Owner → Co-Founder → Admin → Developer/Marketing → Support) with granular permission sets per role.

Feature

Team Management panel (/admin/team): invite, promote, demote, and remove team members; peers cannot manage each other — only higher authority acts.

Feature

Complete Audit Trail (/admin/logs): every admin action logged with userId, IP, user-agent, and full metadata; filterable by event type.

Feature

Admin Access Agreement: admins must accept a legal agreement on first login before accessing any admin panel.

Improved

All server actions hardened with RBAC checks — permission-denied events logged to audit trail automatically.

v2.6.0

April 10, 2026
Feature

Enterprise Notification System: unified multi-channel dispatch across Email (Resend), WhatsApp (MSG91), In-App, and Web Push — one API for all channels.

Feature

28 notification types covering the full booking lifecycle: confirmed, cancelled, reminder (24h before), payment success/failure, refund update, and more.

Feature

Admin Notification Control Center (/admin/notifications): broadcast to all users, view per-channel delivery stats, override per-user preferences.

Feature

Web Push: guests and hosts opt into browser push notifications; custom service worker handles background delivery and click-to-open.

Feature

pg-boss job queue: async notification delivery with retry, deduplication (Redis), and dead-letter logging for zero message loss.

Improved

Per-user notification preferences: each user controls which channels are active per notification type from their profile settings.

v2.5.0

April 6, 2026
Feature

WhatsApp notifications via MSG91: booking confirmations, cancellations, 24h reminders, and payment receipts delivered directly to guest and host WhatsApp.

Feature

7 new MSG91 WhatsApp templates: booking confirmed, cancelled by host, cancelled by guest, payment success, payment failed, reminder, and refund update.

Improved

WhatsApp delivery status tracked per notification — failed deliveries logged with error reason for admin visibility.

v2.4.0

April 3, 2026
Feature

4 new meeting location types: In-Person / Office Visit (with address + Google Maps link), Phone Call, Custom Link (Whereby, Discord, Telegram etc.), and Video Call.

Feature

Location details shown on booking confirmation page and sent in confirmation emails — guest always knows exactly where to go.

Feature

Guest phone number collection: optional field on booking form, used for WhatsApp delivery and host contact.

Improved

Event type editor redesigned with visual location type selector — hosts pick location type before choosing video provider.

Fixed

Hardened event type create/edit pipeline: URL slug uniqueness enforced at DB level, form validation tightened for production edge cases.

v2.3.0

Engine Upgrade
March 31, 2026
Feature

Migrated to Native Z-Cal Engine & secure integrations: refactored legacy Nylas fields (grantId/nylasEventId) to native Z-Cal schema (calendarAccountId/calendarEventId).

Feature

Integrated ZCalEngine into BookingService for direct Google/Microsoft API communication, bypassing third-party intermediaries.

Improved

Implemented AES-256 encryption for UserIntegration tokens (AccessToken/RefreshToken) to ensure at-rest security.

Fixed

Resolved critical Type Errors in IntegrationService and OAuth exchange routes for stable authentication flow.

Feature

Added Enterprise UI/UX Roadmap (docs/UI_UX_ROADMAP.md) to define future design and platform standards.

Improved

Re-enabled Sentry configuration for production builds to restore 100% observability.

Improved

Regenerated Prisma Client to synchronize schema updates across all native services.

v2.2.0

March 27, 2026
Feature

New /support page: topic-based quick links, 10-question FAQ, and dedicated contact cards for support/billing/docs

Improved

Terms of Service rewritten: native OAuth integrations, host payment liability (Direct API + Manual Bank), subscription billing

Improved

Privacy Policy updated: documents all three OAuth integrations (Google, Zoom, Microsoft Graph API) and third-party service list

Improved

Refund Policy updated: clear separation of Zyncro plan refunds vs. host-to-client booking refunds across both payment models

Improved

Security page: added 'Native OAuth Integration Security' and 'Zero-Touch Payment Architecture' feature cards

Improved

Docs (/docs) updated: 3-step onboarding wizard, native integration connection guides, and all 4 video providers documented

Fixed

Fixed stale 'Last updated: January 2026' dates across all legal pages

v2.1.0

March 27, 2026
Feature

Native OAuth Integration Engine: replaced third-party middleware with direct Google Calendar API, Zoom API, and Microsoft Graph API OAuth flows

Feature

Paid Bookings — Direct API (Zero Touch): hosts can connect own Razorpay/PayU gateway; funds route directly to host bank with 0% Zyncro commission

Feature

Paid Bookings — Zyncro-Managed Payout: manual bank verification with AML-compliant admin review; net funds transferred within 4 business days

Feature

Premium 3-step onboarding wizard: Identity → Personalize → Done (confetti), auto-filled from Google/GitHub OAuth, optional photo/banner upload

Feature

Zyncro Meet added as first-class built-in video provider: unlimited meetings, no account required, guests join from browser

Improved

Prisma P2028 fix: replaced sequential transaction loop (7 → 3 DB round-trips) with bulk createMany; onboarding now completes 3x faster

Fixed

Fixed 'Not Connected' false-positive warning in Event Type editor: provider display names now correctly mapped to DB IDs (GOOGLE, ZOOM, MICROSOFT)

v2.0.0

March 14, 2026
Feature

Hero v2.0: Complete overhaul with premium staggered animations and glassmorphism

Feature

Personalized 3D Dashboard mockup with smart stats and upcoming meetings

Feature

Trust-First Branding: Benefit Pillars (Lightning Fast, Secure Payments, Zero No-Shows)

Feature

Real-time Username Availability check with intelligent suggestions

Feature

Interactive Cursor Glow with dynamic hardware-accelerated radial gradients

Improved

Mobile responsiveness 2.0: Stacking URL bar and auto-scaling dashboard

Improved

Performance: GPU acceleration (will-change) for all heavy animations

Fixed

Fixed build memory overflow (OOM) and critical TypeScript typing bugs

v1.7.0

March 5, 2026
Feature

New Careers Hub: Integrated internship portal with dynamic role listings

Feature

Social Proof: Trustpilot integration and verified customer badges

Improved

Refined dark mode semantics for consistent dashboard contrast

Fixed

Resolved Gemini Bot audio echo and business logic mismatches

v1.6.0

February 27, 2026
Feature

SEO Overhaul: Fixed noindex tags for dynamic location-based routes

Improved

Prisma migration drift resolution for better DB stability

Improved

Enhanced meta-tag generation for better social sharing (OG tags)

Fixed

Fixed timezone discrepancy in auto-reminders

v1.5.0

February 15, 2026
Feature

Integrated PayU Payment Gateway with local payment methods

Feature

Automated subscription lifecycle management

Improved

Optimized dashboard data fetching using React Query

Fixed

Corrected user onboarding redirection logic

v1.4.0

January 28, 2026
Feature

Native Jitsi Video SDK integration for high-quality virtual meetings

Feature

Centralized Timezone Strategy for global booking consistency

Improved

New Breadcrumb component for deeper page navigation

Fixed

Resolved session persistency issues in Chrome Incognito

v1.3.0

Public Beta
January 11, 2026
Feature

Professional PDF Invoicing with automated email delivery

Feature

Progressive Web App (PWA) support for Desktop & Mobile

Feature

Advanced Payment Lifecycle Emails (Success/Pending/Failure)

Improved

Digital Integrity Seal for tax-compliant invoice verification

Improved

Comprehensive User Documentation (/docs) updated

v1.2.0

January 8, 2026
Feature

Added Cookie Consent Banner with GDPR compliance

Feature

New Terms of Service and Privacy Policy pages

Feature

Company pages (About, Careers, Security)

Improved

Enhanced landing page animations with Framer Motion

Improved

Improved accessibility with aria-labels on all interactive elements

v1.1.0

January 5, 2026
Feature

Complete marketing website redesign

Feature

Premium Bento-grid feature section with Spotlight effect

Feature

Infinite scroll logo marquee

Improved

Updated pricing plans with INR support

Fixed

Fixed Content Security Policy for external images

v1.0.0

January 1, 2026
Feature

Initial release of Zyncro

Feature

Google Calendar integration

Feature

Event type creation and management

Feature

Payment integration with Stripe and Razorpay

Feature

Google Meet and Zoom video call support

Feature

User onboarding flow

v0.9.0

Beta
December 20, 2025
Feature

Dashboard with meeting overview

Feature

Availability management

Feature

Public booking pages

Improved

Dark mode support

Fixed

Fixed timezone handling in booking flow