Skip to main content

Release Notes

Track every feature, improvement, and bug fix shipped to xConvert24.com.

v1.23.0 Latest
June 10, 2026

Features & Improvements

  • โ€ข Scrabble: Instant Search โ€” results update as you type (300ms debounce)
  • โ€ข Scrabble: Achievements system โ€” click words to collect them (๐Ÿ‘‘ tiara + green border), persists in localStorage with word meanings
  • โ€ข Scrabble: Two-Letter Words reference panel โ€” all valid 2-letter SOWPODS words with scores
  • โ€ข Scrabble: Top 3-Letter Words panel โ€” highest-scoring 30 words
  • โ€ข Scrabble: Q Without U panel โ€” all legal Q-no-U words
  • โ€ข Scrabble: Words with Rare Letters โ€” tabbed Q/Z/X/J panels, top 40 each
  • โ€ข Scrabble: Word Definitions โ€” click any word for dictionary lookup (all panels)
  • โ€ข Scrabble: SOWPODS Legality badge (โœ“) on every result
  • โ€ข Scrabble: ๐Ÿ’Ž Rare Letter icon on results containing Q, Z, X, or J
  • โ€ข Scrabble: Tile Bag Probability Calculator โ€” configurable in-bag/played counts, auto-updates on word click, localStorage persistence
  • โ€ข Scrabble: Rack Leave Analyzer โ€” shows remaining tiles + quality score (0-100) with strategic advice
  • โ€ข Scrabble: Best Opening Moves โ€” top 10 openers with DWS scoring, bingo detection (+50), medals
  • โ€ข Scrabble: Click-to-copy โ€” clicking any word copies it to clipboard

Bug Fixes

  • โ€ข Scrabble: Removed stale solve() calls that caused UI to refresh and lose state
  • โ€ข Scrabble: Fixed result words clipping green achievement border (added grid padding)
  • โ€ข Release notes: Sanitised โ€” removed file paths, internal IDs, email patterns

This is the director's cut of the Scrabble Word Solver. It is fun, it is educational, and it is sticky. Suggest any new features. Over and out โ€” I have already overrun my Kiro credits.

v1.22.0
June 10, 2026

Features & Improvements

  • โ€ข Backup & Restore: Full localStorage backup download as JSON (all favourites, scrabble words, streaks, challenges)
  • โ€ข Backup & Restore: Relink button now supports full JSON restore โ€” overwrites localStorage with all saved data and reloads
  • โ€ข Backup & Restore: Nuke button clears all localStorage with confirmation
  • โ€ข Scrabble: Enhanced features and improvements
  • โ€ข Favourites: Page enhancements and improvements
  • โ€ข Steering: Updated deployment configuration

Bug Fixes

  • โ€ข Relink modal: Now accepts both legacy .txt UID files and new .json backup format
  • โ€ข Backup format detection: Properly handles unknown JSON and plain text fallback

This is the last deployment until more Kiro credits become available. Just got a little carried away with the Scrabble Word Solver.

v1.21.1
June 9, 2026

Features & Improvements

  • โ€ข Admin: ClicksAnalysis table view on dashboard โ€” click the Clicks stat card to expand IP geo data
  • โ€ข Admin: No-cache headers on all admin pages for real-time data
  • โ€ข Admin: Agent attribution on Ops Console audit feed
  • โ€ข Admin: FreshClicks, SyncAll, CheckSeoHealth, SEOImprove, Hooks added to Ops Cmd panel
  • โ€ข SEO: Fixed all titles to โ‰ค70 chars, all meta descriptions to 50-160 chars
  • โ€ข SEO: Shortened descriptions on 10 pages, expanded 2 (roadmap, releases)
  • โ€ข Steering: SyncAll command โ€” sync remote data to local dev dashboard
  • โ€ข Steering: AuditLog dependency chain documented

Bug Fixes

  • โ€ข Fixed analytics nav tab pointing to Google Analytics instead of Click Analytics
  • โ€ข Fixed ClicksAnalysis table missing from local dev (permanent sync pattern)
  • โ€ข Fixed org_tasks empty on local dev โ€” synced agent tasks from remote

That is the end of a 50-session marathon coded in just under 5 days. Development is parked until more Kiro credits become available, or there is enough traffic on the website that it can be monetised for future development.

v1.21.0
June 8, 2026

Features & Improvements

  • โ€ข Show My IP tool: New /tools/my-ip page showing user's public IP address with copy button
  • โ€ข SEO: FAQ JSON-LD structured data added to 10 converter pages (2-3 questions each)
  • โ€ข SEO: Question-based H2 headings on 10 converters for AI search/featured snippets
  • โ€ข SEO: How-To conversion sections on weight, length, temperature, speed, volume
  • โ€ข SEO: Title tags optimized (50-60 chars, front-loaded keywords) on homepage + tools
  • โ€ข SEO: H1 enhancements with value props and key units
  • โ€ข Admin: Live Feed panel moved beside Ops Console, click stream now shows IP addresses
  • โ€ข xPolinate: Added missing cross-links for 3 blog posts
  • โ€ข CheckSeoHealth steering: New command to audit SEO tags across any environment
