Releases: Julien-cpsn/ATAC
Releases · Julien-cpsn/ATAC
v0.11.3
Added
- Now available on homebrew!
Improved
- Key binding rework to avoid some keys not getting registered properly (crossterm-rs/crossterm#685)
- Added funding button (donation are not needed, but still welcome!)
- Updated the demo GIF !!! 🥳 🎉
Fixed
- Fixed result scrollbar not getting refreshed when selecting a new request
v0.11.2
Improved
- Added Multipart form, UrlEncoded form and settings in Postman import
Fixed
- Fixed a crash bug when a content-type was provided in a response but the content could not be syntax highlighted
v0.11.1
Improved
- Added horizontal result scrolling
- Can expand a collection by pressing Enter
- Can move up and down requests inside a collection
- Now calculates the syntax highlighted result only once instead of one time per frame, resulting in high performance gain
v0.11.0
Features
- Added cookies visualization
Improved
- Improved popups placement
v0.10.1
Improved
- Better key help
- Default: only the keys available (e.g.
(u)
) - When (
h
)elp is pressed: full keys name (e.g.(u)rl
)
- Default: only the keys available (e.g.
- Added CORS disabling via the config file
- Added collection and request renaming
v0.10.0
Features
- Added multipart form in body choices
- You can send a file by setting the value as
!!<my path>
such as!!folder\Cargo.toml
. You can also use it with environment variables!!{{MY_PATH}}
.
- You can send a file by setting the value as
- Added URL encoded form in body choices
v0.9.0
Features
- Added request settings
- Use config proxy
- Allow redirects
- Store received cookies
- Added syntax highlighting for reponse body (can be disabled viathe config file)
- Added HEAD method
Bugs fixed
- Fixed headers not getting saved properly
v0.8.1
Improved
- Now display env key helper when there are environments available
- Now creates the app directory if the selected one is not present
v0.8.0
Features
- Headers, the default are the following :
cache-control: no-cache
user-agent: ATAC/vX.X.X
accept: */*
accept-encoding: gzip, deflate, br
connection: keep-alive
content-type
is automatically added after modifying request's body type. It can be further edited or removed as you like
Improved
- Improved performance for environment key as color
- Prevent from rendering the environments if none was provided
v0.7.0
Features
- Added environments support, they are used by putting
.env.xxxxx
files inside the app directory