v1.20.1
usebruno/brunov1.20.1Jul 4, 2024by helloanoop
AI Summary
This release improves user experience with header autocompletion, bulk environment imports, and adds utility functions for variable management in scripts.
Key Highlights
- Add autocompletion for headers values
- Add `bru.hasEnvVar`, `bru.hasVar`, `bru.deleteVar` functions
- Add Bulk environment import and UX improvements
- Fix collection close operation failing
New Features
- Autocompletion for headers value
- Bulk env import and UX improvements
- Add `bru.hasEnvVar`, `bru.hasVar`, `bru.deleteVar`
- Add collection and folder data to exported json
Full Release Notes
## What's Changed ### Features * feat: Add autocompletion for headers value by @GuillaumeOnepilot in https://github.com/usebruno/bruno/pull/1142 * feat: Bulk env import and UX/UI improvements by @bpoulaindev in https://github.com/usebruno/bruno/pull/2509 * feat: bru.hasEnvVar, bru.hasVar, bru.deleteVar by @lohxt1 in https://github.com/usebruno/bruno/pull/2531 * feat: add collection and folder data to exported bruno collection json by @lohxt1 in https://github.com/usebruno/bruno/pull/2560 ### Fixes * Fixed issue where collection close operation was failing * fix/variables highlighting by @lohxt1 in https://github.com/usebruno/bruno/pull/2502 * Fix(#911): Scrolling issue caused by editor height by @NickBoyadjian in https://github.com/usebruno/bruno/pull/1058 * Bugfix/links in docs by @sanjai0py in https://github.com/usebruno/bruno/pull/2561 * collection json export with folder and collection bru data by @lohxt1 in https://github.com/usebruno/bruno/pull/2563 * import environments ui and collection root object for json export - updates by @lohxt1 in https://github.com/usebruno/bruno/pull/2565 ## New Contributors * @NickBoyadjian made their first contribution in https://github.com/usebruno/bruno/pull/1058 * @GuillaumeOnepilot made their first contribution in https://github.com/usebruno/bruno/pull/1142 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.20.0...v1.20.1