Changelog

v2.0.0 - The Performance & Architecture Update

February 22, 2026

  • New Architecture: Migrated to TanStack Start, enabling full Static Site Generation (SSG). Every tool and legal page is now pre-rendered at build time for near-instant initial loads and superior SEO.
  • Bundle Optimization: Implemented Dynamic Icon Loading and granular Code Splitting. These changes reduced the initial JavaScript payload by over 65KB while moving heavy libraries into specialized vendor chunks.
  • Adaptive Feature Loading: Introduced Smart Device Detection. Bandwidth-heavy desktop features like the Command Palette and Shortcut Guide are no longer served to touchscreen devices, significantly improving performance for mobile users.
  • PWA Robustness: Upgraded the Service Worker configuration with Inlined Workbox Runtime, eliminating external script dependency failures and improving offline reliability in unstable network conditions.
  • Style Engine: Upgraded to Tailwind CSS 4, leveraging its high-performance engine for faster builds and more efficient CSS delivery.

v1.2.0 - The Automotive & Design Update

February 18, 2026

  • Launched the Automotive Suite — A brand new category featuring 6 dedicated tools: Engine Airflow, Emissions & O2 Analyzer, Gear Ratio Calculator, Fuel Injector Sizing, Tire Size Comparison, and a comprehensive Electrical Circuit Fault Guide.
  • Implemented the Color Palette & Picker — Build harmonious schemes with live HSL-based generators and built-in WCAG Contrast Auditing with accessible text recommendations.
  • Upgraded the Unit Converter — Now supports Live Currency Rates (refreshed every 15 minutes), large number scaling, and comprehensive measurement categories across 7 sectors.
  • Transformed the Regex Tester into the Regex Builder — Includes a library of common patterns and interactive building blocks for faster expression construction.
  • Added the CURL to Fetch Converter — Instantly transform raw cURL commands into production-ready fetch() or axios code.
  • UI/UX Refinement: Synchronized the design of 404 and Error pages, and introduced a cleaner, high-contrast "flat" UI across all new tools to improve visibility and readability.
  • State Persistence: Many tools now automatically save your input locally, so your progress survives a page refresh.

v1.1.0 - The Productivity Update

February 15, 2026

  • Added .gitignore Builder & Validator — Generate community-standard templates or audit your existing files for security leaks.
  • Implemented a centralized CORS Proxy Service to improve reliability for network tools like API Tester, Header Analyzer, and SSL Checker.
  • Added smooth Entrance Animations across the entire toolkit and index pages for a more refined user experience.
  • Standardized project-wide code style with Prettier for better maintainability and consistency.
  • Improved Workspace Scrolling — refactored the layout to ensure tools expand naturally without nested scrollbars.
  • Fixed type definition issues in the ASCII Art Generator font library.

v1.0.0 - Initial Release

December 24, 2025

  • Launched Nanokit!
  • Added Graph Builder with support for Line, Bar, and Area charts.
  • Implemented secure client-side data processing for all tools.
  • Added dark mode support with synchronized system preferences.