v1.25.0
usebruno/brunov1.25.0Aug 14, 2024by helloanoop
AI Summary
Added delay functionality to the Runner and improved UI elements like modal headers in dark mode, along with various bug fixes.
Key Highlights
- Added runner delay
- Added shade to modal header in dark mode
- Improved input placeholders UX
- Added TRACE to OpenAPI allowed methods
- Ability to save responses in UTF8 format
New Features
- Added runner delay
- Add shade to modal header in dark mode
- Add TRACE to OpenAPI allowed methods
- Save response in UTF8 format
Full Release Notes
## What's Changed ### Features * feat: added runner delay by @therealrinku in https://github.com/usebruno/bruno/pull/2218 * feat: Add shade to modal header in dark mode by @iamsushantk in https://github.com/usebruno/bruno/pull/2784 ### Fixes * fix: generate code modal height style by @lohxt1 in https://github.com/usebruno/bruno/pull/2772 * UX - improvements Input Placeholders by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2780 * fix: Handle ENOSPC error from chokidar by @Its-treason in https://github.com/usebruno/bruno/pull/2725 * Add TRACE to OpenAPI allowed methods during import by @NiklasBr in https://github.com/usebruno/bruno/pull/2783 * fix: query url overflowing by @therealrinku in https://github.com/usebruno/bruno/pull/2804 * Bugfix(#1765) - Added the ablility to save the response in utf8 format. by @sanjai0py in https://github.com/usebruno/bruno/pull/2792 * bugfix(#2379) - Removed the logic that strips the backslash by @sanjai0py in https://github.com/usebruno/bruno/pull/2793 * fix: align folder settings pane + scripts with request pane by @SamWooler in https://github.com/usebruno/bruno/pull/2817 ## New Contributors * @NiklasBr made their first contribution in https://github.com/usebruno/bruno/pull/2783 * @iamsushantk made their first contribution in https://github.com/usebruno/bruno/pull/2784 * @SamWooler made their first contribution in https://github.com/usebruno/bruno/pull/2817 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.24.0...v1.25.0