Vidsy.ai v0.8.0 Release Notes
info
Release date: 2026-02-09
Version: 0.8.0
Vidsy.ai 0.8.0 introduces a full subscription-management overhaul, stronger license lifecycle handling, faster startup component installs, and multiple reliability improvements across the Electron app, backend, and website.
Highlights
Unified Subscription Management
- Reworked purchase and subscription flows around Stripe across app, backend, and website.
- Added Stripe customer-portal access from both the app and website, including secure short-lived link handling.
- Added checkout success/cancel return pages with deep-link callback support back into the Electron app.
Stronger License Lifecycle
- Licenses are now stored directly on user records instead of separate duplicate license collections.
- License keys refresh automatically on successful Stripe payments and are canceled per machine/subscription scope.
- Startup validation is hardened with offline-expiry checks and a network-required guard when a local license has expired.
Faster Startup Installs
- Engine, ffmpeg, and template installs now run in parallel with aggregated progress.
- Template install gating now checks for the required template folder on disk before reinstalling.
Version-Specific Component Delivery
- App update services now resolve engine/template metadata by app version.
- File-server metadata supports version-keyed payloads to prevent cross-version compatibility issues.
Subscription & Billing
Simplified Checkout Experience (Electron)
- Subscription form flow was simplified to reduce friction and remove unnecessary account/password steps.
- Company/individual billing capture remains supported with clearer single-flow handling.
Backend Stripe-First Billing
- Backend payment flow moved to Stripe-first handling with expanded subscription lifecycle coverage.
- Pricing, checkout, webhook, and subscription lifecycle APIs were aligned with the updated frontend flow.
Website Subscription Recovery Flow
- Added a public subscription page where users can request a secure, time-limited management link by email.
- Added token-based portal redirect handling page for secure Stripe customer portal access.
Checkout Return Protocol
- Added backend checkout status polling endpoint to support post-checkout completion detection.
- Website success/cancel pages now trigger app callback handling through custom protocol deep links.
Platform & UX Improvements
Installer UX and Throughput
- Startup installs are now parallelized with combined progress reporting.
- Backdrop loading UI improved to represent both deterministic progress and ongoing activity.
Thanks for the feedback that shaped this release. Vidsy.ai 0.8.0 focuses on making subscription handling simpler for users and more robust across the whole platform.
Jan