/changelog

Changelog

What shipped, and when. Newest first. Summaries here — full diffs are on GitHub.

Currently on v0.20.0 · build 20260522.01.

v0.20.0latest2026-05-22
Added
  • Variants bind to environments. A variant at collection or folder scope now declares which workspace environments it applies to, one or many. The send-time picker only offers variants bound to the active environment, and the runner skips any variant that does not match, falling through to the environment plus scope defaults. Bind environments inline next to the variable editor in the variant panel. Switching the active environment clears remembered picks so the next send re-prompts against the right set.
Changed
  • Variants now require an environment. New variants pick at least one environment on creation. Variants made in 0.19.0 carry no binding and stay inert, flagged in the variant list, until you assign one from the variant panel. An inert variant resolves to nothing, which is what stops a prod variant from quietly applying while a local environment is active.
v0.19.02026-05-15
Added
  • Variant mode. Variables scope to workspace, collection, and folder, not just environments. Pick a variant at send time; the choice sticks per workspace.
  • System tray. Theme-aware tray icon. Jump to a recent request or saved response from the menu.
  • Native macOS menu bar. Real File / Edit / View / Window menus with keyboard shortcuts. Menu Rename drives the same inline edit as the sidebar.
  • Native About panel. macOS About window, mirrored into in-app settings.
  • Version checker. Checks GitHub on launch for a newer build, points at the install page. Stable updates are mandatory, pre-releases optional. Toggle in Settings → Updates.
v0.18.102026-05-13
Added
  • Beautify request and response bodies. JSON, XML, and HTML, with a keyboard shortcut.
  • Convert between formats: CSV, JSON, YAML, XML, Markdown tables, HTML tables.
  • Share any response as a polished screenshot. Six editor themes.
  • Copy response screenshots straight to the clipboard on macOS and Windows.
  • Separate dev build that runs side by side with the installed release.
Fixed
  • Version numbers like 0.18.10 no longer lose their leading zero on bump.
v0.18.42026-05-13
Fixed
  • The Windows app now shows the Dover icon in the taskbar, title bar, and Alt+Tab.
  • No more stray console window next to the Windows app on launch.
  • Keyboard hints show Ctrl on Windows instead of the Mac Command symbol.
v0.18.32026-05-12
Added
  • macOS .dmg downloads for Apple Silicon and Intel.
  • Windows release: portable .exe, an installer, and a Scoop bucket.
Changed
  • One command now builds and publishes every macOS and Windows artifact.
v0.18.22026-05-12
Fixed
  • Cleanup now runs when the system stops the app, not only on quit.
v0.18.12026-05-11
Fixed
  • Shutdown cleanup now runs reliably when you quit on macOS.
  • Credentials in a pasted URL are stripped before a tab is saved.
v0.18.02026-05-11
Added
  • Whole-database encryption at rest.
  • Cross-compile a Windows build from macOS, no Docker needed.
Changed
  • Existing local databases upgrade to the encrypted format automatically on first launch.
v0.17.42026-05-11
Added
  • Save responses as named examples under each request in the sidebar.
  • Saved examples strip tokens and passwords before they touch disk.
v0.17.32026-05-11
Added
  • Optional comments and trailing commas in JSON request bodies, stripped before sending.
v0.17.22026-05-11
Added
  • Dynamic template functions in {{$fn(...)}} syntax: timestamps, UUIDs, random data, encoding.
  • Paste a curl command to build a request, with a preview before it replaces anything.
v0.17.12026-05-11
Added
  • ECDSA and Ed25519 signing and verifying in scripts.
  • New match assertion for response checks in scripts.
v0.17.02026-05-10
Added
  • First public release. A local-first API client: all HTTP methods, environments, collections, workspaces.
  • Encrypted secret variables and an in-process HTTP runner with full header and cookie control.
  • Pre and post request scripts, a plugin system, and Postman v2.1 import.
  • Spotlight search, cloud sync, team workspaces with invites, and a notifications inbox.