Changelog

Every update, documented.

A complete history of every release, new tool, improvement, and fix to AllConverter.tools since launch in May 2025. Updated with every release.

14releases
87tools shipped
5bugs fixed
May 2025first release
Key:New ToolFeaturePerformanceBug FixDesignSecuritySEOAIInfrastructure
v2.7.0
June 2026

Launched Video Tools — a new category with 6 browser-native video tools covering audio extraction, trimming, compression, GIF conversion, thumbnail capture, and screen recording.

All 6 video tools run entirely in the browser using the MediaRecorder, Screen Capture, and Canvas APIs. No server upload, no software install.

New Tool
  • Video to Audio Extractor (/tools/video-to-audio/) — extract audio track from any video file as WebM audio
  • Video Trimmer (/tools/video-trimmer/) — cut any video to a start/end timestamp, download as WebM
  • Video Compressor (/tools/video-compressor/) — reduce video resolution to 360p/480p/720p using canvas rendering
  • MP4 to GIF (/tools/mp4-to-gif/) — convert video clips to animated GIF with FPS and width controls
  • Video Thumbnail Extractor (/tools/video-thumbnail/) — seek to any timestamp and save the frame as PNG
  • Screen Recorder (/tools/screen-recorder/) — record screen/window/tab with optional mic audio, download as WebM
Feature
  • New Video Tools category with category hub page at /video-tools/
Infrastructure
  • gifenc package added for client-side GIF encoding (frame quantize + palette + LZW compression)
8 changes in this release
v2.6.0
June 2026

Launched UPI QR Code Generator — a premium fintech tool for merchants and freelancers to generate branded UPI QR codes compatible with all UPI apps. Added UX and SEO improvements across the platform.

UPI QR Generator supports Google Pay, PhonePe, Paytm, BHIM, and Amazon Pay — with logo overlay, brand color customisation, PNG/SVG download, and a live payment link. All processing happens in the browser; UPI IDs are never sent to a server.

New Tool
  • UPI QR Code Generator (/tools/upi-qr-generator/) — generate UPI QR codes for any UPI ID with real-time preview
Feature
  • App-theme presets for Google Pay, PhonePe, Paytm, BHIM, Amazon Pay — one click applies matching brand colors
  • Logo overlay — upload PNG/SVG logo to embed in QR centre; error correction auto-upgrades to H
  • Fixed amount mode — set a locked amount so the payer cannot edit it (required for invoice payments)
  • Download as PNG (print/web) or SVG (vector); copy UPI payment link; Web Share API share button
  • Custom color pickers + 6 preset themes for full QR branding control
  • Blog added to main nav and mobile menu — direct access to 33+ guides
  • Latest Articles section added to homepage — 6 featured posts with category badges and quick-link pills
  • Author profile page at /author/nitin/ — bio, skills, articles, and linked Person + ProfilePage schema
  • Category hub 'Explore all →' button on each category card on the homepage
  • Tool request CTA in Founder section — mailto link for user suggestions
  • Homepage hero expanded from 3 to 5 stats: 250+ Tools, 12 Categories, 100% Free, 0 Sign-ups, Weekly New Tools
SEO
  • Organization schema @graph added to site layout — links WebSite, founder (Nitin Kaushik), and Organization for Google Knowledge Panel
Infrastructure
  • IndexNow bulk URL submission script (npm run indexnow) — submits all 337+ URLs to Bing and Yandex
  • Support page at /support/ — PayPal donation CTA, cost breakdown, trust indicators, FAQs
Bug Fix
  • Fixed World Clock hydration mismatch — server/client time diff at midnight (24:xx vs 00:xx) via hourCycle h23
  • Fixed World Clock city dropdown clipped by overflow-hidden parent — switched to fixed positioning via getBoundingClientRect
17 changes in this release
v2.5.0
June 2026

Launched a full blog architecture with 33 in-depth articles across 9 categories, article-level structured data, sticky TOC sidebar, and AdSense integration on all blog pages.

The blog delivers topical authority and organic discovery for every tool category — with FAQPage, Article, HowTo, and BreadcrumbList schemas on every article.

Feature
  • Blog homepage at /blog/ — featured guides, 9 category cards, recent articles feed
  • 9 category pages with pillar article feature and cluster article grid
  • 33 in-depth articles across PDF, Image, Developer, SEO, Finance, Business, AI, Audio, and Text categories
  • Sticky table-of-contents sidebar with IntersectionObserver-based active section tracking
  • Relevance-scored related articles system — weighted by category, pillar relationship, and shared tags
  • In-article related tool CTAs linking from article content to the relevant tool page
