Releases: usebruno/bruno
Releases · usebruno/bruno
v1.26.0
What's Changed
Features
- feat: safe mode quickjs by @helloanoop @lohxt1 in #2848
- feat: add ability for cURL to import basic auth by @jwetzell in #2778
- feat: added request tab context menu by @therealrinku in #2183
- feat: add hotkey to close all tabs by @dan1xk in #2800
- feat: Add support for dictionary and use in Welcome page by @iamsushantk in #2819
- feat: Reuse dictionary in preferences support page by @iamsushantk in #2834
- feat: Visualize if request body, script or tests have content (#2757) by @N-Ziermann in #2809
Fixes
- fix/collection-search-validations unit-tests-fix by @lohxt1 in #2833
- Fix/enospc by @Its-treason in #2789
- fix: add path params on newHttpRequest by @jokj624 in #2843
- fix: Import blank directory Exception by @Pragadesh-45 in #2845
- fix: remove scope with auth code grant by @WolfspiritM in #2815
- fix: remove duplicate tailwind classes in RequestNotFound component by @dan1xk in #2801
- fix: invalid file path in shell-curl by @jokj624 in #2855
Others
- refactor: Simplify logic around get method color by @iamsushantk in #2856
- Style/assert option bg by @Pragadesh-45 in #2867
New Contributors
- @dan1xk made their first contribution in #2800
- @WolfspiritM made their first contribution in #2815
- @N-Ziermann made their first contribution in #2809
Full Changelog: v1.25.0...v1.26.0
v1.25.0
What's Changed
Features
- feat: added runner delay by @therealrinku in #2218
- feat: Add shade to modal header in dark mode by @iamsushantk in #2784
Fixes
- fix: generate code modal height style by @lohxt1 in #2772
- UX - improvements Input Placeholders by @Pragadesh-45 in #2780
- fix: Handle ENOSPC error from chokidar by @Its-treason in #2725
- Add TRACE to OpenAPI allowed methods during import by @NiklasBr in #2783
- fix: query url overflowing by @therealrinku in #2804
- Bugfix(#1765) - Added the ablility to save the response in utf8 format. by @sanjai0py in #2792
- bugfix(#2379) - Removed the logic that strips the backslash by @sanjai0py in #2793
- fix: align folder settings pane + scripts with request pane by @SamWooler in #2817
New Contributors
- @NiklasBr made their first contribution in #2783
- @iamsushantk made their first contribution in #2784
- @SamWooler made their first contribution in #2817
Full Changelog: v1.24.0...v1.25.0
v1.24.0
Features
- feat: Masking support for SingleLineEditor by @krummbar in #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 #2634
#2750 - feat: UX improvements in Git UI
Fixes
- fix: Don't exclude cookies from request headers when importing from curl by @jwetzell in #2748
- fix: Distorted Window on Startup by @Pragadesh-45 in #2713
- fix: Enter key not submitting new request form by @therealrinku in #2630
- fix: Set content-type header during code generation by @jwetzell in #2491
- fix: Type error in jsonToBru during import collection by @jokj624 in #2761
- fix: Draft variables and headers by @vincendep in #2651
- fix(#2605): Fix editor view height by @helloanoop in #2758
Others
- Update missing sponsor in readme_pt_br.md by @brunograsselli in #2754
- Fix: contributing_fr.md by @LucasVermersch in #2500
- Create contributing_sk.md by @dacadla in #1524
- chore: add cache to tests workflow by @jwetzell in #2762
- chore: add cache to cli-test job in tests workflow by @jwetzell in #2766
- Refactored handlers into reusable functions for readability. by @nataliecarey in #2744
New Contributors
- @nataliecarey made their first contribution in #2744
- @brunograsselli made their first contribution in #2754
- @Pragadesh-45 made their first contribution in #2713
- @LucasVermersch made their first contribution in #2500
- @dacadla made their first contribution in #1524
- @vincendep made their first contribution in #2651
- @samhoooo made their first contribution in #2634
Full Changelog: v1.23.1...v1.24.0
v1.23.1
Features
- Added support for importing open API specs via URL.
Fixes
- Resolved issues with import functionality for previously exported collections from Bruno
- Git UX improvements and bug fixes.
Full Changelog: v1.23.0...v1.23.1
v1.23.0
What's Changed
- Allow bru.setNextRequest() on Test Scripts (#2155) by @BruAlcaraz in #2552
- Fix test results when the same request is executed more than 1 time (#2522) by @BruAlcaraz in #2551
- feat: Add
flow
option for "sequential" flow in scripts by @Its-treason in #2704 - feat: Download collection report
- feat: Git Push and Pull
- fix: Fix openapi spec viewer issues when opening api spec
- fix: OAuth 2.0 Grant Type Authorization: "invalid_client" error / URL Encode of Client ID by @pietrygamat in #2129
- Bugfix - fix broken unit tests by @pietrygamat in #2672
- fix: removed unused code by @lohxt1 in #2729
New Contributors
- @BruAlcaraz made their first contribution in #2552
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
- Fix Multipart request file input init value and clear value by @maxdestors in #2609
- feat/rename collectionVariables variable name to runtimeVariables by @lohxt1 in #2638
- update node-machine-id to @usebruno/node-machine-id by @lohxt1 in #2661
- Feat/electron bump by @lohxt1 in #2668
- scrollbar fix by @lohxt1 in #2670
- feat: Git Clone UI
- fix: issue related to openapi not displaying in spec designer solved
Full Changelog: v1.21.0...v1.22.0
v1.21.0
What's Changed
Features
Fixes
- fix: fixed issue related to codemirror code folding not working
- fix: fixed pdf viewer crash issue
- fix: fixed hashicorp vault integration issue which was resetting
secrets.json
Full Changelog: v1.20.4...v1.21.0
v1.20.4
v1.20.3
What's Changed
- fix: folder level headers/vars not saved in windows by @lohxt1 in #2595
- fix: Import Bruno Collection fails - ValidationError: headers are required #2583 by @sfreeman422 in #2598
- fix: collection export import by @lohxt1 in #2601
- fix: Cloning a dir now clone also folder.bru files recursively#2593 by @fgrande in #2596
- fix: Bruno CLI tries to execute folder.bru #2584 by @fgrande in #2585
- fix: CLI doesn't interpolate params on the URL #2587 by @fgrande in #2588
- chore: fixed typos in bruno-cli readme.md by @jcari-dev in #2600
New Contributors
- @sfreeman422 made their first contribution in #2598
Full Changelog: v1.20.2...v1.20.3
v1.20.2
What's Changed
- fix(#2573): Fix broken resequenzing of requests by @Its-treason in #2574
Full Changelog: v1.20.1...v1.20.2