Changelog

What's new.

Every release, in reverse chronological order.

v0.6.0

Landing pages & product site

  • New /product, /features, /about, /changelog, /contact, /privacy, /terms pages
  • Updated Navbar with direct links to product pages
  • Fixed all footer dead anchors
  • 3D card hover effects, animated background orbs
  • Full responsive redesign for content pages
v0.5.0

Persistent endpoints

  • Endpoints and captured requests now persist to disk (.devtoll-data/)
  • Backend restart no longer wipes history
  • requestCount reconciled against live captures
v0.4.0

Command palette & workspaces

  • Ctrl+K command palette with arrow navigation
  • Workspace switcher in navbar dropdown
  • Export requests as JSON
  • Onboarding tour on first visit
v0.3.0

Inspector redesign

  • Four-state flow: loading / not found / waiting / tracking
  • 3D animated WaitingView
  • EmptyStateView with Create CTA
  • Request details: headers, query, body, raw tabs
v0.2.0

Live streaming

  • WebSocket gateway for real-time captures
  • Request list with method/status filters
  • Search by path / ID / method
v0.1.0

Initial release

  • Create endpoint with custom prefix
  • Capture and inspect incoming requests
  • Replay captured requests