Insomnia Core 6.0.0
Download for Desktop View on GitHub
Major Changes
- Themes no longer restricted to premium users
- One Dark and One Light themes (#1044 by seanwash)
- GraphQL queries now show reference documentation mouse hover
- GraphQL operationName now set based on cursor position (if multiple named queries exist) (#990 by bwlt)
- Can now view GraphQL introspection request's response on failure
- Setting to configure environment highlight color style (#1042 by tippl)
- Environments are now sortable from within the Manage Environments dialog
- Cookie jar template tag (#1039 by coolhome)
- Added ability for plugins to define themes
- New storage API added to plugin API to store/retrieve data
- Greatly improved (more strict) fuzzy search
Bug Fixes
- No longer specify multipart/form-data boundary when generating Curl requests
- Curl code generation now respects URL encoding option (#979 by besolov)
- Environment now works as expected when no active request is selected
- The prompt template tag now only executes once per request
- No longer fail to render when comment ('#}') is included in GraphQL query
- Small fix related to same-variable-name environment merging
- Support absent Content-Type header for AWS authentication
- Improved error handling for async template tag errors
- Better response preview webview charset handling
- Tag editor dialog preview no longer jumps when an error is present
Minor Tweaks
- Request template tag now has a new option to get the folder and name
- GraphQL introspection query now specifies operationName property
- New response.setBody API for plugin response hooks
- ASAP Auth now default additionalClaims to empty object (#953 by gerrytan)
- Now purge raw response bodies when responses are deleted from history
- Added styling for ordered lists to markdown previews
- Add audience parameter to implicit OAuth 2.0 grant type (#1009 by delianides)
- Improvements to autocomplete when editing GraphQL variables
- More token types supported for syntax highlighting of Markdown previews (docs)
- Request switcher (Cmd+p) now sorts results by best match
- GraphQL operationName now shown below query editor when set
- Add button to clear current sidebar filter
- Prompt tag now supports masked input (type=password) (#1036 by flipxfx)
- Add ability to see response for failed OAuth 2.0 token fetch requests
- Theme thumbnails are now generated SVGs instead of screenshots