Skip to content

Releases: Julien-cpsn/ATAC

v0.4.1

24 Feb 14:21
Compare
Choose a tag to compare

Improved

  • Now OpenSSL-free 😎

v0.4.0

24 Feb 13:41
Compare
Choose a tag to compare

Features

  • Requests are now real async! You can send many of them, but only once per request. (to avoid creating more than one thread)

Improved

  • Better panic handling
  • Using wrong URL format panic is now printed in the UI without crashing

v0.3.1

23 Feb 15:05
Compare
Choose a tag to compare

Features

  • Added validation popup when deleting a request or a collection
  • --dry-run when you don't want to save modifications

Improved

  • Only handles ASCII char for simple popups such as URL, request name, collection name

v0.3.0

23 Feb 00:39
Compare
Choose a tag to compare

Features

  • You can now manage many collection!!!
  • Added base_collections.json file which I personnaly use for testing everything
  • Request reponse now displays request duration and better status code

Improved

  • Collection serialization, some field are now in snake case
  • Screen is entirely cleared before the first display

v0.2.0

22 Feb 00:28
Compare
Choose a tag to compare

Features

  • Loading collection from file at startup
  • Saving collection to file for each modification

Bugs resolved

  • Fixed bug where you couldn't add new params if there was not already one

v0.1.1

19 Feb 14:31
Compare
Choose a tag to compare

Improved:

  • Better visibility in query params table
  • Select a request by pressing Enter in the collection (along →)
  • Sending request has been moved from Space to Ctrl + Enter
  • Text inputs now supports Delete key

Bugs resolved:

  • Cursor in query param text input was always shown at max text string

v0.1.0

19 Feb 10:38
Compare
Choose a tag to compare

Features:

  • Create new request
  • Delete request
  • Change request URL
  • Change request method, all methods are implemented
  • Add query params via the url and manage them through their dedicated tab
  • Use request authentification, basic or bearer
  • Add a body (Text, JSON, XML, HTML)
  • See request's response data, cookies and headers
  • Log file (to help bug resolution)

Thank you for using ATAC, any feedback is welcome!