v0.20.0
Getting closer to v1.0.0 :))
Added
- 🌱 | Added environment editor viewer in the TUI. With default key bindings, it can be accessed via the
ctrl-ekey.⚠️ You may have to update your key bindings files by addingdisplay_env_editor = "ctrl-e". - 🗞️ | Added log viewer in the TUI. With default key bindings, it can be accessed via the
lkey.⚠️ You may have to update your key bindings files by addingdisplay_logs = "l". - 🛠️ | Added path parameters. They can be used by placing like
{my_param}in a URL as so: - 🌐 | Added
TRACEandCONNECTmethods.⚠️ You may have to update your theme files - ↩️ | Added response body wrapping. It can be activated by setting
wrap_responses = truein youratac.toml ↕️ | Added ability to move collections. With default key bindings, it can be accessed via thectrl-up/down⤵️ | Added OpenAPI v3 import. It can be used as soatac import openapi example_resources/import/openapi-petstore-v31-1.0.8.yaml- 🍎 | New MacOS key bindings that can be found here thanks to @i5-650
- 🧛 | New Dracula theme that can be found here thanks to @AdamuAbba
Improved
- 📺 | New
--tuiflag that can be used to open the TUI after a CLI command. Useful when importing stuff, and you want to see the result!! - ❓ | Removed trailing
?at the end of the URL when no query params were given, thanks to @jaxvanyang #147 - 🔙 | Whenever opening a popup, now gets you back to the last state instead of the main menu each time
- 🎬 | New demo GIF!!
- 🆙 | Updated dependencies
Fixed
- 🐋 | Fixed Docker workflow




