v0.16.0
Fixes
- Response Panel > html preview > set white as default background color, so that we don't get black text on black background in darker themes + no padding around iframe, so it takes full height and full width of the response panel
- Query params sync > migrateOldData function messing up correct query params (fixes #156)
- Keeping Request Panel's query tab open and creating a new request creates an uncaught error and breaks the application
- If you keep response panel tab as request and send a request that will error out and the request will get stuck in the loading state and cannot be cancelled
- Response Panel > Timeline viewer displays wrong info (#157) by @kobenguyent
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.15.0...v0.16.0