Changelog

Stay up to date with the latest features, improvements, and fixes shipped to Funl.

2025-07-08
v0.9.5
Added
  • Comprehensive custom error handling system across entire application
  • Complete undo history isolation for template and project loading operations
  • Debugging logs for image upload undo/redo system troubleshooting
  • Advanced error recovery mechanisms for better user experience
Fixed
  • setTimeout calls for undo system race condition prevention
  • Duplicate toast notifications on template import operations
  • Undo/redo functionality past project and template loads
  • Error state consistency across different application workflows
2025-07-05
v0.9.4
Added
  • Password reset functionality with email verification
  • Seamless paid signup with credentials collection and auto-login
  • Homepage button updates with enhanced user experience
  • Plan restrictions implementation for feature access control
Fixed
  • AI usage reset display showing incorrect information
  • Magic link auto-login for paid signups workflow
  • Webhook email template magicData undefined error
  • Stripe duplicate user creation prevention with upsert patterns
  • Webhook syntax errors causing compilation failures
2025-06-23
v0.9.3
Changed
  • Complete black and white theme redesign across entire application
  • Landing page redesigned with sophisticated MagicUI-inspired styling and white radial gradient background
  • Added video section with professional autoplay video element
  • Navigation bar updated with black background and white accent buttons
  • Footer redesigned to match elegant black and white theme
  • Editor V2 page completely restyled with consistent black/white/zinc color palette
  • Updated all tabs, buttons, and modals to use white-on-black design
  • Removed all blue/electric theme elements throughout the application
Fixed
  • Removed blue glow animations and replaced with white glow effects
  • Fixed animated label component particles to use white colors instead of blue
  • Updated loading spinners from blue to white throughout the application
  • Fixed modal styling with consistent border colors and backgrounds
  • Replaced all electric and premium color variants with black/white alternatives
2025-06-18
v0.9.2
Fixed
  • Template API consistency bug where templates appeared in listings but returned 404 when fetched individually.
  • Get Template API now searches by internal template ID instead of expecting filename to match ID.
  • Resolved n8n workflow failures when fetching templates like 'advertorial-funnel' that exist in listings.
Added
  • API consistency patterns documentation in CLAUDE.md for template endpoint design.
  • Template ID behavior clarification in internal API documentation.
  • Enhanced API documentation with template endpoint consistency notes.
2025-06-16
v0.9.1
Added
  • Discord Integration: Universal webhook support for n8n, Zapier, Make.com, and custom APIs.
  • Direct webhook calling system replacing Funl webhook generation for better flexibility.
  • Guild-specific Discord command deployment for enhanced security and instant propagation.
  • Real-time webhook response handling with success/error messages in Discord.
  • Custom slash command creation with user-defined parameters and validation.
  • Plan-based Discord command limits and rate limiting (Pro: 10 commands, Team: 30 commands).
  • Comprehensive Discord bot setup documentation for Windows VPS deployment.
  • Discord integration architecture documentation with webhook payload specifications.
  • Comprehensive MCP Tools Reference with 17 Claude-accessible tools for funnel management.
  • MCP tools documentation covering authentication, plan restrictions, and usage workflows.
Changed
  • Discord bot now calls user-provided webhook URLs directly instead of generating internal webhooks.
  • Updated database schema to use 'plan' column instead of 'subscription_tier' for consistency.
  • Enhanced Discord command handler with proper webhook response processing.
Fixed
  • Discord bot database column name mismatch causing authentication failures.
  • Webhook URL validation in Discord command creation form.
  • Discord bot PM2 process naming consistency for easier management.
2025-06-15
v0.9
Added
  • Complete API documentation with 19 endpoints covering funnels, templates, images, and file operations.
  • Image management and file operations guides with real implementation examples.
  • MCP integration documentation for Claude Web users with setup instructions.
  • Custom domain setup instructions with DNS configuration details.
  • Template customization examples with placeholder replacement documentation.
  • Plan feature access matrix showing API availability by subscription tier.
Changed
  • Enhanced getting started guide with API capabilities section for advanced users.
  • Updated docs page with comprehensive real-world examples replacing placeholder content.
2025-06-04
v0.8
Added
  • Dismissable beta banner on all pages with Discord feedback link.
  • About page restyled to match pricing page.
  • Changelog page with header/footer and Funl style.
Changed
  • Pricing page updated to clarify API access and plan features.
Fixed
  • Redirect for unauthenticated users from API keys page.
  • Supabase client import error in internal API routes.
2025-05-31
v0.7
Added
  • Subscription-based AI usage limits.
Fixed
  • Stripe webhook updates reset usage counters correctly.