Sidebar Filtering, Environment Ordering, and Better Postman Imports
2025.8.0
In this article
📦 2025.8.2
Fix zoom hotkey
OAuth 1.0 authentication
Copy as curl bug with API key auth
Fix GraphQL editor overwriting on request change
Fix focus of environment variable after clicking
Allow response header values more height before scrolling
Recursively collapse during “collapse all” and fix hotkey
📦 2025.8.1
Fix gRPC editor overwriting on request change
This release brings the long-awaited ability to filter requests in the sidebar,
plus a bunch of quality-of-life improvements that I know you’ll enjoy.
🔍 Sidebar request filtering
Let’s start with the big one. You can now quickly filter the sidebar using a
simple-yet-powerful query language. This makes it much easier to navigate
large workspaces, especially when you have deeply nested folder structures.
Filter requests in the sidebar using a simple query language
Filtering works recursively, so Yaak automatically shows matching descendants
and ancestors, ensuring you never lose context while searching.
The environment edit dialog got an upgrade! The same sidebar tree component that
was released in the last update is now being used for the environments dialog.
This means you can:
Multi-select environments to perform actions
Drag-n-drop reorder environments
Double-click to rename
Navigate the sidebar with hotkeys
New environment sidebar with multi-select and reordering
Environiment colors also got an upgrade! It is now possible to assign a theme
color to an environment. This means selecting “red” will automatically adapt to
match whatever theme is active. (Selecting a custom color (last option) will
assign a fixed color value like it used to.)
You will also be prompted to select a color during environment creation.
New environment creation dialog with sharable and color option
📬 Import more postman auth types
The Postman importer now supports OAuth, JWT, and API key authentication. This
should make it much easier to transition to Yaak if you’re looking for a faster
or more secure API client.
A sample OAuth 2 configuratio
📴 Opt-out of notifications
Yaak already does not include any tracking or analytics, but some of you also
wanted the ability to opt out of checking for notifications. Now you can!
Opt out of checking for notifications from Settings > Genera
Other fixes and improvements
🎁 New
Left/right arrow support for sidebar navigation
Clicking a missing environment variable now creates one automatically
Clicking a variable now opens directly to the value input
Add hotkey for creating a new environment within the environment editor
Add API-key auth to “copy as gRPCurl”
Add AWS auth to “copy as Curl”
Add the ability to click to copy text on “Type ___ to confirm delete” dialog
Add the ability to disable notification check
Add hotkey to show context menu in sidebar (Control+Enter on macOS, or Alt+Insert)