v1.30.0
usebruno/brunov1.30.0Sep 21, 2024by helloanoop
AI Summary
This release adds API Key authentication and improves the visibility of the generate code button. It also includes accessibility improvements and fixes for modal focus trapping and sidebar navigation.
Key Highlights
- Added API Key authentication
- Increased visibility of generate code button
- Focus trap support in Modal
- Fixed accessibility issue in sidebar footer
New Features
- API key auth
- Added generate code button in query url bar
- Add logic to handle saving collection settings on shortcut
Full Release Notes
## What's Changed ### Features * feat: api key auth by @sanjai0py in https://github.com/usebruno/bruno/pull/2478 * feat: added generate code button in query url bar to increase its visibility by @srrathi in https://github.com/usebruno/bruno/pull/3099 * feat: add logic to handle saving collection settings on shortcut (preview mode) by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3145 ### Fixes * fix: Allow to set custom user agent by @panda7789 in https://github.com/usebruno/bruno/pull/3146 * feature/useFocusTrap: Support focusable tab cycles in `Modal` (Update of PR #3075) by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3133 * fix: accessibility issue in side bar's footer by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3130 * fix: stringify response data for query result view by @lohxt1 in https://github.com/usebruno/bruno/pull/3155 ## New Contributors * @srrathi made their first contribution in https://github.com/usebruno/bruno/pull/3099 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.29.1...v1.30.0