v1.0.0
First tagged release.
Added
- HTTP and GraphQL requests with params, headers, auth helpers (Bearer, Basic,
API key), and body modes: JSON, text, form-urlencoded, multipart form-data
with file fields, and binary file. Binary-safe responses with a Download
button, plus Pretty/Raw views and syntax highlighting. - Workspaces as plain folders of JSON/Markdown files, chosen via the native
system folder picker; collaborate by making a workspace a Git repo. - Workspace-level environments with
{{variable}}interpolation,{{var}}
autocomplete and blue/red highlighting, and secret variables that keep their
value in a gitignored<env>.local.json. - Markdown documentation on every request and collection, edited with a
WYSIWYG editor that round-trips to clean Markdown. - Resizable request-body, response, and sidebar panels with persisted sizing.
- cURL import/export and Postman collection/environment import (Collection
v2.1.0), including import of Postman pre-request/test scripts. - Postman-compatible pre-request and post-response (test) scripts with a
pm.*
API, at the request and collection level, run in a sandboxednode:vm. - Automatic per-workspace cookie jar (capture and auto-attach), a cookie
manager UI, andpm.cookiesfor scripts. - MCP server over Streamable HTTP exposing workspace tools to AI agents, with
two-step confirmation on destructive tools.
Fixed
- Unsaved-changes indicator no longer sticks after edits are reverted.
- Cookies whose
Domainattribute is an IP are stored host-only instead of
being silently dropped.