v1.22.0

usebruno/brunov1.22.0Jul 23, 2024by helloanoop

AI Summary

This update focuses on variable management and Git UI improvements, including renaming internal variables and adding a Git Clone interface. It also fixes Multipart request handling and OpenAPI display issues.

Key Highlights

  • Rename `collectionVariables` to `runtimeVariables`
  • Add Git Clone UI
  • Fix Multipart request file input initialization
  • Fix OpenAPI spec viewer display issues

Breaking Changes

  • Variable name `collectionVariables` has been renamed to `runtimeVariables`

New Features

  • Rename `collectionVariables` to `runtimeVariables`
  • Git Clone UI
  • Fix Multipart request file input init value

Full Release Notes

## What's Changed
* Fix Multipart request file input init value and clear value by @maxdestors in https://github.com/usebruno/bruno/pull/2609
* feat/rename collectionVariables variable name to runtimeVariables by @lohxt1 in https://github.com/usebruno/bruno/pull/2638
* update node-machine-id to @usebruno/node-machine-id by @lohxt1 in https://github.com/usebruno/bruno/pull/2661
* Feat/electron bump by @lohxt1 in https://github.com/usebruno/bruno/pull/2668
* scrollbar fix by @lohxt1 in https://github.com/usebruno/bruno/pull/2670
* feat: Git Clone UI
* fix: issue related to openapi not displaying in spec designer solved


**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.21.0...v1.22.0