Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 05:06
· 350 commits to main since this release

What's New

  • Request Panel > properly sync query params added to url into query params list and auto add any that are not already present in the query params list
  • Electron: change from default fetch to proxied fetch with ipc to allow setting headers like user-agent and cookie (now we lose the ability to see the request in the devtools network tab but it's a tradeoff worth making to get more functionality)
  • Response Panel > add ssl error to the possible errors list when a request fails
  • Import > OpenAPI URL
  • Settings > option to disable ssl verification when making requests (useful when you're using self signed certs) (only for electron)

Fixes

  • Request Panel > accidental url encoding of query params that are synced to the url - this turns environment variable symbols in {{var}} to url encoded %7B%7Bvar%7D%7D (fixes #78)
  • Request Panel > properly sync query params added to url into query params list and auto add any that are not already present in the query params list
  • Clone instructions for Web Standalone (contributed by @donuts-are-good)
  • Request Panel > edge case, getting DataCloneError: Failed to execute 'put' on 'IDBObjectStore': #<Object> could not be cloned error when persisting active tab after selecting a file for binary body

New Contributors

Packages

For Ubuntu, snap can be installed using:

sudo snap install restfox

For macOS, the app can be installed using homebrew:

brew install restfox

NOTE: Not all the builds have been tested properly, so please create an issue if you encounter any problems.

Full Changelog: v0.2.1...v0.3.0