ToolAct

Changelog

See what's new in ToolAct

v3.3.02026-08-28
  • NewAdded Short Link Expander, showing the final URL, full redirect chain, status code and response time
  • NewAdded MOBI to EPUB online converter
  • ImprovedCompacted the top search bar (38px tall, 210px wide)
  • ImprovedTightened file-type validation: CSV now accepts extension-less files, Excel accepts .xlsm / .xlsb
  • ImprovedSite-wide empty-string fallbacks now use English; UA parse result and button labels are separated to avoid confusion
  • FixedFixed garbled random keys and IVs in AES / DES
  • FixedFixed CSV parsing of legacy Mac \r-only line breaks
  • FixedFixed mobile layout of network tools (port checker / whois / ping / DNS lookup / SSL cert / WebSocket)
  • FixedFixed Unicode swap double-escape, decision-wheel mobile distortion, and world-clock -0:30 offset sign misread
v3.2.02026-08-24
  • NewAdded deployment script and process manager config (deploy.sh, ecosystem.config.cjs)
  • NewServer observability: health-check probe, graceful shutdown, SSR and build-failure tracing, full backend request logging
  • FixedDefault server port changed from 4321 to 3000
  • FixedFixed Gamepad Test not showing the "no controller detected" message when nothing is connected
v3.1.12026-08-23
  • FixedCritical fixes across 15 files: AES GCM/CFB, Base64 / JWT chunking, base validation, CSV / XML, unbiased passphrase, world-clock half-hour, Excel XSS, SQL escaping, ID-photo type detection
  • Fixedi18n audit fixes for 20 items: repaired corrupted French data, German quote nesting, unified cross-language wording; stripped UTF-8 BOM from 40 locale files
v3.1.02026-08-21
  • NewAdded shared Button / Input / Select / DateInput components and migrated the whole site to them
  • NewMarkdown editor gains fullscreen mode plus paste / copy / clear
  • ImprovedExtracted a shared TransformSection so all 11 converter tools share one layout and interaction
  • ImprovedConverter card swap button now has click feedback (icon spin + press)
  • ImprovedRebuilt and aligned hash / file-hash; QR / barcode decode is now a single synchronous pass, so large images no longer hang
  • FixedAdded missing header-bar icons to 27 tool pages and aligned Select / Input sizing and backgrounds
  • FixedFixed image-crop export misalignment after rotate / flip
v3.0.12026-08-13
  • NewProgrammatic SEO detail pages (PSEO) for converters, with per unit-pair × value indexable entries
  • NewAdded a blog post RSS feed endpoint
  • ImprovedRelated-tools recommendations and site search now prefer the backend API with a local fallback
  • ImprovedWorld-clock links use absolute paths; SSR fixed empty build-time data; blog detail pages render related-tool links
  • FixedSEO audit fixes: sitemap, world-clock and blog Article schema, blog pagination index-first-only, info-page JSON-LD, PSEO entries
  • FixedExpiry calculator now anchors to UTC calendar days, removing DST and timezone drift
  • FixedFixed assorted migration regressions (scoreboard / social insurance, time tools, design tools, world-clock races)
v3.0.02026-08-03
  • NewRebuilt the site on Astro + vanilla TypeScript instead of Next.js + React, keeping all 10 languages
  • NewMigrated every tool page (fun / life / design / time / text / office / image / encode / format / hash / dev / network / hardware categories)
  • NewAdded category listing pages (10 locales × 14 categories), blog listing / detail / write pages (SSR), and the account flow (login / register / settings / history)
  • NewAdded About / Changelog / Contact / Feedback / Privacy pages, and made world-clock city and country detail pages SSR subpages
  • NewStatic pages are prerendered (SSG); blog, world-clock and PSEO render on demand (SSR); ClientRouter removes navigation flicker
  • ImprovedIcons switched from a full webfont to on-demand inline SVGs
  • ImprovedAdded www redirect, Cache-Control tiers, robots.txt and sitemap, and proactive SEO push
