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
- Example file, which will be saved as
{
"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