Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 09:24
· 157 commits to main since this release

What's New

  • Electron: Add toggle to disable automatic updates (#173)
  • Response Panel > revamp the response history list (#175)
  • Electron: Save window state (#176)
  • Request Panel > Enhanced body dropdown list (#178)
  • Request Panel > Auth > revamped dropdown (#182)
  • Request Panel > Address Bar > Method Selector Dropdown > Allow custom method (#184)

Fixes

  • Context Menu > Long option text label overflow issue
  • Response Panel > status text > limit max width of long status text as some servers can return really long status texts and that can break the ui + provide the full status text on hover using title attribute
  • Request Handling > Query params duplicated when sending request and in copy as curl
  • Repeated application/x-www-form-urlencoded fields only send final field (fixes #180)
  • Workspace > Import > fails if Default environment is missing (fixes #177)
  • Request Panel > Body dropdown > graphql content type is incorrect & no body getting set as content type (fixes #185)

Packages

For Ubuntu, snap can be installed using:

sudo snap install restfox

For macOS, the app can be installed using homebrew:

brew install restfox

For Windows, the app can be installed using:

scoop bucket add extras
scoop install restfox

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

Full Changelog: v0.18.0...v0.19.0