SEO
  • Article JSON-LD schema — Article type for pillar/educational, HowTo type for tutorial/comparison articles
  • FAQPage JSON-LD schema on all articles containing FAQ sections
  • BreadcrumbList schema (4 levels: Home → Blog → Category → Article) on all article pages
  • Open Graph article metadata — publishedTime, modifiedTime, tags on all article pages
  • In-article AdUnit (slot 1096054855) placed after AuthorBox for high-viewability placement
  • Sidebar rectangle AdUnit (slot 8443766688) below TOC on article pages
  • In-feed ads on blog homepage (between categories and recent articles) and category pages (between pillar and grid)
Infrastructure
  • Blog data architecture: 9 TypeScript data files aggregated via /src/data/blog-posts/index.ts
  • Blog utilities: getBlogPost, getPostsByCategory, getFeaturedPosts, getRecentPosts, getRelatedPosts, getAllBlogSlugs, getPillarPosts
15 changes in this release
v2.4.0
May 2026

Automated FAQ and SEO content framework deployed across all 250+ tool pages. Founder & Mission section and Support the Project section added to homepage.

Feature
  • 3-tier FAQ generation for all 250+ tools: slug-specific (45 top tools) → category/trait-based → universal fallback
  • Trait detection from tool metadata: isConverter, isCompressor, isGenerator, isCalculator, isAITool, isLegalDoc, hasFileInput, and more
  • Auto-generated tool introduction paragraphs rendered above each tool interface
  • Founder & Mission homepage section — personal story, core principles, trust stats, dual CTA
  • Support the Project homepage section — cost breakdown, PayPal CTA, trust indicators
Design
  • Tool introduction section renders above the tool interface — auto-generated or hand-crafted per tool
SEO
  • FAQPage JSON-LD schema on all tool pages using generated FAQ data
  • HowTo JSON-LD schema on all tool pages
  • BreadcrumbList schema (3 levels: Home → Category → Tool) on all tool pages
  • Enhanced SoftwareApplication schema: featureList, applicationCategory (per-category), operatingSystem, browserRequirements, isAccessibleForFree, offers
  • Person JSON-LD schema for founder added to homepage (E-E-A-T signal)
11 changes in this release
v2.3.0
April 2026

Google AdSense integration across tool pages with smart placement — sidebar rectangle, in-article, and mobile anchor ad units.

Feature
  • MobileAnchorAd — sticky fixed-bottom unit, mobile/tablet only (lg:hidden), 1.5s reveal delay, dismissible
  • Sidebar AdUnit (300×250 rectangle) sticky on desktop tool page sidebar
  • In-article AdUnit (auto format) between tool interface and How-to section
  • AdBlockNotice component — polite non-intrusive detection with platform explanation
Design
  • Ad placements never interrupt the tool interface itself — only surrounding editorial content
Infrastructure
  • Google AdSense publisher script (ca-pub-6648091987919638) integrated in root layout
  • Dev-mode ad placeholders — dashed containers with slot IDs for layout verification without live ads
7 changes in this release
v2.2.0
March 2026

AI Tools category expanded with 8 new tools. Audio Tools category launched. All AI tools run entirely in-browser with no API key required.

New Tool
  • AI Cover Letter Generator — structured template-based generation, role, company, and skills input
  • AI LinkedIn Profile Optimizer
  • AI Cold Email Writer
  • AI Blog Outline Generator
  • AI SQL Generator
  • AI Code Explainer
  • AI Product Description Generator
  • Audio Converter — MP3, WAV, AAC, FLAC, M4A
  • Audio Compressor with quality and bitrate controls
  • Audio Trimmer with waveform preview
AI
  • All AI tools run template-based generation entirely in-browser — no external API calls, no key required, no data transmitted
Performance
  • Audio processing via Web Audio API — all operations client-side, no file uploads
12 changes in this release
v2.1.0
February 2026

Legal and compliance pages published. XML sitemap, robots.txt, and canonical URLs implemented across the full site.

Feature
  • Privacy Policy — DPDPA 2023 (India) compliant, per-category data handling details
  • Terms of Service
  • Cookie Policy — cookie type breakdown with browser opt-out guidance
  • Disclaimer — financial and legal tool caveats with jurisdiction details
  • Security page — architecture overview, TLS details, and vulnerability disclosure process
  • Visual Sitemap at /sitemap/ — all categories and pages in a human-readable layout
