v2026.4.0
livestorejs/livestorev2026.4.0May 20, 2026by github-actions[bot]
AI Summary
Yaak v2026.4.0 focuses on enhanced cookie management, settings inheritance per workspace/folder/request, and UI improvements including macOS window controls and live Git status indicators.
Key Highlights
- Cookie editing with filtering and flow creation/editing support
- Layered settings inheritance for workspace, folder, and request levels
- macOS window controls and live Git status indicators in the sidebar
- Increased HTTP/2 response header limit
- File history and restore actions for Git-synced items
New Features
- Add `domain` argument to `cookie.value` template function
- Allow overriding `Content-Type` for GraphQL and form-urlencoded requests
- Persist `Set-Cookie` headers from WebSocket upgrade responses
- Clean up update downloads after install
Full Release Notes
[](https://yaak.app/changelog/2026.4.0) - [Add cookie editing with filtering, and create/edit/delete flows](https://yaak.app/feedback/posts/enhance-cookie-management-with-full-cookie-structure-display-and-editing-support) in [#463](https://github.com/mountain-loop/yaak/pull/463) - [Layered settings inheritance per workspace, folder, and request](https://yaak.app/feedback/posts/request-level-settings) in [#463](https://github.com/mountain-loop/yaak/pull/463) - Persist `Set-Cookie` headers from WebSocket upgrade responses when cookie storage is enabled in [#463](https://github.com/mountain-loop/yaak/pull/463) - [Add a `domain` argument to the `cookie.value` template function](https://yaak.app/feedback/posts/domain-parameter-in-cookie-value) in [#452](https://github.com/mountain-loop/yaak/pull/452) - [Add live Git status indicators in the sidebar](https://yaak.app/feedback/posts/uncommitted-changes-show-and-revert-per-request) in [#458](https://github.com/mountain-loop/yaak/pull/458) - Add file history and restore actions for Git-synced items in [#458](https://github.com/mountain-loop/yaak/pull/458) - [Add macOS window controls](https://yaak.app/feedback/posts/macos-window-app-management) in [#460](https://github.com/mountain-loop/yaak/pull/460) - [Clean up update downloads after install](https://yaak.app/feedback/posts/updates-cache-directory-cleanup) - Improve model sync scheduling - [Allow overriding `Content-Type` for GraphQL and form-urlencoded requests](https://yaak.app/feedback/posts/graphql-mode-ignores-manual-content-type-header-override) - [Increase HTTP/2 response header limit](https://yaak.app/feedback/posts/when-response-headers-exceed-a-certain-size-hyper-throws-error) - [Fix gRPC `Any` response reflection](https://yaak.app/feedback/posts/ui-hang-with-grpc-response-containing-google-protobuf-any) in [#451](https://github.com/mountain-loop/yaak/pull/451) - Show an error when importing a binary file fails - Fix duplicate request names when duplicating unnamed requests in [#429](https://github.com/mountain-loop/yaak/pull/429) - Fix ghost selection lines in wrapped code editor content in [#432](https://github.com/mountain-loop/yaak/pull/432) - Align HTTP method tags to the left in [#450](https://github.com/mountain-loop/yaak/pull/450) **Full Changelog**: https://github.com/mountain-loop/yaak/compare/v2026.3.1...v2026.4.0