v1.34.1
usebruno/brunov1.34.1Oct 30, 2024by helloanoop
AI Summary
This update improves user interface clarity by adding content indicators to collections and folders. It includes several fixes for code editor styling, OAuth2 global environment variable handling, and the ability to create collections in empty directories.
Key Highlights
- Added content indication for collections and folders
- Fixed code editor styling for search boxes and folding markers
- Fixed global environment variables for OAuth2
- Fixed collection creation in empty directories
New Features
- Content indication for collections and folders
Full Release Notes
## What's Changed ### Features * feat: content indication for collections and folders by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3359 ### Fixes * fix: can't create collection on empty directory by @saikksub in https://github.com/usebruno/bruno/pull/3256 * fix: code editor styling fixes -- search box, folding marker by @lohxt1 in https://github.com/usebruno/bruno/pull/3393 * fix: include global env varaibles for oauth2 by @lohxt1 in https://github.com/usebruno/bruno/pull/3392 * fix: codeeditor search box desc alignment fix by @lohxt1 in https://github.com/usebruno/bruno/pull/3396 * fix: graphql editor search box styling by @lohxt1 in https://github.com/usebruno/bruno/pull/3397 ### Others * chore: upgrade electron-build version by @lohxt1 in https://github.com/usebruno/bruno/pull/3375 ## New Contributors * @saikksub made their first contribution in https://github.com/usebruno/bruno/pull/3256 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.34.0...v1.34.1