One of the biggest updates!!! 🎉🎉🎉 (yet)
From now on, it will be much easier to integrate new protocols such as MQTT and GraphQL
Added
- 🧦 | Websocket support
- Updated every theme and keybindings. ⚠️ Please check yours ⚠️
- Chat-like UI in TUI
- Change the message type with
ctrl-m
- Press
y
to yank the messages
- Change the message type with
- Usable in CLI
- Press
alt-enter
to add a line return to the message - Press
enter
to send a message
- Press
- 📩 | You can now save request responses and messages by setting
save_requests_response = true
in youratac.toml
#162 - 🔍 | You can now filter collection files to parse by using the
--filter <REGEX>
argument. E.g.--filter "methods.json$"
#167 - 👴 | Collection retro-compatibility is now a thing. Your older collections will be updated to the newest format when launching the application.
Improved
- 🖼️ | Request response with an image can now be displayed in the CLI
- Updated dependencies