v0.7.1 (File Workspaces Hotfix)
Fixes
- Duplicate Workspace > Include Response History > reading body of undefined error - when duplicating response history into a file workspace + also handle error when duplicate a workspace fails - ui shouldn't get stuck showing "Duplicating..." when a workspace duplication fails + createCollections was missing file serialization for file workspace causing all File objects to become {}
- Sidebar > Duplicate Collection Item > Any binary bodies present in the collection item are lost after duplication
- File Workspace > Duplicate Workspace fails with "Error occurred in handler for 'getResponsesByCollectionId': Error: EISDIR: illegal operation on a directory, read" - this is due to us trying to get responses for all collection ids, which means we're also including collection ids that are folders - this won't cause an issue on indexeddb but here we need to handle it
- File Workspace > renamed socket name, but the messages file is not renamed (fixes #103)
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.7.0...v0.7.1