v1.20.1
June 8, 2026

Features & Improvements

  • โ€ข Clicks Analysis admin page: New /admin/clicks-analysis with interactive map showing click origins
  • โ€ข Clicks API error handling: Wrapped GET handler in try/catch with detailed error responses
  • โ€ข FreshClicks steering: New command to purge and repopulate dev ClicksAnalysis from live data
v1.20.0
June 8, 2026

Features & Improvements

  • โ€ข Click beacon reliability: Reordered fallback strategy โ€” fetch with keepalive first (fixes mobile WebKit), then sendBeacon, then XHR
  • โ€ข Admin Ops Console: New ops-cmd page for executing steering commands from the admin panel
  • โ€ข Audit log API: Refactored /api/auditlog with improved error handling and response format
  • โ€ข Admin dashboard: Expanded admin index with ops console integration

Bug Fixes

  • โ€ข Click tracking: Fixed unreliable sendBeacon on mobile Safari/WebKit by prioritizing fetch with keepalive
  • โ€ข Deploy hook: Updated no-auto-deploy hook configuration
v1.19.0
June 8, 2026

Features & Improvements

  • โ€ข Mobile converter fix: Controls no longer overflow panel borders on narrow screens (overflow-hidden, min-w-0, responsive padding/gap)
  • โ€ข Mobile label abbreviations: Dropdown labels abbreviate on mobile (e.g. Kilometers โ†’ Kms, Kilometers per hour โ†’ km/h) and expand on desktop
  • โ€ข Mobile hamburger nav test: New Playwright test that opens hamburger, taps a random menu link, and confirms 200 response
  • โ€ข Playwright config: Added projects (desktop-chromium + mobile-chromium), TEST_BASE_URL env var support for staging/live
  • โ€ข Test scripts: Added npm test and npm run test:mobile commands to package.json
  • โ€ข Post-deploy hook: Updated to run mobile + site Playwright tests automatically after every deploy

Bug Fixes

  • โ€ข Hamburger button: Added touch-manipulation class for snappier tap response on mobile
v1.18.0
June 8, 2026

Features & Improvements

  • โ€ข Click tracking fix: Resolved 401 Unauthorized on /api/clicks โ€” middleware now correctly allows public access
  • โ€ข SEO improvements: New SEOImprove steering command with structured task queue (SEOImprovements table)
  • โ€ข Contact page: Added X (@xconvert24) link to "Other Ways to Reach Us" section
  • โ€ข Converter UI: SEO-optimized titles, H1s, and question-based H2s across all converter pages
  • โ€ข Tools UI: Updated BMI, Color, Image Converter, Loan, Password, and Tip calculator pages
  • โ€ข Guide page: Content and layout improvements

Bug Fixes

  • โ€ข Click counter: Fixed "no such table: clicks" error in local dev (missing migration)
  • โ€ข Layout: Updated clicks API call for accurate total count
v1.17.0
June 8, 2025

Features & Improvements

  • โ€ข Product Hunt badge: Featured badge added to site footer linking to xConvert24.com product page
  • โ€ข X.com timeline widget: Embedded X/Twitter timeline on Contagion tracker page
  • โ€ข Blog Prettify: All 54 blog posts reformatted with improved structure and readability
  • โ€ข Converter enhancements: Improved UI for clothing-size, cycling-speed, data, length, oven-temperature, precious-metals, running-pace, speed, temperature, volume, weight converters
  • โ€ข Homepage install panel: Always shows after browse time โ€” no dismiss on homepage (persistent CTA)
  • โ€ข Layout: Hide sidebar Add to Home Screen widget on homepage to avoid duplication
  • โ€ข Contagion tracker: Breaking News refresh icon now green for better visual distinction
  • โ€ข ConverterBlogLinks component: New cross-linking component for converter pages
  • โ€ข Breaking News API: Improved reliability and error handling
  • โ€ข Admin tables: Expanded documentation page with additional table info

Bug Fixes

  • โ€ข Hooks cleanup: Removed unused hooks (aikido-scan-on-write, code-review-prebuild, no-auto-deploy)
v1.16.0
June 7, 2025

