github Julien-cpsn/ATAC v0.18.0

25 days ago

Some more colors and customization 🌈

image

Added

  • 🌺🌈 | You can now use your own themes as you like! (#100)
  • πŸ“ | The application will now try to use config directory if no directory was specified (-d or via ATAC_MAIN_DIR). An example would in my case be: /home/julien/.config/atac/ (#68) @namespaceYcZ
    • You can avoid using -d or ATAC_MAIN_DIR if you prefer
  • ❌ | You can now cancel a pending request by pressing the send key before receiving a response or timeout (#82, #95) @ficolas2
  • 🀷 | It is now possible to accept invalid hostnames. You have to update your collection files.
{
...request...
      "settings": {
        "use_config_proxy": true,
        "allow_redirects": true,
        "store_received_cookies": true,
        "pretty_print_response_content": true,
        "accept_invalid_certs": false,
        "accept_invalid_hostnames": false
      }
}

Improved

  • You can now press ctrl-c to exit the app while a request is selected (#50) @NachoNievaG

Fixed

  • Fixed directory problem with completions and man commands (#104) @orhun
  • Fixed some minor CLI comments

Example themes

Insomnia

image

VS Code

image

Light theme

image

Pastel light

image

Pastel dark

image

Postman

image

Don't miss a new ATAC release

NewReleases is sending notifications on new releases.