Some more colors and customization π
Added
- πΊπ | You can now use your own themes as you like! (#100)
- Set the
ATAC_THEME
environment variable to point toward a theme file (.toml) - The default theme file and 6 other example themes are included here: https://github.com/Julien-cpsn/ATAC/tree/main/example_resources/themes (you can see them all below)
- If you feel proud of your themes, make a PR to add them to the pool!!
- Set the
- π | The application will now try to use
config
directory if no directory was specified (-d
or viaATAC_MAIN_DIR
). An example would in my case be:/home/julien/.config/atac/
(#68) @namespaceYcZ- You can avoid using
-d
orATAC_MAIN_DIR
if you prefer
- You can avoid using
- β | 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
}
}
- π | We now have a docker package, pull the image from https://hub.docker.com/repository/docker/juliencaposiena/atac/general (#96) @alan910127
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