Skip to content

v0.20.0

Choose a tag to compare

@Julien-cpsn Julien-cpsn released this 14 May 16:37
· 78 commits to main since this release

Getting closer to v1.0.0 :))

Demo Animation

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 adding display_env_editor = "ctrl-e".
    Screenshot
  • 🗞️ | 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 adding display_logs = "l".
    Screenshot
  • 🛠️ | Added path parameters. They can be used by placing like {my_param} in a URL as so:
    Screenshot
  • 🌐 | Added TRACE and CONNECT methods. ⚠️ You may have to update your theme files
  • ↩️ | Added response body wrapping. It can be activated by setting wrap_responses = true in your atac.toml
    Screenshot
  • ↕️ | 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