SEO
  • XML sitemap at /sitemap.xml covering all 319 static pages
  • robots.txt with sitemap reference and crawl directives
  • Canonical URL meta tag on every page
Security
  • HTTP Strict Transport Security (HSTS) enabled
  • Content Security Policy headers configured
11 changes in this release
v2.0.0Foundation
January 2026

Complete platform rebuild — new design system with dark mode, Business Tools category, and migration to Next.js 16 App Router with full static export.

v2.0 is a complete rebuild: new component architecture, CSS design tokens, dark mode, 25+ Business Tools, and static export to Hostinger.

New Tool
  • Invoice Generator — GST-compliant, logo upload, PDF export
  • GST Invoice Generator — CGST/SGST/IGST breakdown, HSN/SAC codes
  • NDA Generator — mutual and one-way templates
  • Salary Slip Generator
  • Quotation / Pro Forma Invoice Generator
  • Purchase Order Generator
  • Freelance Rate Calculator
  • Profit Margin Calculator
  • SaaS MRR & ARR Calculator
  • Customer Acquisition Cost (CAC) Calculator
Performance
  • 319 pages statically exported at build time — zero server-side rendering at request time
Design
  • Full design system rebuild with CSS custom properties for light and dark mode tokens
  • Dark mode — OS preference detection with manual toggle in site header
  • Component library on shadcn/ui + Tailwind CSS v4
  • Responsive navigation with mobile menu and full category access
Infrastructure
  • Migration to Next.js 16.2.9 App Router with output: 'export' for static hosting
  • Turbopack compiler — 4.1s compile time in development
17 changes in this release
v1.5.0
November 2025

SEO Tools category launched. Financial Calculators expanded to 14 tools. Organization and WebSite structured data added to homepage.

New Tool
  • Meta Tag Generator
  • SERP Snippet Preview
  • Schema Markup Generator — FAQ, Article, LocalBusiness, Product
  • Open Graph Preview
  • XML Sitemap Generator
  • Robots.txt Generator
  • Hreflang Tag Generator
  • Keyword Density Analyser
  • EMI / Loan Calculator with full amortisation schedule
  • SIP Calculator with inflation-adjusted projections
  • CAGR Calculator
  • GST Calculator — inclusive and exclusive modes
  • Compound Interest Calculator
  • FD / RD Maturity Calculator
SEO
  • Organization JSON-LD schema on homepage
  • WebSite JSON-LD schema with Sitelinks Searchbox on homepage
16 changes in this release
v1.4.0
October 2025

Developer Tools expanded to 20+ tools. Web Workers introduced for non-blocking computation on large inputs.

New Tool
  • JSON Formatter & Validator with collapsible tree view
  • JSON Diff — compare two JSON objects side by side
  • Base64 Encoder / Decoder
  • Regex Tester with real-time match highlighting and group capture
  • Hash Generator — MD5, SHA-1, SHA-256, SHA-512, bcrypt
  • JWT Decoder
  • CRON Expression Generator with human-readable preview
  • UUID / ULID Generator
  • CIDR / Subnet Calculator
  • URL Encoder / Decoder
  • HTML Entity Encoder
  • SQL Formatter
Performance
  • Web Workers for hash generation and JSON processing — UI stays responsive with 10MB+ inputs
Bug Fix
  • Fixed regex tester crashing on catastrophic backtracking patterns with timeout guard
14 changes in this release
v1.3.0
September 2025

Image Tools expanded with modern format support — WebP, AVIF, HEIC. Web Workers for large image processing added.

New Tool
  • WebP Converter — to/from PNG, JPG, GIF
  • HEIC to JPG Converter
  • AVIF Converter
  • Image Compressor with quality slider and before/after preview
  • Background Remover
  • Social Media Image Resizer — Instagram, Twitter, LinkedIn, YouTube presets
  • EXIF Metadata Viewer & Remover
  • Image to Base64 Converter
  • Favicon Generator — multi-size ICO and PNG output
Performance
  • Web Workers for image processing — converts large images without freezing the browser tab
  • Progressive preview — renders conversion result as it processes, not on full completion
Bug Fix
  • Fixed HEIC conversion failing on files without embedded colour profiles
  • Fixed EXIF data not being stripped from JPEG output in Image Compressor
13 changes in this release
v1.2.0
July 2025

PDF Tools category launched — 14 client-side PDF utilities, all running in-browser with no file uploads.

