forked from microsoft/winget-pkgs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Bruno.Bruno version 1.38.0 (microsoft#207970)
- Loading branch information
1 parent
e02e50e
commit da6c72e
Showing
3 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Created with komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: Bruno.Bruno | ||
PackageVersion: 1.38.0 | ||
InstallerLocale: en-US | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Silent: /S | ||
SilentWithProgress: -silent | ||
UpgradeBehavior: install | ||
ReleaseDate: 2025-01-07 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.38.0/bruno_1.38.0_x64_win.exe | ||
InstallerSha256: D8D1669ED2732F1B2901AF8CFE5D82ACCD3B165BB85F809C09A4F2932ADD5BA9 | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
64 changes: 64 additions & 0 deletions
64
manifests/b/Bruno/Bruno/1.38.0/Bruno.Bruno.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Created with komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Bruno.Bruno | ||
PackageVersion: 1.38.0 | ||
PackageLocale: en-US | ||
Publisher: Anoop M D | ||
PublisherUrl: https://www.usebruno.com/ | ||
PublisherSupportUrl: https://www.usebruno.com/support | ||
PrivacyUrl: https://www.usebruno.com/privacy-policy | ||
Author: Anoop M D, Anusree P S and Contributors | ||
PackageName: Bruno | ||
PackageUrl: https://www.usebruno.com/ | ||
License: MIT | ||
LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md | ||
Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors | ||
CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md | ||
ShortDescription: Re-Inventing the API Client | ||
Description: |- | ||
Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo | ||
represented by Postman, Insomnia and similar tools out there. | ||
Bruno stores your collections directly in a folder on your filesystem. | ||
We use a plain text markup | ||
language, Bru, to save information about API requests. | ||
You can use git or any version control of your choice to collaborate over your API collections. | ||
Bruno is offline-only. | ||
There are no plans to add cloud-sync to Bruno, ever. | ||
Moniker: bruno | ||
Tags: | ||
- api | ||
- development | ||
- openapi | ||
ReleaseNotes: |- | ||
What's Changed | ||
- fix: string json response error by @pooja-bruno in #3676 | ||
- fix: cli multipart by @lohxt1 in #3701 | ||
- fix: multipart tests by @lohxt1 in #3707 | ||
- fix: added input block to the cli workflow by @lohxt1 in #3709 | ||
- fix: improve JSON parsing logic for bruno-cli by @Pragadesh-45 in #3706 | ||
- fix: aikido -- library version upgrades by @lohxt1 in #3711 | ||
- feat: open setting for folder and collection when by @pooja-bruno in #3712 | ||
- fix: assertion clear value by @pooja-bruno in #3674 | ||
- fix: asset value cursor issue while editing by @pooja-bruno in #3682 | ||
- fix: env names wrap by @pooja-bruno in #3664 | ||
- Refactor/ Implement Focusable Buttons in the Generate Code Modal by @Pragadesh-45 in #3310 | ||
- fix: handle unsupported auth mode by returning 'noauth' type by @sanjaikumar-bruno in #3708 | ||
- fix: global env names overflow by @pooja-bruno in #3720 | ||
- feat: bru util fns -- skipRequest, stopExecution, getTestResults, getAssertionResults, runRequest by @lohxt1 in #3719 | ||
- feat: cli -- system level proxy fix by @lohxt1 in #3641 | ||
- Feat/digest auth updates by @Pragadesh-45 in #3697 | ||
- fix: enhance keyboard navigation for language selection in GenerateCodeItem by @Pragadesh-45 in #3738 | ||
- fix: collection run - clone request at the start by @lohxt1 in #3725 | ||
- fix: collection/folder docs when importing postman collection by @pooja-bruno in #3745 | ||
Full Changelog: https://github.com/usebruno/bruno/compare/v1.37.0...v1.38.0 | ||
ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.38.0 | ||
PurchaseUrl: https://www.usebruno.com/pricing | ||
Documentations: | ||
- DocumentLabel: Documentation | ||
DocumentUrl: https://docs.usebruno.com/ | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: Bruno.Bruno | ||
PackageVersion: 1.38.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |