v0.13.0
Added
- If no directory is specified with
--directory
-d
, the application will try to get one from theATAC_MAIN_DIR
environment varable - Automatically pretty print the response content #27
{
...request...
"settings": {
"use_config_proxy": true,
"allow_redirects": true,
"store_received_cookies": true
}
}
to:
{
...request...
"settings": {
"use_config_proxy": true,
"allow_redirects": true,
"store_received_cookies": true,
"pretty_print_response_content": true
}
}
- For now, only supports JSON (open an issue if other formats are needed)
Improved
- Automatically use the selected collection in the request creation popup #25
- When in the params-only view, the tab key changes the params tabs. When in the result-only view, the tab key chanegs the result tabs.
- Reworked error printing that concerns "human" errors in order to be more readable (e.g. the app trying to parse a malformed collection file).
- Lowered the release binary size by 25% to 40% depending on your OS thanks to https://github.com/johnthagen/min-sized-rust