Nicolas PUZIN
Nicolas PUZIN
# Description Resolves: #1041 With this change: - it is now possible to split the request/response panels vertically or horizontally - vertical overflows have been adjusted in all screens in...
Multi-part requests: user should be able to set content-type for each part in a multi-part request (Issues: #1602) Fixes https://github.com/usebruno/bruno/issues/1602 # Description An optional column "Content-Type" was added.  Example...
Fixes: #2197 Fixes: #1761 # Description This change apply a similar fix that was done for collection import (PR #242). Any illegal character in filename is replaced automatically by a...
resolves: #2152 # Description The error message was: _Refused to load the image 'http://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png' because it violates the following Content Security Policy directive: "img-src 'self' blob: data: https:"._ Electron was...
Fixes: #2134 # Description Environment variables are now replaced properly in vars, for example with variables: - my_env_var=123456 - my_var={{my_env_var}} **BEFORE**: console.log( bru.getVar("my_var") ) result was {{my_env_var}} **NOW**: console.log( bru.getVar("my_var")...
### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add Currently the default...
### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add Because it is...
### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add Like it was...
Fixes #2293 There is an unnecessary "overflow: scroll" and "-webkit-scrollbar {display: none }" on tabs, and scrollbars appear when a more recent version of electron is used, where -webkit-scrollbar was...