Features & Improvements

  • โ€ข Meta descriptions: All pages now pull SEO meta descriptions from database at render time, with fallback to default
  • โ€ข Meta API: REST endpoint /api/meta for listing, upserting, and deleting page meta descriptions
  • โ€ข Admin DB Tables: Added meta table (migration 0016) to documentation page, updated migration count to 16
  • โ€ข Blog gate: New middleware for blog access control
  • โ€ข Search index: Expanded with additional entries
  • โ€ข Deploy commands: Three-tier pipeline steering โ€” Fire Your Engine (commit/build/test), Throttle Half (staging), Full Throttle (live) โ€” orchestrated by Kiro
  • โ€ข Crypto Bubbles: Interactive bubble chart tool for visualizing crypto market cap and price changes
  • โ€ข Contagion Tool: Disease outbreak tracker with news feed and metadata (migrations 0017โ€“0019)
  • โ€ข New converters: Body Weight Percentage, Cycling Speed, Oven Temperature, Precious Metals, Running Pace
  • โ€ข New blog posts: Bitcoin Halving Explained, Bitcoin vs Gold, Understanding Bitcoin Supply, What Are Satoshis
  • โ€ข Converters pipeline: Database table for tracking converter status in build pipeline (migrations 0020โ€“0021)

Bug Fixes

  • โ€ข Blog pages: Updated layout imports across all 50+ blog posts
  • โ€ข Converter pages: Updated layout props for all converter pages
  • โ€ข Header z-index: Fixed mobile hamburger tap target with relative z-30 on header row
  • โ€ข Hooks: Disabled unused pipeline hooks (Aikido, SonarQube, auto-docs) for faster iteration
v1.15.0
June 6, 2025

Features & Improvements

  • โ€ข FAQ: "How often is the site updated?" now links directly to Release Notes page
  • โ€ข FAQ: New "Do you accept any donations?" entry with inline Solana logo, wallet address loaded from database, and copy-to-clipboard button
  • โ€ข FAQ: Answers now render HTML links properly via set:html directive
  • โ€ข Guide: "Reporting Issues" section replaced with "Help Improve xConvert24.com" โ€” encourages users to suggest features, vote on suggestions, share opinions, and report bugs
  • โ€ข Guide: Links to /suggest, /suggestions, /opinion, /report-bug, and /vote-bugs with ConvertCoins tip
  • โ€ข Roadmap: Timeline updated to Q3 2026, Q4 2026, and 2027
  • โ€ข Roadmap: Added "ConvertCoin Tasklist" item to Q3 2026 โ€” guided tasklist for earning rewards
  • โ€ข Release notes: Removed sensitive staging environment infrastructure details

Bug Fixes

  • โ€ข FAQ wallet fetch: Added proper error fallback instead of silently failing on API error
v1.13.0
June 6, 2025

Features & Improvements

  • โ€ข CI/CD BuildPipeline.xml: 13-step config stored in DB, admin toggle UI to enable/disable steps
  • โ€ข Build Pipeline page (/build-pipeline): visual workflow diagram with START, arrows, GOLDEN badge
  • โ€ข SiteStatus system: Golden/Green/Red star on admin dashboard, auto-managed by pipeline
  • โ€ข Event Bus: chain reaction system for managing cross-feature dependencies (/api/events)
  • โ€ข Dependency Chart: full map of all user actions โ†’ chain reactions โ†’ rewards (/admin/dependencies)
  • โ€ข Analytics tracking: every user interaction captured with UserID + DateTime in database
  • โ€ข Your Opinion page: sign-on survey with benefits/risks, stored in DB, admin panel
  • โ€ข Admin Tasks panel: real-time feed of employee tasks, auto-refreshes every 10s
  • โ€ข Dynamic Org Chart: agents + tasks fetched from API with 15s live refresh
  • โ€ข Bug validation: admin checkbox triggers 25-coin reward to reporter automatically
  • โ€ข Profile: 20+ earning categories organized by type (Daily, Community, Favourites, Crypto, Content, Install)
  • โ€ข 12 metal level tiers: Wood โ†’ Terracotta โ†’ Iron โ†’ Bronze โ†’ Copper โ†’ Silver โ†’ Gold โ†’ Platinum โ†’ Diamond โ†’ Emerald โ†’ Unobtanium โ†’ Unobtaniumโˆž
  • โ€ข Level carousel with left/right arrows, dot navigation, YOU ARE HERE badge
  • โ€ข Milestone tick-off: achieved milestones show โœ… with wallet total at bottom
  • โ€ข Map Tools renamed to Map Tools (Beta) with badge
  • โ€ข Tech Stack: CI/CD cog icon in header linking to /build-pipeline
  • โ€ข Pipeline stats tooltips: hover tiles to see items, data cached in localStorage (60s TTL)
  • โ€ข GitHub backup: pipeline auto-pushes to repository after staging tests pass
  • โ€ข BMI health content: obesity links to diabetes (7x risk), heart disease, stroke
  • โ€ข Profile future features: themes, leaderboard, badges, coin redemption, shareable profiles
  • โ€ข Homepage: Add to Home Screen slide-in animation after 4 min, checks if already installed
  • โ€ข Aikido Security skill installed for CI pipeline
  • โ€ข Nova Act comprehensive post-deploy test suite (80+ tests)
  • โ€ข Admin Personas: 6 user archetypes with dedicated profile pages

