github Julien-cpsn/ATAC v0.22.0

15 hours ago

Added

  • You can now import Postman environment files by using atac import postman-env <file path>. #172
    • Example file, which will be saved as .env.test
{
	"id": "f0aedee9-05dc-4b0a-8172-a1e022855db2",
	"name": "TEST",
	"values": [
		{
			"key": "host",
			"value": "http://127.0.0.1:8000/api",
			"type": "default",
			"enabled": true
		},
        ...
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2025-09-12T20:53:22.305Z",
	"_postman_exported_using": "Postman/11.62.6"
}

Improved

  • Clipboard now tries to use the Wayland data protocol if available, and falls back to x11 if not found
  • Updated the README with the newest functionalities

Fixed

  • Fixed the weird display of response's body for unknown content-type headers #143
  • Regression of the arboard library causing compilation error for Arch Linux #173

Don't miss a new ATAC release

NewReleases is sending notifications on new releases.