v2.8.0 February 27, 2026
Cookie Consent, Security Hardening, and Spam Protection GDPR-compliant cookie consent banner, full system security audit with 11 fixes, and spam signup protection with gibberish name detection.
Added Cookie consent banner with GDPR, CCPA, and ePrivacy compliance Added Spam signup protection: gibberish name detection, Turnstile on registration, Redis IP rate limiting (5/IP/hour) Fixed Full security audit: yt-dlp subtitle injection prevention, download stream HMAC auth, upload ownership validation Fixed Team invite abuse prevention with Redis rate limiting (10/hour) Improved Health endpoints now check PostgreSQL connectivity and return 503 when degraded Improved Docker healthchecks for worker (heartbeat file) and Bull Board (GET /health)
v2.7.0 February 27, 2026
PDF Signing Redesign and Adaptive UI Complete rewrite of the PDF signing tool with zoom controls, 8-handle resize, and touch support. Plus context-aware button labels across the converter.
Added PDF signing tool: zoom controls (0.5x-2.0x), 8-handle resize, touch support, Adobe-style sidebar layout Fixed Text-to-PNG rendering for typed signatures (previously always used Helvetica regardless of selected font) Improved Adaptive button labels: "Sign Now", "Compress Now", "Split Now", etc. based on tool context Added Per-file target format selection in batch mode with inline format picker per file row Added CSS-only animated loaders across conversion flow: bouncing dots, pulse ring, rotating segments, dot wave
v2.6.0 February 26, 2026
Meilisearch Instant Search and Observability Lightning-fast search across tools, conversions, formats, and blog posts. Plus PostHog analytics, Better Stack logging, and Svix webhook delivery.
Added Meilisearch instant search with 4 indexes: tools, conversions, formats, blog (falls back to client-side fuzzy search) Added PostHog product analytics for conversion funnel tracking Added Better Stack log aggregation via Pino transport Added Svix managed webhook delivery with retry logic and self-service portal Improved Sitemap overhaul: obfuscated path, hreflang alternates for all 23 locales, removed fake lastmod timestamps Fixed Smart format detection: PDF no longer defaults to MP4 as target; defaults to DOCX instead
v2.5.0 February 24, 2026
23 Languages and Full Internationalization Complete multilingual support with 23 locales, 27,347 translated UI strings, and locale-aware URLs across all pages.
Added 23 locales: English, Spanish, French, Portuguese, German, Indonesian, Japanese, Korean, Chinese, Italian, Dutch, Turkish, Polish, Russian, Vietnamese, Swedish, Danish, Norwegian, Czech, Romanian, Ukrainian, Hungarian, Arabic (RTL) Added 1,217 translation keys across 14 namespaces with full coverage Added Language switcher in header and footer for all supported locales Improved All 17 page types have locale-aware canonical URLs and hreflang alternates Improved Content loader with English fallback for conversion pages until translations are generated
v2.4.0 February 23, 2026
Batch Upload, Media Downloads, and Virus Scanning Drag-and-drop batch uploads with per-file status, yt-dlp media downloads from 1000+ sites, and ClamAV virus scanning enabled by default.
Added Batch upload with drag-and-drop reordering, per-file progress bars, and retry for failed files Added yt-dlp media download API: extract audio/video from YouTube and 1000+ sites with subtitle support Added ClamAV virus scanning enabled by default with fail-open design Added GPU auto-detection with NVENC encoding and automatic CPU fallback Added All Tools directory page with category navigation and 58 tools listed Improved Homepage redesign: social proof stats, trust logo marquee, popular conversion quick-links
v2.3.0 February 22, 2026
Production Hardening and Reliability Circuit breakers for all conversion engines, pre-queue file validation, disk space monitoring, and adaptive cleanup scheduling.
Added Circuit breakers (opossum) for FFmpeg, ImageMagick, LibreOffice, Calibre, and Pandoc Added Pre-queue file probe: validates video/audio (ffprobe) and image (Sharp) integrity before queuing Added Disk space pre-check: returns 503 if less than 10GB free before accepting uploads Improved Adaptive disk janitor: runs every 5 min when disk usage exceeds 70%, every 30 min otherwise Improved Dockerfile binary verification: build fails if any critical tool or codec is missing
v2.2.0 February 20, 2026
CloudConvert-Style Job Pipeline Multi-step job execution with import, convert, and export tasks. Plus fair queue scheduling and real-time progress.
Added Task pipeline processor: import/url, convert, and export/url tasks with dependency resolution Added Fair queue scheduling: dynamic priority based on pending job count per user Added Real-time job progress via WebSocket and SSE with Redis pub/sub Improved Worker concurrency increased from 2 to 4 for 8 vCPU server Fixed API key authentication: backend now accepts both X-Api-Key header and Authorization: Bearer ck_* format Fixed Jobs dashboard showing blank format info resolved with proper format extraction at creation time
v2.1.0 February 20, 2026
Advanced Format Controls and SEO Foundation FreeConvert-parity format controls with volume, fit modes, codec profiles, and crop coordinates. Plus Cloudflare Turnstile bot protection.
Added Volume adjustment (0-300%), fit modes (5 options), audio channel selection across all video and audio formats Added H.264/H.265 profile, level, and tune selectors with triple validation Added Cloudflare Turnstile bot protection on conversion endpoint Added Presigned uploads for direct-to-R2 file upload (bypasses API server) Improved Per-target-format advanced settings for 72+ formats with DRY builder functions Improved AdvancedOptionsModal: format-aware tabs, smart filtering by file category
v2.0.0 February 17, 2026
Full Dashboard and API Platform Launch Complete user dashboard with 12 pages, API key management, webhook system, team collaboration, and 9 language SDKs.
Added 12-page user dashboard: stats, conversion history, API keys, webhooks, jobs, presets, 2FA, sessions, profile, activity log, team management, help Added API key CRUD with scoped permissions, one-time reveal, and per-key rate limiting Added Webhook system with HMAC signing, delivery history, and Zapier/Make integration docs Added Team management with email invitations, roles, and shared credits Added 9 language SDKs: Node.js, Python, Go, PHP, Java, Kotlin, Ruby, Swift, C# Added 219 formats, 2,658 conversion pairs, 58 tools, and 234 blog posts