v0.13.0
版本发布时间: 2024-04-19 04:54:08
Julien-cpsn/ATAC最新发布版本:v0.18.0(2024-08-25 06:49:03)
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 https://github.com/Julien-cpsn/ATAC/issues/27
- It can be deactivated within each request settings
- You have to upgrade the requests settings in your collection json files from:
{
...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 https://github.com/Julien-cpsn/ATAC/issues/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
Fixed
- Fixed a bug where param tabs are still processed and displayed when you were in the result only view https://github.com/Julien-cpsn/ATAC/issues/15
- Fixed a bug where you couldn't get the first collection when using the create request popup https://github.com/Julien-cpsn/ATAC/issues/20
- Fixed a bug where the log file was created even when you were in
--dry-run
1、 atac-v0.13.0-aarch64-apple-darwin.tar.gz 3.06MB
2、 atac-v0.13.0-aarch64-pc-windows-msvc.tar.gz 2.81MB
3、 atac-v0.13.0-aarch64-pc-windows-msvc.zip 2.73MB
4、 atac-v0.13.0-aarch64-unknown-linux-gnu.tar.gz 3.51MB
5、 atac-v0.13.0-aarch64-unknown-linux-musl.tar.gz 3.51MB
6、 atac-v0.13.0-universal-apple-darwin.tar.gz 6.15MB
7、 atac-v0.13.0-x86_64-apple-darwin.tar.gz 3.09MB
8、 atac-v0.13.0-x86_64-pc-windows-msvc.tar.gz 2.94MB
9、 atac-v0.13.0-x86_64-pc-windows-msvc.zip 2.86MB
10、 atac-v0.13.0-x86_64-unknown-freebsd.tar.gz 3.27MB
11、 atac-v0.13.0-x86_64-unknown-linux-gnu.tar.gz 3.29MB