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.37.0 (microsoft#202059)
- Loading branch information
1 parent
4664a2a
commit bc30158
Showing
3 changed files
with
106 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.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Bruno.Bruno | ||
PackageVersion: 1.37.0 | ||
InstallerLocale: en-US | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Silent: /S | ||
SilentWithProgress: -silent | ||
UpgradeBehavior: install | ||
ReleaseDate: 2024-12-24 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.37.0/bruno_1.37.0_x64_win.exe | ||
InstallerSha256: 622A09DFA8AD1E2CF3FE9D5983C73F7DBD9D510F68705E0236A6B0D14C03B546 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
80 changes: 80 additions & 0 deletions
80
manifests/b/Bruno/Bruno/1.37.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,80 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Bruno.Bruno | ||
PackageVersion: 1.37.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: cli -- envs path resolution by @lohxt1 in #3601 | ||
- fix: cli - include collection level script, updated testbench by @lohxt1 in #3605 | ||
- fix: cli -- brutojson fn -- req script should be obj by default by @lohxt1 in #3624 | ||
- fix: rename folder case insensitive by @lohxt1 in #3635 | ||
- feat: replace nextjs with rsbuild by @lohxt1 in #3617 | ||
- feat: add support for importing collection-level variables from PM collections by @sanjai0py in #3481 | ||
- fix: update pathname validation to use basename for directory checks #2193 by @Pragadesh-45 in #3550 | ||
- fix: bruno-app tests by @lohxt1 in #3653 | ||
- fix: rsbuild related error fixes by @lohxt1 in #3655 | ||
- chore: headers/vars/script merge fns refactor by @lohxt1 in #3654 | ||
- feat: folder documentation by @fgalaf in #3206 | ||
- refactor: add sanitization for collection and folder name fixes: #160 by @Pragadesh-45 in #3559 | ||
- fix: update content-type header for XML requests to application/xml by @Pragadesh-45 in #3648 | ||
- fix: Stale Tabs for Folder Settings on Rename/Delete (fixes: #3606) by @Pragadesh-45 in #3607 | ||
- Feat/displaying variable hints as secrets for Global Environment Secrets by @Pragadesh44-Bruno in #3591 | ||
- Fix/global env duplicate name error by @sanjaikumar-bruno in #3590 | ||
- feat: add 'isNotEmpty' assertion operator by @sanjai0py in #3522 | ||
- fix: refactor createFormData function by @sanjaikumar-bruno in #3586 | ||
- refactor createFormData function by @sanjaikumar-bruno in #3656 | ||
- fix: cli -- json response parsing by @lohxt1 in #3642 | ||
- feature: Multi-part requests: user should be able to set content-type for each part in a multi-part request. #1602 by @end3rbyte in #2121 | ||
- refactor: multipart content-type pr-2121 by @lohxt1 in #3657 | ||
- refactor: multipart content-type pr review fixes by @lohxt1 in #3658 | ||
- fix: followup pr - only close folder tab on rename pr-3607 by @lohxt1 in #3659 | ||
- fix(#521): Allow "context" as the name of a key/var in a JS expression by @nelup20 in #1043 | ||
- fix: add tests to axios request object by @lohxt1 in #3660 | ||
- fix: update condition for renaming items in Windows OS by @Pragadesh-45 in #3661 | ||
- revert: rename-item watcher fix -- tbd by @lohxt1 in #3662 | ||
- fix: validations by @lohxt1 in #3670 | ||
- fix: plain text curl data by @pooja-bruno in #3677 | ||
New Contributors | ||
- @fgalaf made their first contribution in #3206 | ||
- @Pragadesh44-Bruno made their first contribution in #3591 | ||
- @sanjaikumar-bruno made their first contribution in #3590 | ||
- @pooja-bruno made their first contribution in #3677 | ||
Full Changelog: https://github.com/usebruno/bruno/compare/v1.36.1...v1.37.0 | ||
ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.37.0 | ||
PurchaseUrl: https://www.usebruno.com/pricing | ||
Documentations: | ||
- DocumentLabel: Documentation | ||
DocumentUrl: https://docs.usebruno.com/ | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.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.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Bruno.Bruno | ||
PackageVersion: 1.37.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |