Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 12:02
· 88 commits to main since this release

What's New

  • Electron: Allow native wayland options to support HiDPI screens that are using fractional scaling (snap builds) (#116)
  • CodeMirror 6 components > show selection highlighting when ctrl+d is used to select the next match for the selected text
  • Plugin > adds atob
  • Plugin > changes quickjs from sync to asyncify build for improved async support
  • Plugin > adds helper methods for base64 & arraybuffer
  • Plugin > ability to import esm module using urls
  • Plugin > adds fetchSync to make http requests from a plugin
  • Adds a references button that shows all the docs related to Plugins in a context menu for easy access, at the top right of Request Panel > Script & Plugin Edit Modal
  • Plugin editors > adds auto completion for rf.arraybuffer.*, rf.base64.*, fetchSync & readFile (if desktop)

Fixes

  • Alert confirm prompt dialog > long unbroken text causes overflow
  • DNS resolution fails for localhost domains ending with .test
  • Plugin > now query params can be pushed to and set, as raised in issue #110
  • CodeMirrorEditor > basic language autocompletion was not working

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

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