Bug Fixes

  • โ€ข Page titles shortened to โ‰ค70 chars (temperature, area, currency, cooking, discount, loan, image-editor, aspect-ratio)
  • โ€ข Sensitive terms removed from /releases and /contact (agent names, email)
  • โ€ข Currency converter console error filtered in tests (network errors expected)
  • โ€ข Contact email obfuscated for spam protection
  • โ€ข Staging DB renamed for consistency
  • โ€ข Pipeline cache invalidated on task completion
v1.12.0
June 6, 2025

Features & Improvements

  • โ€ข Nova Act power installed: AI-powered browser automation for QA testing, data extraction, and flow discovery โ€” powered by Kiro
  • โ€ข Nova Act QA test suite: 25 tests covering converters (temperature, weight, length, speed, volume, data, currency), tools (BMI, calculator, password, color, discount), and navigation (search, bookmarks, dark mode, 404)
  • โ€ข Admin: Personas tile โ€” 6 user archetypes (User, Referee, Power User, Developer, Educator, Mobile User) with dedicated profile pages
  • โ€ข Admin: CI/CD Pipeline tile โ€” full 10-stage pipeline diagram with quality gates, tools, and icons (Write Code โ†’ Compile โ†’ Playwright โ†’ Code Review โ†’ Checkmarx โ†’ ScoutQA โ†’ SonarQube โ†’ Aikido โ†’ Build โ†’ Deploy)
  • โ€ข Gamification extended: ConvertCoins awarded for bookmarking pages, reporting bugs, voting on bugs, suggesting features, rating suggestions, adding crypto to watchlist, adding favourites
  • โ€ข Profile: Reward Summary panel โ€” chronological log of all earned rewards with icons, descriptions, time-ago timestamps, persisted in localStorage
  • โ€ข Header: spacers added between bookmark and profile badge, and after profile badge for visual separation

Bug Fixes

  • โ€ข Updated .gitignore to cover all .env.* files
v1.11.0
June 6, 2025

Features & Improvements

  • โ€ข Tech Stack page: elegant showcase of all tools, platforms, and Kiro Powers used to build xConvert24 โ€” with logos, links, and descriptions
  • โ€ข Contagion Tracker: Breaking News panel between stats and disease details โ€” fetches live news via Tavily API with curated fallback
  • โ€ข Support page: copy wallet address now sends email notification to support email
  • โ€ข Support page: development costs updated to include "AI tokens for development using Kiro"
  • โ€ข Aikido Security Scan power integrated: SAST, secrets detection, and IaC scanning in CI pipeline โ€” via Kiro Powers
  • โ€ข New hook: Aikido security scan runs automatically after SonarQube code review, before build
  • โ€ข Admin: Security Scans tile added to dashboard โ€” shows last 10 Aikido scan results, most recent on top
  • โ€ข Admin: Security Scans page with severity breakdown (critical/high/medium/low), pass/warn/fail status
  • โ€ข API: /api/security-scans (GET/POST) for logging and retrieving Aikido scan results
  • โ€ข API: /api/breaking-news with Tavily integration for real-time disease news
  • โ€ข API: /api/notify-copy for email notifications on wallet address copy
  • โ€ข Migration 0006: user_coins + coin_events + security_scans tables โ€” fixes /profile page
  • โ€ข Tech Stack link added to site footer

Bug Fixes

  • โ€ข Profile page (/profile): now works correctly โ€” user_coins table created via migration 0006
  • โ€ข Support page: removed "no ads" from intro copy
  • โ€ข Support page: "Send SOL or SPL tokens" simplified to "Send SOL"
  • โ€ข Footer version badge updated to show current version dynamically
v1.9.0
June 5, 2025

Features & Improvements

  • โ€ข Contagion Tracker (Beta Plays): COVID-19 live data from disease.sh, Ebola/Hantavirus outbreak history, pin default, selectable auto-refresh
  • โ€ข Guitar Tuner (Music): real-time pitch detection, waveform visualization, cents meter, reference tone playback
  • โ€ข ConvertCoins gamification system: earn points for conversions, streaks, bug reports; profile page with level progression
  • โ€ข Support donation page with Solana (SOL) integration โ€” wallet managed via admin panel
  • โ€ข Admin Wallet panel: locked/unlocked padlock, re-authentication to edit, address stored in D1
  • โ€ข Admin Org Chart: team hierarchy with agent job history
  • โ€ข Admin Build Log + Tests: D1-backed, post-deploy script logs builds and runs 18+ smoke tests
  • โ€ข Blog SSR gate: unpublished posts return 404, blog index only shows published, D1 status controls visibility
  • โ€ข Blog auto-publisher endpoint: /api/cron/publish-blogs publishes posts when their date arrives
  • โ€ข SEO: BreadcrumbList JSON-LD on every page (dynamic), blog cross-links to converters (51 posts)
  • โ€ข SEO agent updated with Google SEO Starter Guide principles and full converter/tool name list
  • โ€ข Online ruler: 200px width, pick-up/move fix, half-screen height
  • โ€ข Security test: checks no employee/agent names or emails exposed on public pages

