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-e
key. โ ๏ธ 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
l
key. โ ๏ธ 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
TRACE
andCONNECT
methods. โ ๏ธ You may have to update your theme files - โฉ๏ธ | Added response body wrapping. It can be activated by setting
wrap_responses = true
in youratac.toml
- โ๏ธ | Added ability to move collections. With default key bindings, it can be accessed via the
ctrl-up/down
- โคต๏ธ | Added OpenAPI v3 import. It can be used as so
atac 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
--tui
flag 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