mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-25 06:21:57 +02:00
release: v1.26.0
This commit is contained in:
parent
753a576c3c
commit
e31c552dee
@ -87,7 +87,7 @@ const JsSandboxModeModal = ({ collection, onClose }) => {
|
|||||||
JavaScript code has access to the filesystem, can execute system commands and access sensitive information.
|
JavaScript code has access to the filesystem, can execute system commands and access sensitive information.
|
||||||
</p>
|
</p>
|
||||||
<small className='text-muted mt-6'>
|
<small className='text-muted mt-6'>
|
||||||
* SAFE mode has been introduced v1.25 onwards and is in beta. Please report any issues on github.
|
* SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</StyledWrapper>
|
</StyledWrapper>
|
||||||
|
@ -76,7 +76,7 @@ const SecuritySettings = ({ collection }) => {
|
|||||||
Save
|
Save
|
||||||
</button>
|
</button>
|
||||||
<small className='text-muted mt-6'>
|
<small className='text-muted mt-6'>
|
||||||
* SAFE mode has been introduced v1.25 onwards and is in beta. Please report any issues on github.
|
* SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</StyledWrapper>
|
</StyledWrapper>
|
||||||
|
@ -129,7 +129,7 @@ const Sidebar = () => {
|
|||||||
Star
|
Star
|
||||||
</GitHubButton> */}
|
</GitHubButton> */}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.25.0</div>
|
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.26.0</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.25.0",
|
"version": "v1.26.0",
|
||||||
"name": "bruno",
|
"name": "bruno",
|
||||||
"description": "Opensource API Client for Exploring and Testing APIs",
|
"description": "Opensource API Client for Exploring and Testing APIs",
|
||||||
"homepage": "https://www.usebruno.com",
|
"homepage": "https://www.usebruno.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user