HTTPeep v0.8.15
What's New
Rules & Sharing
- Added rule sharing from the rules list context menu, copying a Deeplink that can be imported by another HTTPeep client.
- Added clipboard permission support for the desktop context menu sharing flow.
- Refined rule list context-menu behavior so share actions are available without changing the selected rule.
CLI & Updates
- Added
hp update, with platform-aware update guidance for Linux installs, Homebrew installs, and desktop-bundled CLI builds. - Added DNS upsert support to the CLI so global or environment-specific DNS overrides can be created or updated directly from
hp dns. - Improved the bundled CLI command structure for launch, shell, runtime, license, and session workflows while keeping those commands available to desktop users.
- Added pagination and field selection support for
sessions list, making larger captures easier to inspect from the terminal. - Simplified the
hp dnscommand flow while preserving validation before DNS override changes are saved.
Packaging & Distribution
- Added Microsoft Store build configuration and packaging scripts for the desktop app.
- Refreshed desktop icon assets, including Windows Store and Android launcher asset sets used by Tauri packaging.
- Updated the desktop build flow so Store packaging can be produced alongside the regular desktop release artifacts.
Licensing & Payment
- Refined the purchase dialog entry point from bypass rules so the payment action is clearer and uses the updated button behavior.
Bug Fixes
Proxy & Connection Setup
- Fixed an issue where opening the external proxy dialog could pause the proxy unexpectedly.
- Fixed Chromium launch capture for loopback traffic by removing the loopback bypass argument that could trigger local redirect loops.
Session Filtering & Storage
- Fixed endpoint filtering so query strings and fragments are ignored when matching selected domain paths.
- Fixed root-path handling for domain path filters, allowing captures for
https://example.comto match the/endpoint consistently.
App Stability & Tests
- Fixed frontend unit tests around toolbar subscriptions, request filtering, rule sharing, and traffic sidebar interactions.
- Updated generated desktop bindings for the new session filter fields and command surface.