v1.24.0
usebruno/brunov1.24.0Aug 8, 2024by helloanoop
AI Summary
Focused on security and user experience, this release added password masking, privacy toggles for secrets, and comment keybindings in JSON payloads.
Key Highlights
- Added masking support for SingleLineEditor
- Added show/hide privacy toggle for passwords
- Comment with keybinding (cmd + /) in JSON payload
- UX improvements in Git UI
- Fixed cookie exclusion during curl import
New Features
- Masking support for SingleLineEditor
- Add show/hide privacy toggle for passwords
- Comment with keybinding in JSON payload
- UX improvements in Git UI
Full Release Notes
## Features * feat: Masking support for SingleLineEditor by @krummbar in https://github.com/usebruno/bruno/pull/2240 * feat: Add a show/hide privacy toggle to passwords and secrets in Auth options by @nataliecarey in * feat: Comment with keybinding (cmd + /) in JSON payload interface by @samhoooo in https://github.com/usebruno/bruno/pull/2634 https://github.com/usebruno/bruno/pull/2750 * feat: UX improvements in Git UI ## Fixes * fix: Don't exclude cookies from request headers when importing from curl by @jwetzell in https://github.com/usebruno/bruno/pull/2748 * fix: Distorted Window on Startup by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2713 * fix: Enter key not submitting new request form by @therealrinku in https://github.com/usebruno/bruno/pull/2630 * fix: Set content-type header during code generation by @jwetzell in https://github.com/usebruno/bruno/pull/2491 * fix: Type error in jsonToBru during import collection by @jokj624 in https://github.com/usebruno/bruno/pull/2761 * fix: Draft variables and headers by @vincendep in https://github.com/usebruno/bruno/pull/2651 * fix(#2605): Fix editor view height by @helloanoop in https://github.com/usebruno/bruno/pull/2758 ## Others * Update missing sponsor in readme_pt_br.md by @brunograsselli in https://github.com/usebruno/bruno/pull/2754 * Fix: contributing_fr.md by @LucasVermersch in https://github.com/usebruno/bruno/pull/2500 * Create contributing_sk.md by @dacadla in https://github.com/usebruno/bruno/pull/1524 * chore: add cache to tests workflow by @jwetzell in https://github.com/usebruno/bruno/pull/2762 * chore: add cache to cli-test job in tests workflow by @jwetzell in https://github.com/usebruno/bruno/pull/2766 * Refactored handlers into reusable functions for readability. by @nataliecarey in https://github.com/usebruno/bruno/pull/2744 ## New Contributors * @nataliecarey made their first contribution in https://github.com/usebruno/bruno/pull/2744 * @brunograsselli made their first contribution in https://github.com/usebruno/bruno/pull/2754 * @Pragadesh-45 made their first contribution in https://github.com/usebruno/bruno/pull/2713 * @LucasVermersch made their first contribution in https://github.com/usebruno/bruno/pull/2500 * @dacadla made their first contribution in https://github.com/usebruno/bruno/pull/1524 * @vincendep made their first contribution in https://github.com/usebruno/bruno/pull/2651 * @samhoooo made their first contribution in https://github.com/usebruno/bruno/pull/2634 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.23.1...v1.24.0