Bug Fixes

  • โ€ข Page auto-refresh default changed to Off (was causing 10-20s flickering on contagion/crypto pages)
  • โ€ข Mobile hamburger menu: inline onclick handler, larger touch target, pointer-events-none on SVG
  • โ€ข Admin Tests/Builds pages: graceful fallback message on local dev instead of "failed to load"
  • โ€ข Suggestions API: COALESCE fix for null rating column
  • โ€ข Homepage: removed "No ads in your face" text
  • โ€ข Email masked with asterisks on contact page and release notes
v1.8.0
June 5, 2025

Features & Improvements

  • โ€ข Music category: Guitar Tuner with microphone pitch detection, waveform visualization, cents meter, reference tones
  • โ€ข Homepage: "Fast, Free and No Signups" tagline, dynamic "X Converters and Y Utilities" counter
  • โ€ข Homepage: 70/30 layout with vertical "Add to Home Screen" panel (phone illustration + 3-step guide)
  • โ€ข Mobile header: icons wrap to second row below logo, hamburger button enlarged for better touch target
  • โ€ข Header version badge updated to always show current release (v1.8.0)
  • โ€ข Contact form: emails sent via mailto with subject prefix
  • โ€ข Site stats: added toolsLabel getter, all pages now use dynamic values
  • โ€ข FAQ & Guide pages: hardcoded "150+ units" replaced with dynamic stats values
  • โ€ข Contagion expert agent: planned for Beta Plays category (disease.sh API integration)

Bug Fixes

  • โ€ข Suggestions API: rating computed dynamically with COALESCE (fixes null column error)
  • โ€ข Mobile: hamburger button now has larger touch target (p-3) with active state feedback
  • โ€ข Version badge: was stuck at v1.6.0, now correctly shows current version
v1.7.7
June 5, 2025

Features & Improvements

  • โ€ข Music category added with Guitar Tuner โ€” chromatic pitch detection using Web Audio API + microphone
  • โ€ข Guitar Tuner: real-time note detection, octave, frequency (Hz), cents (ยข) deviation, volume (dBFS)
  • โ€ข Guitar Tuner: animated cents needle meter (green/amber/red), live waveform canvas visualization
  • โ€ข Guitar Tuner: reference tone playback for standard tuning (E2 A2 D3 G3 B3 E4) via oscillator
  • โ€ข Guitar Tuner: autocorrelation pitch detection with parabolic interpolation for sub-sample accuracy
  • โ€ข Homepage: 70/30 layout โ€” converters grid (3 columns) on left, install CTA panel fixed on right
  • โ€ข Homepage: tall vertical "Add to Home Screen" panel with phone illustration, 3-step guide, dismiss button
  • โ€ข Homepage: panel hidden when PWA is standalone or user dismissed โ€” stored in localStorage
v1.7.6
June 5, 2025

Features & Improvements

  • โ€ข Crypto Bubbles: green intensity boosted +50% for stronger visual contrast on gainers
  • โ€ข Crypto Bubbles: watchlist panels now square tiles (3 per row) with scrollable coin list
  • โ€ข Crypto Bubbles: "New List" button enlarged with green styling for better visibility
  • โ€ข Green watchlist icon added to header (clipboard icon) next to favourites โ€” links to crypto bubbles watchlists
  • โ€ข Homepage: "Add to Home Screen" panel with phone illustration, 3-step guide, dismiss button
  • โ€ข Homepage: panel auto-hides if user already has xConvert24 as standalone PWA or dismissed it
  • โ€ข Temperature Converter: thermometer font sizes increased (4xl for ยฐC, xl for ยฐF, base for K)
  • โ€ข Favourites: entire tile is now clickable (link wraps full card), โœ• button still works independently
v1.7.0
June 5, 2025

