Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 22:31
· 110 commits to main since this release

Fixes

  • shell.openExternal fails to open external browser for external links on some systems but the open module is able to, so we'll be switching to that
  • Request Panel > Script > multiple plugins get created if you type the code really quickly for the first time - addPlugin can get called more than once causing all kinds of problems - this creates stray scripts that get executed on every request run but can never be deleted as they are not visible in the ui
  • Request Panel > Script > skipScriptUpdate was being set to true but not set to false until 2nd update, so script doesn't get saved + we also add keys to the code mirror editors, so they don't share instances with other tabs (fixes #124)
  • Tab name doesn't update after updating name in properties dialog (fixes #125)

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.11.0...v0.12.0