Changelog
What's new in Pry.
Subscribe to releases →
v1.3.0
April 2026
NEW
Added
- Group by host — toggle between flat list and domain-grouped view
- Headers raw/table toggle — switch between formatted table and raw text
- Vertical header layout — key above value for long values
- JSON/Raw toggle — switch between formatted and raw for JSON and Form content
- FaceID/TouchID/Passcode — optional auth to open inspector
- Light/Dark mode — adaptive colors, theme picker in Settings
- Max entries settings — configurable limits for network and console
- Clear buttons — trash icon in Network and Console toolbar
Fixed
- Array insert(at:0) replaced with append + removeFirst (O(1))
- Computed properties cascade replaced with single processed struct
- LazyVStack replaced with List for console virtualization
- Image capture capped at 512KB with metadata fallback
- FAB drag task cancellation
- Direct MainActor call when already on main thread
- Console logs sorted newest first
- JSON rendering limited to 500 lines for performance
- NetworkLogger cleanup timer for orphaned requests
v1.2.0
April 2026 Added
- Redirect chain visualization with timeline UI
- Request body capture via httpBodyStream read-and-reinject
- JSON renderer escapes control chars in string values
- Stress tab in demo app for manual testing
Improved
- GraphQL detection works with body stream capture
- Body display for all request types
v1.1.0
April 2026 Added
- Push notification simulator with delay slider and interruption level
- Deeplink simulator with URL/Builder modes
- Relaunch swipe action for deeplinks and push
- Network stats reflect active filters
- Search bar pinned in Cookies/UserDefaults
Fixed
- FAB drag no longer triggers tap
- Replay uses raw body storage (no pretty-print, no truncation)
v1.0.0
April 2026 Added
- Initial public release
- Network monitoring with URLSession interception
- Console logging with colored log types
- Deeplink and push notification capture
- Cookies, UserDefaults, device info viewers
- cURL export
- Search, filter, sort, pin requests
- Floating action button, shake gesture, embedded mode
- MIT License