v0.17.0
What's New
- Request Panel & Response Panel tabs will now retain their selected tab, for each open request tab - before this change, if you switched the request panel tab for one request tab, it would also switch the request panel tab for other open request tabs as well - same for response panel
- Response Panel > remember & restore scroll position when switching tabs
Fixes
- Dracula theme > improve contrast + visibility of selections and matches in code mirror editor
- Dracula theme > improve contrast + visibility of null values in code mirror editor
- Socket Panel > Socket.IO > query string is not appended to connection url when path is present
- Socket Panel > Socket.IO > improved disconnection handling - before, when a connection would forcibly disconnect, no disconnection message was logged in the ui and the disconnect button would not change to connect until a ui refresh was triggered, like by clicking the clear messages button
- Socket Panel > Socket.IO > "Disconnected from" message shows raw url instead of the env substituted one
- this.$refs.scrollableArea.removeEventListener undefined (#161)
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.16.0...v0.17.0