v0.14.0
What's New
- add a bit of border-radius for all select elements + increase height of the environment selector in nav bar, so the user has more clickable area + increase padding of full width inputs & select elements
- Settings > Change widths from 3 rows into 1 row with 3 columns, so that they take up less space
- Sidebar > Sidebar Item > Show full name of the item in a tooltip when hovering mouse over it, as the only other way the user can see a really long collection item name is by right clicking and opening properties - as we don't wrap really long names - they just get cut off in the ui beyond the width of the sidebar (similar to vscode)
- Request Panel > sync path params from url to Query tab (completes #50 and #129)
- Request Panel > Query > URL Preview (completes #50)
Fixes
- SocketPanel > IO v3 & v4 > received message is shown as [Object object]
- Sidebar > Collapse All > Can't collapse newly created folders that haven't been collapsed at least once as collapsed property won't be present
- Settings > Reset Width also resets all settings
- Folder properties > auth + headers > env var does not become green / resolve if it's in folder environment
- Sidebar > drag moving a collection item of type request and socket from one folder to another does not reload displayed env vars in the inputs, as per the folder's environment - so the highlight color remains red, even if env var is available after the move into a folder
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.13.0...v0.14.0