Insomnia Core 6.3.1
Download for Desktop View on GitHub
Major Changes
- Add mnemonics to menu items for Windows/Linux (#1221 by tostringtheory)
- New option to reference query parameters in Request template tag (#1301 by tostringtheory)
Bug Fixes
- Code generation works again
- Prevent race condition where switching between GraphQL requests quickly would cause the request body to get overwritten
- More robust positioning of dropdown menus when close to screen edge
- Undo now works properly after GraphQL prettify
- Handle edge case that caused some Swagger imports to not import all request (#1302 by thewheat)
- Update GraphQL library dependencies to fix minor bugs
- Code editor now displays a marker in the gutter for errors (had been broken for a long time)
- Response preview tab now refreshes properly when the tab was not active (#1294 by rickychandra)
- Prevent negative timeout values from being passed to libcurl and throwing an error
Minor Tweaks
- Add startup task to delete zombie response bodies from filesystem (#1292 by rickychandra)
- Display folder names when selecting a request in the template tag editor (#1293 by rickychandra)
- Tabs now highlighted when focused, and improved keyboard navigation for tabs (#1300 by tostringtheory)