New Tool
  • PDF Compressor — lossy and lossless modes with size preview
  • PDF Merger — drag-and-drop page reordering
  • PDF Splitter — by page range or every N pages
  • PDF to Word Converter
  • PDF to Images — JPG/PNG per page
  • Images to PDF
  • OCR PDF — text extraction from scanned documents
  • Watermark PDF — text and image watermarks
  • Rotate PDF Pages
  • PDF Password Remover
  • PDF Page Number Adder
  • PDF Metadata Editor
Performance
  • All PDF operations client-side using pdf-lib and PDF.js — no server uploads, no processing wait
Infrastructure
  • PDF.js worker bundled with the application for OCR and page rendering
14 changes in this release
v1.1.0
June 2025

Text Tools, Unit Converters, Color Tools, and CSS utilities added. Navigation and tool search launched.

New Tool
  • Word Counter & Character Counter
  • Case Converter — UPPER, lower, Title, Sentence, camelCase, kebab-case
  • Lorem Ipsum Generator
  • Duplicate Line Remover
  • Slug / URL Generator
  • Text Encryption / Decryption — AES-256
  • Length, Weight, Temperature, Area, Speed, Storage unit converters
  • CSS Grid Generator
  • Flexbox Builder
  • CSS Gradient Generator
  • Tailwind Colour Picker
  • Contrast Checker — WCAG AA / AAA rating
  • REM / PX Converter
Design
  • Category pages with tool grid, category description, and related categories
  • Site-wide tool search — instant fuzzy search across all tool names and tags
15 changes in this release
v1.0.0Launch
May 2025

AllConverter.tools launched publicly with 50+ tools across PDF, Image, and Developer categories.

Public launch — a privacy-first, browser-based utility platform. No accounts, no uploads, no watermarks, no paywalls.

Feature
  • 50+ tools at launch across PDF, Image, Text, and Developer categories
  • Privacy-first architecture — all processing client-side, no file uploads to servers
  • No-account model — all tools open and run instantly without registration
Design
  • Responsive design — desktop, tablet, and mobile
  • Tool directory with category navigation and tag filtering
Infrastructure
  • Built on Next.js + Tailwind CSS, deployed to Hostinger
  • Google Analytics 4 for usage insights (no personal data)
7 changes in this release

Public Roadmap

What's being worked on, what's planned, and what's already shipped. This roadmap is shaped by user requests — if you want something on it, email feedback@allconverter.tools.

Planned8
  • Batch file processing — convert or compress multiple files in one operationhigh
  • AI Resume Analyzer — score and improve resumes against job descriptionshigh
  • Advanced site search — filters by category, input type, and file formathigh
  • Progressive Web App (PWA) — install tools for offline access
  • More AI writing tools — proposal generator, performance review writer, job description writer
  • Additional Indian tax and finance calculators
  • WCAG 2.1 AA accessibility audit across all tools
  • Dark mode refinements — improved contrast across all tool interfaces
In Progress4
  • Blog expansion — target 100+ articles across all 9 categories
  • Lighthouse performance audit and Core Web Vitals improvements
  • Mobile UX improvements across form-heavy tools
  • Additional AI tools — AI LinkedIn post generator, AI job description writer
Completed19
  • Video Tools category — 6 browser-native tools: audio extract, trim, compress, GIF, thumbnail, screen record
  • UPI QR Code Generator — branded QR with logo overlay, app presets, PNG/SVG download
  • Organization + WebSite @graph schema — Google Knowledge Panel optimisation
  • Author profile page /author/nitin/ — Person schema, articles, E-E-A-T
  • Blog in main nav — Latest Articles section on homepage
  • IndexNow bulk URL submission — 337+ URLs to Bing and Yandex
  • 250+ free tools across 12 categories
  • Blog architecture — 9 categories, 33 articles, structured data on every page
  • Auto-generated FAQs and tool introductions for all tool pages
  • Full JSON-LD structured data — Article, FAQPage, HowTo, BreadcrumbList, SoftwareApplication
  • Dark mode with OS preference detection and manual toggle
  • Legal & compliance pages — Privacy, Terms, Cookies, Disclaimer, Security
  • Google AdSense — sidebar, in-article, and mobile anchor placements
  • Founder & Mission section — E-E-A-T and transparency improvements
  • XML sitemap and robots.txt
  • Audio Tools category — 10+ tools
  • Business Tools category — 25+ tools including GST invoice, NDA, and UPI QR generator
  • AI Tools category — 15+ tools, no API key required
  • Static export — all 319 pages pre-rendered at build time

Everything on this changelog is live and free to use.

250+ tools across 13 categories — no account, no payment, no limits.