Features & Improvements

  • โ€ข Crypto Bubbles: 20% more intense green/red gradient โ€” colours now interpolate from deep red (โˆ’20%) to deep green (+20%) proportional to exact % change
  • โ€ข Crypto Bubbles: auto-refresh with selectable interval (10s, 30s, 1m, 3m, 5m, 10m, 15m, 30m, 1h) โ€” preference saved to localStorage, default 5m
  • โ€ข Crypto Bubbles: live countdown timer shows seconds until next refresh
  • โ€ข Crypto Bubbles: My Watchlists โ€” create unlimited named lists, search & add coins from CoinGecko, stored in localStorage
  • โ€ข Crypto Bubbles: polite nudge at 7 coins per list suggesting shorter lists improve focus (non-blocking)
  • โ€ข Crypto Bubbles: remove coins from list, delete entire lists, duplicate detection
  • โ€ข How to Use guide: added "Add to Home Screen" step with phone icon and link to /install
  • โ€ข Admin Dashboard: reorganised with nav tabs, grouped sections, statistics with click-through
  • โ€ข Admin SEO Editor: edit robots.txt, sitemap, webmanifest, meta defaults โ€” 5-version history with revert
  • โ€ข Password Generator: ยฑ stepper (1-50), download .txt for multi-passwords
  • โ€ข Online Ruler: canvas-based cm/mm/inches, PPI calibration, drag-to-measure, touch support
  • โ€ข Audio Converter & Video Converter: full client-side encode, trim, resize, download history
  • โ€ข Add to Home Screen: /install page with iOS & Android instructions, ๐Ÿ“ฑ icon in header

Bug Fixes

  • โ€ข Suggestions API: fixed rating query using COALESCE to handle null votes_count/votes_total
  • โ€ข Crypto Bubbles: tripled bubble size for better visibility, external label boxes with dashed arrow connectors
v1.6.5
June 5, 2025

Features & Improvements

  • โ€ข Image, Audio & Video category: Image Converter, Audio Converter, Video Converter + format guide pages
  • โ€ข Audio Converter: decode & re-encode audio (WAV/WebM/OGG), bitrate selection, trim, download history
  • โ€ข Video Converter: transcode video (MP4/WebM), quality/bitrate, trim, resize presets, progress bar, download history
  • โ€ข Crypto Bubbles: rebuilt with D3.js โ€” full-screen physics simulation, draggable, smooth elastic animations
  • โ€ข Crypto Bubbles: continuous green-to-red color gradient based on exact % change
  • โ€ข Crypto Bubbles: tripled bubble size, external label boxes with dashed arrow connectors
  • โ€ข Online Ruler: canvas-based screen ruler (cm/mm/inches), PPI calibration, click-and-drag measure, touch support
  • โ€ข Password Generator: ยฑbuttons with editable count (1-50), Download .txt for multiple passwords
  • โ€ข Add to Home Screen: new /install page with iOS (Safari) & Android (Chrome) step-by-step instructions
  • โ€ข Add to Home Screen icon (๐Ÿ“ฑ) added to header icon row for mobile users
  • โ€ข Admin Dashboard: reorganised with nav tabs, grouped sections, statistics panel with click-through links
  • โ€ข Admin SEO Editor: edit robots.txt, sitemap.xml, site.webmanifest, meta defaults โ€” last 5 versions, revert capability
  • โ€ข Google Ads tag configured for conversion tracking
  • โ€ข SEO: sitemap expanded to 65 URLs, og:image switched to PNG, PWA meta tags, dns-prefetch
  • โ€ข How to Use guide: added "Add to Home Screen" step with icon and link
  • โ€ข Site stats: 20 tools, 11 categories

Bug Fixes

  • โ€ข Image Converter: fixed double file picker dialog (stopPropagation on button click)
  • โ€ข Suggestions API: fixed query to compute rating from votes_count/votes_total using COALESCE
  • โ€ข Admin analytics page: updated to new tracking property
v1.6.0
June 5, 2025

Features & Improvements

  • โ€ข Experimental category: 5 new tools โ€” Scrabble Solver, Morse Code Translator, Aspect Ratio Calculator, Epoch Converter, Password Generator
  • โ€ข Scrabble Solver: find highest-scoring words from letter tiles with wildcard support
  • โ€ข Morse Code: two-way textโ†”morse translation with audio playback (Web Audio API)
  • โ€ข Aspect Ratio: find ratio from dimensions, calculate missing dimension, 10 resolution presets
  • โ€ข Epoch Converter: live Unix timestamp clock, epochโ†”date, relative time, quick buttons
  • โ€ข Password Generator: secure crypto.getRandomValues, strength meter, length 8-64, generate 5 at once
  • โ€ข Fashion category: Shoe Size (US/UK/EU/Asia) and Clothing Size (tops/trousers, XS-XXL) converters
  • โ€ข Site stats centralised โ€” single source of truth
  • โ€ข Admin dashboard: draggable panels for bugs & suggestions with top-5 expand/collapse
  • โ€ข Release notes updated to v1.6.0
  • โ€ข workers.dev route disabled โ€” site only accessible via custom domain

