v1.26.0
usebruno/brunov1.26.0Aug 21, 2024by helloanoop
AI Summary
Introduced 'Safe Mode' for QuickJS, added cURL import support for basic auth, and implemented various UI improvements like hotkeys and context menus.
Key Highlights
- Implemented safe mode for QuickJS
- Added ability to import cURL with basic auth
- Added request tab context menu
- Added hotkey to close all tabs
- Visual indicators for request body/script content
New Features
- Safe mode quickjs
- Add ability for cURL to import basic auth
- Added request tab context menu
- Add hotkey to close all tabs
- Add support for dictionary
- Visualize request body/script content
Full Release Notes
## What's Changed ### Features * feat: safe mode quickjs by @helloanoop @lohxt1 in https://github.com/usebruno/bruno/pull/2848 * feat: add ability for cURL to import basic auth by @jwetzell in https://github.com/usebruno/bruno/pull/2778 * feat: added request tab context menu by @therealrinku in https://github.com/usebruno/bruno/pull/2183 * feat: add hotkey to close all tabs by @dan1xk in https://github.com/usebruno/bruno/pull/2800 * feat: Add support for dictionary and use in Welcome page by @iamsushantk in https://github.com/usebruno/bruno/pull/2819 * feat: Reuse dictionary in preferences support page by @iamsushantk in https://github.com/usebruno/bruno/pull/2834 * feat: Visualize if request body, script or tests have content (#2757) by @N-Ziermann in https://github.com/usebruno/bruno/pull/2809 ### Fixes * fix/collection-search-validations unit-tests-fix by @lohxt1 in https://github.com/usebruno/bruno/pull/2833 * Fix/enospc by @Its-treason in https://github.com/usebruno/bruno/pull/2789 * fix: add path params on newHttpRequest by @jokj624 in https://github.com/usebruno/bruno/pull/2843 * fix: Import blank directory Exception by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2845 * fix: remove scope with auth code grant by @WolfspiritM in https://github.com/usebruno/bruno/pull/2815 * fix: remove duplicate tailwind classes in RequestNotFound component by @dan1xk in https://github.com/usebruno/bruno/pull/2801 * fix: invalid file path in shell-curl by @jokj624 in https://github.com/usebruno/bruno/pull/2855 ### Others * refactor: Simplify logic around get method color by @iamsushantk in https://github.com/usebruno/bruno/pull/2856 * Style/assert option bg by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2867 ## New Contributors * @dan1xk made their first contribution in https://github.com/usebruno/bruno/pull/2800 * @WolfspiritM made their first contribution in https://github.com/usebruno/bruno/pull/2815 * @N-Ziermann made their first contribution in https://github.com/usebruno/bruno/pull/2809 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.25.0...v1.26.0