Added
- Added command palette option to export the request as a curl command without running setup scripts.
- Added new documentation on working with the response in Posting and via external pagers/editors.
- Added new documentation on saving requests into folder structures from within Posting.
- Added initial, work-in-progress
CONTRIBUTING.md
.
Fixed
- Fixed crash when toggling rows via clicking the checkbox
- Fixed erroneous trailing ellipsis in
Info
tab. - Fixed error messages in toasts on read and write timeouts.
Changed
- Variables will be substituted into exported curl commands.
- Undefined variables will be left as is (e.g.
$foo
will be left as$foo
in the curl command)
- Undefined variables will be left as is (e.g.
- Setup scripts will now run by default when exporting to curl.
- Do not focus the URL bar when an error occurs on sending a request.
- Small visual refinement in
Scripts
tab.
New Contributors
Full Changelog: 2.4.0...2.4.1