Yaak Logo
Yaak

Yaak 2.0 Beta

2025.1.0-beta.1
2025.1.0-beta.12

Welcome to the Yaak 2.0 (aka 2025.1) beta!

Finally, you can now integrate Yaak workspaces with Git using Local directory sync. There’s a lot more here, however, and a few more big things coming so give it a try and leave your feedback in the 2.0 Feedback Thread.

Beta 12
Beta 11
Beta 10
  • Fix faker plugin breaking things
Beta 7
  • Fix plugin runtime not starting
Beta 6
  • Clicking sidebar item focuses sidebar, then immediately loses it
  • Switch plugin runtime communication from gRPC to WebSocket
  • Fix JSONPath/XPath filtering for ISO-8859-1 charset
Beta 4/5
  • Fix fresh DB not being created on first launch
Beta 3
  • Add JWT bearer authentication plugin
  • Add support for auth plugins and port existing auth
  • Add gRPC v1 reflection (falls back to old v1alpha)
  • Fix app not launching on Windows due to invalid DB file path format
  • Fix window maximization visual state
  • Fix window size/position restoration
  • Fix workspace creation without sync dir enabled
Beta 2
  • Update to use latest plugins

🎁 Features

👥 Community

  • yaak2postman CLI for converting Yaak exports to Postman collections

💄 Improvements

  • Preserve editor history for all inputs
  • Option to omit environments from data export
  • Order workspaces, cookie jars, and environments by name
  • Emacs, and VSCode keymaps
  • Duplicate Folders
  • Support SVG response preview
  • Menus now use “click away” instead of a backdrop
  • Backspace to delete selected request in sidebar
  • Gruvbox theme (#140 by @alhansrisuk)
  • Add analytics to the Settings window
  • Move base environments out of workspace (visible in data export)
  • Button to open logs and data directories from app settings
  • Multi-Part mime for text fields
  • Multi-line editing for multi-part form values
  • Align sidebar request names

🛠️ Fixes