HTTPeep v0.6.5 Changelog
HTTPeep v0.6.5 release notes, including new features, bug fixes, and performance improvements.
HTTPeep v0.6.5
✨ What's New
- Performance & Architecture: RequestTable optimization; extracted reusable request/response pipelines for HTTP/1 and HTTP/2
- UX Improvements: RuleEditor enhancements, multiple drag-and-drop zones, default RequestTable selection, improved context menus
- Cross-Platform: Linux adapter support, Windows-specific fixes, LAN interface filtering
- Globalization: Complete i18n coverage across desktop, tray, website, and Connect Apps
🐛 Bug Fixes
- Fixed request retry failures (host header and body lazy-loading issues)
- Fixed session management bugs (selection jumps, duplicate deletions)
- Fixed URL decoding issues in LocalDir mode
- Fixed styling regressions in Monaco editor and ProxyRulesDrawer
- Resolved false "dirty" indicators on built-in rules
- Removed Rules draft persistence with added user prompts on unsaved changes
♻️ Refactoring
- Database-layer filtering for better performance while preserving real-time frontend updates
🔧 Chores
- Code cleanup and documentation pruning