Towards v1.0.0 at the speed of light!! 🎉🎉🥳
Added
- Added configurable key-bindings. They can be configured by putting a path to your config file in the
ATAC_KEY_BINDINGS
environment variable. Don't wait to create yours! #10- Two example config files have been put inside the
key_bindings_templates
folderkey_bindings_templates/default_key_bindings.toml
key_bindings_templates/vim_key_bindings.toml
thanks to @diego-rapoport @kayuxx @ndtoan96 @NachoNievaG
- When editing a key-bindings config file, you can either use the
VimEmulation
or theCustom
options to edit text areas (like the text body). TheVimEmulation
implements most of the Vim key-bindings from the original software like many modes. - You can create a pull request to add new key-bindings config files that you find pertinent to add (not your crackhead one please)
- Two example config files have been put inside the
- Totally reworked the key-bindings help, the help on the bottom right now shows your current key-bindings. You can also access a help popup at any time to show all the hidden shortcuts and actions by pressing
Ctrl-h
on the default key-bindings config. - You can now yank to your clipboard a part of the request's reponse by pressing
y
on the default config. Thanks to @NachoNievaG #24 - Added the Javascript body content-type
Improved
- Added env variables to the file body content-type
- Javascript and File content-type can now be imported from Postman
- We now have a typo check CI thanks to @ccoVeille
- Now on Fedora copr thanks to @joxcat
- Now on the official Arch repos thanks to @orhun
Fixed
- Quick fix refreshing response scrollbars after receiving a response