Bug Fixes

  • โ€ข Homepage: 4 cards per row, bright gradient icon backgrounds restored
  • โ€ข Header: visible spacers between all icons, version badge far right
  • โ€ข Tag cloud: no longer causes jerky page refresh (renders immediately)
  • โ€ข Treeview sidebar fully expanded by default
  • โ€ข Blog schedule: visible 2px borders, checkbox only checks published posts
  • โ€ข Suggest page: category field changed to freeform text
  • โ€ข Contact page: bug report + suggest links with icons added
  • โ€ข Embed page: Widget Library link added
v1.5.0
June 5, 2025

Features & Improvements

  • โ€ข Fashion category: Shoe Size Converter (US/UK/EU/Asia, men & women) and Clothing Size Converter (tops, trousers, XSโ€“XXL)
  • โ€ข Widget Library: 6 embeddable converter widgets with cog icon in header and individual pages
  • โ€ข Blog: 50 SEO-optimised articles covering all converter categories (published daily Jun 5 โ€“ Jul 24)
  • โ€ข Blog Post Schedule: admin calendar with publish/unpublish checkboxes, D1 database backend
  • โ€ข Admin dashboard: draggable panels for bugs & suggestions, top 5 by default with expand button
  • โ€ข Crypto category: Top 100 Coins (sortable table, CoinGecko API) and Crypto Bubbles (visual market cap)
  • โ€ข Currency converter: live rates from Frankfurter/ECB API with fallback
  • โ€ข World Clock: add/remove cities (35 available), saved to localStorage
  • โ€ข Alarm Clock: snooze feature (1โ€“15 min) + localStorage persistence
  • โ€ข Roman Numeral: vinculum notation mode (up to 3,999,999)
  • โ€ข Regional tipping guide: US, Europe, China, India, Middle East
  • โ€ข Stopwatch, Alarm Clock, Reminder tools added to Time & Date category
  • โ€ข Color Wheel: canvas-based HSL picker with lightness slider
  • โ€ข Favourites system: global D1 counter, red heart icon with badge, square tile layout
  • โ€ข Suggest a Conversion: freeform category input, 5-star community rating
  • โ€ข Vote on Bug Fixes page with server-side persistence
  • โ€ข Site statistics centralised โ€” single source of truth for counts
  • โ€ข SEO content sections on 7 converter pages (Weight, Length, Temp, Currency, Speed, Volume, Data)
  • โ€ข WebApplication JSON-LD schema + og:image for social sharing
  • โ€ข Accessibility: skip-to-content, aria-live on results, landmark roles, image alt text
  • โ€ข Disclaimer page: full legal jargon covering financial loss and liability
  • โ€ข Custom domain: xconvert24.com + www.xconvert24.com configured as Worker routes
  • โ€ข Embed widget docs page with link to Widget Library
  • โ€ข Global GA click tracking on all interactive elements
  • โ€ข Playwright load test: 20 concurrent users, 200 requests, zero failures
  • โ€ข AdSense component ready (disabled placeholder)
  • โ€ข Homepage: 4 cards per row, bigger icons with colourful gradients
  • โ€ข Header: visible spacers between all icons, version badge far right
  • โ€ข Footer: icons on all links, section headings in dark orange

Bug Fixes

  • โ€ข Tag cloud no longer causes jerky page refresh (renders immediately, fetches silently)
  • โ€ข Treeview fully expanded by default
  • โ€ข Blog schedule checkbox: only published posts show checked (loose comparison fix)
  • โ€ข Calendar tiles: visible 2px border, bigger tiles with glass effect
  • โ€ข Alarm clock: persistent in localStorage, time display no longer blanks
  • โ€ข World Clock: city close button bigger/red with padding, no GMT overlap
  • โ€ข Chat panel: z-index 9999, top: 70px positioning, display toggle fix
  • โ€ข Length converter: dropdown no longer snaps back on selection
  • โ€ข Admin: local dev bypasses auth for development, secrets re-configured
  • โ€ข KV namespace conflict resolved in config
  • โ€ข Version badge pushed to far right of header
  • โ€ข Logo enlarged for better visibility
  • โ€ข workers_dev re-enabled alongside custom domains
v1.3.0
June 4, 2025

