Full changelog: https://yaak.app/changelog/2026.5.0
🎁 New
- Readable streaming responses for LLM APIs (#466, feedback)
- Configurable gRPC and WebSocket message size limits (#487)
- Sidebar filter suggestions (#477)
- CLI: new
importandexportcommands (#484) - Allow to define operation name in GraphQL (#499, feedback)
- Leave quick feedback on select features from within the app (#497)
💄 Improved
- Improved SQLite performance with WAL mode (#496, feedback)
- Response history menu grouped by time (#492, feedback)
- Extract Bearer and Basic authentication when importing cURL commands (#423)
- Better window-state preservation (#495)
- Upgraded the app styling system to Tailwind CSS v4 (#491)
- Allow uninstalling plugins with missing directories (#481)
- Commercial-use nudges for team-oriented workflows (#478)
- Commit dialog, commits, and pull now only consider files in the sync folder (#503)
- Faster request body history persistence for large uploads (#508)
🛠️ Fixed
- Fix macOS spell-correction popover appearing while typing request names (#483, feedback)
- Fix
:namepath placeholders followed by literal:suffixes (e.g./tasks/:id:cancel) (#465) - Fix Postman imports where string-based
url.pathvalues imported as empty paths (#490) - Fix bulk environment variable parsing (#482, feedback)
- Fix secret input text bleeding under the obscure toggle button (#461)
- Fix long model names overflowing the delete dialog (#468)
- Graphql incorrect request after import from Curl (#499, feedback)
- Fix overflowing text in inputs with right-side controls
- Fix constant high CPU usage when the Git sync folder is inside a large repository (#503, feedback)
- Show an error instead of hanging at startup when the plugin runtime fails to start (#502)
- Fix duplicating a request sometimes copying stale content (#505, feedback)
- Refresh OAuth 2.0 tokens using the JWT exp claim when the token response has no expires_in (#506)
- Fix responses staying in a loading state after large uploads (#498)
- Fix Insomnia text body imports (#507)
- Broken Keyboard shortcuts modal formatting (#509, feedback)
- Autocomplete inserts duplicate protocol (#510, feedback)