v1.32.0

usebruno/brunov1.32.0Oct 1, 2024by helloanoop

AI Summary

This release improves user experience by adding a Keybindings tab and remembering the last selected environment. It also enhances variable interpolation capabilities for different body types and fixes UI glitches like cursor jumping.

Key Highlights

  • Added Keybindings tab
  • Remember last selected environment
  • Enhanced variable interpolation for form data and GraphQL variables
  • Fixed cursor jump on Query Params

New Features

  • Remember last selected environment
  • Added Keybindings tab

Full Release Notes

## What's Changed

### Features
* feat: remember last selected env by @lohxt1 in https://github.com/usebruno/bruno/pull/3215
* feat: Added Keybindings tab. by @sanjai0py in https://github.com/usebruno/bruno/pull/3204

### Fixes
* fix: interpolate form-urlencoded and multipart formdata values individually by @lohxt1 in https://github.com/usebruno/bruno/pull/3237
* fix: interpolate json body for type object -- graphql variables by @lohxt1 in https://github.com/usebruno/bruno/pull/3212
* fix: remove glow outline around folded JSON by @sanjai0py in https://github.com/usebruno/bruno/pull/3208
* fix: restrict access to system process env vars by @lohxt1 in https://github.com/usebruno/bruno/pull/3226
* fix: Cursor jump on Query Params by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3227

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.31.0...v1.32.0