SANDWICH PROXY CHANGELOG ======================== Version 1.0.2 - December 22, 2025 --------------------------------- This releases expand Sandwich proxy to be used as a dev friendly endpoint protecion and help extend research * Added comprehensive security filtering system with Gitleaks v8.25.0+ patterns * Added threat intelligence feeds (URLhaus, PhishTank, OpenPhish, Google Safe Browsing) * Added credential detection (AWS keys, GitHub tokens, Google API keys, SSH keys, 15+ types) * Added PII detection (SSNs, credit cards, email addresses) * Added heuristic detection (typosquatting, suspicious TLDs, CI/CD token exfiltration) * Added Shannon entropy validation to reduce false positives * Added security alert UI with clickable alerts and full request/response context * Added source attribution for all detections (threat feed, pattern, heuristic) * Added domain whitelisting with auto-clear of related alerts * Added webhook notifications for security alerts - integrate with external alerting services - use sandwich as endpoint protection * Added macOS system notifications for critical threats * Added alert export to JSON/CSV * Added verbose logging toggle for security filters * Fixed EventLoop shutdown errors in security checks * Fixed settings window to be resizable (HIG compliant) * Updated welcome screen with security filtering information * Attribution: Security patterns based on Gitleaks (MIT License) Version 1.0.1 - December 19, 2025 --------------------------------- * Fixed cURL export to generate working commands with --compressed flag * Fixed GraphQL and POST request response body decompression (gzip/deflate) * Fixed inspector not updating when clicking between search results * Fixed auto-focus stealing in intercept mode * Fixed intercept panel click handling - single-click to edit, double-click to forward * Redesigned intercept panel UI - replaced floating overlay with integrated bottom panel * Added ESC key support to close intercept panel * Improved intercept panel visibility with solid backgrounds (HIG compliant) * Added verbose logging toggle in Settings > Proxy > Debug * Added logging [PROXY] prefix * Improved intercept mode workflow - auto-advance to next request * Added proper About screen with update checking and changelog viewer Version 1.0.0 - December 15, 2025 --------------------------------- * Initial release * HTTP/HTTPS proxy with MITM support * Request/response interception and modification * GraphQL-aware request inspector * Full-text search across all traffic * HAR export functionality * SQLite-based transaction history * Certificate management for iOS and macOS * Keyboard shortcuts for common operations * Menu bar integration * Dark mode support