Skip to content

v1.0.0

Choose a tag to compare

@mbadaz mbadaz released this 16 Jun 22:38
· 10 commits to main since this release

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 sandboxed node:vm.
  • Automatic per-workspace cookie jar (capture and auto-attach), a cookie
    manager UI, and pm.cookies for 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 Domain attribute is an IP are stored host-only instead of
    being silently dropped.