ChangelogWhat's new.
Every release, in reverse chronological order.
v0.6.02026-09-11
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.02026-09-10
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.02026-09-08
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.02026-09-05
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.02026-09-01
Live streaming
- WebSocket gateway for real-time captures
- Request list with method/status filters
- Search by path / ID / method
v0.1.02026-08-25
Initial release
- Create endpoint with custom prefix
- Capture and inspect incoming requests
- Replay captured requests