Skip to content

Releases: Julien-cpsn/ATAC

v0.11.3

15 Apr 20:58
Compare
Choose a tag to compare

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

15 Apr 14:39
Compare
Choose a tag to compare

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

15 Apr 12:38
Compare
Choose a tag to compare

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

24 Mar 22:16
Compare
Choose a tag to compare

Features

  • Added cookies visualization

Improved

  • Improved popups placement

v0.10.1

17 Mar 04:00
Compare
Choose a tag to compare

Improved

  • Better key help
    • Default: only the keys available (e.g. (u))
    • When (h)elp is pressed: full keys name (e.g. (u)rl)
  • Added CORS disabling via the config file
  • Added collection and request renaming

v0.10.0

17 Mar 01:53
Compare
Choose a tag to compare

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}}.
  • Added URL encoded form in body choices

v0.9.0

04 Mar 23:20
Compare
Choose a tag to compare

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

02 Mar 15:56
Compare
Choose a tag to compare

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

02 Mar 00:10
Compare
Choose a tag to compare

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

01 Mar 09:59
Compare
Choose a tag to compare

Features

  • Added environments support, they are used by putting .env.xxxxx files inside the app directory