github Julien-cpsn/ATAC v0.20.0

latest releases: v0.20.2, v0.20.1
3 months ago

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

Don't miss a new ATAC release

NewReleases is sending notifications on new releases.