v2.4.02026-07-19
  • NewAdded Gamepad Test for buttons, sticks, triggers, D-pad and rumble
  • NewAdded Stopwatch with fullscreen mode and keyboard shortcuts
  • NewAdded Multi Timer that runs several countdowns at once and persists across reloads
  • ImprovedKeyboard Test gains a numeric keypad and Shift-layer symbols, with a mobile-friendly virtual keyboard
  • ImprovedStopwatch and Multi Timer now support fullscreen, with Safari/iOS fullscreen compatibility fixed
  • ImprovedCountdown tools switched to requestAnimationFrame to eliminate long-run timing drift
  • ImprovedHomepage popular tools are now cross-category picks, with page caching for faster repeat visits
  • FixedFixed Gamepad Test rumble state latching, phantom history events and mobile layout
  • FixedFixed Multi Timer freezing and alarm issues
  • FixedFixed Scoreboard mobile fullscreen fit and hydration mismatch
v2.3.02026-06-26
  • NewAdded power, speed, and pressure unit converter tools
  • NewAdded image crop tool
  • NewAdded CSV and Excel data generators
  • NewAdded DNS lookup tool and IPv4/IPv6 subnet calculator
  • NewAdded batch file rename tool
  • NewAdded PIN code game tool
  • ImprovedAdded related-category recommendation section to category pages
v2.2.02026-05-26
  • NewAdded Python and Java code formatters
  • NewAdded JSON to XML and XML to JSON converters
  • NewAdded PDF to image and image to PDF tools
  • NewAdded RMB number to Chinese uppercase converter
  • NewAdded reaction time test, fullscreen clock, and other fun tools
  • NewAdded line break removal tool
  • ImprovedOptimized homepage layout and category structure
v2.1.02025-04-10
  • NewAdded JWT Generator tool
  • NewAdded Lunar Calendar tool
  • ImprovedOptimized JSON Formatter performance for larger files
  • ImprovedImproved Base64 Encoder/Decoder interface
  • FixedFixed timestamp display issue in certain timezones
v2.0.02025-02-15
  • NewBrand new interface design - modern and clean
  • NewAdded Spanish language support
  • NewAdded dark theme
  • ImprovedOptimized page loading speed
  • ImprovedImproved mobile responsiveness
  • FixedFixed Regex tool compatibility issues in newer browsers
v1.5.02024-11-20
  • NewAdded JSON to TypeScript tool
  • NewAdded Countdown Timer tool
  • NewAdded Chinese Simplified/Traditional Converter
  • ImprovedEnhanced Markdown Editor code highlighting
  • FixedFixed Password Generator layout issue on mobile
v1.4.02024-08-05
  • NewAdded Image to Base64 tool
  • NewAdded String Reverse tool
  • ImprovedImproved Color Picker interaction
  • FixedFixed special character handling in URL Encoder
v1.3.02024-05-10
  • NewAdded Text Diff tool
  • NewAdded Text Case Converter
  • ImprovedHash Calculator now supports more algorithms
  • FixedFixed batch generation count error in UUID Generator
v1.2.02024-02-18
  • NewAdded Date Calculator tool
  • NewAdded Lorem Ipsum Generator
  • ImprovedImproved QR Code output quality
  • FixedFixed CJK character counting in Word Counter
v1.1.02023-10-25
  • NewAdded English language support
  • NewAdded Gradient Generator
  • ImprovedEnhanced CSS/JS Formatter parsing
  • FixedFixed entity character handling in HTML Encoder
v1.0.02023-07-01
  • NewToolAct officially launched
  • NewProvided 20+ online developer tools
  • NewSupports for JSON, XML, YAML, HTML, CSS, JS formatting
  • NewSupports for Base64, URL, HTML encoding/decoding
  • NewSupports for password generation, hash calculation, JWT parsing