Features & Improvements

  • โ€ข Admin module with secure Google OAuth login (/admin)
  • โ€ข Global bug report database using Cloudflare D1 โ€” shared across all users
  • โ€ข Suggest a Conversion page with community 5-star rating system
  • โ€ข Community suggestions board โ€” highest rated suggestions on top
  • โ€ข Favourites system with global D1 counter tracking across all users
  • โ€ข Cookie consent banner with Google Consent Mode v2 (analytics + marketing toggles)
  • โ€ข Chat assistant โ€” pattern-matching AI that directs users to the right converter
  • โ€ข Stopwatch tool with lap tracking and millisecond precision
  • โ€ข Alarm Clock tool โ€” set multiple alarms with browser sound notifications
  • โ€ข Reminder tool โ€” countdown timer with presets, pause/resume, and browser notifications
  • โ€ข Color Wheel โ€” canvas-based HSL picker with lightness slider
  • โ€ข Regional tipping guide covering US, Europe, China, India, and Middle East
  • โ€ข How to Use guide (6 steps) and FAQ page (20 questions) with JSON-LD schema
  • โ€ข Tag cloud in sidebar weighted by global favourite counts + visit popularity
  • โ€ข Bookmark dropdown showing saved pages with unfavourite option
  • โ€ข Red heart icon in header linking to /favourites with badge count
  • โ€ข Heart button on every converter page โ€” add/remove favourites with GA tracking
  • โ€ข Global GA click tracking on all links, buttons, icons across the entire site
  • โ€ข Suggest a Conversion icon (lightbulb) in header
  • โ€ข Bug report icon (bug) in header
  • โ€ข Playwright load test: 20 concurrent users simulating real interactions
  • โ€ข Vote on Bug Fixes page โ€” upvote/downvote with server-side persistence
  • โ€ข Browse all converters sorted by most used (popularity scoring)
  • โ€ข Version + deployment timestamp displayed in header
  • โ€ข New logo: converging arrows on gradient background matching brand image
  • โ€ข Cloudflare D1 tables: bugs, suggestions, favourite_counts
  • โ€ข API endpoints: /api/bugs, /api/bugs/vote, /api/suggestions, /api/suggestions/rate, /api/favourites

Bug Fixes

  • โ€ข Chat panel z-index raised to 9999 โ€” no longer hidden behind other elements
  • โ€ข Chat panel positioning fixed (top: 70px, display toggle via JS)
  • โ€ข Admin module no longer returns 500 when secrets not configured โ€” redirects to login
  • โ€ข Vote bugs page fetches from global D1 database instead of localStorage
  • โ€ข Stats bar on search page now displays in a single contiguous line
  • โ€ข Report Bug page posts to server API instead of localStorage
  • โ€ข Sidebar tag cloud uses server data instead of local favourites
  • โ€ข Renamed site to xConvert24.com throughout all files
  • โ€ข Fixed "Fast & Free" tagline to "Fast & Free 24 hours a day"
  • โ€ข Heading "All your conversions, one place." on single line
v1.2.0
June 4, 2025

Features & Improvements

  • โ€ข Added site-wide live search with instant dropdown results
  • โ€ข Added 5 new tools: Scientific Calculator, Tip Calculator, Discount Calculator, Loan Calculator (with amortization), Age Calculator, Date Difference
  • โ€ข Added collapsible treeview navigation in sidebar
  • โ€ข Added category and unit icons throughout the site
  • โ€ข Added Privacy Policy, Cookie Policy, Terms & Conditions, About Us, Contact Us pages
  • โ€ข Added 4-column footer with quick links across all pages
  • โ€ข Added Google Analytics integration
  • โ€ข Added bookmark button in header
  • โ€ข Added custom 404 and 500 error pages with fun taglines
  • โ€ข Added Release Notes page
  • โ€ข Added Bug Report page with category search and local database
  • โ€ข Full SEO optimisation: meta tags, Open Graph, Twitter Cards, JSON-LD, sitemap, robots.txt
  • โ€ข Renamed site from xConvert.com to xConvert24.com

Bug Fixes

  • โ€ข Fixed logo text clipping โ€” widened SVG viewBox
  • โ€ข Fixed duplicate icons on Area and Pressure cards
  • โ€ข Fixed invalid gradient class on Color Picker card
  • โ€ข Removed timezone converter (skipped per request)
v1.1.1 MVP
June 4, 2025

Features & Improvements

  • โ€ข 18 unit converters: Weight, Length, Temperature, Area, Volume, Speed, Data Storage, Energy, Pressure, Power, Fuel Economy, Angle, Frequency, Time, Cooking, Number Base, Roman Numerals, Currency (17 currencies)
  • โ€ข 3 tools: BMI Calculator, Color Picker (RGB/HEX/HSL/CMYK), World Clock (12 cities)
  • โ€ข Responsive layout with sidebar navigation
  • โ€ข Dark/light mode toggle with flash prevention
  • โ€ข Golden xConvert logo with intersecting-arrows X mark
  • โ€ข Search box in sidebar with filtering
  • โ€ข Tailwind CSS v4 via @tailwindcss/vite
  • โ€ข Astro MCP integration
  • โ€ข Deployed to Cloudflare Workers
v1.0.0 Initial
June 4, 2025

Features & Improvements

  • โ€ข Configured Kiro as the AI-powered development environment
  • โ€ข Initial Astro project scaffold
  • โ€ข Tailwind CSS v4 setup
  • โ€ข Basic layout with favicon