diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 26812bb7389ea..f102bc7f6b469 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ Manifests - [ ] This PR only modifies one (1) manifest - [ ] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/doc/Authoring.md#validation) your manifest locally with `winget validate --manifest `? - [ ] Have you tested your manifest locally with `winget install --manifest `? -- [ ] Does your manifest conform to the [1.10 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0)? +- [ ] Does your manifest conform to the [1.12 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0)? Note: `` is the directory's name containing the manifest you're submitting. diff --git a/.github/instructions/manifests.instructions.md b/.github/instructions/manifests.instructions.md index ee83c163a78ee..350fd60621a32 100644 --- a/.github/instructions/manifests.instructions.md +++ b/.github/instructions/manifests.instructions.md @@ -12,7 +12,7 @@ This is the **Windows Package Manager (WinGet)** community repository containing - **Primary Language:** YAML manifest files, PowerShell scripts for tooling - **Target Runtime:** Windows 10/11, Windows Package Manager client - **Size:** Large repository with alphabetically organized manifests -- **Schema:** Uses multi-file YAML manifests (version 1.10.0 recommended, 1.9.0 also supported) +- **Schema:** Uses multi-file YAML manifests (version 1.12.0 recommended, 1.10.0 also supported) - **Supported Installers:** MSIX, MSI, APPX, EXE only (scripts are not supported) ## Critical: How This Repository Works diff --git a/.github/policies/labelAdded.manifestValidationError.yml b/.github/policies/labelAdded.manifestValidationError.yml index 25f5ff4865abc..538d8e23a804e 100644 --- a/.github/policies/labelAdded.manifestValidationError.yml +++ b/.github/policies/labelAdded.manifestValidationError.yml @@ -24,7 +24,7 @@ configuration: Hello ${issueAuthor}, - Please verify the manifest file is compliant with the package manager [1.10.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0). + Please verify the manifest file is compliant with the package manager [1.12.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0). Make sure the ID is of the form publisher.appname and that the folder structure is manifests\partition\publisher\appname\version. diff --git a/.github/policies/labelAdded.manifestVersionError.yml b/.github/policies/labelAdded.manifestVersionError.yml index e88267ea59db3..73c5fb1f858e2 100644 --- a/.github/policies/labelAdded.manifestVersionError.yml +++ b/.github/policies/labelAdded.manifestVersionError.yml @@ -24,7 +24,7 @@ configuration: Hello ${issueAuthor}, - The package manager bot determined that the ManifestVersion key does not match any version currently approved for release. Please verify the manifest file is compliant with the package manager [1.10.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0). + The package manager bot determined that the ManifestVersion key does not match any version currently approved for release. Please verify the manifest file is compliant with the package manager [1.12.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0). For details on the specific error, see the details link below in the build pipeline. diff --git a/.github/policies/labelAdded.zipBinary.yml b/.github/policies/labelAdded.zipBinary.yml index bd777323fbcc4..48eac0c471acd 100644 --- a/.github/policies/labelAdded.zipBinary.yml +++ b/.github/policies/labelAdded.zipBinary.yml @@ -28,7 +28,7 @@ configuration: * microsoft/winget-cli/issues/2711 - To ensure this package works correctly for all users, the property `ArchiveBinariesDependOnPath` must be set to `true` at either the installer level or root level in the installer manifest. Additionally, your manifest will need to conform to the [1.10.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0). Please update your PR accordingly. + To ensure this package works correctly for all users, the property `ArchiveBinariesDependOnPath` must be set to `true` at either the installer level or root level in the installer manifest. Additionally, your manifest will need to conform to the [1.12.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0). Please update your PR accordingly. Template: msftbot/blockingIssue/zipBinary diff --git a/README.md b/README.md index a280de08afccf..c0ee58f5e2559 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository contains the manifest files for the **Windows Package Manager** default source. You are highly encouraged to submit manifests for your favorite application. > [!IMPORTANT] -> At this time installers must be MSIX, MSI, APPX, MSIXBundle, APPXBundle, or .exe application installers. Script-based installers and fonts are not currently supported. +> At this time installers must be MSIX, MSI, APPX, MSIXBundle, APPXBundle, or .exe application installers. Font files (.ttf, .ttc, .otf, .otc, and .fnt) are also supported. Script-based installers are not currently supported. The **Windows Package Manager** is an [open source client](https://github.com/microsoft/winget-cli) designed for command-line usage. If you are interested in exploring private repositories offering private WinGet package hosting, see [private repositories](doc/private/README.md). diff --git a/doc/Authoring.md b/doc/Authoring.md index 025f08771fea2..0bac5ddf8a337 100644 --- a/doc/Authoring.md +++ b/doc/Authoring.md @@ -1,7 +1,7 @@ -[Manifest Specification]: manifest/schema/1.10.0 -[versionSchema]: manifest/schema/1.10.0/version.md -[defaultLocaleSchema]: manifest/schema/1.10.0/defaultLocale.md -[installerSchema]: manifest/schema/1.10.0/installer.md +[Manifest Specification]: manifest/schema/1.12.0 +[versionSchema]: manifest/schema/1.12.0/version.md +[defaultLocaleSchema]: manifest/schema/1.12.0/defaultLocale.md +[installerSchema]: manifest/schema/1.12.0/installer.md # Authoring Manifests diff --git a/doc/Policies.md b/doc/Policies.md index db87f8805ce87..1db6c89843a47 100644 --- a/doc/Policies.md +++ b/doc/Policies.md @@ -10,6 +10,7 @@ WinGet supports the following installer types: - **MSIX** - **MSI** - **Exe-based installers** +- **Font files** These installer types may also be nested within the `.zip` (compressed) installer type. **Scripts are expressly disallowed as installers.** Examples include: @@ -39,3 +40,8 @@ WinGet supports a singleton manifest type, but it is prohibited in the community ## Manifest URLs The URLs in manifests should come from official sources/publishers for packages. In particular any URLs for installers need to be discoverable on the publishers website. In many cases the URLs for installers come from a CDN, and HTTP redirects are used to find the "final" url for installers. Some software is delivered via a "vanity" URL and publishers replace the binaries which will cause a hash mismatch until a new version of the manifest is published. The preference for WinGet manifests is to use unique URLs per version of a package to avoid the hash-mismatch errors. + +## Manifest Root Policy +This repository has two manifest root folders, `manifests` and `fonts` with InstallerType policy enforcement as follows: +- `manifests` - InstallerType and NestedInstallerType `font` is not allowed. +- `fonts` - InstallerType `font` and `zip` are the only permitted InstallerTypes, and `font` is the only permitted NestedInstallerType. diff --git a/doc/manifest/schema/1.12.0/README.md b/doc/manifest/schema/1.12.0/README.md new file mode 100644 index 0000000000000..90f9972ecae10 --- /dev/null +++ b/doc/manifest/schema/1.12.0/README.md @@ -0,0 +1,69 @@ +[schemaFolder]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.12.0 +[versionSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.12.0/manifest.version.1.12.0.json +[defaultLocaleSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.12.0/manifest.defaultLocale.1.12.0.json +[localeSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.12.0/manifest.locale.1.12.0.json +[installerSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.12.0/manifest.installer.1.12.0.json +[Windows Package Manager Manifest Creator]: https://github.com/microsoft/winget-create +[YAML Create]: https://github.com/microsoft/winget-pkgs/blob/master/Tools/YamlCreate.ps1 + +# Windows Package Manager + +## Manifest Schema 1.12 + +The Windows Package Manager 1.12 client does not support all fields in the 1.12 schema. + +The Windows Package Manager uses manifests (YAML files) to locate and install packages for Windows users. This specification provides references to JSON schemas as well as best practices. + +Manifests submitted to the Windows Package Manager Community Repository should be submitted as a multi-file manifest. Only one version of a package may be submitted per pull request. The [singleton](singleton.md) manifest format is supported by the client, but has been deprecated in the community repository. Rich tooling exists to generate manifests. The [Windows Package Manager Manifest Creator] and [YAML Create] were both designed to produce well formed and rich manifests. + +A multi-file manifest contains: +* One [version](version.md) ([JSON Schema][versionSchema]) file +* One [default locale](defaultLocale.md) ([JSON Schema][defaultLocaleSchema]) file +* One [installer](installer.md) ([JSON Schema][installerSchema]) file +* Additional optional [locale](locale.md) ([JSON Schema][localeSchema]) files + +## YAML file name and folder structure +YAML files shall be added to the repository with the following folder structure: +manifests / p / publisher / package / packageVersion / publisher.package.<manifestFile>.yaml + +Example: +`manifests/m/Microsoft/WindowsTerminal/1.9.1942/Microsoft.WindowsTerminal.installer.yaml` + +* Manifests are partitioned by the first letter of the publisher name (in lower case). For example: m. +* Publisher folder is the name of the company that publishes the tool. For example: Microsoft. +* The child folder package is the name of the application or tool. For example: WindowsTerminal. +* The child folder package version is the version of the package. For example: 1.6.10571.0. +* The filename must be a combination of the publisher name and the application name. For example: Microsoft.WindowsTerminal.yaml. + +The publisher and application folders MUST match the values used to define the Id. See PackageIdentifier: in the YAML for more detail. +The version in the folder name MUST match the version field value in the YAML file. See PackageVersion: in the YAML for more detail. + +There are two primary types of manifests. A single file manifest (singleton) and a multi-file manifest. +[JSON schemas][schemaFolder] have been provided +to help strongly type attributes and requirements. + +## YAML Syntax +Each field in the file must be PascalCased and cannot be duplicated. + +## Best Practices +The package identifier must be unique. You cannot have multiple submissions with the same package identifier. Only one pull request per package version is allowed. + +Avoid creating multiple publisher folders. For example, do not create "Contoso Ltd." if there is already a "Contoso" folder. + +All tools must support a silent install to be permitted in the Windows Package Manager Community Repository. If you have an executable that does not support a silent install, then we cannot provide that tool at this time. + +Provide as many fields as possible. The more meta-data you provide the better the user experience will be. In some cases, the fields may not yet be supported by the Windows Package Manager client (winget.exe). + +The length of strings in this specification should be limited to 100 characters before a line break. + +## Summary of Changes from 1.10.0 + +### [Version](version.md) +* No Changes +### [Default Locale](defaultLocale.md) +* No Changes +### [Installer](installer.md) +* Added `font` to InstallerType +* Added `font` to NestedInstallerType +### [Locale](locale.md) +* No Changes diff --git a/doc/manifest/schema/1.12.0/defaultLocale.md b/doc/manifest/schema/1.12.0/defaultLocale.md new file mode 100644 index 0000000000000..7b5a891797cc2 --- /dev/null +++ b/doc/manifest/schema/1.12.0/defaultLocale.md @@ -0,0 +1,337 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.12.0/manifest.defaultLocale.1.12.0.json +[YAML]: https://yaml.org/spec/ +[semantic version]: https://semver.org +[Available languages for Windows]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/available-language-packs-for-windows +[locales]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs +[install]: https://docs.microsoft.com/windows/package-manager/winget/install +[list]: https://docs.microsoft.com/windows/package-manager/winget/list +[upgrade]: https://docs.microsoft.com/windows/package-manager/winget/upgrade +[uninstall-registry]: https://learn.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key + +# Windows Package Manager +## Manifest Schema v1.12.0 Default Locale File + +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the defaultLocale file for multi-file manifests. + +### Default Locale Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +PackageLocale: # The package meta-data locale +Publisher: # The publisher name +PublisherUrl: # Optional publisher home page +PublisherSupportUrl: # Optional publisher support page +PrivacyUrl: # Optional publisher privacy page +Author: # Optional author +PackageName: # The package name +PackageUrl: # Optional package home page +License: # The package license +LicenseUrl: # Optional package license page +Copyright: # Optional package copyright +CopyrightUrl: # Optional package copyright page +ShortDescription: # The short package description +Description: # Optional full package description +Moniker: # Optional most common package term +Tags: # Optional list of package terms +Agreements: # Optional package agreements + - AgreementLabel: # Optional agreement label + Agreement: # Optional agreement text + AgreementUrl: # Optional agreement URL +Documentations: # Optional documentation + - DocumentLabel: # Optional documentation label + DocumentUrl: # Optional documentation URL +ReleaseNotes: # Optional release notes +ReleaseNotesUrl: # Optional release notes URL +PurchaseUrl: # Optional purchase URL +InstallationNotes: # Optional notes displayed upon installation +ManifestType: defaultLocale # The manifest type +ManifestVersion: 1.12.0 # The manifest syntax version +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine whether or not an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the `winget upgrade` command. + + The current best practice for the Windows Package Manager 1.12 client is to use the value reported in Windows Apps & Features when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. +
+ +
+ PackageLocale - The package meta-data locale + + **Required Field** + + This key represents the locale for package meta-data. The format is BCP-47. This value identifies the language for meta-data to be displayed to a user when no locale file matching their preferences is available. The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules for this file. + + **References:** + +* [Available languages for Windows] +* [Default Input Profiles (Input Locales) in Windows][locales] + + NOTE: This field is the key to determining which fields are required for the Microsoft community repository. The default locale specified in the version file must match with this value. +
+ + +
+ Publisher - The publisher name + + **Required Field** + + This key represents the name of the publisher for a given package. This field is intended to allow the full publisher's or ISV's name to be displayed as they wish. + + NOTE: With the 1.12 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 and Windows 11 via Add / Remove Programs (ARP) and Windows Apps & Features respectively. The best practice is to ensure this matches the entry for the package when it has been installed. This should be the value of the `Publisher` subkey for the package in the [Windows registry][uninstall-registry]. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PublisherUrl - The publisher home page + + **Optional Field** + + This key represents the web site for the publisher or ISV. +
+ +
+ PublisherSupportUrl - The publisher support page + + **Optional Field** + + This key represents the customer support web site or specific web page provided by the publisher or ISV. +
+ +
+ PrivacyUrl - The publisher privacy page or the package privacy page + + **Optional Field** + + This key represents the privacy web site or specific web page provided the publisher or ISV. If there is a privacy web site or specific web page for the package it is preferred over a generic privacy page for the publisher. +
+ +
+ Author - The package author + + **Optional Field** + + This key represents the author of a package. In some cases, the author is an individual who develops and or maintains the package. In other cases this may be a URL pointing to the contributors web page for a package. +
+ +
+ PackageName - The package name + + **Required Field** + + This key represents the name of the package. This field is intended to allow the full package name to be displayed as the publisher or ISV wishes. + + NOTE: With the 1.12 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 via Add / Remove Programs (ARP). The best practice is to ensure this matches the ARP entry for the package name when it has been installed. This should be the value of the `DisplayName` subkey for the package in the [Windows registry][uninstall-registry]. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PackageUrl - The package home page + + **Optional Field** + + This key represents the web site for the package. +
+ +
+ License - The package license + + **Required Field** + + This key represents the license governing the use and or distribution for the product. This could be an open source license, or a commercial license. Please note that a copyright is not considered a license. If there is no available information on a product's license, "Proprietary" should be the value in this field. +
+ +
+ LicenseUrl - The license page + + **Optional Field** + + This key represents the license web site or specific web page provided the publisher or ISV. If there is a license web site or specific web page for the package it is preferred over a generic license page for the publisher. + + If this is a link to the license file for an open source project, it should be specific to the version for the package. Some open source projects change their license over time. +
+ +
+ Copyright - The package copyright + + **Optional Field** + + This key represents the copyright for the package. +
+ +
+ CopyrightUrl - The package copyright page + + **Optional Field** + + This key represents the copyright web site or specific web page provided the publisher or ISV. If there is a copyright web site or specific web page for the package it is preferred over a generic copyright page for the publisher. + + If this is a link to the copyright file for an open source project, it should be specific to the version for the package. Some open source projects change their copyright over time. +
+ +
+ ShortDescription - The short package description + + **Required Field** + + This key represents the description for a package. It is intended for use in `winget show` to help a user understand what the package is. + + The value must be at least 3 characters long, and at most 256 characters long. + + NOTE: This should be something descriptive about what the package does, and it should not simply state something like "<package name> installer" or "<package name> setup". +
+ +
+ Description - The full package description + + **Optional Field** + + This key represents the full or long description for a package. It is *not* currently used in the Windows Package Manager. + + NOTE: This was included for integration with the Microsoft Store source to provide the ability to display the full package description. +
+ +
+ Moniker - The most common package term + + **Optional Field** + + This key represents the most common term users would search for when installing or upgrading a package. If only one package uses this moniker, then the [install], [list] and [upgrade] command may match with this package. + + NOTE: Moniker is the third property evaluated when searching for a matching package. +
+ +
+ Tags - List of additional package search terms + + **Optional Field** + + This key represents other common term users would search for when looking for packages. Tags should be pertinent to what a user might search for when looking for a specific package. + + A maximum of 16 tags can be added. + + NOTE: The best practice is to present these terms in all lower case with hyphens rather than spaces. +
+ + +
+ Agreements - List of package agreements + + **Optional Field** + + This key holds any agreements a user must accept prior to download and subsequent install or upgrade. + + **Windows Package Manager Community Repository** + + Agreements are only allowed in the community repository when the manifest is maintained by a verified developer. +
+ +
+ AgreementLabel - The label for a package agreement + + **Optional Field** + + This key represents the label for a package agreement. +
+ +
+ Agreement - The text for a package agreement + + **Restricted Field** + + This key represents the text or body of a package agreement. +
+ +
+ AgreementUrl - The URL for a package agreement + + **Optional Field** + + This key represents the URL for a package agreement. +
+ +
+ Documentations - List of documentation + + **Optional Field** + + This key holds any documentation for providing software guides such as manuals and troubleshooting URLs. +
+ +
+ DocumentLabel - The documentation label + + **Optional Field** + + This key represents the label for a documentation. +
+ +
+ DocumentUrl - List of documentation + + **Optional Field** + + This key represents the URL for a documentation. +
+ +
+ ReleaseNotes - The Release Notes for a package. + + **Optional Field** + + This key represents release notes for a package. +
+ +
+ ReleaseNotesUrl - The Release Notes web page for a package. + + **Optional Field** + + This key represents release notes web page for a package. +
+ +
+ PurchaseUrl - The Purchase URL for a package. + + **Optional Field** + + This key represents the purchase url for acquiring entitlement for a package. +
+ +
+ InstallationNotes - The Installation Notes for a package. + + **Optional Field** + + This key represents the notes displayed to the user upon completion of a package installation. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "defaultLocale". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + + This key must have the value "1.12.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/doc/manifest/schema/1.12.0/installer.md b/doc/manifest/schema/1.12.0/installer.md new file mode 100644 index 0000000000000..212be0dec0a6a --- /dev/null +++ b/doc/manifest/schema/1.12.0/installer.md @@ -0,0 +1,1003 @@ +[JSON Schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.12.0/manifest.installer.1.12.0.json +[Windows Package Manager Manifest Creator]: https://github.com/microsoft/winget-create +[YAML]: https://yaml.org/spec +[semantic version]: https://semver.org +[`winget upgrade`]: https://docs.microsoft.com/windows/package-manager/winget/upgrade +[App capability declarations]: https://docs.microsoft.com/windows/uwp/packaging/app-capability-declarations +[package family name]: https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/package-identity-overview#package-family-name +[product code]: https://learn.microsoft.com/en-us/windows/win32/msi/product-codes +[upgrade code]: https://learn.microsoft.com/en-us/windows/win32/msi/using-an-upgradecode +[uninstall-registry]: https://learn.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key +[MSIX]: https://docs.microsoft.com/windows/msix/overview +[MSI]: https://docs.microsoft.com/windows/win32/msi/windows-installer-portal +[Inno]: https://jrsoftware.org/isinfo.php +[Nullsoft]: https://sourceforge.net/projects/nsis +[WiX]: https://wixtoolset.org +[Burn]: https://wixtoolset.org/docs/v3/bundle/ + +# Windows Package Manager + +## Manifest Schema v1.12.0 Installer File + +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the installer file for multi-file manifests. + +> [!IMPORTANT] +> The 1.12 manifest schema was released with the Windows Package Manager 1.12. Any fields marked _Not implemented_ are not supported in the 1.12 client, but may be supported in newer versions of the client. + +### Installer Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +Channel: # *Not implemented* distribution channel +Installers: # The list of package installers + - Architecture: # The architecture of the installer + InstallerLocale: # Optional locale of the installer + Platform: # Optional installer supported operating system + MinimumOSVersion: # Optional installer minimum operating system version + InstallerType: # The installer type + InstallerUrl: # The installer URL + InstallerSha256: # The SHA256 hash of the installer + SignatureSha256: # Optional SHA256 hash of the MSIX signature + NestedInstallerType: # The installer type when InstallerType is an archive type + NestedInstallerFiles: # Details about the installers when InstallerType is an archive type + - RelativeFilePath: # The relative path to the nested installer file + PortableCommandAlias: # Optional command alias to be used for calling the package. Only applies when NestedInstallerType is 'portable' + Scope: # Optional installer scope + InstallModes: # Optional installer modes + InstallerSwitches: # Optional installer switches + Silent: # Optional installer switches for silent + SilentWithProgress: # Optional installer switches for silent with progress + Interactive: # Optional installer switches for interactive + InstallLocation: # Optional install location path + Log: # Optional installer log file path + Upgrade: # Optional installer switches for upgrade + Custom: # Optional installer switches for custom behavior + Repair: # Optional installer switches to use when repairing the package installation + UpgradeBehavior: # Optional upgrade method + Commands: # Optional commands or aliases to run the package + Protocols: # Optional list of protocols supported by the package + FileExtensions: # Optional list of file extensions supported by the package + Dependencies: # Optional list of dependencies required by the package + - ExternalDependencies: # *Not implemented* list of external dependencies + PackageDependencies: # Optional list of package dependencies + WindowsFeatures: # Optional list of Windows feature dependencies + WindowsLibraries: # *Not implemented* list of Windows library dependencies + PackageFamilyName: # Optional MSIX package family name + Capabilities: # Optional list of MSIX package capabilities + RestrictedCapabilities: # Optional list of MSIX package restricted capabilities + InstallerAbortsTerminal: # Optional indicator for packages that abort terminal + InstallLocationRequired: # Optional indicator for packages that require install location + RequireExplicitUpgrade: # Optional indicator for packages that upgrade themselves + ElevationRequirement: # Optional scope required to install package + UnsupportedOSArchitectures: # Optional architectures the package is not supported on + Markets: # Optional markets the package is allowed to be installed + ExcludedMarkets: # Optional markets the package is not allowed to be installed + InstallerSuccessCodes: # Optional non-zero installer success codes + ExpectedReturnCodes: # Optional non-zero installer return codes + - InstallerReturnCode: # Optional non-zero installer return code + ReturnResponse: # Optional response for an expected return code + ReturnResponseUrl: # Optional response URL for an expected return code + ProductCode: # Optional product code of the installer + AppsAndFeaturesEntries: # Optional entries from the Add and Remove Programs (ARP) table + - DisplayName: # Optional program name shown in the ARP entry + DisplayVersion: # Optional version displayed in the ARP entry + Publisher: # Optional publisher displayed in the ARP entry + ProductCode: # Optional product code of the installer + UpgradeCode: # Optional upgrade code of the installer + InstallerType: # Optional installer type + UnsupportedArguments: # Optional list of Windows Package Manager Client arguments the installer does not support + - UnsupportedArgument: # Optional unsupported Windows Package Manager Client argument + DisplayInstallWarnings: # *Not implemented* Optional indicator for packages that are known to interfere with running application during install + ReleaseDate: # Optional release date + InstallationMetadata: # Optional metadata for deeper installation detection + - DefaultInstallLocation: # Optional default install location for the package + Files: # Optional list of files installed by the package + - RelativeFilePath: # Optional relative path to the installed file + FileSha256: # Optional Sha256 of the installed file + FileType: # Optional installed file type. Treated as 'other' if not specified + InvocationParameter: # Optional parameter for invocable files + DisplayName: # Optional display name for invocable files + DownloadCommandProhibited: # Optional indicator for packages which cannot be downloaded for offline installation + RepairBehavior: # Optional repair method to use with 'winget repair` + ArchiveBinariesDependOnPath: # Optional indication to add the install location directly to PATH. Only applies to an archive containing portable packages + Authentication: # Authentication information for Entra Id secured private sources + AuthenticationType: # What type of authentication to use for Entra Id authentication + MicrosoftEntraIdAuthenticationInfo: # Information required for Entra Id authentication in private sources + Resource: # The resource to use for Microsoft Entra Id authentication + Scope: # The scope of Microsoft Entra Id authentication for the resource +ManifestType: installer # The manifest type +ManifestVersion: 1.12.0 # The manifest syntax version +``` + +### Installer Minimal Example + +Path: manifests/m/Microsoft/WindowsTerminal/1.9.1942/Microsoft.WindowsTerminal.installer.yaml + +```YAML +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.9.1942.0 +Installers: + - Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 +ManifestType: installer +ManifestVersion: 1.12.0 +``` + +### Installer Complex Example + +Path: manifests/m/Microsoft/WindowsTerminal/1.9.1942/Microsoft.WindowsTerminal.installer.yaml + +```YAML +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.9.1942.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msix +InstallModes: +- silent +PackageFamilyName: Microsoft.WindowsTerminal_8wekyb3d8bbwe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 + SignatureSha256: 889A0BA756E74386F95A37F6A813C6D383DC21349A2D18E2B192D4E0E7F80659 +- Architecture: arm64 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 + SignatureSha256: 889A0BA756E74386F95A37F6A813C6D383DC21349A2D18E2B192D4E0E7F80659 +- Architecture: x86 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 + SignatureSha256: 889A0BA756E74386F95A37F6A813C6D383DC21349A2D18E2B192D4E0E7F80659 +ManifestType: installer +ManifestVersion: 1.12.0 +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + +**Required Field** + +This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. + +
+ +
+ PackageVersion - The package version + +**Required Field** + +This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + +The Windows Package Manager client uses this version to determine if an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the [`winget upgrade`] command. + +NOTE: The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. This practice may seem contrary to using semantic versioning, but it provides the best end to end experience for customers. It will take time for publishers and ISVs to migrate to semantic versioning, and some may intentionally choose to preserve other versioning schemes. In these cases, it is best practice to include the "AppsAndFeaturesEntries" section for each installer. + +
+ +
+ Channel - The distribution channel + +**Optional Field** + +This key represents the distribution channel for a package. Examples may include "stable" or "beta". + +NOTE: This key is included for future use. The Windows Package Manager currently does not have any behavior associated with this key. The intent behind this key is to help disambiguate the different channels for packages lacking support for side by side installation. Some packages support having more than one package channel available on a system simultaneously; in this case it is better to use unique packages rather than channels. This key is intended to ensure the proper channel for a package is used during install and upgrade scenarios. + +
+ +
+ Installers - Package installer + +**Required Field** + +The key represents an installer for a package. + +IMPORTANT: Many of the keys related to installers may either be at the root level of the manifest, or included in an installer. Any values provided at the root level and not specified in an installer will be inherited. + +
+ +
+ Architecture - The installer target architecture + +**Required Field** + +This key represents the hardware architecture targeted by the installer. The Windows Package Manager will attempt to determine the best architecture to use. If emulation is available and the native hardware architecture does not have a supported installer, the emulated architecture may be used. + +Available architectures: + +- x86 +- x64 +- arm +- arm64 +- neutral + +
+ +
+ InstallerLocale - Locale for package installer + +**Optional Field** + +This key represents the locale for an installer _not_ the package meta-data. Some installers are compiled with locale or language specific properties. If this key is present, it is used to represent the package locale for an installer. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ Platform - The installer supported operating system + +**Optional Field** + +This key represents the Windows platform targeted by the installer. The Windows Package Manager currently supports "Windows.Desktop" and "Windows.Universal". The Windows Package Manager client currently has no behavior associated with this property. It was added for future looking scenarios. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ MinimumOSVersion - The installer minimum operating system version + +**Optional Field** + +This key represents the minimum version of the Windows operating system supported by the package. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ InstallerType - Enumeration of supported installer types. + +**Required Field** + +This key represents the installer type for the package. The Windows Package Manager supports [MSIX], [MSI], and executable installers. Some well known formats ([Inno], [Nullsoft], [WiX], and [Burn]) provide standard sets of installer switches to provide different installer experiences. Portable packages are supported as of Windows Package Manager 1.3. Zip packages are supported as of Windows Package Manager 1.5. + +InstallerType Font is supported as of Windows Package Manager 1.12. Font InstallerType includes the following types file extensions: .otf, .otc, .ttf, .ttc, and .fnt. + +IMPORTANT: The Windows Package Manager 1.12 does not support loose executables with the .com file extension directly. Progressive Web Applications (PWAs) and fonts are also not supported. + +NOTE: The Windows Package Manager defaults to the install mode providing install progress. A best practice is to determine if one of the supported installer technologies was used to build an installer with the .exe file extension. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +NOTE: Using InstallerType or NestedInstallerType Font requires that the manifest root be "fonts" in order to pass submission validation. Font installer types are not permitted to be included in the "manifests" root. This is not a technical limitation in the Windows Package Manager; this is a submission policy requirement. + +
+ +
+ InstallerUrl - The installer Url + +**Required Field** + +This key represents the URL to download the installer. + +
+ +
+ InstallerSha256 - Sha256 is required. Sha256 of the installer + +**Required Field** + +This key represents the SHA 256 hash for the installer. It is used to confirm the installer has not been modified. The Windows Package Manager will compare the hash in the manifest with the calculated hash of the installer after it has been downloaded. + +NOTE: The [Windows Package Manager Manifest Creator] can be used to determine the SHA 256 of the installer. The `winget hash <pathToInstaller>` command can also be used to determine the SHA 256 of the installer. + +
+ +
+ SignatureSha256 - SignatureSha256 is recommended for appx or msix. It is the sha256 of signature file inside appx or msix. Could be used during streaming install if applicable + +**Optional Field** + +This key represents the signature file (AppxSignature.p7x) inside an MSIX installer. It is used to provide streaming install for MSIX packages. + +IMPORTANT: MSIX installers must be signed to be included in the Microsoft community package repository. If the installer is an MSIX this signature should be included in the manifest. The [Windows Package Manager Manifest Creator] can be used to determine the signature SHA 256. The `winget hash --msix` command can also be used to determine the signature SHA 256. + +
+ +
+ NestedInstallerType - NestedInstallerType is required when InstallerType is an archive type such as '.zip' + +**Required Field** + +This key represents the installer type of the file within the archive which will be used as the installer. + +NestedInstallerType Font is supported as of Windows Package Manager 1.12. + +
+ +
+ NestedInstallerFiles - NestedInstallerFiles is required when InstallerType is an archive type such as '.zip' + +**Required Field** + +This key is a list of all the installers to be executed within an archive. + +IMPORTANT: This field can only contain one nested installer file unless the NestedInstallerType is 'portable' + +
+ +
+ RelativeFilePath - RelativeFilePath is required within NestedInstallerFiles + +**Required Field** + +The relative path to the installer file contained within the archive. + +
+ +
+ PortableCommandAlias - The command alias to be used for calling the package + +**Optional Field** + +The alias which is added to the PATH for calling the package from the command line. + +IMPORTANT: This field is only valid when NestedInstallerType is 'portable' + +
+ +
+ Scope - Scope indicates if the installer is per user or per machine + +**Optional Field** + +This key represents the scope the package is installed under. The two configurations are "user" and "machine". Some installers support only one of these scopes while others support both via arguments passed to the installer using "InstallerSwitches". + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ InstallModes - List of supported installer modes + +**Optional Field** + +This key represents the install modes supported by the installer. The Microsoft community package repository requires a package support "silent" and "silent with progress". The Windows Package Manager also supports "interactive" installers. The Windows Package Manager client does not have any behavior associated with this key. + +IMPORTANT: Some installers will attempt to install missing dependencies. If these dependencies require user interaction, the package will not be allowed into the Microsoft community package repository. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ InstallerSwitches - Switches passed to installers + +**Optional Field** + +This key represents the set of switches passed to installers. + +**Windows Package Manager Community Repository** + +The Microsoft community repository currently requires support for silent and silent with progress installation. Many custom .exe installers will require the proper switches to meet this requirement. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. In the event the tool is unable to determine the tool used to build the installer, the publisher may have documentation for the proper switches. + +
+ +
+ Silent - Silent is the value that should be passed to the installer when user chooses a silent or quiet install + +**Optional Field** + +This key represents switches passed to the installer to provide a silent install experience. These would be used when the command `winget install --silent` is executed. + +NOTE: When the Windows Package Manager installs a package using the "silent" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ SilentWithProgress - SilentWithProgress is the value that should be passed to the installer when user chooses a non-interactive install + +**Optional Field** + +This key represents switches passed to the installer to provide a silent with progress install experience. This is intended to allow a progress indication to the user, and the indication may come from an installer UI dialogue, but it must not require user interaction to complete. The Windows Package Manager currently defaults to this install experience. + +NOTE: When the Windows Package Manager installs a package using the "silent with progress" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + +
+ +
+ Interactive - Interactive is the value that should be passed to the installer when user chooses an interactive install + +**Optional Field** + +This key represents switches passed to the installer to provide an interactive install experience. This is intended to allow a user to interact with the installer. These would be used when the command `winget install --interactive` is executed. + +NOTE: When the Windows Package Manager installs a package using the "interactive" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + +
+ +
+ InstallLocation - InstallLocation is the value passed to the installer for custom install location. + +**Optional Field** + +This key represents the path to install the package if the installer supports installing the package in a user configurable location. The **<INSTALLPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with user provided path. + +
+ +
+ Log - Log is the value passed to the installer for custom log file path. + +**Optional Field** + +This key represents the path logs will be directed to if the installer supports specifying the log path in a user configurable location. The **<LOGPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with user provided path. + +
+ +
+ Upgrade - Upgrade is the value that should be passed to the installer when user chooses an upgrade. + +**Optional Field** + +This key represents the switches to be passed to the installer during an upgrade. This will happen only if the upgrade behavior is "install". + +NOTE: If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + +
+ +
+ Custom - Custom switches will be passed directly to the installer by the Windows Package Manager. + +**Optional Field** + +This key represents any switches the Windows Package Manager will pass to the installer in addition to "Silent", "SilentWithProgress", and "Interactive". + +NOTE: If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + +
+ +
+ Repair - Repair is the value that should be passed to the installer when a user chooses to repair an existing installation + +**Optional Field** + +This key represents the switches to be passed during the repair of an existing installation. This will be passed to the installer, ModifyPath ARP command, or Uninstaller ARP command depending on the RepairBehavior specified in the manifest. + +NOTE: If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + +
+ +
+ UpgradeBehavior - The upgrade method + +**Optional Field** + +This key represents what the Windows Package Manager should do regarding the currently installed package during a package upgrade. If the package should be uninstalled first, the "uninstallPrevious" value should be specified. If the package should not be upgraded through WinGet, the "deny" value should be specified. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ Commands - List of commands or aliases to run the package + +**Optional Field** + +This key represents any commands or aliases used to execute the package after it has been installed. + +IMPORTANT: The Windows Package Manager does not update the path during the install workflow. In those cases, the user may need to restart their shell or terminal before the command will execute the newly installed package. The Windows Package Manager does not support any behavior related to commands or aliases. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ Protocols - List of protocols the package provides a handler for + +**Optional Field** + +This key represents any protocols (i.e. URI schemes) supported by the package. For example: `["ftp", "ldap"]`. Entries shouldn't have trailing colons. The Windows Package Manager does not support any behavior related to protocols handled by a package. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ FileExtensions - List of file extensions the package could support + +**Optional Field** + +This key represents any file extensions supported by the package. For example: `["html", "jpg"]`. Entries shouldn't have leading dots. The Windows Package Manager does not support any behavior related to the file extensions supported by the package. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ Dependencies - List of dependencies needed to install or execute the package + +**Optional Field** + +This key represents any dependencies required to install or run the package. + +IMPORTANT: External Dependencies are not supported. Package dependencies are referenced by their package identifier and must come from the same source. Windows Features may require a reboot before they are enabled. Windows Libraries are not supported. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ ExternalDependencies - List of external package dependencies + +**Optional Field** + +This key represents any external dependencies required to install or run the package. + +IMPORTANT: The Windows Package Manager does not support any behavior related to external dependencies. + +
+ +
+ PackageDependencies - List of package dependencies from current source + +**Optional Field** + +This key represents any packages from the same source required to install or run the package. + +IMPORTANT: Dependencies are referenced by their package identifier and must come from the same source. + +
+ +
+ WindowsFeatures - List of Windows feature dependencies + +**Optional Field** + +This key represents any Windows features required to install or run the package. + +
+ +
+ WindowsLibraries - List of Windows library dependencies + +**Optional Field** + +This key represents any Windows libraries required to install or run the package. + +IMPORTANT: The Windows Package Manager does not support any behavior related to Windows Libraries. + +
+ +
+ PackageFamilyName - PackageFamilyName for appx or msix installer. Could be used for correlation of packages across sources + +**Optional Field** + +This key represents the [package family name] specified in an MSIX installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ Capabilities - List of appx or msix installer capabilities + +**Restricted Field** + +This key represents the capabilities provided by an MSIX package. More information is available for [App capability declarations] + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ RestrictedCapabilities - List of appx or msix installer restricted capabilities + +**Restricted Field** + +This key represents the restricted capabilities provided by an MSIX package. More information is available for [App capability declarations] + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ InstallerAbortsTerminal - Indicator for installers that abort the terminal. + +**Optional Field** + +This key represents the behavior associated with installers that abort the terminal. This most often occurs when a user is performing an upgrade of the running terminal. + +NOTE: Windows Terminal no longer causes this to occur as the MSIX install behavior from the Windows Package Manager is deferred registration. + +
+ +
+ InstallLocationRequired - Indicator for packages requiring an install location to be specified. + +**Optional Field** + +This key represents the requirement to have an install location specified. These installers are known to deploy files to the location the installer is executed in. + +
+ +
+ RequireExplicitUpgrade - Indicator for packages that upgrade themselves. + +**Optional Field** + +This key identifies packages that upgrade themselves. By default, they are excluded from `winget upgrade --all`. + +
+ +
+ ElevationRequirement - Indicator for elevation requirements when installing or upgrading packages. + +**Optional Field** + +This key represents which scope a package is required to be executed under. Some packages require user level execution while others require administrative level execution. + +- elevationRequired - Must be run from a shell that is running in an administrative context (e.g - Admin user using powershell/terminal/cmd with "Run as Administrator") +- elevationProhibited - Must be run from a shell that is not running in an administrative context +- elevatesSelf - If called from a non-administrative context, will request elevation. If called from an administrative context, may or may not request elevation. +
+ +
+ UnsupportedOSArchitectures - List of unsupported architectures for a package. + +**Optional Field** + +This key represents any architectures a package is known not to be compatible with. Generally, this is associated with emulation modes. + +
+ +
+ Markets - List of supported markets for a package. + +**Restricted Field** + +This key represents any markets a package may be installed in. + +IMPORTANT: If a market is listed in both this key and the ExcludedMarkets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. + +
+ +
+ ExcludedMarkets - List of unsupported markets for a package. + +**Restricted Field** + +This key represents any markets a package may not be installed in. + +IMPORTANT: If a market is listed in both this key and the Markets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. + +
+ +
+ InstallerSuccessCodes - List of additional non-zero installer success exit codes other than known default values by the Windows Package Manager. + +**Optional Field** + +This key represents any status codes returned by the installer representing a success condition other than zero. + +IMPORTANT: Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ ExpectedReturnCodes - List of additional non-zero installer exit codes other than known default values by the Windows Package Manager. + +**Optional Field** + +This key represents any status codes returned by the installer representing a condition other than zero. + +IMPORTANT: Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ InstallerReturnCode - The non-zero installer exit code other than known default values by the Windows Package Manager. + +**Optional Field** + +This key represents any status code returned by the installer representing a condition other than zero. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. + +
+ +
+ ReturnResponse - The return response to be displayed in the event an expected return code is encountered. + +**Optional Field** + +This key represents a return response to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. + +NOTE: An enumerated list of values in the JSON schema must be specified for consistency of user experience. + +
+ +
+ ReturnResponseUrl - The return response URL to be displayed in the event an expected return code is encountered. + +**Optional Field** + +This key represents a return response URL to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. + +NOTE: An enumerated list of values in the JSON schema must be specified for consistency of user experience. + +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests is configured sources. + +**Optional Field** + +This key represents the [product code] specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + +NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ AppsAndFeaturesEntries - AppsAndFeaturesEntries are used to match installed packages with manifests in configured sources. + +**Optional Field** + +This key represents the values reported by Windows Apps & Features. When a package is installed, entries are made into the Windows Registry. + +
+ +
+ DisplayName - DisplayName is what is displayed in the Control Panel for installed packages. + +**Optional Field** + +This key represents the package name as displayed in Windows Apps & Features. This is the value of the `DisplayName` subkey for the package in the [Windows registry][uninstall-registry]. It is used to help correlate installed packages with manifests in configured sources. + +
+ +
+ DisplayVersion - DisplayVersion is the version displayed in the Control Panel for installed packages. + +**Optional Field** + +This key represents the package version as displayed in Windows Apps & Features. This is the value of the `DisplayVersion` subkey for the package in the [Windows registry][uninstall-registry]. It is used to help correlate installed packages with manifests in configured sources. + +> Note: When the PackageVersion and DisplayVersion are the same, the DisplayVersion should be omitted from the AppsAndFeaturesEntries + +
+ +
+ Publisher - Publisher is the value of the package publisher reported in the Windows registry. + +**Optional Field** + +This key represents the package publisher as displayed in Windows Apps & Features. This is the value of the `Publisher` subkey for the package in the [Windows registry][uninstall-registry]. It is used to help correlate installed packages with manifests in configured sources. + +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests in configured sources. + +**Optional Field** + +This key represents the [product code] for a package. It is used to help correlate installed packages with manifests in configured sources. + +NOTE: This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the ProductCode should be placed both within the installer and the AppsAndFeaturesEntries + +
+ +
+ UpgradeCode - UpgradeCode is used for correlation of packages with manifests in configured sources. + +**Optional Field** + +This key represents the [upgrade code] for a package. It is used to help correlate installed packages with manifests in configured sources. + +
+ +
+ InstallerType - Enumeration of supported installer types. + +**Optional Field** + +This key represents the installer type for the package. It is used to help correlate installed packages with manifests in configured sources. In some cases, an installer is an .exe based installer, but contains an MSI installer. This key will help the Windows Package Manager understand if upgrading an MSI should be performed when it is contained in an .exe installer. + +NOTE: This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the InstallerType should be placed within the installer only, unless the AppsAndFeaturesEntries represent a different InstallerType + +
+ +
+ UnsupportedArguments - List of unsupported Windows Package Manager Client arguments for an installer. + +**Optional Field** + +This key represents the list of Windows Package Manager Client arguments the installer does not support. Only the `--log` and `--location` arguments can be specified as unsupported arguments for an installer. + +
+ +
+ DisplayInstallWarnings - Indicator for displaying a warning message prior to install or upgrade. + +**Optional Field** + +This key represents whether a warning message is displayed to the user prior to install or upgrade if the package is known to interfere with any running applications. + +NOTE: The DisplayInstallWarnings behavior is not implemented in the Windows Package Manager 1.12 client. + +
+ +
+ ReleaseDate - The Release Date for a package. + +**Optional Field** + +This key represents the release date for a package, in RFC 3339 / ISO 8601 format, i.e. "YYYY-MM-DD". + +
+ +
+ InstallationMetadata - Details about the installation. + +**Optional Field** + +This key allows for additional metadata to be used for deeper installation detection. + +
+ +
+ DefaultInstallLocation - The default installed package location. + +**Optional Field** + +This key represents the default install location for the package. + +
+ +
+ Files - The list of installed files. + +**Optional Field** + +This key represents the files installed for the package. + +
+ +
+ RelativeFilePath - The relative path to the installed file. + +**Optional Field** + +This key represents the path to the installed file relative to the default install location. + +
+ +
+ FileSha256 - The optional Sha256 of the installed file. + +**Optional Field** + +This key represents the Sha256 hash of the installed file. + +
+ +
+ FileType - The optional installed file type. + +**Optional Field** + +This key represents the type of the installed file - `launch`, `uninstall`, or `other`. If not specified, the file is treated as `other`. + +
+ +
+ InvocationParameter - Optional parameter for invocable files. + +**Optional Field** + +This key represents the parameter to use for invocable files. + +
+ +
+ DisplayName - Optional display name for invocable files + +**Optional Field** + +This key represents the display name to use for invocable files. + +
+ +
+ DownloadCommandProhibited - Optional indicator for packages which cannot be downloaded for offline installation + +**Optional Field** + +When `true`, this flag will prohibit the manifest from being downloaded for offline installation with the `winget download` command + +
+ +
+ RepairBehavior - Optional repair method to use with 'winget repair` + +**Optional Field** + +This field controls what method is used to repair existing installations of packages. Specifying `modify` will use the ModifyPath string from the package's ARP data, `uninstaller` will use the Uninstall string from the package's ARP data, and `installer` will download and run the installer. In each case, the `Repair` value from `InstallerSwitches` will be added as an argument when invoking the command to repair the package. + +
+ +
+ ArchiveBinariesDependOnPath - Optional indication to add the install location directly to PATH. Only applies to an archive containing portable packages + +**Optional Field** + +This field controls the behavior of environment variables when installing portable packages from an archive (i.e `zip`). Specifying `true` will add the install location directly to the `PATH` environment variable. Specifying `false` or leaving the value unset will use the default behavior of adding a symlink to the `links` folder, if supported, or adding the install location directly to `PATH` if symlinks are not supported. + +
+ +
+ Authentication - Authentication information for Entra Id secured private sources + +**Restricted Field** + +This field controls the authentication for Entra ID secured private sources. Authentication type is required. Resource and scope information can be included if a specific resource is needed to download or install the package. + +
+ +
+ AuthenticationType - What type of authentication to use for Entra Id authentication + +**Restricted Field** + +This field controls the whether to use no authentication, Entra ID, or Entra ID for Azure Blob Storage. + +
+ +
+ MicrosoftEntraIdAuthenticationInfo - Information required for Entra Id authentication in private sources + +**Restricted Field** + +This field controls the authentication details used when downloading or installing packages from Entra Id secured private sources. + +
+ +
+ Resource - The resource to use for Microsoft Entra Id authentication + +**Restricted Field** + +This field controls the resource which will be used when using Entra Id for downloading or installing packages + +
+ +
+ Scope - The scope of Microsoft Entra Id authentication for the resource + +**Restricted Field** + +This field controls the scope which will be used when using Entra Id for downloading or installing packages + +
+ +
+ ManifestType - The manifest type + +**Required Field** + +This key must have the value "installer". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. + +
+ +
+ ManifestVersion - The manifest syntax version + +**Required Field** + +This key must have the value "1.12.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. + +
diff --git a/doc/manifest/schema/1.12.0/locale.md b/doc/manifest/schema/1.12.0/locale.md new file mode 100644 index 0000000000000..f9d68c7676772 --- /dev/null +++ b/doc/manifest/schema/1.12.0/locale.md @@ -0,0 +1,318 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.12.0/manifest.locale.1.12.0.json +[YAML]: https://yaml.org/spec +[semantic version]: https://semver.org +[Available languages for Windows]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/available-language-packs-for-windows +[locales]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs +[install]: https://docs.microsoft.com/windows/package-manager/winget/install +[list]: https://docs.microsoft.com/windows/package-manager/winget/list +[upgrade]: https://docs.microsoft.com/windows/package-manager/winget/upgrade +[uninstall-registry]: https://learn.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key + +# Windows Package Manager +## Manifest Schema v1.12.0 Locale File + +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the locale file for multi-file manifests. + +### Locale Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +PackageLocale: # The package meta-data locale +Publisher: # Optional publisher name +PublisherUrl: # Optional publisher home page +PublisherSupportUrl: # Optional publisher support page +PrivacyUrl: # Optional publisher privacy page +Author: # Optional author +PackageName: # Optional package name +PackageUrl: # Optional package home page +License: # Optional package license +LicenseUrl: # Optional package license page +Copyright: # Optional package copyright +CopyrightUrl: # Optional package copyright page +ShortDescription: # Optional short package description +Description: # Optional full package description +Tags: # Optional list of package terms +Agreements: # Optional package agreements + - AgreementLabel: # Optional agreement label + Agreement: # Optional agreement text + AgreementUrl: # Optional agreement URL +Documentations: # Optional documentation + - DocumentLabel: # Optional documentation label + DocumentUrl: # Optional documentation URL +ReleaseNotes: # Optional release notes +ReleaseNotesUrl: # Optional release notes URL +PurchaseUrl: # Optional purchase URL +InstallationNotes: # Optional notes displayed upon installation +ManifestType: locale # The manifest type +ManifestVersion: 1.12.0 # The manifest syntax version +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine whether or not an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the `winget upgrade` command. + + The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. +
+ +
+ PackageLocale - The package meta-data locale + + **Required Field** + + This key represents the locale for package meta-data. The format is BCP-47. This value identifies the language for meta-data to be displayed to a user when no locale file matching their preferences is available. The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules for this file. + + **References** + +* [Available languages for Windows] +* [Default Input Profiles (Input Locales) in Windows][locales] + + NOTE: This field is the key to determining which fields are required for the Microsoft community repository. The default locale specified in the version file must match with this value. +
+ +
+ Publisher - The publisher name + + **Optional Field** + + This key represents the name of the publisher for a given package. This field is intended to allow the full publisher's or ISV's name to be displayed as they wish. + + NOTE: With the 1.12 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 and Windows 11 via Add / Remove Programs (ARP). The best practice is to ensure this matches the ARP entry for the package when it has been installed. This should be the value of the `Publisher` subkey for the package in the [Windows registry][uninstall-registry]. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PublisherUrl - The publisher home page + + **Optional Field** + + This key represents the web site for the publisher or ISV. +
+ +
+ PublisherSupportUrl - The publisher support page + + **Optional Field** + + This key represents the customer support web site or specific web page provided by the publisher or ISV. +
+ +
+ PrivacyUrl - The publisher privacy page or the package privacy page + + **Optional Field** + + This key represents the privacy web site or specific web page provided the publisher or ISV. If there is a privacy web site or specific web page for the package, it is preferred over a generic privacy page for the publisher. +
+ +
+ Author - The package author + + **Optional Field** + + This key represents the author of a package. In some cases, the author is an individual who develops and or maintains the package. +
+ +
+ PackageName - The package name + + **Optional Field** + + This key represents the name of the package. This field is intended to allow the full package name to be displayed as the publisher or ISV wishes. + + NOTE: With the 1.12 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 via Add / Remove Programs (ARP). The best practice is to ensure this matches the ARP entry for the package name when it has been installed. This should be the value of the `DisplayName` subkey for the package in the [Windows registry][uninstall-registry]. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PackageUrl - The package home page + + **Optional Field** + + This key represents the web site for the package. +
+ +
+ License - The package license + + **Optional Field** + + This key represents the license governing the use and or distribution for the product. This could be an open source license, or a commercial license. Please note that a copyright is not considered a license. If there is no available information on a product's license, "Proprietary" should be the value in this field. +
+ +
+ LicenseUrl - The license page + + **Optional Field** + + This key represents the license web site or specific web page provided the publisher or ISV. If there is a license web site or specific web page for the package, it is preferred over a generic license page for the publisher. + + If this is a link to the license file for an open source project, it should be specific to the version for the package. Some open source projects change their license over time. +
+ +
+ Copyright - The package copyright + + **Optional Field** + + This key represents the copyright for the package. +
+ +
+ CopyrightUrl - The package copyright page + + **Optional Field** + + This key represents the copyright web site or specific web page provided the publisher or ISV. If there is a copyright web site or specific web page for the package, it is preferred over a generic copyright page for the publisher. + + If this is a link to the copyright file for an open source project, it should be specific to the version for the package. Some open source projects change their copyright over time. +
+ +
+ ShortDescription - The short package description + + **Optional Field** + + This key represents the description for a package. It is intended for use in `winget show` to help a user understand what the package is. + + NOTE: This should be something descriptive about what the package does, and it should not simply state something like "<package name> installer" or "<package name> setup". +
+ +
+ Description - The full package description + + **Optional Field** + + This key represents the full or long description for a package. It is *not* currently used in the Windows Package Manager. + + NOTE: This was included for future integration with the Microsoft Store source to provide the ability to display the full package description. +
+ +
+ Tags - List of additional package search terms + + **Optional Field** + + This key represents other common term users would search for when looking for packages. + + NOTE: The best practice is to present these terms in all lower case with hyphens rather than spaces. +
+ +
+ Agreements - List of package agreements + + **Optional Field** + + This key holds any agreements a user must accept prior to download and subsequent install or upgrade. + + IMPORTANT: In the Windows Package Manager Community Repository, these are only allowed to be submitted by verified developers. +
+ +
+ AgreementLabel - The label for a package agreement + + **Optional Field** + + This key represents the label for a package agreement. +
+ +
+ Agreement - The text for a package agreement + + **Restricted Field** + + This key represents the text or body of a package agreement. +
+ +
+ AgreementUrl - The URL for a package agreement + + **Optional Field** + + This key represents the URL for a package agreement. +
+ +
+ Documentations - List of documentation + + **Optional Field** + + This key holds any documentation for providing software guides such as manuals and troubleshooting URLs. +
+ +
+ DocumentLabel - The documentation label + + **Optional Field** + + This key represents the label for a documentation. +
+ +
+ DocumentUrl - List of documentation + + **Optional Field** + + This key represents the URL for a documentation. +
+ +
+ ReleaseNotes - The Release Notes for a package. + + **Optional Field** + + This key represents release notes for a package. +
+ +
+ ReleaseNotesUrl - The Release Notes web page for a package. + + **Optional Field** + + This key represents release notes web page for a package. +
+ +
+ PurchaseUrl - The Purchase URL for a package. + + **Optional Field** + + This key represents the purchase url for acquiring entitlement for a package. +
+ +
+ InstallationNotes - The Installation Notes for a package. + + **Optional Field** + + This key represents the notes displayed to the user upon completion of a package installation. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "locale". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + + This key must have the value "1.12.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/doc/manifest/schema/1.12.0/singleton.md b/doc/manifest/schema/1.12.0/singleton.md new file mode 100644 index 0000000000000..463b7cf884683 --- /dev/null +++ b/doc/manifest/schema/1.12.0/singleton.md @@ -0,0 +1,1019 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.12.0/manifest.singleton.1.12.0.json +[semantic version]: https://semver.org +[install]: https://docs.microsoft.com/windows/package-manager/winget/install +[list]: https://docs.microsoft.com/windows/package-manager/winget/list +[upgrade]: https://docs.microsoft.com/windows/package-manager/winget/upgrade +[MSIX]: https://docs.microsoft.com/windows/msix/overview +[MSI]: https://docs.microsoft.com/windows/win32/msi/windows-installer-portal +[Inno]: https://jrsoftware.org/isinfo.php +[Nullsoft]: https://sourceforge.net/projects/nsis +[WiX]: https://wixtoolset.org +[Burn]: https://wixtoolset.org/docs/v3/bundle/ +[Windows Package Manager Manifest Creator]: https://github.com/microsoft/winget-create +[App capability declarations]: https://docs.microsoft.com/windows/uwp/packaging/app-capability-declarations + +## Minimal singleton YAML file example +As specified in the singleton [JSON schema], only a number of fields are required. The singleton format is only valid for packages containing a single installer and a single locale. If more than one installer or locale is provided, the multiple YAML file format and schema must be used. + +> [!WARNING] +The singleton manifest format has been deprecated in the Windows Package Manager Community Repository. The Windows Package Manager 1.12 client still supports singleton manifests. + +### Singleton Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +Channel: # *Not implemented* distribution channel +PackageLocale: # The package meta-data locale +Publisher: # The publisher name +PackageName: # The package name +License: # The package license +ShortDescription: # The short package description +Description: # Optional full package description +Moniker: # Optional most common package term +Tags: # Optional list of package terms +Agreements: # Optional package agreements + - AgreementLabel: # Optional agreement label + Agreement: # Optional agreement text + AgreementUrl: # Optional agreement URL +Documentations: # Optional documentation + - DocumentLabel: # Optional documentation label + DocumentUrl: # Optional documentation URL +ReleaseDate: # Optional release date +ReleaseNotes: # Optional release notes +ReleaseNotesUrl: # Optional release notes URL +PurchaseUrl: # Optional purchase URL +InstallationNotes: # Optional notes displayed upon installation +Installers: # The package installer + - Architecture: # The architecture of the installer + InstallerLocale: # Optional locale of the installer + Platform: # Optional installer supported operating system + MinimumOSVersion: # Optional installer minimum operating system version + InstallerType: # The installer type + InstallerUrl: # The installer URL + InstallerSha256: # The SHA256 hash of the installer + SignatureSha256: # Optional SHA256 hash of the MSIX signature + NestedInstallerType: # The installer type when InstallerType is an archive type + NestedInstallerFiles: # Details about the installers when InstallerType is an archive type + - RelativeFilePath: # The relative path to the nested installer file + PortableCommandAlias: # The command alias to be used for calling the package. Only applies when NestedInstallerType is 'portable' + Scope: # Optional installer scope + InstallModes: # Optional installer modes + InstallerSwitches: # Optional installer switches + Silent: # Optional installer switches for silent + SilentWithProgress: # Optional installer switches for silent with progress + Interactive: # Optional installer switches for interactive + InstallLocation: # Optional install location path + Log: # Optional installer log file path + Upgrade: # Optional installer switches for upgrade + Custom: # Optional installer switches for custom behavior + Repair: # Optional installer switches to use when repairing the package installation + UpgradeBehavior: # Optional upgrade method + Commands: # Optional commands or aliases to run the package + Protocols: # Optional list of protocols supported by the package + FileExtensions: # Optional list of file extensions supported by the package + Dependencies: # Optional list of dependencies required by the package + - ExternalDependencies: # *Not implemented* list of external dependencies + PackageDependencies: # Optional list of package dependencies + WindowsFeatures: # Optional list of Windows feature dependencies + WindowsLibraries: # *Not implemented* list of Windows library dependencies + PackageFamilyName: # Optional MSIX package family name + Capabilities: # Optional list of MSIX package capabilities + RestrictedCapabilities: # Optional list of MSIX package restricted capabilities + InstallerAbortsTerminal: # Optional indicator for packages that abort terminal + InstallLocationRequired: # Optional indicator for packages that require install location + RequireExplicitUpgrade: # Optional indicator for packages that upgrade themselves + ElevationRequirement: # Scope required to install package + UnsupportedOSArchitectures: # Optional architectures the package is not supported on + Markets: # Optional markets the package is allowed to be installed + ExcludedMarkets: # Optional markets the package is not allowed to be installed + InstallerSuccessCodes: # Optional non-zero installer success codes + ExpectedReturnCodes: # Optional non-zero installer return codes + - InstallerReturnCode: # Optional non-zero installer return code + ReturnResponse: # Optional response for an expected return code + ReturnResponseUrl: # Optional response URL for an expected return code + ProductCode: # Optional product code of the installer + AppsAndFeaturesEntries: # Optional entries from the Add and Remove Programs (ARP) table + - DisplayName: # Optional program name shown in the ARP entry + DisplayVersion: # Optional version displayed in the ARP entry + Publisher: # Optional publisher displayed in the ARP entry + ProductCode: # Optional product code of the installer + UpgradeCode: # Optional upgrade code of the installer + InstallerType: # Optional installer type + UnsupportedArguments: # Optional list of Windows Package Manager Client arguments the installer does not support + - UnsupportedArgument: # Optional unsupported Windows Package Manager Client argument + DisplayInstallWarnings: # *Not implemented* Optional indicator for packages that are known to interfere with running application during install + InstallationMetadata: # Optional metadata for deeper installation detection + - DefaultInstallLocation: # Optional default install location for the package + Files: # Optional list of files installed by the package + - RelativeFilePath: # Optional relative path to the installed file + FileSha256: # Optional Sha256 of the installed file + FileType: # Optional installed file type. Treated as 'other' if not specified + InvocationParameter: # Optional parameter for invocable files + DisplayName: # Optional display name for invocable files + DownloadCommandProhibited: # Optional indicator for packages which cannot be downloaded for offline installation + RepairBehavior: # Optional repair method to use with 'winget repair` + ArchiveBinariesDependOnPath: # Optional indication to add the install location directly to PATH. Only applies to an archive containing portable packages + Authentication: # Authentication information for Entra Id secured private sources + AuthenticationType: # What type of authentication to use for Entra Id authentication + MicrosoftEntraIdAuthenticationInfo: # Information required for Entra Id authentication in private sources + Resource: # The resource to use for Microsoft Entra Id authentication + Scope: # The scope of Microsoft Entra Id authentication for the resource +ManifestType: singleton # The manifest type +ManifestVersion: 1.12.0 # The manifest syntax version +``` + +### [Singleton Minimal Example](#tab/minimal/) + +```YAML +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.6.10571.0 +PackageLocale: en-US +Publisher: Microsoft +PackageName: Windows Terminal +License: MIT +ShortDescription: The new Windows Terminal, a tabbed command line experience for Windows. +Installers: + - Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.6.10571.0/Microsoft.WindowsTerminal_1.6.10571.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 092aa89b1881e058d31b1a8d88f31bb298b5810afbba25c5cb341cfa4904d843 + SignatureSha256: e53f48473621390c8243ada6345826af7c713cf1f4bbbf0d030599d1e4c175ee +ManifestType: singleton +ManifestVersion: 1.12.0 +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine if an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the [`winget upgrade`][upgrade] command. + + NOTE: The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. This practice may seem contrary to using semantic versioning, but it provides the best end to end experience for customers. It will take time for publishers and ISVs to migrate to semantic versioning, and some may intentionally choose to preserve other versioning schemes. In these cases, it is best practice to include the "AppsAndFeaturesEntries" section for each installer. +
+ +
+ Channel - The distribution channel + + **Optional Field** + + This key represents the distribution channel for a package. Examples may include "stable" or "beta". + + NOTE: This key is included for future use. The Windows Package Manager currently does not have any behavior associated with this key. The intent behind this key is to help disambiguate the different channels for packages lacking support for side by side installation. Some packages support having more than one package channel available on a system simultaneously; in this case it is better to use unique packages rather than channels. This key is intended to ensure the proper channel for a package is used during install and upgrade scenarios. +
+ +
+ Description - The full package description + + **Optional Field** + + This key represents the full or long description for a package. It is *not* currently used in the Windows Package Manager. + + NOTE: This was included for future integration with the Microsoft Store source to provide the ability to display the full package description. +
+ +
+ Moniker - The most common package term + + **Optional Field** + + This key represents the most common term users would search for when installing or upgrading a package. If only one package uses this moniker, then the [install], [list] and [upgrade] command may match with this package. + + NOTE: Moniker is the third property evaluated when searching for a matching package. +
+ +
+ Tags - List of additional package search terms + + **Optional Field** + + This key represents other common term users would search for when looking for packages. + + NOTE: The best practice is to present these terms in all lower case with hyphens rather than spaces. +
+ +
+ Agreements - List of package agreements + + **Optional Field** + + This key holds any agreements a user must accept prior to download and subsequent install or upgrade. + + IMPORTANT: In the Windows Package Manager Community Repository, these are only allowed to be submitted by verified developers. +
+ +
+ AgreementLabel - The label for a package agreement + + **Optional Field** + + This key represents the label for a package agreement. +
+ +
+ Agreement - The text for a package agreement + + **Restricted Field** + + This key represents the text or body of a package agreement. +
+ +
+ AgreementUrl - The URL for a package agreement + + **Optional Field** + + This key represents the URL for a package agreement. +
+ +
+ Documentations - List of documentation + + **Optional Field** + + This key holds any documentation for providing software guides such as manuals and troubleshooting URLs. +
+ +
+ DocumentLabel - The documentation label + + **Optional Field** + + This key represents the label for a documentation. +
+ +
+ DocumentUrl - List of documentation + + **Optional Field** + + This key represents the URL for a documentation. +
+ +
+ ReleaseDate - The Release Date for a package. + + **Optional Field** + + This key represents the release date for a package, in RFC 3339 / ISO 8601 format, i.e. "YYYY-MM-DD". +
+ +
+ ReleaseNotes - The Release Notes for a package. + + **Optional Field** + + This key represents release notes for a package. +
+ +
+ ReleaseNotesUrl - The Release Notes web page for a package. + + **Optional Field** + + This key represents release notes web page for a package. +
+ +
+ PurchaseUrl - The Purchase URL for a package. + + **Optional Field** + + This key represents the purchase url for acquiring entitlement for a package. +
+ +
+ InstallationNotes - The Installation Notes for a package. + + **Optional Field** + + This key represents the notes displayed to the user upon completion of a package installation. +
+ +
+ Installers - Package installer + + **Required Field** + + The key represents an installer for a package. + + IMPORTANT: Many of the keys related to installers may either be at the root level of the manifest, or included in an installer. Any values provided at the root level and not specified in an installer will be inherited. +
+ +
+ Architecture - The installer target architecture + + **Required Field** + + This key represents the hardware architecture targeted by the installer. The Windows Package Manager will attempt to determine the best architecture to use. If emulation is available and the native hardware architecture does not have a supported installer, the emulated architecture may be used. +
+ +
+ InstallerLocale - Locale for package installer + + **Optional Field** + + This key represents the locale for an installer *not* the package meta-data. Some installers are compiled with locale or language specific properties. If this key is present, it is used to represent the package locale for an installer. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ Platform - The installer supported operating system + + **Optional Field** + + This key represents the Windows platform targeted by the installer. The Windows Package Manager currently supports "Windows.Desktop" and "Windows.Universal". The Windows Package Manager client currently has no behavior associated with this property. It was added for future looking scenarios. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ MinimumOSVersion - The installer minimum operating system version + + **Optional Field** + + This key represents the minimum version of the Windows operating system supported by the package. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerType - Enumeration of supported installer types. + + **Required Field** + + This key represents the installer type for the package. The Windows Package Manager supports [MSIX], [MSI], and executable installers. Some well known formats ([Inno], [Nullsoft], [WiX], and [Burn]) provide standard sets of installer switches to provide different installer experiences. Portable packages are supported as of Windows Package Manager 1.3. Zip packages are supported as of Windows Package Manager 1.5. + + IMPORTANT: The Windows Package Manager does not support loose executables with the .exe or .com file extension directly. Progressive Web Applications (PWAs) and fonts are also not supported. + + NOTE: The Windows Package Manager defaults to the install mode providing install progress. A best practice is to determine if one of the supported installer technologies was used to build an installer with the .exe file extension. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerUrl - The installer Url + + **Required Field** + + This key represents the URL to download the installer. +
+ +
+ InstallerSha256 - Sha256 is required. Sha256 of the installer + + **Required Field** + + This key represents the SHA 256 hash for the installer. It is used to confirm the installer has not been modified. The Windows Package Manager will compare the hash in the manifest with the calculated hash of the installer after it has been downloaded. + + NOTE: The [Windows Package Manager Manifest Creator] can be used to determine the SHA 256 of the installer. The `winget hash <pathToInstaller>` command can also be used to determine the SHA 256 of the installer. +
+ +
+ SignatureSha256 - SignatureSha256 is recommended for appx or msix. It is the sha256 of the signature file inside the appx or msix. Could be used during streaming install if applicable. + + **Optional Field** + + This key represents the signature file (AppxSignature.p7x) inside an MSIX installer. It is used to provide streaming install for MSIX packages. + + IMPORTANT: MSIX installers must be signed to be included in the Microsoft community package repository. If the installer is an MSIX this signature should be included in the manifest. The [Windows Package Manager Manifest Creator] can be used to determine the signature SHA 256. The `winget hash --msix` command can also be used to determine the signature SHA 256. +
+ +
+ NestedInstallerType - NestedInstallerType is required when InstallerType is an archive type such as '.zip' + + **Required Field** + + This key represents the installer type of the file within the archive which will be used as the installer. +
+ +
+ NestedInstallerFiles - NestedInstallerFiles is required when InstallerType is an archive type such as '.zip' + + **Required Field** + + This key is a list of all the installers to be executed within an archive. + + > Note: This field can only contain one nested installer file unless the NestedInstallerType is 'portable' +
+ +
+ RelativeFilePath - RelativeFilePath is required within NestedInstallerFiles + + **Required Field** + + The relative path to the installer file contained within the archive. +
+ +
+ PortableCommandAlias - The command alias to be used for calling the package + + **Required Field** + + The alias which is added to the PATH for calling the package from the command line. + + > Note: This field is only valid when NestedInstallerType is 'portable' +
+ +
+ Scope - Scope indicates if the installer is per user or per machine + + **Optional Field** + + This key represents the scope the package is installed under. The two configurations are "user" and "machine". Some installers support only one of these scopes while others support both via arguments passed to the installer using "InstallerSwitches". + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallModes - List of supported installer modes + + **Optional Field** + + This key represents the install modes supported by the installer. The Microsoft community package repository requires a package support "silent" and "silent with progress". The Windows Package Manager also supports "interactive" installers. The Windows Package Manager client does not have any behavior associated with this key. + + IMPORTANT: Some installers will attempt to install missing dependencies. If these dependencies require user interaction, the package will not be allowed into the Microsoft community package repository. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerSwitches - Switches passed to installers + + **Optional Field** + + This key represents the set of switches passed to installers. + + IMPORTANT: The Microsoft community repository currently requires support for silent and silent with progress installation. Many custom .exe installers will require the proper switches to meet this requirement. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. In the event the tool is unable to determine the tool used to build the installer, the publisher may have documentation for the proper switches. +
+ +
+ Silent - Silent is the value that should be passed to the installer when user chooses a silent or quiet install + + **Optional Field** + + This key represents switches passed to the installer to provide a silent install experience. These would be used when the command `winget install --silent` is executed. + + NOTE: When the Windows Package Manager installs a package using the "silent" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ SilentWithProgress - SilentWithProgress is the value that should be passed to the installer when user chooses a non-interactive install + + **Optional Field** + + This key represents switches passed to the installer to provide a silent with progress install experience. This is intended to allow a progress indication to the user, and the indication may come from an installer UI dialogue, but it must not require user interaction to complete. The Windows Package Manager currently defaults to this install experience. + + NOTE: When the Windows Package Manager installs a package using the "silent with progress" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Interactive - Interactive is the value that should be passed to the installer when user chooses an interactive install + + **Optional Field** + + This key represents switches passed to the installer to provide an interactive install experience. This is intended to allow a user to interact with the installer. These would be used when the command `winget install --interactive` is executed. + + NOTE: When the Windows Package Manager installs a package using the "interactive" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ InstallLocation - InstallLocation is the value passed to the installer for custom install location. + + **Optional Field** + + This key represents the path to install the package if the installer supports installing the package in a user configurable location. The **<INSTALLPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with the user provided path. +
+ +
+ Log - Log is the value passed to the installer for custom log file path. + + **Optional Field** + + This key represents the path logs will be directed to if the installer supports specifying the log path in a user configurable location. The **<LOGPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with the user provided path. +
+ +
+ Upgrade - Upgrade is the value that should be passed to the installer when user chooses an upgrade. + + **Optional Field** + + This key represents the switches to be passed to the installer during an upgrade. This will happen only if the upgrade behavior is "install". + + NOTE: If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Custom - Custom switches will be passed directly to the installer by the Windows Package Manager. + + **Optional Field** + + This key represents any switches the Windows Package Manager will pass to the installer in addition to "Silent", "SilentWithProgress", and "Interactive". + + NOTE: If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Repair - Repair is the value that should be passed to the installer when a user chooses to repair an existing installation + + **Optional Field** + + This key represents the switches to be passed during the repair of an existing installation. This will be passed to the installer, ModifyPath ARP command, or Uninstaller ARP command depending on the RepairBehavior specified in the manifest. + + NOTE: If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ UpgradeBehavior - The upgrade method + + **Optional Field** + + This key represents what the Windows Package Manager should do regarding the currently installed package during a package upgrade. If the package should be uninstalled first, the "uninstallPrevious" value should be specified. If the package should not be upgraded through WinGet, the "deny" value should be specified. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Commands - List of commands or aliases to run the package + + **Optional Field** + + This key represents any commands or aliases used to execute the package after it has been installed. + + IMPORTANT: The Windows Package Manager does not update the path during the install workflow. In those cases, the user may need to restart their shell or terminal before the command will execute the newly installed package. The Windows Package Manager does not support any behavior related to commands or aliases. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Protocols - List of protocols the package provides a handler for + + **Optional Field** + + This key represents any protocols supported by the package. The Windows Package Manager does not support any behavior related to protocols handled by a package. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ FileExtensions - List of file extensions the package could support + + **Optional Field** + + This key represents any file extensions supported by the package. The Windows Package Manager does not support any behavior related to the file extensions supported by the package. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Dependencies - List of dependencies needed to install or execute the package + + **Optional Field** + + This key represents any dependencies required to install or run the package. + + IMPORTANT: The Windows Package Manager does not support any behavior related to dependencies. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ ExternalDependencies - List of external package dependencies + + **Optional Field** + + This key represents any external dependencies required to install or run the package. + + IMPORTANT: The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ PackageDependencies - List of package dependencies from current source + + **Optional Field** + + This key represents any packages from the same source required to install or run the package. + + IMPORTANT: The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ WindowsFeatures - List of Windows feature dependencies + + **Optional Field** + + This key represents any Windows features required to install or run the package. + + IMPORTANT: The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ WindowsLibraries - List of Windows library dependencies + + **Optional Field** + + This key represents any Windows libraries required to install or run the package. + + IMPORTANT: The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ PackageFamilyName - PackageFamilyName for appx or msix installer. Could be used for correlation of packages across sources + + **Optional Field** + + This key represents the package family name specified in an MSIX installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Capabilities - List of appx or msix installer capabilities + + **Restricted Field** + + This key represents the capabilities provided by an MSIX package. More information is available for [App capability declarations] + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ RestrictedCapabilities - List of appx or msix installer restricted capabilities + + **Restricted Field** + + This key represents the restricted capabilities provided by an MSIX package.More information is available for [App capability declarations] + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerAbortsTerminal - Indicator for installers that abort the terminal. + + **Optional Field** + + This key represents the behavior associated with installers that abort the terminal. This most often occurs when a user is performing an upgrade of the running terminal. + + NOTE: Windows Terminal no longer causes this to occur as the MSIX install behavior from the Windows Package Manager is deferred registration. +
+ +
+ InstallLocationRequired - Indicator for packages requiring an install location to be specified. + + **Optional Field** + + This key represents the requirement to have an install location specified. These installers are known to deploy files to the location the installer is executed in. +
+ +
+ RequireExplicitUpgrade - Indicator for packages that upgrade themselves. + + **Optional Field** + + This key identifies packages that upgrade themselves. By default, they are excluded from `winget upgrade --all`. +
+ +
+ ElevationRequirement - Indicator for elevation requirements when installing or upgrading packages. + + **Optional Field** + + This key represents which scope a package is required to be executed under. Some packages require user level execution while others require administrative level execution. +
+ +
+ UnsupportedOSArchitectures - List of unsupported architectures for a package. + + **Optional Field** + + This key represents any architectures a package is known not to be compatible with. Generally, this is associated with emulation modes. +
+ +
+ Markets - List of supported markets for a package. + + **Restricted Field** + + This key represents any markets a package may be installed in. + + IMPORTANT: If a market is listed in both this key and the ExcludedMarkets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. +
+ +
+ ExcludedMarkets - List of unsupported markets for a package. + + **Restricted Field** + + This key represents any markets a package may not be installed in. + + IMPORTANT: If a market is listed in both this key and the Markets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. +
+ +
+ InstallerSuccessCodes - List of additional non-zero installer success exit codes other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status codes returned by the installer representing a success condition other than zero. + + IMPORTANT: Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ ExpectedReturnCodes - List of additional non-zero installer exit codes other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status codes returned by the installer representing a condition other than zero. + + IMPORTANT: Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerReturnCode - The non-zero installer exit code other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status code returned by the installer representing a condition other than zero. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return coes that can be mapped to a return response. +
+ +
+ ReturnResponse - The return response to be displayed in the event an expected return code is encountered. + + **Optional Field** + + This key represents a return response to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return coes that can be mapped to a return response. + + NOTE: An enumerated list of values in the JSON schema must be specified for consistency of user experience. +
+ +
+ ReturnResponseUrl - The return response URL to be displayed in the event an expected return code is encountered. + + **Optional Field** + + This key represents a return response URL to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. + + NOTE: An enumerated list of values in the JSON schema must be specified for consistency of user experience. +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the product code specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + + NOTE: This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ AppsAndFeaturesEntries - AppsAndFeaturesEntries are used to match installed packages with manifests in configured sources. + + **Optional Field** + + This key represents the values reported by Windows Apps & Features. When a package is installed, entries are made into the Windows Registry. +
+ +
+ DisplayName - DisplayName is what is displayed in the Control Panel for installed packages. + + **Optional Field** + + This key represents the package name as displayed in Windows Apps & Features. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ DisplayVersion - DisplayVersion is the version displayed in the Control Panel for installed packages. + + **Optional Field** + + This key represents the package version as displayed in Windows Apps & Features. It is used to help correlate installed packages with manifests in configured sources. + + > Note: When the PackageVersion and DisplayVersion are the same, the DisplayVersion should be omitted from the AppsAndFeaturesEntries +
+ +
+ Publisher - Publisher is the value of the package publisher reported in the Windows registry. + + **Optional Field** + + This key represents the Publisher reported in the Windows registry. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the product code for a package. It is used to help correlate installed packages with manifests in configured sources. + + NOTE: This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the ProductCode should be placed both within the installer and the AppsAndFeaturesEntries +
+ +
+ UpgradeCode - UpgradeCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the upgrade code for a package. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ InstallerType - Enumeration of supported installer types. + + **Optional Field** + + This key represents the installer type for the package. It is used to help correlate installed packages with manifests in configured sources. In some cases, an installer is an .exe based installer, but contains an MSI installer. This key will help the Windows Package Manager understand if upgrading an MSI should be performed when it is contained in an .exe installer. + + NOTE: This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the InstallerType should be placed within the installer only, unless the AppsAndFeaturesEntries represent a different InstallerType +
+ +
+ UnsupportedArguments - List of unsupported Windows Package Manager Client arguments for an installer. + + **Optional Field** + + This key represents the list of Windows Package Manager Client arguments the installer does not support. Only the `--log` and `--location` arguments can be specified as unsupported arguments for an installer. + +
+ +
+ DisplayInstallWarnings - Indicator for displaying a warning message prior to install or upgrade. + + **Optional Field** + +This key represents whether a warning message is displayed to the user prior to install or upgrade if the package is known to interfere with any running applications. + +NOTE: The DisplayInstallWarnings behavior is not implemented in the Windows Package Manager 1.12 client. +
+ +
+ InstallationMetadata - Details about the installation. + + **Optional Field** + + This key allows for additional metadata to be used for deeper installation detection. +
+ +
+ DefaultInstallLocation - The default installed package location. + + **Optional Field** + + This key represents the default install location for the package. +
+ +
+ Files - The list of installed files. + + **Optional Field** + + This key represents the files installed for the package. +
+ +
+ RelativeFilePath - The relative path to the installed file. + + **Optional Field** + + This key represents the path to the installed file relative to the default install location. +
+ +
+ FileSha256 - The optional Sha256 of the installed file. + + **Optional Field** + + This key represents the Sha256 hash of the installed file. +
+ +
+ FileType - The optional installed file type. + + **Optional Field** + + This key represents the type of the installed file - `launch`, `uninstall`, or `other`. If not specified, the file is treated as `other`. +
+ +
+ InvocationParameter - Optional parameter for invocable files. + + **Optional Field** + + This key represents the parameter to use for invocable files. +
+ +
+ DisplayName - Optional display name for invocable files + + **Optional Field** + + This key represents the display name to use for invocable files. +
+ +
+ DownloadCommandProhibited - Optional indicator for packages which cannot be downloaded for offline installation + + **Optional Field** + + When `true`, this flag will prohibit the manifest from being downloaded for offline installation with the `winget download` command +
+ +
+ RepairBehavior - Optional repair method to use with 'winget repair` + + **Optional Field** + + This field controls what method is used to repair existing installations of packages. Specifying `modify` will use the ModifyPath string from the package's ARP data, `uninstaller` will use the Uninstall string from the package's ARP data, and `installer` will download and run the installer. In each case, the `Repair` value from `InstallerSwitches` will be added as an argument when invoking the command to repair the package. +
+ +
+ ArchiveBinariesDependOnPath - Optional indication to add the install location directly to PATH. Only applies to an archive containing portable packages + + **Optional Field** + + This field controls the behavior of environment variables when installing portable packages from an archive (i.e `zip`). Specifying `true` will add the install location directly to the `PATH` environment variable. Specifying `false` or leaving the value unset will use the default behavior of adding a symlink to the `links` folder, if supported, or adding the install location directly to `PATH` if symlinks are not supported. +
+ +
+ Authentication - Authentication information for Entra Id secured private sources + +**Restricted Field** + +This field controls the authentication for Entra ID secured private sources. Authentication type is required. Resource and scope information can be included if a specific resource is needed to download or install the package. + +
+ +
+ AuthenticationType - What type of authentication to use for Entra Id authentication + +**Restricted Field** + +This field controls the whether to use no authentication, Entra ID, or Entra ID for Azure Blob Storage. + +
+ +
+ MicrosoftEntraIdAuthenticationInfo - Information required for Entra Id authentication in private sources + +**Restricted Field** + +This field controls the authentication details used when downloading or installing packages from Entra Id secured private sources. + +
+ +
+ Resource - The resource to use for Microsoft Entra Id authentication + +**Restricted Field** + +This field controls the resource which will be used when using Entra Id for downloading or installing packages + +
+ +
+ Scope - The scope of Microsoft Entra Id authentication for the resource + +**Restricted Field** + +This field controls the scope which will be used when using Entra Id for downloading or installing packages + +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "installer". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + + This key must have the value "1.12.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/doc/manifest/schema/1.12.0/version.md b/doc/manifest/schema/1.12.0/version.md new file mode 100644 index 0000000000000..5e52723cffdee --- /dev/null +++ b/doc/manifest/schema/1.12.0/version.md @@ -0,0 +1,71 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.12.0/manifest.version.1.12.0.json +[YAML]: https://yaml.org/spec +[semantic version]: https://semver.org + +# Windows Package Manager +## Manifest Schema v1.12.0 Version File + +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the version file for multi-file manifests. + +### Version Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +DefaultLocale: # The default package meta-data locale +ManifestType: version # The manifest type +ManifestVersion: 1.12.0 # The manifest syntax version +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. + + **Windows Package Manager Community Repository** + + This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine whether or not an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the `winget upgrade` command. + + The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. +
+ +
+ DefaultLocale - The default package meta-data locale + + **Required Field** + + This key represents the default locale for package meta-data. The format is BCP-47. This value identifies the language for meta-data to be displayed to a user when no locale file matching their preferences is available. + + **Windows Package Manager Community Repository** + + The validation pipelines use this value to ensure the corresponding locale file is present and conforms with the defaultLocale YAML specification. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "version". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + This key must have the value "1.12.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.installer.yaml b/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.installer.yaml new file mode 100644 index 0000000000000..d31be287fd2cb --- /dev/null +++ b/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 0x4D44.mdmdview +PackageVersion: 1.13.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/0x4D44/mdmdview/releases/download/v1.13.0/mdmdview-v1.13.0-windows-x86_64.msi + InstallerSha256: 2AA4D233E1BB5D1877E3693EAE33AA6D995C44BC8527084EE9664A577F7D136D + ProductCode: '{ {F31EA139-0EF5-4EAF-BC3A-1BE9C4D6452D}}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.locale.en-US.yaml b/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.locale.en-US.yaml new file mode 100644 index 0000000000000..9e85ebbadfa13 --- /dev/null +++ b/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 0x4D44.mdmdview +PackageVersion: 1.13.0 +PackageLocale: en-US +Publisher: "0x4D44" +PublisherUrl: https://github.com/0x4D44 +PackageName: mdmdview +PackageUrl: https://github.com/0x4D44/mdmdview +License: MIT +LicenseUrl: https://github.com/0x4D44/mdmdview/blob/master/LICENSE +ShortDescription: A standalone markdown viewer for Windows with syntax highlighting and diagram support. +Description: |- + mdmdview is a single-binary markdown viewer for Windows built with Rust and egui. + Features include syntax highlighting, Mermaid/Pikchr/D2 diagram rendering, + emoji support, keyboard-driven navigation, and a built-in editor. +Tags: +- markdown +- viewer +- documentation +- rust +ReleaseNotesUrl: https://github.com/0x4D44/mdmdview/releases/tag/v1.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.yaml b/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.yaml new file mode 100644 index 0000000000000..9c0c2248cfc0a --- /dev/null +++ b/manifests/0/0x4D44/mdmdview/1.13.0/0x4D44.mdmdview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 0x4D44.mdmdview +PackageVersion: 1.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml b/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml index 09ebcce8b9ec0..85e4eba65e521 100644 --- a/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml +++ b/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{33B7C9E1-F1A4-4505-8E86-6A45DEE8AC9A}_is1' -ReleaseDate: 2026-02-26 +ReleaseDate: 2026-03-05 Installers: - Architecture: x64 - InstallerUrl: https://lingma-ide.oss-rg-china-mainland.aliyuncs.com/release/0.3.1/LingmaUserSetup-x64.exe - InstallerSha256: 1C90225BB5E95ADA8DAB6F331611080D1620746BDE4B7DAD43A0CA48E8669658 + InstallerUrl: https://lingma-ide.oss-rg-china-mainland.aliyuncs.com/release/0.4.0/LingmaUserSetup-x64.exe + InstallerSha256: B6316E488E7115D292FB39D1C4C21FB34936EAFD6252F3B2244EC487CFF9BF96 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.locale.zh-CN.yaml b/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.locale.zh-CN.yaml index 127dc20f56945..be1dc98b1be8c 100644 --- a/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.locale.zh-CN.yaml +++ b/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.locale.zh-CN.yaml @@ -23,8 +23,22 @@ Tags: - 通义千问 - 通义灵码 ReleaseNotes: |- - 体验优化 - - 优化智能问答(Ask)模式下未启用工具时的处理逻辑 + 功能更新 + - 内置 create-skill 和 create-agent 技能,以引导和简化用户创建技能和自定义 Agent。同时支持通过 / 快速唤起并使用 skills、subagents。 + - Quest 模式增加文件树,提升当前项目中文件查阅能力,可便捷添加到上下文。 + - Quest 模式支持通过对话唤起 Vercel Skill,可快速部署应用上线。 + 优化与修复 + - 一键优化提示词:优化对提示词内包含 @上下文场景的处理 + - 支持 .agents/skills 目录:现已支持从 .agents/skills 读取技能,遵循行业统一标准 + - 自定义 Subagent 执行详情支持展开浮窗查看 + - NEXT 支持读取剪贴板历史 + - 修复偶现系统异常问题 + - 修复偶现编辑文件卡住问题 + - 修复上下文带图可能会导致 IDE 崩溃问题 + - 登录稳定性优化:提升登录稳定性(如升级后遇到登录、权限等问题,请尝试退出并重新登录) + - 增强 Quest 任务中 Agent 调用 Skills 能力 + - 优化 Quest 模式页面中新建任务、工具栏折叠的体验 + - 更新 Quest 模式首页案例内容 ReleaseNotesUrl: https://help.aliyun.com/zh/lingma/product-overview/changelogs-of-lingma-ide PurchaseUrl: https://lingma.aliyun.com/lingma/pricing Documentations: diff --git a/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.installer.yaml b/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.installer.yaml new file mode 100644 index 0000000000000..ab862c4bb778d --- /dev/null +++ b/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AzaharEmu.Azahar.MSYS2 +PackageVersion: '2124.3' +ReleaseDate: 2026-01-29 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/azahar-emu/azahar/releases/download/2124.3/azahar-2124.3-windows-msys2-installer.exe + InstallerSha256: 0FEAFE1D572C0DA424DEBE364BA70AACFEB870DEFF569AF2D7A20C7417233B61 + ProductCode: Azahar + AppsAndFeaturesEntries: + - ProductCode: Azahar + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Azahar' +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: azahar-2124.3-windows-msys2\azahar-room.exe + PortableCommandAlias: azahar-room + - RelativeFilePath: azahar-2124.3-windows-msys2\azahar.exe + PortableCommandAlias: azahar + InstallerUrl: https://github.com/azahar-emu/azahar/releases/download/2124.3/azahar-2124.3-windows-msys2.zip + InstallerSha256: CB95FEA3AE87F456C2B5B5C3BAFA6B8931B8A1BA6473D437497D316159630B62 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.locale.en-US.yaml b/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.locale.en-US.yaml new file mode 100644 index 0000000000000..8c6bc11b93453 --- /dev/null +++ b/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AzaharEmu.Azahar.MSYS2 +PackageVersion: '2124.3' +PackageLocale: en-US +Publisher: Azahar Emulator Developers +PublisherUrl: https://azahar-emu.org/ +PublisherSupportUrl: https://github.com/azahar-emu/azahar/issues +Author: OpenSauce04 & PabloMK7 +PackageName: Azahar +PackageUrl: https://azahar-emu.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/azahar-emu/azahar/blob/HEAD/license.txt +ShortDescription: An open-source 3DS emulator project based on Citra. +Description: |- + Azahar is an open-source 3DS emulator project based on Citra. + + It was created from the merging of PabloMK7's Citra fork and the Lime3DS project, both of which emerged shortly after Citra was taken down. + + The goal of this project is to be the de-facto platform for future development. +Moniker: azahar-msys2 +Tags: +- 2ds +- 3ds +- citra +- emulator +- lime3ds +- nintendo +ReleaseNotes: |- + This update re-enables support for the .3ds extension, which was previously removed in Azahar's initial release. + We previously made this change as a clear motion to distance ourselves from the mass piracy that lead to the closure of Yuzu and Citra, however, we have now determined that this change is causing more harm than good. + We've noticed that the removal of the .3ds extension has caused unnecessary fragmentation in the 3DS emulation community. This led to the creation of dubiously safe forks, to which a portion of the Azahar userbase migrated. These forks used unsafe deployment practices, presented licensing concerns, and confused users as to whether the forks were part of the upstream Azahar project. These circumstances created an unhealthy open-source development environment, and we don't believe that this is in the best interest of the 3DS emulation scene. + Given that the removal of the .3ds extension was originally an act of project philosophy rather than a technical change, we don't want this decision to overshadow the very real leaps which have been made in Azahar over the last year. Because of this, we have decided that it's for the best of everyone that we revert the change. + It is important to note that support for encrypted ROMs is still disabled; This will not change for the foreseeable future. Unlike the .3ds extension, which is a matter of project philosophy, encrypted ROMs still present actual legal challenges that we do not want to take on. + We have decided to publish this change in its own Azahar release to avoid the change overshadowing additions made in the future 2125 update. + We hope that this change will help to bring the 3DS emulation community closer together. + Azahar 2124.3 Changelog + All + - Re-added support for the .3ds file extension. | @PabloMK7 #1701 +ReleaseNotesUrl: https://github.com/azahar-emu/azahar/releases/tag/2124.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.yaml b/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.yaml new file mode 100644 index 0000000000000..5936751110b21 --- /dev/null +++ b/manifests/a/AzaharEmu/Azahar/MSYS2/2124.3/AzaharEmu.Azahar.MSYS2.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AzaharEmu.Azahar.MSYS2 +PackageVersion: '2124.3' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.installer.yaml b/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.installer.yaml new file mode 100644 index 0000000000000..c81eaad8768f7 --- /dev/null +++ b/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: antonreshetov.massCode +PackageVersion: 4.5.0 +InstallerType: nullsoft +Scope: user +ProductCode: 28d75001-1a84-5945-8afc-b4fb140bde60 +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- DisplayName: massCode 4.5.0 + ProductCode: 28d75001-1a84-5945-8afc-b4fb140bde60 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/massCodeIO/massCode/releases/download/v4.5.0/massCode-4.5.0-x64.exe + InstallerSha256: CCA0B93036101900B1291EAF9D0F944841B1293679B1E7A6A282FBB1B2D40D49 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.locale.en-US.yaml b/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.locale.en-US.yaml new file mode 100644 index 0000000000000..e09f456f0d910 --- /dev/null +++ b/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: antonreshetov.massCode +PackageVersion: 4.5.0 +PackageLocale: en-US +Publisher: Anton Reshetov +PublisherUrl: https://github.com/antonreshetov +PublisherSupportUrl: https://github.com/massCodeIO/massCode/issues +Author: Anton Reshetov +PackageName: massCode +PackageUrl: https://github.com/antonreshetov/massCode +License: AGPL-3.0 +LicenseUrl: https://github.com/massCodeIO/massCode/blob/HEAD/LICENSE +ShortDescription: A free and open source code snippets manager for developers +Tags: +- developer +- electron +- monaco-editor +- snippet +- vue +ReleaseNotes: |- + Markdown Vault — New Storage Engine + This is arguably the most significant update in massCode's history. You can now store your snippets as plain Markdown files directly on disk. + Why it matters: + - Your data is just files. Each snippet is a .md file with frontmatter metadata. No database, no binary formats. You can read, edit, and organize snippets with any text editor or file manager. + - Git-friendly. Store snippets in a Git repository, sync via GitHub, track change history — everything works out of the box because it's just files. + - Cloud sync. iCloud, Dropbox, Syncthing — any file sync service will do. No database conflicts. + - Live sync. massCode watches the vault directory in real time via a file watcher. Edit a file externally — the app picks up changes automatically. + How it works: + The vault structure mirrors your folder hierarchy. Each folder is a directory on disk, each snippet is a .md file inside it. Metadata (language, tags, order) is stored in frontmatter, while .state.json handles UI state (expanded folders, sort order). + You can switch between SQLite and Markdown Vault in Settings → Storage. + Custom Themes + Added support for custom themes. You can now fully customize the look and feel of massCode — UI colors, editor syntax highlighting colors. + - Themes are stored in ~/.massCode/themes/ as JSON files + - Create a new theme directly from settings — a Rose Pine-based template will be generated + - Both light and dark theme types are supported + - Theme files are watched in real time — edit the JSON, see the result instantly + What's Changed + - fix(snippets): resolve default language correctly for nested folders by @antonreshetov in #657 + - feat(folder): add default language indication by @antonreshetov in #659 + - fix(snippets): language mode search by @antonreshetov in #665 + - feat: add markdown vault as storage engine by @antonreshetov in #671 + - feat: add support custom themes by @antonreshetov in #672 + - feat: Add OpenEdge ABL language support by @DGovender in #670 + - feat: add Nushell language support by @archcorsair in #663 + New Contributors + - @DGovender made their first contribution in #670 + - @archcorsair made their first contribution in #663 +ReleaseNotesUrl: https://github.com/massCodeIO/massCode/releases/tag/v4.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.yaml b/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.yaml new file mode 100644 index 0000000000000..662cab45de757 --- /dev/null +++ b/manifests/a/antonreshetov/massCode/4.5.0/antonreshetov.massCode.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: antonreshetov.massCode +PackageVersion: 4.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.installer.yaml b/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.installer.yaml new file mode 100644 index 0000000000000..36aaf142a20b2 --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.4.6 +InstallerType: portable +UpgradeBehavior: install +Commands: +- biome +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.4.6/biome-win32-x64.exe + InstallerSha256: 4C1D9CB0A2D9442FF7FFDF3BD07654E5A8BB24F2236F596D0CC414653BBF91D5 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.4.6/biome-win32-arm64.exe + InstallerSha256: 0E9D1E4D3A90DBB354A6A10C7C8C44CDF2B9A11B5B192D389A1C58D23E5FF6CA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.locale.en-US.yaml b/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.locale.en-US.yaml new file mode 100644 index 0000000000000..0a4377c99ac0e --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.4.6 +PackageLocale: en-US +Publisher: BiomeJS +PublisherUrl: https://biomejs.dev/ +PublisherSupportUrl: https://github.com/biomejs/biome/issues +Author: Biome Developers and Contributors +PackageName: Biome +PackageUrl: https://biomejs.dev/ +License: Apache-2.0 +Copyright: Copyright (c) 2023-present Biome Developers and Contributors +ShortDescription: Biome is a toolchain for web projects, aimed at providing functionalities to maintain them. It offers a formatter and linter, usable via CLI and LSP. +Moniker: biome +Tags: +- css +- formatter +- javascript +- json +- jsx +- linter +- static-code-analysis +- typescript +- web +ReleaseNotes: |- + 2.4.6 + Patch Changes + - #9305 40869b5 Thanks @ematipico! - Fixed #4946: noUnreachable no longer reports code inside finally blocks as unreachable when there is a break, continue, or return in the corresponding try body. + - #9303 464910c Thanks @ematipico! - Fixed #2786: The formatter no longer produces different output on subsequent runs when a case clause has a trailing line comment followed by a single block statement. + - #9324 6294aa2 Thanks @arendjr! - Fixed #7730: useAnchorContent now recognises SolidJS's innerHTML the same way as React's dangerouslySetInnerHTML. + - #9298 1003229 Thanks @Netail! - Fixed #9296, so comments are moved along with the attributes in the useSortedAttributes assist rule code fix. + - #9329 855b451 Thanks @dyc3! - Improved performance of noEmptyBlockStatements. The rule is now smarter about short-circuiting its logic. + - #9326 85dfe9b Thanks @dyc3! - Improved performance for noImportCycles by explicitly excluding node_modules from the cycle detection. The performance improvement is directly proportional to how big your dependency tree is. + - #9323 d5ee469 Thanks @ematipico! - Fixed #9217 and biomejs/biome-vscode#959, where the Biome language server didn't correctly resolve the editor setting configurationPath when the provided value is a relative path. + - #9302 86fbc70 Thanks @sepagian! - Fixed #9300: Lowercase component member expressions like in Svelte and Astro files are now correctly formatted. + -
+ + + What's Changed + - fix(js_analyze): move comments with useSortedAttributes action by @Netail in #9298 + - fix(formatter): switch case comments by @ematipico in #9303 + - refactor(markdown-parser): promote list structural tokens from skipped trivia to explicit CST nodes by @jfmcdowell in #9274 + - fix(noUnreachable): handle dead implicit jumps in finally by @ematipico in #9305 + - refactor(markdown-parser): align newline/prescan paragraph-break checks by @jfmcdowell in #9197 + - refactor(markdown-parser): promote blank lines between list items to MdNewline nodes by @jfmcdowell in #9313 + - fix(linter): support SolidJS's innerHTML in useAnchorContent by @arendjr in #9324 + - fix(lsp): correctly resolve configurationPath by @ematipico in #9323 + - perf(noImportCycles): exclude node_modules from cycle detection by @dyc3 in #9326 + - refactor(css_parser): split function parser into modules by @denbezrukov in #9325 + - refactor(markdown-parser): promote fenced code block skipped trivia to explicit CST nodes by @jfmcdowell in #9321 + - refactor(css): rename operator_token field to operator by @denbezrukov in #9327 + - perf: add .skip(1) to .ancestors() calls in a bunch of places by @dyc3 in #9330 + - perf(noEmptyBlockStatements): short circuit to avoid traversing descendants for comments by @dyc3 in #9329 + - fix: lowercase component member expressions in Astro/Svelte by @sepagian in #9302 + - chore: align parser options struct name by @Netail in #9332 + - feat(css): use ScssExpression in ScssNestingDeclaration and CssGenericProperty by @denbezrukov in #9328 + - refactor(css): align scss expression node variants by @denbezrukov in #9340 + - feat(css): use expression in page by @denbezrukov in #9342 + - ci: release by @github-actions[bot] in #9301 + New Contributors + - @sepagian made their first contribution in #9302 + Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.4.5...@biomejs/biome@2.4.6 +ReleaseNotesUrl: https://github.com/biomejs/biome/releases/tag/@biomejs/biome@2.4.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://biomejs.dev/guides/getting-started/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.yaml b/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.yaml new file mode 100644 index 0000000000000..a9eb3d0baf43b --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.4.6/BiomeJS.Biome.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.installer.yaml b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.installer.yaml new file mode 100644 index 0000000000000..268378b6b5c94 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.installer.yaml @@ -0,0 +1,41 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2026.2.1 +Protocols: +- bitwarden +ReleaseDate: 2026-03-05 +Installers: +- Architecture: neutral + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2026.2.1/Bitwarden-Installer-2026.2.1.exe + InstallerSha256: B8B932755A5DE03EF41E13A0332C4CD50437DDA2DA10D7EC5633ED98A1EA5296 + InstallerSwitches: + Upgrade: --updated + Custom: /currentuser + UpgradeBehavior: install + ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a + AppsAndFeaturesEntries: + - ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +- Architecture: neutral + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2026.2.1/Bitwarden-Installer-2026.2.1.exe + InstallerSha256: B8B932755A5DE03EF41E13A0332C4CD50437DDA2DA10D7EC5633ED98A1EA5296 + InstallerSwitches: + Upgrade: --updated + Custom: /allusers + UpgradeBehavior: install + ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a + AppsAndFeaturesEntries: + - ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +- Architecture: x86 + InstallerType: portable + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2026.2.1/Bitwarden-Portable-2026.2.1.exe + InstallerSha256: FFAAEC30B047CEBEDF76EAF7E58AB5402ED7E2B594047D9945876152E280F0D9 + Commands: + - bitwarden +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.en-US.yaml b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.en-US.yaml new file mode 100644 index 0000000000000..615e2dc8315f8 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2026.2.1 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/ +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2026 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/HEAD/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- card-storage +- credentials +- passphrases +- password-manager +- protect +- protection +- security +- ssh-keys +- vault +ReleaseNotes: |- + - Added email protected Sends + - Added background upgrade of KDF settings for accounts below allowed minimums + - Added prompt to upgrade KDF settings for accounts below allowed minimums + - Updated Send UI + - Core cryptography improvements to master password salt + - Various under-the-hood improvements and minor bug fixes + Thank you! 💙 A big shout-out to the following community members for their contributions! + lzl0304 - Fix lock vault from system tray not working +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2026.2.1 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.pt-BR.yaml b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.pt-BR.yaml new file mode 100644 index 0000000000000..b900380ace430 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.pt-BR.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2026.2.1 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/ +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2026 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/HEAD/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.zh-CN.yaml b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.zh-CN.yaml new file mode 100644 index 0000000000000..57ce1da758c3f --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2026.2.1 +PackageLocale: zh-CN +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/ +License: GPL-3.0 或 Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2026 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/HEAD/TRADEMARK_GUIDELINES.md +ShortDescription: 适用于所有设备的安全免费的密码管理器 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.yaml b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.yaml new file mode 100644 index 0000000000000..bbd2a128552d8 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2026.2.1/Bitwarden.Bitwarden.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2026.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..f7f2edb867965 --- /dev/null +++ b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.installer.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 145.1.87.192 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.192/BraveBrowserStandaloneSilentSetup32.exe + InstallerSha256: BBE7B8FDE43269817F115F4DE9498F693297F8DC8DF0102AB96ECF9BE7B6C836 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.192/BraveBrowserStandaloneSetup32.exe + InstallerSha256: 7E2A92F9BA8F01239EA51C8FB3A900AEB432F244496AFA0839483444E70100EF + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.192/BraveBrowserStandaloneSilentSetup.exe + InstallerSha256: 3826C3F9DC82C3B6F01B8E73BD1A62CEC9D88A9495080FAA00B207D91C55A1B9 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.192/BraveBrowserStandaloneSetup.exe + InstallerSha256: 38B2354998642C2005B694359EF6F93E64F2A578F024E564C8C170A413A0228C + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.192/BraveBrowserStandaloneSilentSetupArm64.exe + InstallerSha256: 2DBA53AF78079C2A46C1D73DA7349C00D8D12E92D3923EDDD84C2A529DC26DEA + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.192/BraveBrowserStandaloneSetupArm64.exe + InstallerSha256: E2035589EE6380A8CE4FA5080D5E59030B001E4402C89F643D00BEE0DD477D80 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..1af165f98eaf1 --- /dev/null +++ b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 145.1.87.192 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: '- Upgraded Chromium to 145.0.7632.160. (#53338) (Changelog for 145.0.7632.160)' +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..603915950ee5e --- /dev/null +++ b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 145.1.87.192 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.yaml b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.yaml new file mode 100644 index 0000000000000..45c83942dc8c8 --- /dev/null +++ b/manifests/b/Brave/Brave/145.1.87.192/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 145.1.87.192 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.installer.yaml b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.installer.yaml new file mode 100644 index 0000000000000..f697a848a40fb --- /dev/null +++ b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bria.Bria +PackageVersion: 68.12.9507 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLLOCATION="" +Protocols: +- callto +- sip +- vccs +ProductCode: '{5199BB52-D2CB-42EC-9C65-19E78598203A}' +AppsAndFeaturesEntries: +- UpgradeCode: '{BBA9E1D8-18F9-4732-BADC-7394B25991AA}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\CounterPath\Bria' +Installers: +- Architecture: x86 + InstallerUrl: https://counterpath.s3.us-east-1.amazonaws.com/downloads/Bria_6.8.6_129507.msi + InstallerSha256: F4E7F8348E4CA3EC27F2FD5CA1B248F16F2555B1BD981F713AB260C1C9DE1F2F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.locale.en-US.yaml b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.locale.en-US.yaml new file mode 100644 index 0000000000000..55b909997ad2c --- /dev/null +++ b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bria.Bria +PackageVersion: 68.12.9507 +PackageLocale: en-US +Publisher: CounterPath Corporation +PublisherUrl: https://www.counterpath.com/ +PublisherSupportUrl: https://support.counterpath.com/ +PrivacyUrl: https://www.counterpath.com/privacy/ +Author: Alianza, Inc. +PackageName: Bria +PackageUrl: https://docs.counterpath.com/docs/DeskUG/clients/ReleaseNotes/current_Desk.htm +License: Proprietary +LicenseUrl: https://go.counterpath.com/hubfs/EULA/counterpath-eula.pdf +Copyright: Copyright © 2026 Alianza, Inc. All rights reserved. +CopyrightUrl: https://go.counterpath.com/hubfs/EULA/counterpath-eula.pdf +ShortDescription: Communication and Collaboration Apps for the Modern Workforce +Description: Bria is a leading business softphone solution by CounterPath that offers crystal-clear audio, desktop and mobile app availability, and works with various VoIP providers. +Tags: +- sip +- softphone +- telephone +- telephony +ReleaseNotesUrl: https://docs.counterpath.com/docs/DeskUG/clients/ReleaseNotes/current_Desk.htm +PurchaseUrl: https://www.counterpath.com/teams-pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.locale.zh-CN.yaml b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ea992cbdf8178 --- /dev/null +++ b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bria.Bria +PackageVersion: 68.12.9507 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 现代职场沟通协作应用 +Description: Bria 是 CounterPath 推出的旗舰级商务软电话解决方案,提供高清音质通话体验,支持桌面端和移动端应用,并能兼容多种 VoIP 服务提供商。 +Tags: +- sip +- 电话 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.yaml b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.yaml new file mode 100644 index 0000000000000..f40f81379aa2a --- /dev/null +++ b/manifests/b/Bria/Bria/68.12.9507/Bria.Bria.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bria.Bria +PackageVersion: 68.12.9507 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.installer.yaml b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.installer.yaml new file mode 100644 index 0000000000000..b42aedba83c78 --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.34 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae-cn +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{98EB0EF0-1DE3-4838-B14A-3B0DC4570E8B}_is1' +ReleaseDate: 2026-02-27 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.11008/win32/Trae%20CN-Setup-x64.exe + InstallerSha256: 9B8C0D5DE799BAADD7A80B48B25E5D7DD1BFF5FA2B38F9A2740B511176765339 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.11008/win32/Trae%20CN-Setup-x64.exe + InstallerSha256: 9B8C0D5DE799BAADD7A80B48B25E5D7DD1BFF5FA2B38F9A2740B511176765339 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.locale.en-US.yaml b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..34f2ef6fc0dee --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.34 +PackageLocale: en-US +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.com.cn/ +PublisherSupportUrl: https://juejin.cn/pin/club/7473403408615997490 +PrivacyUrl: https://www.trae.com.cn/privacy-policy +Author: Beijing Yinli Catapult Technology Co., Ltd. +PackageName: Trae CN +PackageUrl: https://www.trae.com.cn/ +License: Proprietary +LicenseUrl: https://www.trae.com.cn/terms-of-service +Copyright: © 2026 Beijing Yinli Catapult Technology Co., Ltd. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.com.cn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6be1feb3a0115 --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.34 +PackageLocale: zh-CN +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.com.cn/ +PublisherSupportUrl: https://juejin.cn/pin/club/7473403408615997490 +PrivacyUrl: https://www.trae.com.cn/privacy-policy +Author: 北京引力弹弓科技有限公司 +PackageName: Trae CN +PackageUrl: https://www.trae.com.cn/ +License: 专有软件 +LicenseUrl: https://www.trae.com.cn/terms-of-service +Copyright: © 2026 北京引力弹弓科技有限公司版权所有 +ShortDescription: 多种模型供选择,体验新一代 AI 编程工具 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +ReleaseNotes: |- + TRAE v3.3.34 版本正式发布。以下是变更细节: + - 修复了已知问题。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.com.cn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.yaml b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.yaml new file mode 100644 index 0000000000000..6bb7bb8e4af16 --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.34/ByteDance.Trae.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.installer.yaml b/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.installer.yaml new file mode 100644 index 0000000000000..c3c6121c63905 --- /dev/null +++ b/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: biondi53.QuickExplorer +PackageVersion: 0.1.23 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{B06B7338-D297-4A61-9EA1-D73A70DC822D}' +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- Publisher: nico + ProductCode: '{B06B7338-D297-4A61-9EA1-D73A70DC822D}' + UpgradeCode: '{A4CFA4A8-2885-5C6D-B754-EACE99167FBA}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Quick Explorer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/biondi53/Quick-Explorer/releases/download/v0.1.23/Quick.Explorer_0.1.23_x64_en-US.msi + InstallerSha256: B6BBD6C75732BF60036DF1C41C9C7E6A7545A19AD6FAC2CD8CBBF354ECB75003 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.locale.en-US.yaml b/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..457e027dd45b9 --- /dev/null +++ b/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: biondi53.QuickExplorer +PackageVersion: 0.1.23 +PackageLocale: en-US +Publisher: biondi53 +PublisherUrl: https://github.com/biondi53 +PublisherSupportUrl: https://github.com/biondi53/Quick-Explorer/issues +PackageName: Quick Explorer +PackageUrl: https://github.com/biondi53/Quick-Explorer +License: MIT +ShortDescription: quickexplorer +Moniker: quickexplorer +ReleaseNotes: |- + ✨ Folder Size Intelligence & System Branding + - ⚡ Asynchronous Folder Sizes: Implemented a high-performance background engine using Rayon parallelism to calculate folder sizes without affecting UI responsiveness. + - 🛡️ Persistent Folder Cache: Calculated sizes are now saved in localStorage (TTL 2h), allowing them to appear instantly when revisiting folders. + - 🧠 Intelligent Invalidation: Added targeted cache clearing for Move, Copy, Delete, and Rename operations, ensuring sizes stay fresh without unnecessary re-calculations. + - 🟦 System Drive Identity: The system drive (C:) now features a premium, enlarged Windows 11 logo in both the Sidebar and "This PC" views. + - ⚙️ Toolbar Customization: New setting in Ajustes > General to choose between Dynamic (auto-collapse) and Compact (icons only) toolbar modes. + - 💾 Native Drive Renaming: Fixed a limitation in the Windows Shell API; you can now rename physical disk volumes directly from the "This PC" view. + - 🎨 Refined Clipboard UI: Modernized the "Paste" indicator with a cleaner, theme-accented chip design. +ReleaseNotesUrl: https://github.com/biondi53/Quick-Explorer/releases/tag/v0.1.23 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.yaml b/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.yaml new file mode 100644 index 0000000000000..b7fdaba39cf82 --- /dev/null +++ b/manifests/b/biondi53/QuickExplorer/0.1.23/biondi53.QuickExplorer.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: biondi53.QuickExplorer +PackageVersion: 0.1.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.installer.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.installer.yaml new file mode 100644 index 0000000000000..663e9906b4503 --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.LuminaNote +PackageVersion: 1.0.0 +UpgradeBehavior: install +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v1.0.0/lumina-note_1.0.0_x64-setup.exe + InstallerSha256: 842E03A9464FB36AA013CF197517ED85E62DE709156115C4D86222F6DB28811B + ProductCode: lumina-note +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v1.0.0/lumina-note_1.0.0_x64_en-US.msi + InstallerSha256: E0E1C085B12E1E63C564CA75D8E6FB6B9A8575FA0109C192331A1D5F603C1BB7 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{1DFC9C06-A994-40B5-A47E-72BCAB2C0C3F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{110CDD3F-1CE9-5C05-964D-46A876205773}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.locale.en-US.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.locale.en-US.yaml new file mode 100644 index 0000000000000..d6ac506c08d23 --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.locale.en-US.yaml @@ -0,0 +1,95 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.LuminaNote +PackageVersion: 1.0.0 +PackageLocale: en-US +ShortDescription: A modern Markdown note-taking app with live preview, bidirectional links, and AI assistant +Description: |- + Lumina Note is not just a Markdown editor – it is an LLM-native knowledge workspace: + - Local Markdown vault, Git-friendly + - Built-in multi-provider LLM client (8 providers) + - Full-featured Agent system with tools + - RAG semantic search on your own notes + - PDF reader + annotation system + - Dataview-style databases driven by YAML + - Bilibili video notes, voice notes, daily notes + + ✨ Core Features + 📝 Immersive Editing + - Three editor modes: Source / Live Preview / Reading + - WikiLinks: [[WikiLinks]] to build a graph-like knowledge network, supports drag-and-drop from file tree + - Beautiful formatting: LaTeX math (KaTeX), Mermaid, Obsidian-style callouts > [!info] + - Syntax highlighting: CodeMirror 6 with hundreds of languages + - Split view editor: + - Horizontal / vertical split + - Draggable divider with live resize + - Active pane tracking: the pane you clicked last becomes the target when opening files + - Image paste: Ctrl+V to paste screenshots directly into editor, auto-saved to vault + 🕸️ Knowledge Graph + - Canvas-based, high-performance visualization of your vault + - Folders shown as spiky balls, children inherit folder color + - [[WikiLinks]] automatically become edges between notes + - Right-click a node to open an isolated view (node + neighbors) + - Physics simulation for natural clustering & interactive dragging/zooming + 🤖 AI Agent System + - Multi-provider LLM support: + - Anthropic, OpenAI, Gemini, DeepSeek, Moonshot (Kimi), Groq, OpenRouter, Ollama (local) + - Agent modes: editor, organizer, researcher, writer + - Tooling: read/edit/create/move/search notes, database tools, RAG search, grep, etc. + - Real-time edit preview: animated diff playback inside the editor + - RAG semantic search: vector DB + optional reranker + - AI floating ball: draggable assistant that doesn’t break your flow + - Voice input: streaming STT with auto-stop and animation + 🎬 Bilibili Video Notes + - Play Bilibili videos inside the app (Tauri multi-WebView) + - Send special-prefixed danmaku to create timestamped notes + - Click timestamps in notes to jump the video + - Notes are saved as Markdown and reloaded automatically next time + 📄 PDF Intelligent Reader & Annotations + Optimized for academic and research workflows. + - Interactive element detection: detect text, images, tables, etc. + - Annotation system: + - Highlight / underline selected text (5 colors) + - Add textual notes to highlights + - Annotation storage: + - Saved as pure Markdown files: yourfile.pdf.annotations.md + - Lives next to the PDF, Git-friendly and editable in any editor + - Bi-directional jumping: + - From PDF → annotation file + - From annotation file → back to the exact PDF location via lumina://pdf links + - Ctrl+Click opens the PDF in split view and jumps to the annotation + - Thumbnails & outline: page thumbnails and table-of-contents sidebar + - Full-text search: in-document search with highlight + - AI integration: send selected PDF content to AI for summarization/translation + 🎨 Themes + - 15 built-in themes, each with light + dark variants (30 looks in total) + - Themes affect headings/links/code/blockquote and 17+ Markdown elements + - Custom title bar that follows theme colors, with window controls + - All theme settings are managed in the Settings panel (bottom-left gear icon) + 📊 Dataview-style Databases + - YAML frontmatter-driven: notes are the source of truth + - Table and Kanban views + - 7 column types: text, number, select, multi-select, date, checkbox, URL + - Database definitions stored as .db.json (structure only, no row data) + - File tree integration: database icons, click to open views + - Fully Git-friendly and plaintext-friendly +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.locale.zh-CN.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c5e49c672e44f --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.locale.zh-CN.yaml @@ -0,0 +1,81 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.LuminaNote +PackageVersion: 1.0.0 +PackageLocale: zh-CN +Publisher: luminanote +PublisherUrl: https://github.com/blueberrycongee +PublisherSupportUrl: https://github.com/blueberrycongee/Lumina-Note/issues +Author: Jiahe Wu +PackageName: lumina-note +PackageUrl: https://github.com/blueberrycongee/Lumina-Note +License: Apache-2.0 +LicenseUrl: https://github.com/blueberrycongee/Lumina-Note/blob/HEAD/LICENSE +Copyright: Copyright 2024-2026 Lumina Note Contributors +ShortDescription: 一款现代的 Markdown 笔记应用,具有实时预览、双向链接和 AI 助手功能 +Description: |- + Lumina Note 不仅仅是一个编辑器,它是一个集成了 LLM 能力的知识生产环境。 + 📝 沉浸式编辑体验 + - 多模式切换:无缝切换 源码 / 实时预览 / 阅读模式 + - 双向链接:使用 [[WikiLinks]] 构建网状知识图谱,支持从文件树拖拽创建链接 + - 专业排版:原生支持 LaTeX 数学公式、Mermaid 图表及 Obsidian 风格 > [!info] 提示块 + - 语法高亮:基于 CodeMirror 6,支持上百种语言的代码高亮 + - 分栏编辑:水平/垂直分栏,可拖拽调整大小,活动面板自动接收新文件 + - 图片粘贴:截图或复制图片后直接 Ctrl+V 粘贴,自动保存到笔记库 + 🕸️ 知识图谱 + - 基于 Canvas 的高性能可视化引擎,直观展示笔记间的关联关系。 + - 文件夹层级:文件夹作为节点显示(带刺圆球样式),父子关系带箭头连线 + - 颜色分区:按文件夹自动分配颜色,子节点继承父文件夹颜色 + - 双向链接:[[WikiLinks]] 自动解析为节点间的连线 + - 右键孤立查看:右键点击任意节点,可在新标签页中查看该节点及其直接关联的节点 + - 物理引擎:可调节的斥力、弹力、向心力参数,支持拖拽节点和画布缩放 + 🤖 AI Agent 系统 + - Agent 模式:能够理解意图,自动执行读取、编辑、搜索笔记等复杂任务链。 + - AI 悬浮球:随时唤起的助手,支持拖拽,不打断当前心流。 + - 语音输入:基于 Web Speech API 的语音转文字,支持流式显示、自动停止、录音动画。 + - Diff 预览:AI 修改内容前提供 Diff 对比视图,由你决定是否 Apply。 + - RAG 语义搜索:内置 SQLite 向量库,基于语义理解检索你的本地知识库。 + 🎬 B 站视频笔记 + - 边看视频边做笔记,通过弹幕同步实现精确时间戳记录。 + - 内嵌播放 在应用内直接播放 B 站视频,支持登录和发弹幕 + - 弹幕同步 发送带前缀的弹幕(如 #笔记内容),一键同步为带时间戳的笔记 + - 时间跳转 点击笔记时间戳,视频自动跳转到对应位置(无需刷新) + - 自动保存 笔记自动保存为 Markdown 文件,下次打开同一视频自动加载 + 📄 PDF 智能阅读器 + - 为学术工作流优化的 PDF 阅读和标注系统。 + - 交互式元素识别:自动识别文本、图片、表格等元素,支持悬浮高亮和点击选中 + - PDF 批注系统:选中文本添加高亮/下划线,支持 5 种颜色和笔记 + - 批注笔记同步:批注自动保存为 Markdown 文件,与 PDF 同目录 + - 双向跳转:点击笔记中的链接跳转到 PDF 对应位置,Ctrl+Click 分栏打开 + - 缩略图与目录:侧边栏显示页面缩略图和文档大纲,快速跳转 + - 全文搜索:支持在 PDF 中搜索关键词,实时高亮匹配结果 + - 与 AI 对话:将选中的 PDF 内容发送给 AI,进行摘要、翻译或解释 + 🎨 主题系统 + - 15 套官方主题:默认/海洋/森林/薰衣草/玫瑰/落日/薄荷/靛青/拿铁/极光/极简等 + - 明暗双模式:每套主题都有明亮和暗黑两种模式(共 30 种外观) + - Markdown 颜色:主题影响标题/链接/代码块/引用等 17 种元素 + - 设置面板:左下角齿轮图标,统一管理主题、AI、RAG 等设置 + 🔌 多模型生态 + 支持接入主流 LLM Provider,自由切换模型: + Anthropic · OpenAI · Gemini · DeepSeek · Moonshot · Groq · OpenRouter · Ollama (Local) +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotesUrl: https://github.com/blueberrycongee/Lumina-Note/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.yaml new file mode 100644 index 0000000000000..b75eec9a8ce69 --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.0/blueberrycongee.LuminaNote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.LuminaNote +PackageVersion: 1.0.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.installer.yaml b/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.installer.yaml new file mode 100644 index 0000000000000..ad6f118b7d776 --- /dev/null +++ b/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: CDESoftware.BTM-2026 +PackageVersion: 2026.61.1150 +InstallerType: exe +InstallerSwitches: + Silent: /exenoui /qn /norestart +Installers: +- Architecture: x86 + InstallerUrl: https://static.cdesoftware.com/btm2026/BTM2026INSTALLER.EXE + InstallerSha256: 6FA1BB11FB9DCDA38110C1A5F2C0EBADA8E15AE5F22C2B12B921579B913C1041 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.locale.en-US.yaml b/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.locale.en-US.yaml new file mode 100644 index 0000000000000..3b9eeb1bcc882 --- /dev/null +++ b/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: CDESoftware.BTM-2026 +PackageVersion: 2026.61.1150 +PackageLocale: en-US +Publisher: CDE Software +PublisherUrl: https://cdesoftware.com +PublisherSupportUrl: https://support.cdesoftware.com +PrivacyUrl: https://www.cdesoftware.com/privacy-policy/ +Author: CDE Software +PackageName: BTM-2026 +PackageUrl: https://cdesoftware.com +License: Proprietary +Copyright: Copyright (C) 2026 CDE Software +ShortDescription: CDE Software BTM-2026 is a bowling tournament software management program +Description: CDE Software BTM-2026 is a bowling tournament software management program +Tags: +- bowling tournament software +- bowling +- tournament +ReleaseNotesUrl: https://static.cdesoftware.com/btm2026/VersionHistory.txt +PurchaseUrl: https://shop.cdesoftware.com +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.yaml b/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.yaml new file mode 100644 index 0000000000000..fbe467d27bd0c --- /dev/null +++ b/manifests/c/CDESoftware/BTM-2026/2026.61.1150/CDESoftware.BTM-2026.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: CDESoftware.BTM-2026 +PackageVersion: 2026.61.1150 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.installer.yaml b/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.installer.yaml deleted file mode 100644 index 9d848bca2bbfb..0000000000000 --- a/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Chill-Astro.FastCalc -PackageVersion: "1.1" -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/Chill-Astro/FastCalc/releases/download/v1.1/FastCalc-Setup.exe - InstallerSha256: F5883E9ECC2F40324ACB3C9CD2D2B0B7E6271875CA1691F465F4268589889F2A -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2025-06-06 diff --git a/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.locale.en-US.yaml b/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.locale.en-US.yaml deleted file mode 100644 index 9b334cff67d96..0000000000000 --- a/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Chill-Astro.FastCalc -PackageVersion: "1.1" -PackageLocale: en-US -Publisher: Chill-Astro -PublisherUrl: https://github.com/Chill-Astro -PublisherSupportUrl: https://github.com/Chill-Astro/FastCalc/issues -PackageName: FastCalc -PackageUrl: https://github.com/Chill-Astro/FastCalc -License: GPL-3.0 -ShortDescription: A high speed version of PyCalc written fully in C++. -Tags: -- calculator -- calculator-app -- calculator-cpp -- calculators -- clang -- clang-compiler -- cpp -- cpp23 -- cross-platform -- gcc -- gcc-complier -- msvc -- simple-app -- simple-calculator-app -- pycalc -ReleaseNotesUrl: https://github.com/Chill-Astro/FastCalc/releases/tag/v1.1 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/Chill-Astro/FastCalc/wiki -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.installer.yaml b/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.installer.yaml deleted file mode 100644 index 20a8ecdb97b72..0000000000000 --- a/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Chill-Astro.MsixCertImportTool -PackageVersion: '1.1' -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallerSwitches: - Custom: /ALLUSERS -ProductCode: '{26C9CAE8-B622-450D-8982-50157B3AE892}_is1' -ReleaseDate: 2025-05-16 -AppsAndFeaturesEntries: -- ProductCode: '{26C9CAE8-B622-450D-8982-50157B3AE892}_is1' -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Chill-Astro\MsixCertImportTool' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/Chill-Astro/MsixCertImportTool/releases/download/v1.1/MsixCertImportTool-Setup.exe - InstallerSha256: D82E3B585D50FB24D478AF3458C3E52545A829F9ACA6DC0F711B236BADE558C4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.locale.en-US.yaml b/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.locale.en-US.yaml deleted file mode 100644 index 44437fb7065ea..0000000000000 --- a/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Chill-Astro.MsixCertImportTool -PackageVersion: '1.1' -PackageLocale: en-US -Publisher: Chill-Astro -PublisherUrl: https://github.com/Chill-Astro -PublisherSupportUrl: https://github.com/Chill-Astro/MsixCertImportTool/issues -PackageName: MsixCertImportTool -PackageUrl: https://github.com/Chill-Astro/MsixCertImportTool -License: GPL-3.0 -LicenseUrl: https://github.com/Chill-Astro/MsixCertImportTool/blob/HEAD/LICENSE -ShortDescription: MsixCertImportTool Setup -Tags: -- certificate -- certificates -- code -- import -- importer -- msix -- python -- python-app -- python3 -- self-signed-certificate -- simple-app -ReleaseNotes: |- - This is the Second Release of MsixCertImportTool! - Changes : - - Fixed the Installer as it was creating a clash with PyCalc and putting itself into the wrong folder. - - Changed some dialogs. - Installing MsixCertTool from Winget : - winget install MsixCertImportTool - Installation and Requirements : - - Any system with Python installed. - - Requires Requests package to be installed via pip. - - No Python installation needed if using Installer or MsixCertImportTool.exe on Windows Systems! -ReleaseNotesUrl: https://github.com/Chill-Astro/MsixCertImportTool/releases/tag/v1.1 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/Chill-Astro/MsixCertImportTool/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.installer.yaml b/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.installer.yaml deleted file mode 100644 index 6533aa1f7fd22..0000000000000 --- a/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Chill-Astro.PyCalc-PLUS -PackageVersion: "1.3" -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/Chill-Astro/PyCalc-PLUS/releases/download/v1.3/PyC-PLUS-Setup.exe - InstallerSha256: 8BC9DFF80E445496F59954C88E989EADBFD3B82C8EC19F00249FAA33748F8763 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-12-06 diff --git a/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.locale.en-US.yaml b/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.locale.en-US.yaml deleted file mode 100644 index fbeae25c2fc3d..0000000000000 --- a/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Chill-Astro.PyCalc-PLUS -PackageVersion: "1.3" -PackageLocale: en-US -Publisher: Chill-Astro Software -PublisherUrl: https://github.com/Chill-Astro -PublisherSupportUrl: https://github.com/Chill-Astro/PyCalc-PLUS/issues -PackageName: PyCalc PLUS! -PackageUrl: https://github.com/Chill-Astro/PyCalc-PLUS -License: MIT -ShortDescription: PyCalc PLUS! Setup -Tags: -- calculator -- calculator-app -- console -- console-app -- console-application -- csharp -- linux -- macos -- macos-app -- macosx -- simple-app -- simple-calculator -- simple-calculator-app -- terminalapp -- windows -ReleaseNotesUrl: https://github.com/Chill-Astro/PyCalc-PLUS/releases/tag/v1.3 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/Chill-Astro/PyCalc-PLUS/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.installer.yaml b/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.installer.yaml new file mode 100644 index 0000000000000..1d003114673bb --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.installer.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.63" +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: REAPER +AppsAndFeaturesEntries: +- DisplayName: REAPER +Installers: +- Architecture: x86 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper763-install.exe + InstallerSha256: 87FC55AFC2D194EAE8119F753CADCAB6C2279EDD775245DC166EAE55576D337F +- Architecture: x64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper763_x64-install.exe + InstallerSha256: 0B3347A58F988A4A38CA5DF15B522638BC3A308CC50AF32B7579C9C8ECFDA2EC +- Architecture: arm64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper763_win11_arm64ec_beta-install.exe + InstallerSha256: 7C96BFF1B7CA59471099B326C0B70F4280B602BE349E697ACB8DAC6BAA9650A9 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.locale.en-US.yaml b/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.locale.en-US.yaml new file mode 100644 index 0000000000000..e5e210bd42204 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.63" +PackageLocale: en-US +Publisher: Cockos Incorporated +PublisherUrl: https://www.cockos.com/ +Author: Cockos Incorporated +PackageName: REAPER +PackageUrl: https://www.reaper.fm/ +License: Proprietary +Copyright: Copyright (c) 2005-2022 Cockos Incorporated +ShortDescription: REAPER is a digital audio production application, offering full multitrack audio and MIDI recording, processing, editing, mixing and mastering toolset. +Moniker: reaper +Tags: +- audio +- audio-editor +- audio-mixer +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.yaml b/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.yaml similarity index 72% rename from manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.yaml rename to manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.yaml index e00e456542d2c..38d8fe5a66ec2 100644 --- a/manifests/c/Chill-Astro/PyCalc-PLUS/1.3/Chill-Astro.PyCalc-PLUS.yaml +++ b/manifests/c/Cockos/REAPER/7.63/Cockos.REAPER.yaml @@ -1,8 +1,8 @@ # Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Chill-Astro.PyCalc-PLUS -PackageVersion: "1.3" +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.63" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..0279dc6c1167e --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.20.0400 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: XYplorer64_28.20_Install.exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +ProductCode: XYplorer64 +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- DisplayName: XYplorer 28.20 + ProductCode: XYplorer64 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\XYplorer' +Installers: +- Architecture: x64 + InstallerUrl: https://www.xyplorer.com/download/xyplorer64_28.20.0400.zip + InstallerSha256: 073AFADF641D349E786B777CC845090410D8C2D1EB440B72A96B7A599770A190 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..e4a0cc81e78d9 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.20.0400 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com/ +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com/ +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..c4ee71441ab8f --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.20.0400/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.20.0400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..48a56644947e7 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.47.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.47.0_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.47.0/crush_0.47.0_Windows_i386.zip + InstallerSha256: 17168b459c8e9959bf3200cedaaedd98c8228d6d9e0dbc41a157f91617912134 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.47.0_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.47.0/crush_0.47.0_Windows_arm64.zip + InstallerSha256: e473c48e8b15d2cbbdbeb361a6d93de141727d443569d40123877ce816e913ef + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.47.0_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.47.0/crush_0.47.0_Windows_x86_64.zip + InstallerSha256: 30a60df3f822cfa7c57e0ede5d4018cf4d334d12cdfaf20b4165d64a12d9195c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..c8d610a8dc6bb --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.47.0 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.47.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..67f04c6494bda --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.47.0/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.47.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..62a4a2261abe0 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.47.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-05" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.47.1_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.47.1/crush_0.47.1_Windows_i386.zip + InstallerSha256: b5b340053e821b2cc69857e5eb881a44fd974a16a5d887ae16ff63d49b2a6f85 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.47.1_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.47.1/crush_0.47.1_Windows_arm64.zip + InstallerSha256: 4855305ef59f25293729cd4b8b08004b4b6f052456575eb5b9bb46f923e6938b + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.47.1_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.47.1/crush_0.47.1_Windows_x86_64.zip + InstallerSha256: c2f45d46119639f2b0e80ceb8f715011e7d662368fcd602fb3951fa1b5cce753 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..1b358e6968272 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.47.1 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.47.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..0171e7323d8f3 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.47.1/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.47.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.installer.yaml new file mode 100644 index 0000000000000..7cfb28815d425 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.292.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: databricks.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v0.292.0/databricks_cli_0.292.0_windows_amd64.zip + InstallerSha256: 14DE87368DAD80892EC793494877A59317E7FB4522C87CD7CF4E093B09AA2FB2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..6fd26af50f9e5 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.292.0 +PackageLocale: en-US +Publisher: Databricks +PublisherUrl: https://databricks.com/ +PublisherSupportUrl: https://github.com/databricks/cli/issues +PackageName: DatabricksCLI +PackageUrl: https://github.com/databricks/cli +License: DB license +LicenseUrl: https://github.com/databricks/cli/blob/HEAD/LICENSE +ShortDescription: Databricks Command Line Interface +Tags: +- command-line-interface +- databricks +ReleaseNotes: |- + Changelog + - [Release] Release v0.292.0 +ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.292.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.yaml b/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.yaml similarity index 59% rename from manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.yaml rename to manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.yaml index fd0dae2db4d8c..2976b7b10ced6 100644 --- a/manifests/c/Chill-Astro/FastCalc/1.1/Chill-Astro.FastCalc.yaml +++ b/manifests/d/Databricks/DatabricksCLI/0.292.0/Databricks.DatabricksCLI.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.4.0 +# Created with komac v2.9.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json -PackageIdentifier: Chill-Astro.FastCalc -PackageVersion: "1.1" +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.292.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.installer.yaml new file mode 100644 index 0000000000000..eae83eb5f129f --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.installer.yaml @@ -0,0 +1,21 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: deno.exe +Commands: +- deno +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/denoland/deno/releases/download/v2.7.4/deno-x86_64-pc-windows-msvc.zip + InstallerSha256: D2A0C8EA92FF852336A5E31293B2224FB75C22C68692C27EDE5871ED88BC21FD +- Architecture: arm64 + InstallerUrl: https://github.com/denoland/deno/releases/download/v2.7.4/deno-aarch64-pc-windows-msvc.zip + InstallerSha256: 53AB02479E73DC79432A1E5198BB0147021ABED71CAD3AE2E3466D8282E0E3DB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.locale.en-US.yaml new file mode 100644 index 0000000000000..c40658df212dd --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.4 +PackageLocale: en-US +Publisher: Deno Land Inc. +PublisherUrl: https://deno.com/ +PublisherSupportUrl: https://github.com/denoland/deno/issues +PrivacyUrl: https://docs.deno.com/deploy/manual/privacy-policy/ +Author: Deno Land Inc. +PackageName: Deno +PackageUrl: https://deno.com/ +License: MIT +LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md +Copyright: Copyright 2018-2026 the Deno authors +ShortDescription: A modern runtime for JavaScript and TypeScript +Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust. +Tags: +- develop +- development +- environment +- javascript +- js +- programming +- runtime +- typescript +- v8 +ReleaseNotes: |- + 2.7.4 / 2026.03.05 + - fix(core): uv_compat cleanup and fixes (#32458) + - fix(deploy): correctly handle version lookup (#32489) + - fix(ext/node): deep assert compatibility (#32434) + - fix(ext/node): use sync writes for TTY stdout/stderr WriteStream (#32488) + - fix(test): restart all tests on env file change (#32461) + - perf(npm): actually improve npm install -g deno binary startup performance + (#32467) +ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v2.7.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.deno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.locale.zh-CN.yaml b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.locale.zh-CN.yaml new file mode 100644 index 0000000000000..323e0a1906861 --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.4 +PackageLocale: zh-CN +ShortDescription: JavaScript 和 TypeScript 的现代运行时 +Description: Deno 是一个简单、现代、安全的运行时,适用于 JavaScript、TypeScript 和 WebAssembly,使用 V8 和 Rust 构建。 +Tags: +- javascript +- js +- typescript +- v8 +- 开发 +- 环境 +- 编程 +- 运行时 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.deno.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.yaml new file mode 100644 index 0000000000000..fd75cde35f28f --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.4/DenoLand.Deno.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.installer.yaml b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.installer.yaml new file mode 100644 index 0000000000000..a68adbcedc68e --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.133 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{5C4E955E-9D0E-42E9-8D8D-E57C1B5002C3}' +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- UpgradeCode: '{2A300FB5-FA81-5886-A03C-B8C20DF4E74B}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/different-ai/openwork/releases/download/v0.11.133/openwork-desktop-windows-x64.msi + InstallerSha256: 8D6B255CDBF5AF0E1952F7C6874512800C6D08D0E1136D9A996148E8E911FC65 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.locale.en-US.yaml b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.locale.en-US.yaml new file mode 100644 index 0000000000000..cf132dcf7b9f6 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.133 +PackageLocale: en-US +Publisher: differentai +PublisherUrl: https://openwork.software/ +PublisherSupportUrl: https://github.com/different-ai/openwork/issues +Author: Different AI +PackageName: OpenWork +PackageUrl: https://openwork.software/ +License: MIT +LicenseUrl: https://github.com/different-ai/openwork/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Different AI +ShortDescription: An open-source alternative to Claude Cowork, powered by OpenCode +Description: |- + OpenWork is an extensible, open-source “Claude Work” style system for knowledge workers. + It’s a native desktop app that runs OpenCode under the hood, but presents it as a clean, guided workflow: + - pick a workspace + - start a run + - watch progress + plan updates + - approve permissions when needed + - reuse what works (templates + skills) + The goal: make “agentic work” feel like a product, not a terminal. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +- opencode +ReleaseNotes: |- + Highlights + - Improved session rendering stability to prevent transcript flicker while typing in active chats. + - Reduced remount churn and adjusted bottom-anchor behavior for more reliable long conversation handling. + Fixes & polish + - Stopped long markdown collapse state from resetting unexpectedly. + - Refined virtualization behavior for tail-loaded chats. + - Updated AUR packaging metadata and synced package versions to 0.11.133. + Packaging / ops + - Published release tag v0.11.133 and pushed dev. + Compare: + https://github.com/different-ai/openwork/compare/v0.11.132...v0.11.133 +ReleaseNotesUrl: https://github.com/different-ai/openwork/releases/tag/v0.11.133 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.locale.zh-CN.yaml b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7cbb3a8b7a327 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.133 +PackageLocale: zh-CN +ShortDescription: 由 OpenCode 驱动的 Claude Cowork 开源替代方案 +Description: |- + OpenWork 是一个可扩展的开源“Claude Work”风格系统,专为知识工作者设计。 + 它是一款原生桌面应用程序,底层运行 OpenCode,但以简洁、引导式的工作流呈现: + - 选择一个工作区 + - 开始执行任务 + - 查看进度并规划更新 + - 在需要时批准权限 + - 复用有效内容(模板 + 技能) + 目标:让“自主智能式工作”感觉像一个产品,而不是一个终端。 +Tags: +- opencode +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.yaml b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.yaml new file mode 100644 index 0000000000000..202459939e22d --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.133/DifferentAI.OpenWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.133 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.installer.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.installer.yaml new file mode 100644 index 0000000000000..8d41c322ec895 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.47 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: arm64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/arm64/0.0.47/DiscordDevelopmentSetup.exe + InstallerSha256: 23F9B4B36CAC1F3AC4A74C9B60B08B2F6C56DAA0100C43B5DCFC23F29A7DEE19 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..cae20cd50e046 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.47 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..646c2893a2dd5 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.47 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.yaml new file mode 100644 index 0000000000000..04556cdd82834 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.47/Discord.Discord.Development.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.installer.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.installer.yaml new file mode 100644 index 0000000000000..4dcb2f46243a7 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.48 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: arm64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/arm64/0.0.48/DiscordDevelopmentSetup.exe + InstallerSha256: 32E63519E532ACEA1706460250AF47126513DBB5FE94B6C3743A2E9372543C4C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..768b50d4d8b26 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.48 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd0196526ac06 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.48 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.yaml new file mode 100644 index 0000000000000..b58e44170ded8 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.48/Discord.Discord.Development.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.48 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.installer.yaml b/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.installer.yaml new file mode 100644 index 0000000000000..a6f4475b0722a --- /dev/null +++ b/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Docker.SecretsEngine +PackageVersion: 0.4.0 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{4E8EB181-7D7F-40DF-B166-29DB5AEE27B7}' +AppsAndFeaturesEntries: +- ProductCode: '{4E8EB181-7D7F-40DF-B166-29DB5AEE27B7}' + UpgradeCode: '{6FCC8A62-DD88-47D9-AEE9-C624BCF0ECAA}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/secrets-engine/releases/download/v0.4.0/DockerSecretsEngine.msi + InstallerSha256: 69B17C9054326C0AE15892302729295422FA03A7FED63FF4FA67722851183B91 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-05 diff --git a/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.locale.en-US.yaml b/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.locale.en-US.yaml new file mode 100644 index 0000000000000..36e567d1632a4 --- /dev/null +++ b/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Docker.SecretsEngine +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: Docker Inc +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support/ +PrivacyUrl: https://www.docker.com/legal/privacy/ +Author: Docker Inc. +PackageName: Docker Secrets Engine +PackageUrl: https://github.com/docker/secrets-engine/blob/HEAD/README.md +License: Apache-2.0 +LicenseUrl: https://github.com/docker/secrets-engine/blob/HEAD/LICENSE +Copyright: Copyright (c) Docker Inc. +CopyrightUrl: https://github.com/docker/secrets-engine/blob/HEAD/LICENSE +ShortDescription: | + Secrets Engine lets you reference secrets in docker run / docker compose and have Docker resolve and inject the real values at runtime. +ReleaseNotesUrl: https://github.com/docker/secrets-engine/releases/tag/v0.4.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/docker/secrets-engine/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.yaml b/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.yaml new file mode 100644 index 0000000000000..8e5f847f725d2 --- /dev/null +++ b/manifests/d/Docker/SecretsEngine/0.4.0/Docker.SecretsEngine.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Docker.SecretsEngine +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..29d8faf6c07fb --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.53.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.53.0/dotenvx-1.53.0-windows-x86_64.zip + InstallerSha256: 5DD6CA1B19966C5B22009480831E4D39C29DF025736CA60145DB0DE9EBA665BC +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-05 diff --git a/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..1cb27836768d4 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.53.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +PublisherSupportUrl: https://github.com/dotenvx/dotenvx/issues +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Moniker: dotenvx +Tags: +- env +- dotenv +- environment +- variables +- dotenvx +- cli +- encryption +ReleaseNotesUrl: https://github.com/dotenvx/dotenvx/releases/tag/v1.53.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..3eb655121ea59 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.53.0/dotenvx.dotenvx.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.53.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.installer.yaml b/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.installer.yaml new file mode 100755 index 0000000000000..cdcde2a81ee04 --- /dev/null +++ b/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: EMCO.UnlockIT +PackageVersion: 7.0.4 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /s + Log: /log "" +UpgradeBehavior: install +ReleaseDate: 2026-03-03 +UnsupportedOSArchitectures: +- arm +- arm64 +AppsAndFeaturesEntries: +- DisplayName: EMCO UnLock IT 7.0 + Publisher: EMCO Software + InstallerType: msi +Installers: +- Architecture: neutral + InstallerUrl: https://storage.emcosoftware.com/download/archive/unlockit/v7/UnLockITSetup-7.0.4.exe + InstallerSha256: D0879DAF7D5F0B4CB272E93BC4ED3AAE3D48C666C056623A2C5AF74349543AE0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.locale.en-US.yaml b/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.locale.en-US.yaml new file mode 100755 index 0000000000000..1aa19c30cb885 --- /dev/null +++ b/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: EMCO.UnlockIT +PackageVersion: 7.0.4 +Moniker: unlock-it +PackageLocale: en-US +PackageName: EMCO UnlockIT 7 +PackageUrl: https://emcosoftware.com/unlock-it +Publisher: EMCO Software +PublisherUrl: https://emcosoftware.com/ +PublisherSupportUrl: https://emcosoftware.com/support +PrivacyUrl: https://emcosoftware.com/privacy-policy +License: Freeware +Copyright: Copyright © 2001 - 2024 EMCO. All rights reserved. +CopyrightUrl: https://emcosoftware.com/terms-of-use +ShortDescription: Freeware file unlock utility for detecting locking processes and releasing file and folder locks on Windows systems. +Description: |- + EMCO Unlock IT is a freeware file unlock utility that helps identify processes locking files or folders on Windows systems. It allows users to determine why a resource cannot be modified, moved, renamed, or deleted. + + The product displays detailed information about locking processes and offers several ways to release file and folder locks. These options help resolve access conflicts and restore control over locked resources. + + EMCO Unlock IT is useful for troubleshooting file access issues, removing stubborn files, and handling locked resources during maintenance or deployment tasks. It provides a clear view of active locks, helping users quickly restore access and continue their work. +Tags: +- lock +- unlock +- file-unlock +- folder-lock +- unlock-files +- unlock-folders +- locked-files +- locked-folders +ReleaseNotes: |- + Bug Fixes: + - Fixed compatibility issues with Windows 7. +ReleaseNotesUrl: https://emcosoftware.com/unlock-it/whats-new/7 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://emcosoftware.com/unlock-it/doc +- DocumentLabel: Video Tour + DocumentUrl: https://emcosoftware.com/unlock-it/video-tour +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.yaml b/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.yaml new file mode 100755 index 0000000000000..9d5d5d4e7fe50 --- /dev/null +++ b/manifests/e/EMCO/UnlockIT/7.0.4/EMCO.UnlockIT.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: EMCO.UnlockIT +PackageVersion: 7.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.installer.yaml b/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.installer.yaml new file mode 100644 index 0000000000000..15cb0d6068a0a --- /dev/null +++ b/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ente-io.photos-desktop +PackageVersion: 1.7.21 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: fb682768-51c6-5397-92da-171dc1777808 +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- DisplayName: ente 1.7.21 + Publisher: Ente + ProductCode: fb682768-51c6-5397-92da-171dc1777808 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ente-io/photos-desktop/releases/download/v1.7.21/ente-1.7.21.exe + InstallerSha256: D45CD56CD8281C8F9F802D06EB1AB8B6924AAEADCFFF4B5B16E6BB8C196D49A4 +- Architecture: x64 + InstallerUrl: https://github.com/ente-io/photos-desktop/releases/download/v1.7.21/ente-1.7.21-x64.exe + InstallerSha256: 73D742EE0F3883D9C46B56D38EBA9D68E0195C128810A91833EBAD10EC512C0B +- Architecture: arm64 + InstallerUrl: https://github.com/ente-io/photos-desktop/releases/download/v1.7.21/ente-1.7.21-arm64.exe + InstallerSha256: 2896874566222EE0E88122963209A732C727D53A37137B89D9C1AF68B2C41E17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.locale.en-US.yaml b/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..0f2aaa0307c67 --- /dev/null +++ b/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ente-io.photos-desktop +PackageVersion: 1.7.21 +PackageLocale: en-US +Publisher: ente +PublisherUrl: https://github.com/ente-io +PublisherSupportUrl: https://github.com/ente-io/photos-desktop/issues +PackageName: ente +PackageUrl: https://github.com/ente-io/photos-desktop +License: AGPL-3.0 +LicenseUrl: https://github.com/ente-io/photos-desktop/blob/HEAD/LICENSE +Copyright: Copyright © 2022 ente +ShortDescription: Desktop client for ente.io +Moniker: ente-photos +ReleaseNotes: |- + - Masonry layout for public albums + - Quick links + - Full viewer experience for single-photo/video links + - Update album cover + - Public album improvements + - Catalan language support +ReleaseNotesUrl: https://github.com/ente-io/photos-desktop/releases/tag/v1.7.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.yaml b/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.yaml new file mode 100644 index 0000000000000..047f8f7f8e551 --- /dev/null +++ b/manifests/e/ente-io/photos-desktop/1.7.21/ente-io.photos-desktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ente-io.photos-desktop +PackageVersion: 1.7.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..a9389254d95da --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 7.1.2-nightly.7 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v7.1.2-nightly.7/Ferdium-win-AutoSetup-7.1.2-nightly.7-arm64.exe + InstallerSha256: F0A707EE2BEBF0078CE405F09A4A813895787399324BD1FEBCB87ADE1A27199D +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v7.1.2-nightly.7/Ferdium-win-AutoSetup-7.1.2-nightly.7-x64.exe + InstallerSha256: 3AB30B0862FC9F768A17FDDC8F73D924F7C58D6886CE751FD4AD6D22E64DA658 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v7.1.2-nightly.7/Ferdium-win-AutoSetup-7.1.2-nightly.7-ia32.exe + InstallerSha256: E52C7C3AB64969B7CE5DBBBAB6E54F5E5450BB9A6DF0F1C7E245154D44631882 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-05 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..62f4a01e34668 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 7.1.2-nightly.7 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PublisherSupportUrl: https://github.com/ferdium/ferdium-app/issues +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +Tags: +- hacktoberfest +- hacktoberfest-accepted +ReleaseNotesUrl: https://github.com/ferdium/ferdium-app/releases/tag/v7.1.2-nightly.7 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..21a759ec1a8f0 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.7/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 7.1.2-nightly.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.installer.yaml deleted file mode 100644 index e006e7ee35c9c..0000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 134.0.6998.15 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome Beta -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/a6rtgagfy4humi7g56e5eagxte_134.0.6998.15/134.0.6998.15_chrome_installer.exe - InstallerSha256: 7B2D69C18EBA0382053D3A98C01532E5931A40756A3E2168C4FC91D6B8360BC2 - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/a6rtgagfy4humi7g56e5eagxte_134.0.6998.15/134.0.6998.15_chrome_installer.exe - InstallerSha256: 7B2D69C18EBA0382053D3A98C01532E5931A40756A3E2168C4FC91D6B8360BC2 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acph4ijrvfep6k2rrj3cghwruagq_134.0.6998.15/134.0.6998.15_chrome_installer.exe - InstallerSha256: 07E64962E6CB21EE0C448E3940A7A368AC752C3D75D672C8E3B2F4B62D9B07A8 - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acph4ijrvfep6k2rrj3cghwruagq_134.0.6998.15/134.0.6998.15_chrome_installer.exe - InstallerSha256: 07E64962E6CB21EE0C448E3940A7A368AC752C3D75D672C8E3B2F4B62D9B07A8 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acbtnmxu7sgrpp6v35t6xquzjb7q_134.0.6998.15/134.0.6998.15_chrome_installer.exe - InstallerSha256: AC09EF12B785862F8E1E082D8827821A4B084A1FE8FA223160C2FCD6DDEBB192 - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acbtnmxu7sgrpp6v35t6xquzjb7q_134.0.6998.15/134.0.6998.15_chrome_installer.exe - InstallerSha256: AC09EF12B785862F8E1E082D8827821A4B084A1FE8FA223160C2FCD6DDEBB192 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.en-US.yaml deleted file mode 100644 index a46377df594ce..0000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 134.0.6998.15 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Beta (EXE) -PackageUrl: https://www.google.com/chrome/beta -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Try new features with Chrome Beta -Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.nb-NO.yaml deleted file mode 100644 index 6856c4473cf0a..0000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 134.0.6998.15 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Beta (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/beta -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Prøv nye funksjoner med Chrome Beta -Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.zh-CN.yaml deleted file mode 100644 index 0620cda45ebce..0000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 134.0.6998.15 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome 测试版(EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 试用 Chrome 测试版的新功能 -Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.installer.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.installer.yaml new file mode 100644 index 0000000000000..6074980e7ca74 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.02.19 +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.02.19-bea3d9f/copilot_here-win-x64.zip + InstallerSha256: DA5D5AB65F19904976B4917E5C39934FE17F8A3D4709B87EF15C5B4BDB248DDC +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.02.19-bea3d9f/copilot_here-win-arm64.zip + InstallerSha256: 18247C78A0B89CF6DFBF88F36E79D8B9241536AD10DF8746853DC71930BBC4CD +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.locale.en-US.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.locale.en-US.yaml new file mode 100644 index 0000000000000..43e1cf85eeaea --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.02.19 +PackageLocale: en-US +Publisher: Gordon Beeming +PublisherUrl: https://github.com/GordonBeeming +PublisherSupportUrl: https://github.com/GordonBeeming/copilot_here/issues +PackageName: copilot_here +PackageUrl: https://github.com/GordonBeeming/copilot_here +License: FSL-1.1-MIT +LicenseUrl: https://github.com/GordonBeeming/copilot_here/blob/main/LICENSE +ShortDescription: Run GitHub Copilot CLI in a sandboxed Docker container +Description: |- + copilot_here lets you run GitHub Copilot CLI commands inside a sandboxed Docker container, + keeping your host machine clean and secure. It provides shell function wrappers for Bash, + Zsh, and PowerShell that seamlessly proxy Copilot CLI commands through a containerized environment. +Tags: +- cli +- copilot +- docker +- github +- github-copilot +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.yaml new file mode 100644 index 0000000000000..fe394ba738364 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.02.19/GordonBeeming.CopilotHere.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.02.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.installer.yaml b/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.installer.yaml new file mode 100644 index 0000000000000..b801750d8d7fb --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.Enterprise +PackageVersion: 12.4.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{6861B7A2-41E1-43E9-8D51-8801E749F2FB}' +ReleaseDate: 2026-02-24 +AppsAndFeaturesEntries: +- ProductCode: '{6861B7A2-41E1-43E9-8D51-8801E749F2FB}' + UpgradeCode: '{D534EC50-476B-4EDC-A25E-FE854C949F4F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GrafanaLabs' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.grafana.com/grafana-enterprise/release/12.4.0/grafana-enterprise_12.4.0_22325204712_windows_amd64.msi + InstallerSha256: 8DFD1A0A12A03D365C1DA85321D13F7FBEAB9FEDC5048B7EC431A886E51EAB6D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.locale.en-US.yaml b/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.locale.en-US.yaml new file mode 100644 index 0000000000000..3460169b376d0 --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.Enterprise +PackageVersion: 12.4.0 +PackageLocale: en-US +Publisher: Grafana Labs +PublisherUrl: https://grafana.com/ +PublisherSupportUrl: https://grafana.com/contact/ +Author: Grafana Labs +PackageName: GrafanaEnterprise +PackageUrl: https://github.com/grafana/grafana/ +License: Grafana Labs License +LicenseUrl: https://grafana.com/legal/grafana-labs-license/ +Copyright: Copyright (c) Grafana Labs +CopyrightUrl: https://grafana.com/legal/grafana-labs-license/ +ShortDescription: Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture. +Description: |- + Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. + Create, explore, and share dashboards with your team and foster a data driven culture. + The Enterprise Edition has the same features as the Open Source Edition and can be used free of charge. + It also has the benefit of allowing an upgrade to the full Enterprise feature set, including support for Enterprise plugins. +Moniker: grafana-enterprise +Tags: +- dashboard +- data +- grafana +- graph +- metrics +- prometheus +- query +- visualization +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.yaml b/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.yaml new file mode 100644 index 0000000000000..75decb0249ab0 --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/Enterprise/12.4.0/GrafanaLabs.Grafana.Enterprise.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.Enterprise +PackageVersion: 12.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.installer.yaml b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.installer.yaml new file mode 100644 index 0000000000000..91311f41bb008 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.11.2 +InstallerType: portable +Commands: +- hmcl-stable +ReleaseDate: 2026-02-25 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/HMCL-dev/HMCL/releases/download/v3.11.2/HMCL-3.11.2.exe + InstallerSha256: ED821311CD97146A40C6AC13B2F749BC7667AFD4BBF1200050D85F09DB859A67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.locale.en-US.yaml new file mode 100644 index 0000000000000..56c8b157da5cd --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.11.2 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Stable +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a0f85f179fbd0 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.11.2 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 稳定版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotes: |- + - 账户 + - GP-5610: 优化设备代码流登录流程 (by Glavo) + - 错误修复 + - GP-5550: 修复安装整合包时任务弹窗可能空白的问题 (by 辞庐) + - GP-5549: 修复微软登录报错的超链接显示 (by Xirren) + - GP-5584: 修复打开登录微软对话框时加载指示器一闪而过的问题 (by 辞庐) + - GP-5585, GP-5602: 修复下载源失效时刷新版本列表不会回退到备用下载源的问题 (by Glavo) + - GP-5575: 修复无法使用授权代码流登录微软账户的问题 (by 辞庐) +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.11.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.yaml b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.yaml new file mode 100644 index 0000000000000..5adbf0aca5251 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.11.2/HMCL.HMCL.Stable.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.installer.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.installer.yaml new file mode 100644 index 0000000000000..3e1d283f1b788 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.11.2 +InstallerType: portable +Commands: +- hmcl-stable +ReleaseDate: 2026-02-25 +Installers: +- Architecture: neutral + InstallerUrl: https://cnb.cool/HMCL-dev/HMCL/-/releases/download/v3.11.2/HMCL-3.11.2.exe + InstallerSha256: ED821311CD97146A40C6AC13B2F749BC7667AFD4BBF1200050D85F09DB859A67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.locale.en-US.yaml new file mode 100644 index 0000000000000..063f16cb9cdee --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.11.2 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Stable +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.9.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf86e62698d9a --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.11.2 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 稳定版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotes: |- + - 账户 + - GP-5610: 优化设备代码流登录流程 (by Glavo) + - 错误修复 + - GP-5550: 修复安装整合包时任务弹窗可能空白的问题 (by 辞庐) + - GP-5549: 修复微软登录报错的超链接显示 (by Xirren) + - GP-5584: 修复打开登录微软对话框时加载指示器一闪而过的问题 (by 辞庐) + - GP-5585, GP-5602: 修复下载源失效时刷新版本列表不会回退到备用下载源的问题 (by Glavo) + - GP-5575: 修复无法使用授权代码流登录微软账户的问题 (by 辞庐) +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.11.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.yaml new file mode 100644 index 0000000000000..27c6e871c371c --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.11.2/HMCL.HMCL.Stable.CNB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.installer.yaml b/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.installer.yaml new file mode 100644 index 0000000000000..00bd8fb526ea0 --- /dev/null +++ b/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.installer.yaml @@ -0,0 +1,20 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: hyperpuncher.chough +PackageVersion: 0.2.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: chough-bin.exe + PortableCommandAlias: chough-bin + - RelativeFilePath: chough.exe + PortableCommandAlias: chough + InstallerUrl: https://github.com/hyperpuncher/chough/releases/download/v0.2.5/chough_v0.2.5_windows_x86_64.zip + InstallerSha256: fe6640339d7f018e515715a7930f28f74f263a7008024d807910f656f8df3148 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.locale.en-US.yaml b/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.locale.en-US.yaml new file mode 100644 index 0000000000000..ed49c02c40163 --- /dev/null +++ b/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.locale.en-US.yaml @@ -0,0 +1,21 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: hyperpuncher.chough +PackageVersion: 0.2.5 +PackageLocale: en-US +Publisher: hyperpuncher +PublisherUrl: https://github.com/hyperpuncher +PackageName: chough +PackageUrl: https://github.com/hyperpuncher/chough +License: MIT +LicenseUrl: https://github.com/hyperpuncher/chough/blob/main/LICENSE +ShortDescription: Fast ASR CLI using Parakeet TDT 0.6b V3 +Description: Fast, memory-efficient ASR CLI using sherpa-onnx with chunked processing. +Moniker: chough +Tags: + - asr + - transcription + - speech-to-text + - cli +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.yaml b/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.yaml new file mode 100644 index 0000000000000..4fc68fea5b734 --- /dev/null +++ b/manifests/h/hyperpuncher/chough/0.2.5/hyperpuncher.chough.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: hyperpuncher.chough +PackageVersion: 0.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.installer.yaml b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.installer.yaml new file mode 100644 index 0000000000000..5cbb69310c425 --- /dev/null +++ b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.installer.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created using winget manifest templates + +PackageIdentifier: Infiniact.IATerm +PackageVersion: "0.1.55" +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +InstallerLocale: en-US +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D= +UpgradeBehavior: install +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/infiniact/homebrew-iaterm/releases/download/v0.1.55/IATerm_0.1.55_x64-setup.exe + InstallerSha256: 1C2890353928DD845D12D9259C6B1C69C15521E1A061D2234329B2AAB63E011B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.locale.en-US.yaml b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.locale.en-US.yaml new file mode 100644 index 0000000000000..119be20b650c4 --- /dev/null +++ b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.locale.en-US.yaml @@ -0,0 +1,53 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created using winget manifest templates + +PackageIdentifier: Infiniact.IATerm +PackageVersion: "0.1.55" +PackageLocale: en-US +Publisher: INFINIACT CO., LIMITED +PublisherUrl: https://www.infiniact.com +PublisherSupportUrl: https://github.com/infiniact/Homebrew-iaterm/issues +PrivacyUrl: https://www.infiniact.com/en/privacy +Author: INFINIACT CO., LIMITED +PackageName: IATerm +PackageUrl: https://www.infiniact.com/iaterm +License: Proprietary +LicenseUrl: https://www.infiniact.com/en/terms +Copyright: Copyright (c) INFINIACT CO., LIMITED. All rights reserved. +Moniker: iaterm +ShortDescription: Next-gen AI-powered remote terminal with multi-workspace, SSH connections and intelligent command execution +Description: |- + IATerm is a next-generation cross-platform desktop terminal application built for developers and system administrators. + + AI Integration + - Powerful built-in AI engine + - Natural language to command translation + - Context-aware command execution + + Professional Terminal + - Local shell, SSH, and serial connections + - Real-time bidirectional streaming with fast response + + Efficient Workspaces + - Parallel multi-workspace management + - Flexible panel layout system + - Automatic session save and restore + + Personalization + - Dark/light theme switching + - Custom fonts and color schemes + + Security + - Encrypted database storage + - Secure credential management + - Privacy compliance +ReleaseNotesUrl: https://github.com/infiniact/Homebrew-iaterm/releases/tag/v0.1.55 +Tags: + - terminal + - ssh + - serial + - ai + - developer-tools + - command-line +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.locale.zh-CN.yaml b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d8a1a25bc6031 --- /dev/null +++ b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.locale.zh-CN.yaml @@ -0,0 +1,52 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# Created using winget manifest templates + +PackageIdentifier: Infiniact.IATerm +PackageVersion: "0.1.55" +PackageLocale: zh-CN +Publisher: INFINIACT CO., LIMITED +PublisherUrl: https://www.infiniact.com +PublisherSupportUrl: https://github.com/infiniact/Homebrew-iaterm/issues +PrivacyUrl: https://www.infiniact.com/zh/privacy +Author: INFINIACT CO., LIMITED +PackageName: IATerm +PackageUrl: https://www.infiniact.com/iaterm +License: Proprietary +LicenseUrl: https://www.infiniact.com/zh/terms +Copyright: Copyright (c) INFINIACT CO., LIMITED. All rights reserved. +ShortDescription: 集成AI能力的下一代远程终端应用,支持多工作空间、SSH连接和智能命令执行 +Description: |- + IATerm 是新一代跨平台桌面终端应用,为开发者和系统管理员打造。 + + AI智能集成 + - 集成强大的AI引擎 + - 自然语言命令转换 + - 上下文感知的命令执行 + + 专业终端功能 + - 本地Shell、SSH、串口多种连接方式 + - 实时双向流通信,响应迅速 + + 高效工作空间 + - 多工作空间并行管理 + - 灵活的面板布局系统 + - 工作状态自动保存与恢复 + + 个性化体验 + - 深色/浅色主题自由切换 + - 自定义字体与配色方案 + + 安全可靠 + - 数据库加密存储 + - 安全的凭证管理 + - 符合隐私合规要求 +ReleaseNotesUrl: https://github.com/infiniact/Homebrew-iaterm/releases/tag/v0.1.55 +Tags: + - 终端 + - ssh + - 串口 + - ai + - 开发工具 + - 命令行 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.yaml b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.yaml new file mode 100644 index 0000000000000..02c550678aea1 --- /dev/null +++ b/manifests/i/Infiniact/IATerm/0.1.55/Infiniact.IATerm.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Created using winget manifest templates +# https://aka.ms/winget-manifest + +PackageIdentifier: Infiniact.IATerm +PackageVersion: "0.1.55" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.installer.yaml b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.installer.yaml new file mode 100644 index 0000000000000..02280ad64b818 --- /dev/null +++ b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.installer.yaml @@ -0,0 +1,14 @@ +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.257.0 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://bibigpt-apps.oss-cn-beijing.aliyuncs.com/desktop-releases/BibiGPT-4.257.0-windows-x86_64.exe + InstallerSha256: F9A51976BD4EA020CFB14BC31C162193075D40564AD9612C740588BFD6EC6BC2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.locale.en-US.yaml b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.locale.en-US.yaml new file mode 100644 index 0000000000000..21ce6f89f098b --- /dev/null +++ b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.257.0 +PackageLocale: en-US +Publisher: JimmyLv +PublisherUrl: https://bibigpt.co +PublisherSupportUrl: https://github.com/JimmyLv/BibiGPT-v1/issues +PackageName: BibiGPT +PackageUrl: https://bibigpt.co/apps/desktop +License: MIT +LicenseUrl: https://bibigpt.co/terms-of-use +ShortDescription: AI-powered video and audio content summarization assistant +Description: BibiGPT is an AI-powered desktop application that summarizes video and audio content from YouTube, Bilibili, podcasts, and local files. Features include one-click summarization, visual frame analysis, subtitle embedding, and folder monitoring. +Moniker: bibigpt +Tags: +- ai +- audio +- bilibili +- summarization +- video +- youtube +ReleaseNotes: Visual analysis & summarization | Folder monitoring +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.locale.zh-CN.yaml b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7c43171ed65da --- /dev/null +++ b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.257.0 +PackageLocale: zh-CN +Publisher: JimmyLv +PublisherUrl: https://bibigpt.co +PublisherSupportUrl: https://github.com/JimmyLv/BibiGPT-v1/issues +PackageName: BibiGPT +PackageUrl: https://bibigpt.co/apps/desktop +License: MIT +LicenseUrl: https://bibigpt.co/terms-of-use +ShortDescription: AI 视频/音频内容总结助手 +Description: BibiGPT 是一款 AI 驱动的桌面应用,支持总结 YouTube、Bilibili、播客及本地文件的视频和音频内容。功能包括一键总结、视觉逐帧分析、字幕压制和文件夹自动监控。 +Tags: +- ai +- bilibili +- youtube +- 总结 +- 视频 +- 音频 +ReleaseNotes: 视觉化分析与总结丨文件夹监控 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.yaml b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.yaml similarity index 55% rename from manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.yaml rename to manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.yaml index 8ec8f52acd2db..aa3211d5f759b 100644 --- a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.15/Google.Chrome.Beta.EXE.yaml +++ b/manifests/j/JimmyLv/BibiGPT/4.257.0/JimmyLv.BibiGPT.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 134.0.6998.15 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.257.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml b/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml index 4228482ef0187..103dee0ea8319 100644 --- a/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml +++ b/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Elisa Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4344-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B1ED7BD2E7A3A6A6248A58E5C713A8B97C835EBEE190352C6E3EBCDA3FA5631B + InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4350-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0F85CF2DFEF5C17E0A87DEFB4D12332F395A3686BB0B9F4627FDC828D538007D InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4344-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B1ED7BD2E7A3A6A6248A58E5C713A8B97C835EBEE190352C6E3EBCDA3FA5631B + InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4350-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0F85CF2DFEF5C17E0A87DEFB4D12332F395A3686BB0B9F4627FDC828D538007D InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Glaxnimate/0.6.0/KDE.Glaxnimate.installer.yaml b/manifests/k/KDE/Glaxnimate/0.6.0/KDE.Glaxnimate.installer.yaml index d4b84fc8bb357..0b12c1f39d449 100644 --- a/manifests/k/KDE/Glaxnimate/0.6.0/KDE.Glaxnimate.installer.yaml +++ b/manifests/k/KDE/Glaxnimate/0.6.0/KDE.Glaxnimate.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Glaxnimate Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/glaxnimate/release-0.6/windows/glaxnimate-release_0.6-3196-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3878C19B39FC7588C471FC84053DEA706E580CF65D9A54691A80A5AB69AEEDE4 + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/glaxnimate/release-0.6/windows/glaxnimate-release_0.6-3204-windows-cl-msvc2022-x86_64.exe + InstallerSha256: BDA36C6FFABB252B3A8C8101A186829BA0655469E10587854C1A8CA9F1AA15D0 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/glaxnimate/release-0.6/windows/glaxnimate-release_0.6-3196-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3878C19B39FC7588C471FC84053DEA706E580CF65D9A54691A80A5AB69AEEDE4 + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/glaxnimate/release-0.6/windows/glaxnimate-release_0.6-3204-windows-cl-msvc2022-x86_64.exe + InstallerSha256: BDA36C6FFABB252B3A8C8101A186829BA0655469E10587854C1A8CA9F1AA15D0 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.installer.yaml b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.installer.yaml new file mode 100644 index 0000000000000..0bd0aa38da814 --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Liquibase.Liquibase +PackageVersion: 5.0.2 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +ProductCode: 3799-9228-0984-2853 +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/liquibase/liquibase/releases/download/v5.0.2/liquibase-windows-x64-installer-5.0.2.exe + InstallerSha256: 65A518FBDDA0EF3920D75C3DE470D13405085798B2667032E971F32C4032E3F9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.locale.en-US.yaml b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.locale.en-US.yaml new file mode 100644 index 0000000000000..dc6a81a6c2072 --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Liquibase.Liquibase +PackageVersion: 5.0.2 +PackageLocale: en-US +Publisher: Liquibase +PublisherUrl: https://www.liquibase.com/ +PublisherSupportUrl: https://github.com/liquibase/liquibase/issues +PrivacyUrl: https://www.liquibase.com/privacy-policy +Author: Liquibase Inc. +PackageName: Liquibase +PackageUrl: https://www.liquibase.com/community +License: Apache-2.0 +LicenseUrl: https://github.com/liquibase/liquibase/blob/HEAD/LICENSE.txt +Copyright: Copyright 2026 Liquibase Inc. +CopyrightUrl: https://www.liquibase.com/terms-of-use +ShortDescription: Easiest, safest, and most powerful community-led database change management solution. +Description: |- + Liquibase helps millions of developers track, version, and deploy database schema changes. It will help you to: + - Control database schema changes for specific versions + - Eliminate errors and delays when releasing databases + - Automatically order scripts for deployment + - Easily rollback changes + - Collaborate with tools you already use +Tags: +- database +- db +ReleaseNotesUrl: https://github.com/liquibase/liquibase/releases/tag/v5.0.2 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.liquibase.com/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/liquibase/liquibase/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.locale.zh-CN.yaml b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dc9a95621cec2 --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Liquibase.Liquibase +PackageVersion: 5.0.2 +PackageLocale: zh-CN +Publisher: Liquibase +PackageName: Liquibase +ShortDescription: 最简单、最安全、最强大的社区主导数据库变更管理解决方案。 +Description: |- + Liquibase 帮助数以百万计的开发人员跟踪、版本和部署数据库模式变更。它能帮你 + - 控制特定版本的数据库模式变更 + - 在发布数据库时消除错误和延迟 + - 为部署脚本自动排序 + - 轻松回滚更改 + - 与正在使用的工具协作 +Tags: +- 数据库 +ReleaseNotesUrl: https://github.com/liquibase/liquibase/releases/tag/v5.0.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.liquibase.com/ +- DocumentLabel: 维基 + DocumentUrl: https://github.com/liquibase/liquibase/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.yaml b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.yaml new file mode 100644 index 0000000000000..578c3acd6190d --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.2/Liquibase.Liquibase.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Liquibase.Liquibase +PackageVersion: 5.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..23d0ca6a7e298 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.43 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.8.43/CLIProxyAPI_6.8.43_windows_amd64.zip + InstallerSha256: BFF1E182149D2D1E68B3493BA5BF8D15B7943DA17CDEA1C9C4F6B28CD5C181E6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..eee7d170c5b1e --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.43 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - 4e1d09809d5d74683860cb745085978404671bc2 Fixed: #1741 + - ac135fc7cbe73d0b715a9452e0676eb8e3813081 Fixed: #1815 + - cc8dc7f62cb3e249015d5535ddbf76d97b2d1b18 Merge branch 'main' into dev + - 8d44be858e070f7ef38e8c53dff4ac8b2270383a Merge pull request #1834 from DragonFSKY/fix/sse-streaming-accept-encoding + - a3846ea513e3aa06823d9676a20ebcb7761e7151 Merge pull request #1870 from sususu98/fix/remove-instructions-restore + - ac0e387da186357460171d33a257f77c72179af1 cleanup(translator): remove leftover instructions restore in codex responses + - 419bf784abbb8df944a0a66ba3364c14b22e1c60 fix(claude): prevent compressed SSE streams and add magic-byte decompression fallback + - 0e6bb076e98d8d73943fb20ae26a00a8eace7a03 fix(translator): comment out service_tier removal from OpenAI response processing + - 68a6cabf8beba43a09f14410427797ce2c3e6b35 style: blank unused params in codex responses translator +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.8.43 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9fd2e6fd55c24 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.43 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..dad55a92ab2ae --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.43/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..5cfe97cb7ad81 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.44 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.8.44/CLIProxyAPI_6.8.44_windows_amd64.zip + InstallerSha256: 2DCA661E18DD58A57BB903DD4F34FC29ABD82BF1DD28ED3BCDF938F376AE19E9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..c805772f51c91 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.44 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - f6dfea93570aa8ae0c9e22c134d75c902a9d8d1e Merge pull request #1874 from constansino/fix/watcher-auth-event-storm-debounce + - 8822f20d1759602aacbd63443c74358996d49ee5 feat(registry): add GPT 5.4 model definition to static data + - 8526c2da257e8b5e9bf1c640f66fd93daab2fe1f fix(watcher): debounce auth event callback storms + - ac95e92829ae945c9005fb899e1567c4f83b0344 fix(watcher): guard debounced callback after Stop + - f0e5a5a3677ae957afe6f1cbc30e8e9c11c020a5 test(watcher): add unit test for server update timer cancellation and immediate reload logic +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.8.44 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf0e64256da75 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.44 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..790ea59097025 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.44/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.installer.yaml b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.installer.yaml new file mode 100644 index 0000000000000..8ced6dac2fd9a --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.12 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: axonhub.exe +Commands: +- axonhub +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.12/axonhub_0.9.12_windows_amd64.zip + InstallerSha256: 8CFDC028FA75D74B0D8E1AF7FF6B7276261F06F4CF3C6004A554E2C3F0AED641 +- Architecture: arm64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.12/axonhub_0.9.12_windows_arm64.zip + InstallerSha256: 7577F952D317632264DA13AD43C4EC9D1154BF0CFCB12F370BC3C60621AF12F3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.locale.en-US.yaml b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.locale.en-US.yaml new file mode 100644 index 0000000000000..9fcef3a3c7521 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.12 +PackageLocale: en-US +Publisher: Loop +PublisherUrl: https://github.com/looplj +PublisherSupportUrl: https://github.com/looplj/axonhub/issues +PackageName: AxonHub +PackageUrl: https://github.com/looplj/axonhub +License: MIT +LicenseUrl: https://github.com/looplj/axonhub/blob/HEAD/LICENSE +Copyright: Copyright for portions of AxonHub are held by Sat Naing, 2026 as part of project [Shadcn Admin](https://github.com/satnaing/shadcn-admin). All other copyright for project AxonHub are held by looplj, 2026. +ShortDescription: A modern AI gateway system that provides a unified OpenAI (Chat Completion, Responses), Anthropic, Gemini and AI SDK compatible API +Description: |- + AxonHub is an all-in-one AI development platform that provides unified API gateway, project management, and comprehensive development tools. It offers OpenAI, Anthropic, and AI SDK compatible API layers, transforming requests to various AI providers through a transformer pipeline architecture. The platform features comprehensive tracing capabilities, project-based organization, and integrated playground for rapid prototyping, helping developers and enterprises better manage AI development workflows. + Core Features: + 1. Unified API: OpenAI- and Anthropic-compatible interface with automatic API translation lets you use one API format to access any supported model provider. + 2. Tracing / Threads: Thread-aware tracing captures full request timelines for deep observability and faster debugging. + 3. Fine-grained Permission: RBAC-based policies help teams govern access, usage, and data segregation precisely. + 4. Adaptive Load Balancing: Intelligent multi-strategy load balancing automatically selects optimal AI channels based on health, performance, and session consistency. +Tags: +- ai +- chatbot +- large-language-model +- llm +- proxy +ReleaseNotes: |- + What's Changed + - opt(openai): filter out response custom tool for openai outbound by @looplj in https://github.com/looplj/axonhub/pull/954 + - opt: channel override template default value, close #958 by @looplj in https://github.com/looplj/axonhub/pull/963 + - chore: add setup script, close #925 by @looplj in https://github.com/looplj/axonhub/pull/964 + - fix: should exit if the subcommand exits by @looplj in https://github.com/looplj/axonhub/pull/965 + Full Changelog: https://github.com/looplj/axonhub/compare/v0.9.11...v0.9.12 +ReleaseNotesUrl: https://github.com/looplj/axonhub/releases/tag/v0.9.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.locale.zh-CN.yaml b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f0e326204831e --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.12 +PackageLocale: zh-CN +ShortDescription: 一个现代化的 AI 网关系统,提供统一的 OpenAI(聊天补全、响应)、Anthropic、Gemini 和 AI SDK 兼容的 API +Description: |- + AxonHub 是一个 All-in-one AI 开发平台,提供统一的 API 网关、项目管理和全面的开发工具。平台提供 OpenAI、Anthropic 和 AI SDK 兼容的 API 层,通过转换器管道架构将请求转换到各种 AI 提供商。系统具备完整的追踪能力、基于项目的组织结构以及集成的 Playground 快速原型开发,帮助开发者和企业更好地管理 AI 开发工作流。 + 核心特性: + 1. 统一 API Unified API:兼容 OpenAI 与 Anthropic 的接口,配合转换管线实现模型互换与映射,无需改动现有代码。 + 2. 追踪 / 线程 Tracing / Threads:线程级追踪实时记录完整调用链路,提升可观测性与问题定位效率。 + 3. 细粒度权限 Fine-grained Permission:基于 RBAC 的权限策略,帮助团队精细管理访问控制、配额与数据隔离。 + 4. 自适应负载均衡 Adaptive Load Balancing: 智能多策略负载均衡,自动选择最优 AI 渠道,确保高可用性和最佳性能。 +Tags: +- 人工智能 +- 代理 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.yaml b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.yaml new file mode 100644 index 0000000000000..67b37bdc94664 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.12/looplj.AxonHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/lostindark/DriverStoreExplorer/0.12.145/lostindark.DriverStoreExplorer.installer.yaml b/manifests/l/lostindark/DriverStoreExplorer/0.12.145/lostindark.DriverStoreExplorer.installer.yaml index 9757ebd51f84f..4b194e29445a2 100644 --- a/manifests/l/lostindark/DriverStoreExplorer/0.12.145/lostindark.DriverStoreExplorer.installer.yaml +++ b/manifests/l/lostindark/DriverStoreExplorer/0.12.145/lostindark.DriverStoreExplorer.installer.yaml @@ -15,9 +15,6 @@ InstallModes: - silent - silentWithProgress Installers: -- Architecture: x86 - InstallerUrl: https://github.com/lostindark/DriverStoreExplorer/releases/download/v0.12.145/DriverStoreExplorer.v0.12.145.zip - InstallerSha256: 0162d237a3ddbf3b0ed83efe01252e49cfaab17ef9f3e41c16570f832c94868c - Architecture: neutral InstallerUrl: https://github.com/lostindark/DriverStoreExplorer/releases/download/v0.12.145/DriverStoreExplorer.v0.12.145.zip InstallerSha256: 0162d237a3ddbf3b0ed83efe01252e49cfaab17ef9f3e41c16570f832c94868c diff --git a/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml b/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml index f7f69663b7f23..6ee41d8eaca0e 100644 --- a/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml +++ b/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml @@ -13,9 +13,9 @@ ReleaseDate: 2025-12-01 Installers: - Architecture: x86 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader.exe - InstallerSha256: C117E2410AF571B319035FB3E0F90090825A7440C067F4D0D72D34C2523C2FE0 + InstallerSha256: C8EECC56508D4AFD1479025087E000A837725E048DE7A9BCFDF67C286D418AF3 - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader-x64.exe - InstallerSha256: E2E2FCCA25027161CD1AA14B82039F3A8BC2BA189EDFEBA0D29C206C22F7D2FB + InstallerSha256: BE709D7EE6515A0C8C345A945C5EB6BEC6AF224B66916A55B42EA5489414EBDE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.installer.yaml b/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.installer.yaml new file mode 100644 index 0000000000000..3f26b81c11fa7 --- /dev/null +++ b/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Kanagawa +PackageVersion: 1.2.0 +ReleaseDate: 2025-11-09 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: kanagawa-1.2.0-windows-x86_64\bin\kanagawa.exe + PortableCommandAlias: kanagawa +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/kanagawa/releases/download/v1.2.0/kanagawa-1.2.0-windows-x86_64.zip + InstallerSha256: 331255A82C5E69E7B809E115FE7E90435387BE575AFECEA73BA7F2F8FF70B9AE +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.locale.en-US.yaml b/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.locale.en-US.yaml new file mode 100644 index 0000000000000..773870cc72b9f --- /dev/null +++ b/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Kanagawa +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: Microsoft +PackageName: Kanagawa +PackageUrl: https://github.com/microsoft/kanagawa +License: MIT +ShortDescription: A high-level, imperative programming language for hardware design. It introduces Wavefront Threading, a new execution model that makes concurrency hardwired, enabling efficient and predictable parallel hardware. +Tags: +- wavefront-threading-for-hardware-design +- wavefrontthreadingforhardwaredesign +- programming-language +- programminglanguage +- requirescmd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.yaml b/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.yaml new file mode 100644 index 0000000000000..4ef7fc48021f2 --- /dev/null +++ b/manifests/m/Microsoft/Kanagawa/1.2.0/Microsoft.Kanagawa.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.Kanagawa +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.installer.yaml new file mode 100644 index 0000000000000..6f19fac248310 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.110.0 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +Commands: +- code +Installers: +- Architecture: arm64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/0870c2a0c7c0564e7631bfed2675573a94ba4455/VSCodeSetup-arm64-1.110.0.exe + InstallerSha256: 710C0A9AA9EA65F85602C7E50C40AF7DB226C16548EE130075ED5FC07D034253 +- Architecture: arm64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/0870c2a0c7c0564e7631bfed2675573a94ba4455/VSCodeUserSetup-arm64-1.110.0.exe + InstallerSha256: 7E1634BAFF765123AAB3A90138CED75354A739E9FC84391ABE448827EFD355E2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/0870c2a0c7c0564e7631bfed2675573a94ba4455/VSCodeSetup-x64-1.110.0.exe + InstallerSha256: 2DC7B3B703753E37BA0B86C8FF4E307CEE013BC2E7B1A2D89DA72BEF55FF87CD +- Architecture: x64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/0870c2a0c7c0564e7631bfed2675573a94ba4455/VSCodeUserSetup-x64-1.110.0.exe + InstallerSha256: 0E83EEE4381C6943E00DBC8C502B778021BCF9B38C5C72F5FF3030A8793C1593 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.locale.en-US.yaml new file mode 100644 index 0000000000000..413330676335f --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.110.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code +PackageUrl: https://code.visualstudio.com +License: Microsoft Software License +LicenseUrl: https://code.visualstudio.com/license +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.yaml b/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.yaml new file mode 100644 index 0000000000000..abc65a0306014 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.110.0/Microsoft.VisualStudioCode.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.110.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.installer.yaml b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.installer.yaml new file mode 100644 index 0000000000000..02b5a46dcc09d --- /dev/null +++ b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: memtime.memtime +PackageVersion: 4.10.0-stable.2560 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2026-03-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://releases.memtime.com/app/memtime/production/windows/x64/4.10.0/stable/2560/d207dc7919093b10c1ddf67eac17b79e/memtime-V4.10.0-stable.2560-Installer.exe + InstallerSha256: 5E4AF30B5368C853627575B0E48FFF05DFE1C995D6313377280CA06BAFF277CD + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://releases.memtime.com/app/memtime/production/windows/x64/4.10.0/stable/2560/d207dc7919093b10c1ddf67eac17b79e/memtime-V4.10.0-stable.2560-Installer.exe + InstallerSha256: 5E4AF30B5368C853627575B0E48FFF05DFE1C995D6313377280CA06BAFF277CD + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://releases.memtime.com/app/memtime/production/windows/arm64/4.10.0/stable/2560/d207dc7919093b10c1ddf67eac17b79e/memtime-V4.10.0-stable.2560-Installer.exe + InstallerSha256: 69CEC18116DE996A0DA062252E32D1EDE0ACEA7DC60E7EADC2511EC7DC1CB000 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.locale.en-US.yaml b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.locale.en-US.yaml new file mode 100644 index 0000000000000..3293a8df29fc7 --- /dev/null +++ b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: memtime.memtime +PackageVersion: 4.10.0-stable.2560 +PackageLocale: en-US +Publisher: memtime GmbH +PublisherUrl: https://www.memtime.com/ +PublisherSupportUrl: https://www.memtime.com/contact-support +PrivacyUrl: https://www.memtime.com/privacy +Author: memtime GmbH +PackageName: memtime +PackageUrl: https://portal.memtime.com/download +License: Proprietary +LicenseUrl: https://www.memtime.com/terms-and-conditions +Copyright: © 2016-2026 memtime GmbH +CopyrightUrl: https://www.memtime.com/terms-and-conditions +ShortDescription: Automatic time tracking built for privacy +Description: Memtime records your time in programs and displays your day – to help you immediately remember every minute. We’re the only automatic time tracker that guarantees privacy by keeping your activity data offline. +Tags: +- time +- timer +- tracker +PurchaseUrl: https://www.memtime.com/pricing +Documentations: +- DocumentLabel: Knowledge Base + DocumentUrl: https://knowledgebase.memtime.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.locale.zh-CN.yaml b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e9d09c1e39cc --- /dev/null +++ b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: memtime.memtime +PackageVersion: 4.10.0-stable.2560 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 专为隐私设计的自动时间追踪 +Description: Memtime 自动记录您在各类程序中的时间使用情况,并直观展示每日动态——助您即刻掌握每一分钟的去向。我们是唯一通过本地离线存储活动数据来确保隐私安全的自动时间追踪工具。 +Tags: +- 时间 +- 计时器 +- 跟踪器 +Documentations: +- DocumentLabel: 知识库 + DocumentUrl: https://knowledgebase.memtime.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.yaml b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.yaml new file mode 100644 index 0000000000000..2854f47bb1c5e --- /dev/null +++ b/manifests/m/memtime/memtime/4.10.0-stable.2560/memtime.memtime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: memtime.memtime +PackageVersion: 4.10.0-stable.2560 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.installer.yaml b/manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.installer.yaml similarity index 77% rename from manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.installer.yaml rename to manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.installer.yaml index 8bd5865f6d6b3..c081bbec51dc5 100644 --- a/manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.installer.yaml +++ b/manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OCBase.OCCT.Personal -PackageVersion: 15.0.13 +PackageVersion: 16.0.2 InstallerType: portable InstallModes: - interactive @@ -12,6 +12,6 @@ UpgradeBehavior: uninstallPrevious Installers: - Architecture: x64 InstallerUrl: https://dl.ocbase.com/per/stable/OCCT.exe - InstallerSha256: 274728DF442F67006FBC1A9AA27331E0747656B8C234AE8595762E035A7A58F3 + InstallerSha256: 0067EB2D5AB1DD8EE124D323D80C1FE45B2FB0ABDD54F5FEF393CDB5014BB9D9 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.locale.en-US.yaml b/manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.locale.en-US.yaml similarity index 93% rename from manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.locale.en-US.yaml rename to manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.locale.en-US.yaml index 43173c25b0e3f..0e12ff35fb020 100644 --- a/manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.locale.en-US.yaml +++ b/manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OCBase.OCCT.Personal -PackageVersion: 15.0.13 +PackageVersion: 16.0.2 PackageLocale: en-US Publisher: OCCT PublisherUrl: https://www.ocbase.com/ diff --git a/manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.yaml b/manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.yaml similarity index 88% rename from manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.yaml rename to manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.yaml index 651088ffb63ba..b177378e21aec 100644 --- a/manifests/o/OCBase/OCCT/Personal/15.0.13/OCBase.OCCT.Personal.yaml +++ b/manifests/o/OCBase/OCCT/Personal/16.0.2/OCBase.OCCT.Personal.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OCBase.OCCT.Personal -PackageVersion: 15.0.13 +PackageVersion: 16.0.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.installer.yaml b/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.installer.yaml new file mode 100644 index 0000000000000..ab854a9d5dd09 --- /dev/null +++ b/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Omnissa.WorkspaceONE.Assist +PackageVersion: 25.11.1.3761 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{89E12DD9-60F6-4B32-9197-9D5D585999C8}' +Installers: +- Architecture: x64 + InstallerUrl: https://packages.omnissa.com/winapps/WS1/Assist/Workspace_ONE_Assist_25_11_01_3761.msi + InstallerSha256: 5A24911F3E019D240D125F17BBC82AA60DFCED9B8F14257BC7609EE8E757553F + AppsAndFeaturesEntries: + - DisplayName: Workspace ONE Assist Installer + Publisher: Omnissa, LLC. + DisplayVersion: 25.11.1.3761 + ProductCode: '{89E12DD9-60F6-4B32-9197-9D5D585999C8}' +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.locale.en-US.yaml b/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.locale.en-US.yaml new file mode 100644 index 0000000000000..6e137018dc276 --- /dev/null +++ b/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Omnissa.WorkspaceONE.Assist +PackageVersion: 25.11.1.3761 +PackageLocale: en-US +Publisher: Omnissa, LLC. +PublisherUrl: https://www.omnissa.com +PublisherSupportUrl: https://customerconnect.omnissa.com +PrivacyUrl: https://www.omnissa.com/trust-center/#privacy-notices +Author: Omnissa, LLC. +PackageName: Workspace ONE Assist +License: Omnissa General Terms +LicenseUrl: https://www.omnissa.com/general-terms +Copyright: Copyright (c) Omnissa, LLC.. All rights reserved +CopyrightUrl: https://www.omnissa.com/copyright-claims +ShortDescription: Omnissa Workspace ONE Assist helps you remotely access and troubleshoot devices in real-time. +Description: Workspace ONE Assist is a comprehensive remote support solution that enables IT to view and control desktops and mobile devices directly from the UEM console. +Moniker: Assist +Tags: +- workspace-one, assist, omnissa, ws1 +ReleaseNotes: Omnissa Release notes +ReleaseNotesUrl: https://docs.omnissa.com/bundle/WS1AssistReleaseNotes/page/WorkspaceONEAssist-ReleaseNotes.html +Documentations: +- DocumentLabel: Omnissa Documentation + DocumentUrl: https://docs.omnissa.com/bundle/Workspace-ONE-AssistV25.11/page/WorkspaceONEAssist.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.yaml b/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.yaml new file mode 100644 index 0000000000000..981a9c97aa929 --- /dev/null +++ b/manifests/o/Omnissa/WorkspaceONE/Assist/25.11.1.3761/Omnissa.WorkspaceONE.Assist.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Omnissa.WorkspaceONE.Assist +PackageVersion: 25.11.1.3761 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.installer.yaml b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.installer.yaml new file mode 100644 index 0000000000000..19a5d1e28a546 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.52 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operastable +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.52/win/Opera_128.0.5807.52_Setup.exe + InstallerSha256: 8B8F0F7AEFBE3B2361EAE54589647609BE8AB624697C2729608C223141140AFD + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.52/win/Opera_128.0.5807.52_Setup.exe + InstallerSha256: 8B8F0F7AEFBE3B2361EAE54589647609BE8AB624697C2729608C223141140AFD + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.52/win/Opera_128.0.5807.52_Setup_x64.exe + InstallerSha256: 7E7A2B99107293D43B2339840B6F2CAF190A4D7509E462E42EEF819BD60164C9 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.52/win/Opera_128.0.5807.52_Setup_x64.exe + InstallerSha256: 7E7A2B99107293D43B2339840B6F2CAF190A4D7509E462E42EEF819BD60164C9 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.52/win/Opera_128.0.5807.52_Setup_arm64.exe + InstallerSha256: 8F41B14949ECE9945C2BC7669C13D2CDF9FE1EF2C7966E4BF24B93641CC1D536 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.52/win/Opera_128.0.5807.52_Setup_arm64.exe + InstallerSha256: 8F41B14949ECE9945C2BC7669C13D2CDF9FE1EF2C7966E4BF24B93641CC1D536 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.en-US.yaml b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.en-US.yaml new file mode 100644 index 0000000000000..b63c545076aca --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.52 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Stable +PackageUrl: https://www.opera.com/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online. +Description: Opera is a multi-platform web browser developed by Opera Software. Opera is a Chromium-based browser. It distinguishes itself from other browsers through its user interface, functionality, and other features. +Moniker: opera +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.nb-NO.yaml b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.nb-NO.yaml new file mode 100644 index 0000000000000..68876877c5955 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.52 +PackageLocale: nb-NO +Publisher: Opera Software +PublisherUrl: https://www.opera.com/no +PublisherSupportUrl: https://www.opera.com/no/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Software +PackageName: Opera Stable +PackageUrl: https://www.opera.com/no/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. Med enerett. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera nettleseren inneholder alt du trenger for privat, trygg og effektiv surfing, sammen med en rekke unike funksjoner for å forbedre mulighetene dine online. +Description: Opera er en nettleser med flere plattformer utviklet av Opera Software. Opera er en krombasert nettleser. Den skiller seg fra andre nettlesere gjennom brukergrensesnittet, funksjonaliteten og andre funksjoner. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.zh-CN.yaml b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.zh-CN.yaml new file mode 100644 index 0000000000000..46e03c2b50b96 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.52 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Stable +PackageUrl: https://www.opera.com/zh-cn/browsers/opera +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera 浏览器让您可以私密、安全和高效地浏览,还有各种独特功能提高您的上网冲浪能力。 +Description: Opera 是 Opera 软件公司开发的多平台网络浏览器。Opera 是一款基于 Chromium 的浏览器,在用户界面、功能和其它特性上与其它浏览器有所不同。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.yaml b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.yaml new file mode 100644 index 0000000000000..d0a9c5da75eec --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.52/Opera.Opera.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.52 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.installer.yaml b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.installer.yaml new file mode 100644 index 0000000000000..a503d8932555c --- /dev/null +++ b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.installer.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 128.0.5807.51 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- opera-gxstable +FileExtensions: +- crx +- gxanimations +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/128.0.5807.51/win/Opera_GX_128.0.5807.51_Setup.exe + InstallerSha256: 2D6C594B182095A90EB205C7FE11AE1D6A812D6FB06D4CED457E9E233D90A85C + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/128.0.5807.51/win/Opera_GX_128.0.5807.51_Setup.exe + InstallerSha256: 2D6C594B182095A90EB205C7FE11AE1D6A812D6FB06D4CED457E9E233D90A85C + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/128.0.5807.51/win/Opera_GX_128.0.5807.51_Setup_x64.exe + InstallerSha256: FA3623683F05243C535DC56F811F9A64ABF1077E6FB3912CF6892243B468837E + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/128.0.5807.51/win/Opera_GX_128.0.5807.51_Setup_x64.exe + InstallerSha256: FA3623683F05243C535DC56F811F9A64ABF1077E6FB3912CF6892243B468837E + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.locale.en-US.yaml b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.locale.en-US.yaml new file mode 100644 index 0000000000000..278808f23eb7d --- /dev/null +++ b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 128.0.5807.51 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/gx +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX is a special version of the Opera browser which, on top of Opera’s great features for privacy, security and efficiency, includes special features designed to complement gaming. +Moniker: operagx +Tags: +- chromium +- internet +- manifestv2 +- mv2 +- web +- web-browser +- webbrowser +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.locale.zh-CN.yaml b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..451d38aef5b8b --- /dev/null +++ b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 128.0.5807.51 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/zh-cn/gx +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX 是 Opera 浏览器的一个特殊版本,不仅继承了 Opera 在隐私、安全和效率方面的强大功能,还包括专门为游戏设计的特殊功能。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.yaml b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.yaml new file mode 100644 index 0000000000000..45483780fe18e --- /dev/null +++ b/manifests/o/Opera/OperaGX/128.0.5807.51/Opera.OperaGX.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 128.0.5807.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.installer.yaml b/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.installer.yaml new file mode 100644 index 0000000000000..31a884c19b2ee --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.installer.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.75.0 +InstallerType: msi +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- oci +ProductCode: '{BCC24E1E-0F2C-4B51-B460-890642EFFF52}' +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- DisplayName: oci-cli + Publisher: Oracle + ProductCode: '{BCC24E1E-0F2C-4B51-B460-890642EFFF52}' + UpgradeCode: '{48B079F4-B598-438D-A62A-8A233A3F8901}' +InstallationMetadata: + DefaultInstallLocation: Lib +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oracle/oci-cli/releases/download/v3.75.0/oci-cli-3.75.0-Windows-Server-Installer.msi + InstallerSha256: FAB68BDAD3659A359B3AADC58B157BEAC4FA39F6CAF3124D1659E52433385081 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.locale.en-US.yaml b/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..e7489458e9102 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.75.0 +PackageLocale: en-US +Publisher: Oracle Corporation +PublisherUrl: https://github.com/oracle +PublisherSupportUrl: https://github.com/oracle/oci-cli/issues +PackageName: Oracle Cloud Infrastructure CLI +PackageUrl: https://github.com/oracle/oci-cli +License: Dual License (UPL-1.0 / Apache-2.0) +LicenseUrl: https://github.com/oracle/oci-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved. +CopyrightUrl: https://github.com/oracle/oci-cli/blob/master/LICENSE.txt +ShortDescription: Command Line Interface for Oracle Cloud Infrastructure +Tags: +- bare-metal +- cli +- cloud +- infrastructure +ReleaseNotes: |- + Added + - Lustre File Storage Service + - Support for the User Managed Maintenance Window Feature + - oci lfs available-maintenance-schedule-start-time-collection list-available-maintenance-schedule-start-times + - oci lfs available-override-maintenance-start-time-collection list-available-override-maintenance-start-times + - oci lfs lustre-file-system override-maintenance + - Added optional parameter --maintenance-window to the existing Lustre File System Create API + - oci lfs lustre-file-system create --maintenance-window + - Added optional parameter --maintenance-window to the existing Lustre File System Update API + - oci lfs lustre-file-system update --maintenance-window + - Database Service + - Support for creating multiple standby databases across AD and across Regions in a Data Guard environment. + - oci db system launch-db-system-launch-standby-db-system-details --availability-domain, --compartment-id | -c, --db-home, --hostname, --primary-db-system-id, --shape, --ssh-public-keys, --subnet-id, --backup-network-nsg-ids, --backup-subnet-id, --cluster-name, --cluster-placement-group-id, --compute-count, --compute-model, --cpu-core-count, --data-collection-options, --data-storage-percentage, --db-system-options, --defined-tags, --display-name, --domain, --fault-domains, --freeform-tags, -? | -h | --help, --initial-data-storage-size-in-gb, --kms-key-id, --kms-key-version-id, --license-model, --node-count, --nsg-ids, --opc-dry-run, --private-ip, --private-ip-v6, --security-attributes, --sparse-diskgroup, --storage-volume-performance-mode, --subscription-id, --time-zone + - Support for creating multiple standby databases across AD and across Regions in a Data Guard environment. + - oci db system launch-db-system-launch-standby-db-system-details --availability-domain, --compartment-id | -c, --db-home, --hostname, --primary-db-system-id, --shape, --ssh-public-keys, --subnet-id, --backup-network-nsg-ids, --backup-subnet-id, --cluster-name, --cluster-placement-group-id, --compute-count, --compute-model, --cpu-core-count, --data-collection-options, --data-storage-percentage, --db-system-options, --defined-tags, --display-name, --domain, --fault-domains, --freeform-tags, -? | -h | --help, --initial-data-storage-size-in-gb, --kms-key-id, --kms-key-version-id, --license-model, --node-count, --nsg-ids, --opc-dry-run, --private-ip, --private-ip-v6, --security-attributes, --sparse-diskgroup, --storage-volume-performance-mode, --subscription-id, --time-zone + - Support for OS Patching in Base DB System + - oci db system execute-db-system-os-patch + - oci db db-system-os-patch-history list + - oci db db-system-os-patch-history get + - Redis Service + - Support for Valkey 8.1 + - Ops Insights service + - Support for Exadata Cost Management (Chargeback) in Ops Insights service + - oci opsi chargeback-plan change-compartment --chargebackplan-id, --compartment-id | -c, -? | -h | --help + - oci opsi chargeback-plan create-chargeback-plan --compartment-id | -c, --plan-name, --plan-type, --defined-tags, --freeform-tags, -? | -h | --help, --plan-custom-items, --plan-description + - oci opsi chargeback-plan create-chargeback-plan-report --id, --report-name, --report-properties, --resource-type, -? | -h | --help + - oci opsi chargeback-plan delete --chargebackplan-id, --force, -? | -h | --help + - oci opsi chargeback-plan delete-chargeback-plan-report --chargeback-plan-report-id, --id, --resource-type, --force, -? | -h | --help + - oci opsi chargeback-plan get --chargebackplan-id, -? | -h | --help + - oci opsi chargeback-plan get-chargeback-plan-report --chargeback-plan-report-id, --id, --resource-type, -? | -h | --help + - oci opsi chargeback-plan get-chargeback-plan-report-content --chargeback-plan-report-id, --id, --resource-type, --file, -? | -h | --help, --relative-time-interval, --time-interval-end, --time-interval-start + - oci opsi chargeback-plan list --all, --chargebackplan-id, --compartment-id | -c, --compartment-id-in-subtree, -? | -h | --help + - oci opsi chargeback-plan list-chargeback-plan-reports --id, --resource-type, --all, -? | -h | --help + - oci opsi chargeback-plan update --chargebackplan-id, --defined-tags, --force, --freeform-tags, -? | -h | --help, --plan-custom-items, --plan-description, --plan-name + - oci opsi chargeback-plan update-chargeback-plan-report --chargeback-plan-report-id, --id, --resource-type, --force, -? | -h | --help, --report-name, --report-properties + - oci opsi exadata-insights disable-plan --exadata-insight-id, -? | -h | --help + - oci opsi exadata-insights enable-plan --exadata-insight-id, --plan-id, -? | -h | --help + - Data Safe Service + - Support for accepting target database user credentials for Data Safe Data Masking and generate health report + - oci data-safe masking-policy mask-data --target-credentials + - oci data-safe masking-policy-health-report generate-health-report --target-credentials + Security + - Updated cryptography dependency to >=3.2.1,<47.0.0 and pyOpenSSL version to >=17.5.0,<25.3.0 per: https://www.cve.org/CVERecord?id=CVE-2026-26007 + Deprecated + - Fusion Application service + - [BREAKING] password is deprecated from fusion-apps service admin user creation + - oci fusion-apps fusion-environment create-fusion-environment-admin-user --username --email-address --first-name --last-name --fusion-environment-id + Changed + - Updated the dynamic loader script to allow import from ".pyc" python compiled files + - Updated "setup.cfg" to support newer setuptools versions + File Checksums (SHA256) + oci-cli-3.75.0.zip e238a2f7e00cac0a38436dcf19d996653a08222a241ab4aab2d8b82cbcb43770 + oci-cli-3.75.0-Oracle-Linux-8-Offline.zip 1bac977e1471b4c0d6005b279684145a051aa010dd460b83ea8677789b3d9d0a + oci-cli-3.75.0-Oracle-Linux-10-Offline.zip 08da5f0df5bfc63a81bf122a51979111899fbcf8cedf37cce34177f34720b8df + oci-cli-3.75.0-Ubuntu-20.04-Offline.zip 9d33cf9450a796d3175b40bd8d6fb592c24cc0a1441a6bdf51b94a5b8e69bd48 + oci-cli-3.75.0-Windows-Server-2016-Offline.zip ed002c9ce307ad02905ceaca718bb7c29bdd6fec68786cc1a9326136b2d9c8a4 + oci-cli-3.75.0-Oracle-Linux-9-Offline.zip 20c2a1149976fe4225ce9d37b4b24e7f36a5e02c83305cca4f62f279db48921b + oci-cli-3.75.0-Windows-Server-Installer.msi fab68bdad3659a359b3aadc58b157beac4fa39f6caf3124d1659e52433385081 + oci-cli-3.75.0-Windows-Server-2019-Offline.zip 3c0c0ff1f38109cc77dfffede0559e0bd9f922cc84f19fcab50331f00273c546 + oci-cli-3.75.0-Ubuntu-22.04-Offline.zip 05faf92c3322166151dd9f717a353704a3763f56f76866711b5560a7576bf77c +ReleaseNotesUrl: https://github.com/oracle/oci-cli/releases/tag/v3.75.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.yaml b/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.yaml new file mode 100644 index 0000000000000..9d9feb8b336f5 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.75.0/Oracle.OCI-CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.75.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.installer.yaml b/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.installer.yaml new file mode 100644 index 0000000000000..a46c4b5ba4cae --- /dev/null +++ b/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.installer.yaml @@ -0,0 +1,16 @@ +# Created using winget CLI +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: PranavPeshwe.PromptRefiner +PackageVersion: 1.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: PromptRefiner.exe + PortableCommandAlias: prompt-refiner +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/PranavPeshwe/prompt-refiner/releases/download/v1.1.0/PromptRefiner-win-x64.zip + InstallerSha256: 6486C1E7A0090CA9E6D1EDC02672F26BE014A729C14EB9C79F861F7C0D5F48F5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.locale.en-US.yaml b/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.locale.en-US.yaml new file mode 100644 index 0000000000000..7dfa48a93d607 --- /dev/null +++ b/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using winget CLI +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: PranavPeshwe.PromptRefiner +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Pranav Peshwe +PublisherUrl: https://github.com/PranavPeshwe +PackageName: Prompt Refiner +PackageUrl: https://github.com/PranavPeshwe/prompt-refiner +License: MIT +LicenseUrl: https://github.com/PranavPeshwe/prompt-refiner/blob/master/LICENSE +ShortDescription: A Windows desktop app that refines rough prompts into comprehensive, precise prompts using the GitHub Copilot SDK. +Description: |- + Prompt Refiner is a lightweight Windows desktop application (.NET 8, WinForms) that takes a basic user prompt as input, sends it to a large language model via the GitHub Copilot SDK, and returns a polished, comprehensive version. Supports both a full GUI and a headless CLI for scripting and pipelines. Features real-time streaming, dynamic model selection, debug mode, and copy-able error dialogs. +Tags: + - prompt-engineering + - copilot + - llm + - cli + - winforms + - ai +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.yaml b/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.yaml new file mode 100644 index 0000000000000..161c0182373fd --- /dev/null +++ b/manifests/p/PranavPeshwe/PromptRefiner/1.1.0/PranavPeshwe.PromptRefiner.yaml @@ -0,0 +1,9 @@ +# Created using winget CLI +# yaml-language-server: \=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: PranavPeshwe.PromptRefiner +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.installer.yaml b/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.installer.yaml index f907d01548916..d2b593b026d6a 100644 --- a/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.installer.yaml +++ b/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.installer.yaml @@ -9,10 +9,10 @@ InstallerSwitches: Upgrade: --updated UpgradeBehavior: install ProductCode: 09e2d43b-2e9a-5a23-a54c-87838a95fcb3 -ReleaseDate: 2026-03-04 +ReleaseDate: 2026-03-05 Installers: - Architecture: x64 - InstallerUrl: https://downloads.sparkmailapp.com/Spark3/win/dist/3.28.2.133288/Spark.exe - InstallerSha256: DDFA0CB7A5E0BDEBBED350EC661C24825704AB2C871E33FD9AF81162E1C5F085 + InstallerUrl: https://downloads.sparkmailapp.com/Spark3/win/dist/3.28.2.133443/Spark.exe + InstallerSha256: 0CEDD93B7C20448EAF8E653EFD575CCF3B4837203146143450196F2FC2C92C7A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.locale.en-US.yaml b/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.locale.en-US.yaml index c56d7b2e9b6ab..82daee96256af 100644 --- a/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.locale.en-US.yaml +++ b/manifests/r/Readdle/Spark/3.28.2/Readdle.Spark.locale.en-US.yaml @@ -24,7 +24,7 @@ ReleaseNotes: |- We'd love to hear your feedback at support@sparkmailapp.com. P.S. If you encounter any issues with the automatic update, please use the following link to download the update manually: - https://downloads.sparkmailapp.com/Spark3/win/beta/3.28.2.133288/Spark.exe + https://downloads.sparkmailapp.com/Spark3/win/beta/3.28.2.133443/Spark.exe ReleaseNotesUrl: https://sparkmailapp.com/spark3/win/changelog PurchaseUrl: https://sparkmailapp.com/pricing Documentations: diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.installer.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.installer.yaml new file mode 100644 index 0000000000000..d583d4930284e --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.20 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openfang.exe +Commands: +- openfang +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.20/openfang-x86_64-pc-windows-msvc.zip + InstallerSha256: A9374710ADE39420F68C8DA29455C6CBB4FE791C520CCF3320446DEC60614DF0 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.20/openfang-aarch64-pc-windows-msvc.zip + InstallerSha256: 8A9282533250A2338641061575ED5655CD056AC194117AB0B997C14487277448 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.locale.en-US.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.locale.en-US.yaml new file mode 100644 index 0000000000000..4d02eee450adb --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.20 +PackageLocale: en-US +Publisher: RightNow AI, Inc. +PublisherUrl: https://www.rightnowai.co/ +PublisherSupportUrl: https://github.com/RightNow-AI/openfang/issues +PrivacyUrl: https://www.rightnowai.co/privacy-policy +Author: RightNow AI, Inc. +PackageName: OpenFang +PackageUrl: https://www.openfang.sh/ +License: MIT +LicenseUrl: https://github.com/RightNow-AI/openfang/blob/HEAD/LICENSE-MIT +Copyright: Copyright (c) 2026 OpenFang Contributors +ShortDescription: Open-source Agent Operating System +Description: |- + OpenFang is an open-source Agent Operating System — not a chatbot framework, not a Python wrapper around an LLM, not a "multi-agent orchestrator." It is a full operating system for autonomous agents, built from scratch in Rust. + Traditional agent frameworks wait for you to type something. OpenFang runs autonomous agents that work for you — on schedules, 24/7, building knowledge graphs, monitoring targets, generating leads, managing your social media, and reporting results to your dashboard. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/RightNow-AI/openfang/releases/tag/v0.3.20 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.openfang.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.locale.zh-CN.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2f66e7e259d9 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.20 +PackageLocale: zh-CN +ShortDescription: 开源智能体操作系统 +Description: |- + OpenFang 是一个开源的智能体操作系统——不是聊天机器人框架,不是围绕大语言模型的 Python 包装器,也不是“多智能体协调器”。它是一个从零开始用 Rust 构建的完整自主智能体操作系统。 + 传统的智能体框架需要等待你输入指令。而 OpenFang 运行的自主智能体可以持续为你工作——按计划全天候运行,构建知识图谱、监控目标、生成线索、管理社交媒体,并将结果汇报到你的仪表盘。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.openfang.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.yaml new file mode 100644 index 0000000000000..cb5c24531446a --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.20/RightNow-AI.OpenFang.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.installer.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.installer.yaml new file mode 100644 index 0000000000000..1f2cf75e20504 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.22 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openfang.exe +Commands: +- openfang +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.22/openfang-x86_64-pc-windows-msvc.zip + InstallerSha256: 374006F8DC152734105E9E036AC947A80E4B8B86B64F0110A5BE30414D1049EA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.22/openfang-aarch64-pc-windows-msvc.zip + InstallerSha256: 6EAEF8E2DFDFC66C1C0705994AB5DE3D5E8F2DFB155B3F029671A56C00F007F3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.locale.en-US.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.locale.en-US.yaml new file mode 100644 index 0000000000000..3014c2470747e --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.22 +PackageLocale: en-US +Publisher: RightNow AI, Inc. +PublisherUrl: https://www.rightnowai.co/ +PublisherSupportUrl: https://github.com/RightNow-AI/openfang/issues +PrivacyUrl: https://www.rightnowai.co/privacy-policy +Author: RightNow AI, Inc. +PackageName: OpenFang +PackageUrl: https://www.openfang.sh/ +License: MIT +LicenseUrl: https://github.com/RightNow-AI/openfang/blob/HEAD/LICENSE-MIT +Copyright: Copyright (c) 2026 OpenFang Contributors +ShortDescription: Open-source Agent Operating System +Description: |- + OpenFang is an open-source Agent Operating System — not a chatbot framework, not a Python wrapper around an LLM, not a "multi-agent orchestrator." It is a full operating system for autonomous agents, built from scratch in Rust. + Traditional agent frameworks wait for you to type something. OpenFang runs autonomous agents that work for you — on schedules, 24/7, building knowledge graphs, monitoring targets, generating leads, managing your social media, and reporting results to your dashboard. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/RightNow-AI/openfang/releases/tag/v0.3.22 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.openfang.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.locale.zh-CN.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3f8a3022218a9 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.22 +PackageLocale: zh-CN +ShortDescription: 开源智能体操作系统 +Description: |- + OpenFang 是一个开源的智能体操作系统——不是聊天机器人框架,不是围绕大语言模型的 Python 包装器,也不是“多智能体协调器”。它是一个从零开始用 Rust 构建的完整自主智能体操作系统。 + 传统的智能体框架需要等待你输入指令。而 OpenFang 运行的自主智能体可以持续为你工作——按计划全天候运行,构建知识图谱、监控目标、生成线索、管理社交媒体,并将结果汇报到你的仪表盘。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.openfang.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.yaml new file mode 100644 index 0000000000000..308874dea7ed0 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.22/RightNow-AI.OpenFang.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 0000000000000..dd2b45a0117e2 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.2.18 +InstallerType: nullsoft +Scope: user +ProductCode: OpenCode +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- ProductCode: OpenCode +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.2.18/opencode-desktop-windows-x64.exe + InstallerSha256: 31D9BF8D48AE3AA414AD0D315FB1E02A8E3841D8960D7F9A83FC841C205F930B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..e48681d541482 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.2.18 +PackageLocale: en-US +Publisher: opencode +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It''s available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Handle SIGHUP signal and kill process gracefully + TUI + - Add onClick handler to InlineTool and Task components + - Add options to auth login command to skip interactive questions (@dbpolito) + - Don't let Dax touch the UI + Desktop + - Fork Ghostty for web-based terminal implementation + - Show errors for stale keyed components + - Fixed locale error in app + - Resolve stale read error in app + - Improve provider settings consistency in app + - Preserve question dock state across session switches (@ualtinok) + - Fix icon jiggle in app + - Open search with Mod+F even when editor is not focused + - Improve error handling and translation in desktop server error formatting (@OpeOginni) + - Improve agent selection logic to correctly pass configured models and variants (@OpeOginni) + - Remove unnecessary macOS entitlements + - Add desktop deep link support for creating new sessions + - Prefer using useLocation hook instead of window.location in app + SDK + - Update SDK package.json + Thank you to 4 community contributors: + - @stolinski: + - docs: Add opencode-sentry-monitor to ecosystem documentation (#16037) + - @dbpolito: + - feat(opencode): Adding options to auth login to skip questions (#14470) + - @OpeOginni: + - fix(app): improve agent selection logic passing in configured models and variants correctly (#16072) + - refactor(desktop): improve error handling and translation in server error formatting (#16171) + - @ualtinok: + - fix(app): preserve question dock state across session switches (#16173) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.2.18 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.yaml new file mode 100644 index 0000000000000..ad003f4ecf453 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.2.18/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.2.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml b/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml index 09e9c30d2be41..8180995458a5d 100644 --- a/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml +++ b/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml @@ -14,9 +14,9 @@ ProductCode: '{CC30CFEA-EACB-46AB-B4C4-B8D16FD003A9}_is1' Installers: - Architecture: x86 InstallerUrl: https://file.netpas.net/ftp/NetpasDistanceSetup.exe - InstallerSha256: D879794FD9ED24C3AFA933A9AA69B77194984CDB03E45F47CA382A08B45102C6 + InstallerSha256: 8339118CD9EF3D91C4752F6538BF405DD49B3AAAE904D6ECFEBCD4CFCB4DFCA7 - Architecture: x64 InstallerUrl: https://file.netpas.net/ftp/NetpasDistanceSetup.exe - InstallerSha256: D879794FD9ED24C3AFA933A9AA69B77194984CDB03E45F47CA382A08B45102C6 + InstallerSha256: 8339118CD9EF3D91C4752F6538BF405DD49B3AAAE904D6ECFEBCD4CFCB4DFCA7 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.installer.yaml b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.installer.yaml similarity index 77% rename from manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.installer.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.installer.yaml index 9abb2933eb4d1..49b26668d037a 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.installer.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.49" +PackageVersion: "12.51" InstallerType: zip NestedInstallerType: exe InstallModes: @@ -15,20 +15,20 @@ InstallerSuccessCodes: - 1 UpgradeBehavior: install ProductCode: Q-Dir -ReleaseDate: 2026-02-16 +ReleaseDate: 2026-03-05 Installers: - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_UC.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer.zip - InstallerSha256: 3AB236868555DC0DBDF76856A1AC16961266BA02E06676D87EC9CC345D2A0B33 + InstallerSha256: 28539AFE720493BE239C7C1E4E75F5BA251FDC9DAE78A9DBA12ED6FE3EAB2B32 - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_UC.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer.zip - InstallerSha256: 3AB236868555DC0DBDF76856A1AC16961266BA02E06676D87EC9CC345D2A0B33 + InstallerSha256: 28539AFE720493BE239C7C1E4E75F5BA251FDC9DAE78A9DBA12ED6FE3EAB2B32 InstallerSwitches: Custom: forall ElevationRequirement: elevatesSelf @@ -37,13 +37,13 @@ Installers: - RelativeFilePath: Q-Dir_Installer_x64.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer_x64.zip - InstallerSha256: E7B8C8B433DDCE19ABB1E2A13C67FCB23F6DF009D83D7705A9AD11F2F44D8A46 + InstallerSha256: 8CA44C0AF82265DC85872BD96FF959AF9A6AB3DDA751FB41306A6961D48A487B - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_x64.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer_x64.zip - InstallerSha256: E7B8C8B433DDCE19ABB1E2A13C67FCB23F6DF009D83D7705A9AD11F2F44D8A46 + InstallerSha256: 8CA44C0AF82265DC85872BD96FF959AF9A6AB3DDA751FB41306A6961D48A487B InstallerSwitches: Custom: forall ElevationRequirement: elevatesSelf diff --git a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.locale.en-US.yaml b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.locale.en-US.yaml similarity index 82% rename from manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.locale.en-US.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.locale.en-US.yaml index ddc764ed48288..1da1e4b685a52 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.locale.en-US.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.49" +PackageVersion: "12.51" PackageLocale: en-US Publisher: SoftwareOK PublisherUrl: https://www.softwareok.com/ @@ -24,9 +24,9 @@ Tags: - find - folder ReleaseNotes: |- - - General fixes for Windows 11 and minor tweaks to Quad File Explorer - - Improvements: for smartphones, iPhones, etc. connections via USB cable - - Important update to language files + - With the latest update, the Quad File Explorer Q-Dir improves access speed to network drives. + - The storage of individual column and view settings has been revised. + - The Q-Dir language files have been comprehensively updated and refined. ReleaseNotesUrl: https://www.softwareok.com/?seite=Freeware/Q-Dir/History Documentations: - DocumentLabel: Manual diff --git a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.locale.zh-CN.yaml b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.locale.zh-CN.yaml similarity index 96% rename from manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.locale.zh-CN.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.locale.zh-CN.yaml index 0a11ec8d10e9d..b51280ef65911 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.locale.zh-CN.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.49" +PackageVersion: "12.51" PackageLocale: zh-CN License: 免费软件 ShortDescription: Q-Dir 四窗格文件管理器 diff --git a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.yaml b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.yaml similarity index 90% rename from manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.yaml index d8c48913e41cc..5930a2d1e36ac 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.49/SoftwareOK.Q-Dir.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.51/SoftwareOK.Q-Dir.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.49" +PackageVersion: "12.51" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.installer.yaml b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.installer.yaml new file mode 100644 index 0000000000000..925ff7d136fbe --- /dev/null +++ b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sogou.SogouInput +PackageVersion: 16.2.0.3184 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- sgreg +FileExtensions: +- scel +- scpf +- ssf +ProductCode: Sogou Input +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x86 + InstallerUrl: https://ime.gtimg.com/pc/build/_sogou_pinyin_16.2.0.3184_0.exe + InstallerSha256: 6F6F07A11575D75F37CB7D9C8BE0AF9EA3F491A94C6B7D95B63B032A8A13C4F9 +- Architecture: x64 + InstallerUrl: https://ime.gtimg.com/pc/build/_sogou_pinyin_16.2.0.3184_0.exe + InstallerSha256: 6F6F07A11575D75F37CB7D9C8BE0AF9EA3F491A94C6B7D95B63B032A8A13C4F9 +- Architecture: arm + InstallerUrl: https://ime.gtimg.com/pc/build/_sogou_pinyin_16.2.0.3184_0.exe + InstallerSha256: 6F6F07A11575D75F37CB7D9C8BE0AF9EA3F491A94C6B7D95B63B032A8A13C4F9 +- Architecture: arm64 + InstallerUrl: https://ime.gtimg.com/pc/build/_sogou_pinyin_16.2.0.3184_0.exe + InstallerSha256: 6F6F07A11575D75F37CB7D9C8BE0AF9EA3F491A94C6B7D95B63B032A8A13C4F9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.locale.en-US.yaml b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.locale.en-US.yaml new file mode 100644 index 0000000000000..488a58711cb42 --- /dev/null +++ b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sogou.SogouInput +PackageVersion: 16.2.0.3184 +PackageLocale: en-US +Publisher: Sogou.com +PublisherUrl: https://shurufa.sogou.com/ +PublisherSupportUrl: https://pinyin.sogou.com/func/ +PrivacyUrl: https://rule.tencent.com/rule/preview/b692b40e-97b9-4e28-8b55-7f08d598ecec +Author: Beijing Sogou Technology Development Co., Ltd. +PackageName: 搜狗输入法 +PackageUrl: https://pinyin.sogou.com/ +License: Freeware +LicenseUrl: https://pinyin.sogou.com/help.php?list=9&q=1 +Copyright: © 2026 Sogou.com Inc. All rights reserved. +ShortDescription: New generation of Chinese Pinyin input method based on search engine technology +Description: Sogou Pinyin Method is a new generation of Chinese Pinyin input method based on search engine technology, especially suitable for Chinese Internet users. +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +ReleaseNotesUrl: https://pinyin.sogou.com/changelog.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.locale.zh-CN.yaml b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.locale.zh-CN.yaml new file mode 100644 index 0000000000000..500a8fd96009a --- /dev/null +++ b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sogou.SogouInput +PackageVersion: 16.2.0.3184 +PackageLocale: zh-CN +Publisher: Sogou.com +PublisherUrl: https://shurufa.sogou.com/ +PublisherSupportUrl: https://pinyin.sogou.com/func/ +PrivacyUrl: https://rule.tencent.com/rule/preview/b692b40e-97b9-4e28-8b55-7f08d598ecec +Author: 北京搜狗科技发展有限公司 +PackageName: 搜狗输入法 +PackageUrl: https://pinyin.sogou.com/ +License: 免费软件 +LicenseUrl: https://pinyin.sogou.com/help.php?list=9&q=1 +Copyright: © 2026 Sogou.com Inc. All rights reserved. +ShortDescription: 基于搜索引擎的新一代拼音输入法 +Description: 搜狗拼音输入法是搜狗推出的一款基于搜索引擎技术的、特别适合网民使用的、新一代的输入法产品。 +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ReleaseNotesUrl: https://pinyin.sogou.com/changelog.php +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.yaml b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.yaml new file mode 100644 index 0000000000000..063b23d455f74 --- /dev/null +++ b/manifests/s/Sogou/SogouInput/16.2.0.3184/Sogou.SogouInput.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sogou.SogouInput +PackageVersion: 16.2.0.3184 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..b357a7f846844 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.0/speakeasy_windows_386.zip + InstallerSha256: ac42bb7563daa8b68476c772a5db293e696917dd3c1bbe00ddcbf462258a0731 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.0/speakeasy_windows_arm64.zip + InstallerSha256: f4ed55f42a09c9d7eca0d140805ce50f0405a1828384bd3aeba16faaa15158de + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.0/speakeasy_windows_amd64.zip + InstallerSha256: 44f86fde68c69a630f11f0e7c1096dceb390f73250c3d808ba55ba6fab802634 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..3227a51f6c4ae --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.0 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..2b6e15cd52729 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.0/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..69dfa0df8b553 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.7 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-05" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.7/speakeasy_windows_386.zip + InstallerSha256: 47426a66222d3e914c90f1f2511d4503e3503b44e2429f0e1f8648332e0c873e + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.7/speakeasy_windows_arm64.zip + InstallerSha256: a8baabb34c53e39403c0c6ece859e55f7fd87b6fde60a67a2a994827f184e92a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.7/speakeasy_windows_amd64.zip + InstallerSha256: 157edf3e1f12dd3b2df2d823ccc73d732a5b16ab4215fcc1b310ef8806cca00f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..5a84bd0bb275f --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.7 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.7 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..da6f3c5c6f5fb --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.7/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.installer.yaml b/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.installer.yaml new file mode 100644 index 0000000000000..baf5e57787a83 --- /dev/null +++ b/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.installer.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Streamlink.Streamlink +PackageVersion: 8.2.1-1 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Streamlink +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- ProductCode: Streamlink +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Streamlink' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/streamlink/windows-builds/releases/download/8.2.1-1/streamlink-8.2.1-1-py314-x86_64.exe + InstallerSha256: 499293B61CF90AF662267B167CBE016C211670588B12A652D6C54668C97BD177 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/streamlink/windows-builds/releases/download/8.2.1-1/streamlink-8.2.1-1-py314-x86_64.exe + InstallerSha256: 499293B61CF90AF662267B167CBE016C211670588B12A652D6C54668C97BD177 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.locale.en-US.yaml b/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.locale.en-US.yaml new file mode 100644 index 0000000000000..f2e861553def7 --- /dev/null +++ b/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Streamlink.Streamlink +PackageVersion: 8.2.1-1 +PackageLocale: en-US +Publisher: Streamlink +PublisherUrl: https://github.com/streamlink +PublisherSupportUrl: https://github.com/streamlink/streamlink/issues +Author: Streamlink +PackageName: Streamlink +PackageUrl: https://streamlink.github.io/ +License: BSD-2-Clause +LicenseUrl: https://github.com/streamlink/windows-builds/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2011-2016, Christopher Rosell + Copyright (c) 2016-2026, Streamlink Team + All rights reserved. +CopyrightUrl: https://github.com/streamlink/streamlink/blob/HEAD/LICENSE +ShortDescription: Streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. +Description: |- + Streamlink is a command-line utility which pipes video streams from various services into a video player, such as VLC or mpv. The main purpose of Streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. There is also a Python API available for developers who want access to the stream data. + + This project was forked from Livestreamer, which is no longer maintained. +Tags: +- cli +- livestream +- streaming +- streaming-services +- twitch +- vlc +ReleaseNotes: |- + 📝 Changelog + See the full Streamlink 8.2.1 release changelog here. + - Updated Streamlink to 8.2.1, updated its dependencies + ⚙️ Instructions + See the README.md for all the details about the installers and portable archives. + Further information can be found in Streamlink's install docs and Command-Line Interface usage guide. + ❤️ Support + If you think that Streamlink is useful and if you want to keep the project alive, then please consider supporting its maintainers by sending a small and optionally recurring tip via the available options. + Your support is very much appreciated, thank you! +ReleaseNotesUrl: https://github.com/streamlink/windows-builds/releases/tag/8.2.1-1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.yaml b/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.yaml new file mode 100644 index 0000000000000..066bd509c4b77 --- /dev/null +++ b/manifests/s/Streamlink/Streamlink/8.2.1-1/Streamlink.Streamlink.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Streamlink.Streamlink +PackageVersion: 8.2.1-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.installer.yaml b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.installer.yaml new file mode 100644 index 0000000000000..48b8602c63570 --- /dev/null +++ b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SweetScape.010Editor +PackageVersion: 16.0.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Commands: +- 010Editor +FileExtensions: +- 1pj +- 1sc +- 1wk +- bt +- hex +- s19 +- s28 +- s37 +ProductCode: 010 Editor_is1 +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x86 + InstallerUrl: https://download.sweetscape.com/010EditorWin32Installer16.0.4.exe + InstallerSha256: 94DA8548468989127DB0F5E6072BB5640BED155B12B29D7402C5F89E05ED049D +- Architecture: x64 + InstallerUrl: https://download.sweetscape.com/010EditorWin64Installer16.0.4.exe + InstallerSha256: 36BAE5D17AAC1919AC3B66CE22954794B36A058B459290440A7FED9FF2B379BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.locale.en-US.yaml b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.locale.en-US.yaml new file mode 100644 index 0000000000000..f71bc5fb8df39 --- /dev/null +++ b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SweetScape.010Editor +PackageVersion: 16.0.4 +PackageLocale: en-US +Publisher: SweetScape Software +PublisherUrl: https://www.sweetscape.com +PublisherSupportUrl: https://www.sweetscape.com/support +PrivacyUrl: https://www.sweetscape.com/companyinfo/privacy.html +Author: SweetScape Software +PackageName: 010 Editor +PackageUrl: https://www.sweetscape.com/010editor +License: Proprietary +LicenseUrl: https://www.sweetscape.com/010editor/manual/License.htm +Copyright: Copyright © 2003-2026 SweetScape Software +ShortDescription: Professional Text Editor + World's Best Hex Editor +Tags: +- binary +- code +- coding +- editing +- editor +- hex +- script +- scripting +ReleaseNotes: |- + - Fixed after a Replace all operation, sometimes bytes at the end of the file were not drawn properly until another edit was made. + - Fixed opening a file from Windows Explorer when 010 Editor was minimized did not properly restore the application. + - Fixed in the Run on File drop-down, a template can now be run on a duplicate view of a file. + - Fixed on Linux, the Shift_JIS character set could crash on some files (switched from icu to iconv). + - Fixed Goto Address now works with numbers in the Template Results in Decimal/Hex notation. +ReleaseNotesUrl: https://www.sweetscape.com/010editor/release_notes.html +PurchaseUrl: https://www.sweetscape.com/store/ +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.sweetscape.com/010editor/manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.locale.zh-CN.yaml b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8151f4c8646ba --- /dev/null +++ b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SweetScape.010Editor +PackageVersion: 16.0.4 +PackageLocale: zh-CN +Publisher: SweetScape Software +PublisherUrl: https://www.sweetscape.com +PublisherSupportUrl: https://www.sweetscape.com/support +PrivacyUrl: https://www.sweetscape.com/companyinfo/privacy.html +Author: SweetScape Software +PackageName: 010 Editor +PackageUrl: https://www.sweetscape.com/010editor +License: 专有软件 +LicenseUrl: https://www.sweetscape.com/010editor/manual/License.htm +Copyright: Copyright © 2003-2026 SweetScape Software +ShortDescription: 专业文本编辑器+世界最强十六进制编辑器 +Tags: +- 二进制 +- 代码 +- 十六进制 +- 编辑 +- 编辑器 +- 脚本 +ReleaseNotesUrl: https://www.sweetscape.com/010editor/release_notes.html +PurchaseUrl: https://www.sweetscape.com/store +Documentations: +- DocumentLabel: 在线手册 + DocumentUrl: https://www.sweetscape.com/010editor/manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.yaml b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.yaml new file mode 100644 index 0000000000000..7491e919d3ac7 --- /dev/null +++ b/manifests/s/SweetScape/010Editor/16.0.4/SweetScape.010Editor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SweetScape.010Editor +PackageVersion: 16.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.installer.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.installer.yaml new file mode 100644 index 0000000000000..e8f7698ee8be2 --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SylvainRougeaux.Metatogger +PackageVersion: 7.7.1.2 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{EFECC58D-E3F1-418B-B2C1-7F4721564A3B}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://api.luminescence-software.org/download.php?software=metatogger&installer=msi&version=7712 + InstallerSha256: ADE2B985D2CE2F24796584BD577357433487F704C9C8DF0ED78E32EFDF4900AA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.locale.en-US.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.locale.en-US.yaml new file mode 100644 index 0000000000000..b321d58a8a8f5 --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SylvainRougeaux.Metatogger +PackageVersion: 7.7.1.2 +PackageLocale: en-US +Publisher: Sylvain Rougeaux +PublisherUrl: https://www.luminescence-software.org/en/metatogger +PublisherSupportUrl: https://www.luminescence-software.org/en/metatogger/documentation +Author: Sylvain Rougeaux +PackageName: Metatogger +PackageUrl: https://www.luminescence-software.org/en/metatogger/download +License: freeware +LicenseUrl: https://www.luminescence-software.org/en/metatogger/license +Copyright: © 2005-2025, Sylvain Rougeaux +ShortDescription: A tags editor that allows you to easily rename, tag and classify your MP3, FLAC, Ogg Vorbis, Opus, WMA and M4A audio files. +Description: 'Metatogger is a tag editor for Ogg Vorbis, FLAC, Opus, M4A (AAC and ALAC) and WMA audio files. A tag is a metadata, i.e. data about data. A tag provides additional information related to the audio data itself: the author of the lyrics, the composer of the music, the name of the album from which the song was released, the release date, etc. These tags or metadata make it possible to exploit large music collections more pleasantly. The problem is that many audio files contain no metadata at all, while others contain erroneous, unnecessary or inconsistent informations. Sometimes even the file name does not contain any relevant information. It is difficult, under these conditions, to identify a song without having to play it. This is where Metatogger comes in. Metatogger allows you to correct or complete the tags of audio files.' +Tags: +- tags editor +- metadata +- tags +- audio +- mp3 flac ogg vorbis wma m4a aac alac asf +- xiph id3 vorbis comment +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.luminescence-software.org/en/metatogger/documentation +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.locale.fr-FR.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.locale.fr-FR.yaml new file mode 100644 index 0000000000000..5168967e7844d --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.locale.fr-FR.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: SylvainRougeaux.Metatogger +PackageVersion: 7.7.1.2 +PackageLocale: fr-FR +Publisher: Sylvain Rougeaux +PublisherUrl: https://www.luminescence-software.org/fr/metatogger +PublisherSupportUrl: https://www.luminescence-software.org/fr/metatogger/documentation +Author: Sylvain Rougeaux +PackageName: Metatogger +PackageUrl: https://www.luminescence-software.org/fr/metatogger/download +License: freeware +LicenseUrl: https://www.luminescence-software.org/fr/metatogger/license +Copyright: © 2005-2025, Sylvain Rougeaux +ShortDescription: Metatogger est un éditeur de tags pour fichier audio Ogg Vorbis, FLAC, Opus, M4A (AAC et ALAC) et WMA. +Description: "Metatogger est un éditeur de tags pour fichier audio Ogg Vorbis, FLAC, Opus, M4A (AAC et ALAC) et WMA. Un tag est une métadonnée, c'est-à-dire une donnée sur une donnée. Un tag apporte une information supplémentaire relative aux données audio proprement dites : l'auteur des paroles, le compositeur de la musique, le nom de l'album dont est issu le morceau, la date de sortie, etc. Ces tags ou métadonnées permettent d'exploiter plus agréablement les grosses collections de musiques. Le problème est que de nombreux fichiers audio ne contiennent aucune métadonnée, quand d'autres contiennent des informations erronées, inutiles ou incohérentes. Parfois, même le nom du fichier ne contient aucune information pertinente. Difficile, dans ces conditions, d'identifier un morceau sans avoir à le jouer. C'est là que Metatogger intervient. Metatogger permet de corriger ou de compléter les tags des fichiers audio." +Tags: +- éditeur de tags +- métadonnées +- tags +- audio +- mp3 flac ogg vorbis wma m4a aac alac asf +- xiph id3 vorbis comment +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.luminescence-software.org/fr/metatogger/documentation +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.yaml new file mode 100644 index 0000000000000..a6d7e00965317 --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.1.2/SylvainRougeaux.Metatogger.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SylvainRougeaux.Metatogger +PackageVersion: 7.7.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.installer.yaml b/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.installer.yaml new file mode 100644 index 0000000000000..a0174c066552e --- /dev/null +++ b/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: saraansx.Lune +PackageVersion: 1.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/saraansx/Lune/releases/download/v1.0.0/Lune-Setup-1.0.0.exe + InstallerSha256: 3A8940AC87334FEB71AD820B4DF5BB4B63722D6FAD647EAAC730D706C787D14B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.locale.en-US.yaml b/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.locale.en-US.yaml new file mode 100644 index 0000000000000..2d4a22487e352 --- /dev/null +++ b/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: saraansx.Lune +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Lune Devs +PackageName: Lune +License: GPL-3.0 +Copyright: Copyright © 2026 Lune Devs +ShortDescription: Ad free Spotify client for desktop. Stream, download, and own your listening experience +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.yaml b/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.yaml similarity index 61% rename from manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.yaml rename to manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.yaml index f97f49394542a..e6dd76355fb94 100644 --- a/manifests/c/Chill-Astro/MsixCertImportTool/1.1/Chill-Astro.MsixCertImportTool.yaml +++ b/manifests/s/saraansx/Lune/1.0.0/saraansx.Lune.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Chill-Astro.MsixCertImportTool -PackageVersion: '1.1' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: saraansx.Lune +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.installer.yaml b/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.installer.yaml new file mode 100644 index 0000000000000..af6293c431499 --- /dev/null +++ b/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.installer.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.12.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: sikalabs.slu +PackageVersion: 0.99.0 +InstallerType: portable +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sikalabs/slu/releases/download/v0.99.0/slu.exe + InstallerSha256: 93C5A1BD27ED4E23FA6BB3C6AB58A2B71A3B086F220606E0033A98A305FE6479 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.locale.en-US.yaml b/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.locale.en-US.yaml new file mode 100644 index 0000000000000..683222ce3179a --- /dev/null +++ b/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.12.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: sikalabs.slu +PackageVersion: 0.99.0 +PackageLocale: en-US +Publisher: Ondrej Sika & SikaLabs +PublisherUrl: https://github.com/sikalabs +PublisherSupportUrl: https://github.com/sikalabs/slu/issues +PackageName: slu +PackageUrl: https://github.com/sikalabs/slu +License: MIT +LicenseUrl: https://github.com/sikalabs/slu/blob/HEAD/LICENSE +ShortDescription: SikaLabs Utils +Moniker: slu +ReleaseNotesUrl: https://github.com/sikalabs/slu/releases/tag/v0.99.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.yaml b/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.yaml new file mode 100644 index 0000000000000..9e1dcf443f0c4 --- /dev/null +++ b/manifests/s/sikalabs/slu/0.99.0/sikalabs.slu.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.12.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: sikalabs.slu +PackageVersion: 0.99.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/stacklok/thv/0.11.0/stacklok.thv.installer.yaml b/manifests/s/stacklok/thv/0.11.0/stacklok.thv.installer.yaml new file mode 100644 index 0000000000000..9ebb6f634a8ce --- /dev/null +++ b/manifests/s/stacklok/thv/0.11.0/stacklok.thv.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.11.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.11.0/toolhive_0.11.0_windows_arm64.zip + InstallerSha256: f0180b15608be62c9a90406447fcfa3e0834cf5586cf99c8ecbf0b229fa9ab62 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.11.0/toolhive_0.11.0_windows_amd64.zip + InstallerSha256: c11d73ce42b4b9b20ef009cb9889ef6c3380620357d43be16851c2dfbb603ed7 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.11.0/stacklok.thv.locale.en-US.yaml b/manifests/s/stacklok/thv/0.11.0/stacklok.thv.locale.en-US.yaml new file mode 100644 index 0000000000000..6e3979d28b1ff --- /dev/null +++ b/manifests/s/stacklok/thv/0.11.0/stacklok.thv.locale.en-US.yaml @@ -0,0 +1,54 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: stacklok +PublisherSupportUrl: https://github.com/stacklok/toolhive/issues/new/choose +PackageName: thv +PackageUrl: https://stacklok.com +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/toolhive/blob/main/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers +Moniker: thv +Tags: + - golang + - cli + - mcp + - toolhive + - stacklok + - model-context-protocol + - mcp-server +ReleaseNotes: | + ## Changelog + * d57b70bb6b27f91815da87c1b20b6e5078e99f1f: Add Redis Sentinel storage documentation for auth server (#3824) (@tgrunnagle) + * a6ccdf1d1f942f6472dbc1959d0f98f1220590a3: Add SessionManager behind sessionManagementV2 flag (Phase 2) (#3906) (@yrobla) + * c46ae47785062ef87e8a3f592352e4c020623ce1: Add Skills HTTP client implementing SkillService interface (#3977) (@JAORMX) + * d0102a256c924f79a5eceb02988cbb8fd8df28fe: Add debug logging to optimizer (#3976) (@aponcedeleonch) + * b3f98b54738daeaff5ab90ff76604462f65d64b9: Add telemetry instrumentation for optimizer (#3978) (@aponcedeleonch) + * 7d89e07fb9c79d320879159219b82e45dbae1731: Add unit tests for MCPRegistryReconciler (#3968) (@reyortiz3) + * b7cf0f787932ddfaac70cf9123994673c9db10dd: Enable sticky sessions on operator-created Services (#3986) (@JAORMX) + * 7ce49e8f691e082d1655c49a53c12f9120a550a1: Fix flaky MCPRemoteProxy integration test (#3993) (@JAORMX) + * ce6d9234cbf8e643a61b0bd70c803fb106e8eb77: Fix flaky TestRunConfigBuilder_WithRegistryProxyPort in CI (#3973) (@JAORMX) + * a38033f8aee5cf0f5d1eceb7efaa05c8cf066be1: Fix flaky TestServer_HealthMonitoring_Enabled and related tests (#3990) (@JAORMX) + * d527eb268460da9348b3b2570682f8839f0d5e22: Fix nil pointer panic in resolveTransportType for protocol scheme images (#3944) (@JAORMX) + * f43e80fdb5b35470797914275bb52c637f42a94a: Fix proxy shutdown follow-ups from #3970 (#3972) (@JAORMX) + * 4f6066d35c8314849c36af0663f0018cd661ab98: Fix remote workload restart port bind error when unauthenticated (#3975) (@amirejaz) + * 06663f04c1137243f7d2c7674bdf3e26783b69de: Handle embedded ResourceContents in vmcp bridge (#3953) (@JAORMX) + * f93bad746c3a5b4adfed812f31160dce63e0324a: Implement skill install and uninstall CLI commands (#3988) (@JAORMX) + * 8203caac3d5662537fcfe8bb99adf147bddc7e29: Implement skill list and info CLI commands with shared helpers (#3987) (@JAORMX) + * b17aa3108de24ba26251063eff4e09b5df189ada: Implement skills REST handlers with `project_root` (#3911) (@JAORMX) + * a447aea44a39ffeaef5110006dd77aa0efe23933: Make SessionAffinity configurable via CRD field (#3994) (@JAORMX) + * b57eb12019d92f68f6693680c6569b73b69d0a70: Prepare optimizer for production by refactoring and renaming (#3909) (@aponcedeleonch) + * 642555463d83263f035c5f87b5f8ce37746cc812: Refactor session timeouts and add V2 feature warnings (#3974) (@yrobla) + * 9240b9d35c09dc86a3c4a2c948537ff8a71b77f9: Release proxy mutex before draining connections in Stop() (#3970) (@gkatz2) + * 0b436e6c1efc90822c21de6c0e3c9e8509b0a80e: Release v0.11.0 (#3996) (@stacklokbot) + * 06ef2d8a4031e3f0b71c5af85de65811304178dc: Remove Score field from optimizer tool responses (#3971) (@aponcedeleonch) + * 23acf3ba3bde20ccaac7603c689870182e3b8956: Respect INSECURE_DISABLE_URL_VALIDATION in upstream auth HTTP client (#3981) (@jhrozek) + * b6906453193bd22c8e2ff84f070f9a80e618011d: Return 401 with WWW-Authenticate for expired upstream tokens (#3984) (@jhrozek) + * 5836071b17ec9ff59371e017d3eafcd3f1a8d99d: Suppress update message if is trigger by desktop (#3885) (@samuv) + * 483eecd9d04c708a3fc893f8e7479e0fe3c15396: Surface reconciliation errors in MCPServer status (#3983) (@jhrozek) + * 7acf39c826553607e009615fd4628630f2c46b60: Update golang.org/x/exp/jsonrpc2 digest to 3dfff04 (#3890) (@renovate[bot]) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.11.0/stacklok.thv.yaml b/manifests/s/stacklok/thv/0.11.0/stacklok.thv.yaml new file mode 100644 index 0000000000000..7c805d38ca68c --- /dev/null +++ b/manifests/s/stacklok/thv/0.11.0/stacklok.thv.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.installer.yaml b/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.installer.yaml new file mode 100644 index 0000000000000..700ed7cd12933 --- /dev/null +++ b/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.installer.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Transmission.Transmission +PackageVersion: 4.1.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- torrent +ReleaseDate: 2026-02-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/transmission/transmission/releases/download/4.1.1/transmission-4.1.1-x86.msi + InstallerSha256: AC43A305DA0CD41D91B87C0E698A7C691A403AC9F5553FAFF687CDD3622DA7DC + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{BE80A6AE-B94C-4BAF-B8C6-A0E62CE2C799}' + AppsAndFeaturesEntries: + - DisplayName: Transmission 4.1.1 (56442e2929) + ProductCode: '{BE80A6AE-B94C-4BAF-B8C6-A0E62CE2C799}' + UpgradeCode: '{1FB3C295-9BD4-4248-8C8B-B85CD11FE7C4}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Transmission' +- Architecture: x64 + InstallerUrl: https://github.com/transmission/transmission/releases/download/4.1.1/transmission-4.1.1-x64.msi + InstallerSha256: F3D2C0164ADB38086710ED6C3297EF9F9C8D7D674BAB898F9D71C3ECFDD0D4E6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{85357066-6CB3-44B7-832C-600858D73728}' + AppsAndFeaturesEntries: + - DisplayName: Transmission 4.1.1 (56442e2929) (x64) + ProductCode: '{85357066-6CB3-44B7-832C-600858D73728}' + UpgradeCode: '{1FB3C295-9BD4-4248-8C8B-B85CD11FE7C4}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Transmission' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.locale.en-US.yaml b/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.locale.en-US.yaml new file mode 100644 index 0000000000000..5335929eb94a3 --- /dev/null +++ b/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.locale.en-US.yaml @@ -0,0 +1,83 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Transmission.Transmission +PackageVersion: 4.1.1 +PackageLocale: en-US +Publisher: Transmission Project +PublisherUrl: https://transmissionbt.com/ +PublisherSupportUrl: https://github.com/transmission/transmission/issues +Author: Transmission Project +PackageName: Transmission +PackageUrl: https://transmissionbt.com/ +License: GPLv3 +LicenseUrl: https://github.com/transmission/transmission/blob/main/COPYING +Copyright: Copyright 2005-2023. All code is copyrighted by the respective authors. +CopyrightUrl: https://github.com/transmission/transmission/blob/main/COPYING +ShortDescription: Transmission is a cross-platform BitTorrent client +Description: |- + Transmission - A Fast, Easy and Free Bittorrent Client For macOS, Windows and Linux + + Transmission is designed for easy, powerful use. We've set the defaults to just work and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve. + + Unlike many cross-platform applications, Transmission integrates seamlessly with your operating system. + The Qt-based Windows UI has been modernized and is fully Windows 11 ready. +Moniker: transmission +Tags: +- bittorrent +- p2p +- torrent +ReleaseNotes: |- + Transmission 4.1.1 + This is Transmission 4.1.1, a bugfix release. + 4.1.0 was in development for over a year, so we've gotten a lot of good feedback, including actionable bug reports, since it was released three weeks ago. 4.1.1 fixes 20+ bugs and also has some performance improvements. All users are encouraged to upgrade to this version. + This progress was possible because of good bug reports and performance logs reported by users. Thanks, and keep them coming! + What's New in 4.1.1 + All Platforms + - Fixed a 4.1.0 bug that failed to report some filesystem errors to RPC clients who were querying the system's free space available. (#8258) + - Fixed a 4.1.0 bug that kept a a torrent's updated queue position from being shown. (#8298) + - Fixed a 4.1.0 bug that caused torrents' queuing order to sometimes be lost between sessions. (#8306) + - Fixed "assertion failed: no timezone" error on OpenSolaris. (#8358) + - Fixed a 4.0.0 bug that displayed the wrong mime-type icon for mp4 video files. (#8411) + - Hardened .torrent parsing by exiting sooner if pieces has an invalid size. (#8412) + - Reverted a 4.1.0 RPC change that broke some 3rd party code by returning floating-point numbers, rather than integers, for speed limit fields. (#8416) + - Fixed crash that could happen if a user paused a torrent and edited its tracker list at the same time. (#8478) + - Fixed 4.1.0 crash on arm32 by switching crc32 libraries to Mark Madler's crcany. (#8529) + - Require UTF-8 filenames in .torrent files, as required by the BitTorrent spec. (#8541) + - Fixed crash that could occur when parsing a .torrent file with a bad pieces key. (#8542) + - Fixed potential file descriptor leak when launching scripts on POSIX systems. (#8549) + - Changed the network traffic algorithm to spread bandwidth more evenly amongst peers. (#8259) + - Improved laggy user interface when bandwidth usage is high. (#8454) + macOS Client + - Fixed a 4.1.0 crash that occurred if deleting a torrent's files on macOS returned a system error. (#8275) + - Fixed a crash in the "Rename File ..." dialog when trying to rename a torrent right when the torrent finished downloading. (#8425) + - Fixed 4.1.0 crash when removing a torrent that was being show in the Inspector. (#8496) + - Improved performance of internal Torrent lookup code. (#8505) + - Improved responsiveness when scrolling the torrent list with keyboard navigation. (#8323) + Qt Client + - Fixed a 4.1.0 bug where the RPC error response arguments were not handled. (#8414) + - Fixed a long-standing bug that wouldn't let file:/// URIs be added from the command line. (#8448) + - Fixed broken icons in the torrent list on Windows. (#8456) + GTK Client + - Fixed a 4.1.0-beta.5 assertion failure when fetching a blocklist failed on a system compiled with GLIBCXX_ASSERTIONS enabled. (#8273) + - Fixed a 4.1.0 bug that wouldn't let magnet links be added from the "Add URL" dialog. (#8277) + - Fixed a 4.1.0 bug that broke keyboard shortcuts when built with GTK3. (#8293) + - Fixed a crash that could happen when removing some torrents. (#8340) + - Fixed a 4.1.0 bug that showed the wrong encryption mode being shown in the Preferences dialog. (#8345) + - Fixed a 4.0.x bug that prevented a handful of strings from being marked for translation. (#8350) + - Fixed a 4.1.0 packaging error that prevented the Qt and GTK clients from being installed side-by-side on Arch. (#8387) + - Fixed a 4.1.0 bug that wouldn't let magnet links be added from the command line. (#8415) + Web Client + - Reverted a 4.1.0 change that merged the "Remove torrent" and "Trash torrent" confirmation dialogs into a single dialog. (#8355) + - Fixed a 4.1.0 bug that showed a "Connection failed" popup when opening the "Open torrent" dialog while the current download directory path was invalid. (#8386) + Everything Else + - Updated documentation. (#8245, #8526) +ReleaseNotesUrl: https://github.com/transmission/transmission/releases/tag/4.1.1 +Documentations: +- DocumentLabel: Developer & Contributor Discussions + DocumentUrl: https://github.com/transmission/transmission/discussions +- DocumentLabel: Transmission Add-Ons + DocumentUrl: https://transmissionbt.com/addons +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.yaml b/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.yaml new file mode 100644 index 0000000000000..389ba8431b6d9 --- /dev/null +++ b/manifests/t/Transmission/Transmission/4.1.1/Transmission.Transmission.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Transmission.Transmission +PackageVersion: 4.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.installer.yaml b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.installer.yaml new file mode 100644 index 0000000000000..fc4db237caae7 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.57 +InstallerType: zip +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/TEN-framework/ten-framework/releases/download/0.11.57/tman-win-release-x64.zip + InstallerSha256: 96332f8ccd1942cd3b15c73ab9ff398419903ac14a5f5088c72541c1f1d24b4f + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ten_manager\bin\tman.exe + PortableCommandAlias: tman +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.en-US.yaml b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.en-US.yaml new file mode 100644 index 0000000000000..ece94f4162af0 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.en-US.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.57 +PackageLocale: en-US +Publisher: TEN Framework Team +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework Package Manager +Description: |- + tman is the official package manager for the TEN Framework. + It helps developers manage extensions, protocols, and other TEN framework components. + Key Features: + - Install and manage TEN packages with ease + - Automatic dependency resolution + - Package version control and updates + - Support for multiple package types (extensions, protocols, etc.) + - Seamless integration with TEN Framework projects + The TEN Framework is a powerful framework for building real-time communication applications, + and tman makes it easy to extend and customize your applications with community packages. +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.ja-JP.yaml b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3505ac9277932 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.57 +PackageLocale: ja-JP +Publisher: TEN Framework チーム +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework パッケージマネージャー +Description: |- + tmanはTEN Frameworkの公式パッケージマネージャーです。 + 開発者が拡張機能、プロトコル、その他のTENフレームワークコンポーネントを管理するのに役立ちます。 + 主な機能: + - TENパッケージの簡単なインストールと管理 + - 自動依存関係解決 + - パッケージのバージョン管理と更新 + - 複数のパッケージタイプのサポート(拡張機能、プロトコルなど) + - TEN Frameworkプロジェクトとのシームレスな統合 + TEN Frameworkはリアルタイム通信アプリケーションを構築するための強力なフレームワークであり、 + tmanを使用すると、コミュニティパッケージでアプリケーションを簡単に拡張およびカスタマイズできます。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.ko-KR.yaml b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.ko-KR.yaml new file mode 100644 index 0000000000000..e7fc93c9ead1d --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.ko-KR.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.57 +PackageLocale: ko-KR +Publisher: TEN Framework 팀 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 패키지 관리자 +Description: |- + tman은 TEN Framework의 공식 패키지 관리자입니다. + 개발자가 확장 기능, 프로토콜 및 기타 TEN 프레임워크 구성 요소를 관리하는 데 도움이 됩니다. + 주요 기능: + - TEN 패키지를 쉽게 설치하고 관리 + - 자동 종속성 해결 + - 패키지 버전 제어 및 업데이트 + - 다양한 패키지 유형 지원 (확장 기능, 프로토콜 등) + - TEN Framework 프로젝트와의 원활한 통합 + TEN Framework는 실시간 통신 애플리케이션 구축을 위한 강력한 프레임워크이며, + tman을 사용하면 커뮤니티 패키지로 애플리케이션을 쉽게 확장하고 사용자 지정할 수 있습니다. +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.zh-CN.yaml b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a2ac6eb137fb3 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.57 +PackageLocale: zh-CN +Publisher: TEN Framework 团队 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 包管理器 +Description: |- + tman 是 TEN Framework 的官方包管理器。 + 它帮助开发者管理扩展、协议和其他 TEN 框架组件。 + 主要特性: + - 轻松安装和管理 TEN 包 + - 自动依赖解析 + - 包版本控制和更新 + - 支持多种包类型(扩展、协议等) + - 与 TEN Framework 项目无缝集成 + TEN Framework 是一个强大的实时通信应用框架, + tman 让您可以轻松扩展和定制应用程序。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.zh-TW.yaml b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.zh-TW.yaml new file mode 100644 index 0000000000000..baef0f9531b86 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.locale.zh-TW.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.57 +PackageLocale: zh-TW +Publisher: TEN Framework 團隊 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 套件管理器 +Description: |- + tman 是 TEN Framework 的官方套件管理器。 + 它幫助開發者管理擴充套件、通訊協定和其他 TEN 框架元件。 + 主要特性: + - 輕鬆安裝和管理 TEN 套件 + - 自動相依性解析 + - 套件版本控制和更新 + - 支援多種套件類型(擴充套件、通訊協定等) + - 與 TEN Framework 專案無縫整合 + TEN Framework 是一個強大的即時通訊應用程式框架, + tman 讓您可以輕鬆擴充和客製化應用程式。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.yaml b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.yaml new file mode 100644 index 0000000000000..3cb1af8133a77 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.57/ten-framework.tman.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.57 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.installer.yaml b/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.installer.yaml new file mode 100644 index 0000000000000..cb94570ece0fb --- /dev/null +++ b/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: tromoSM.CryptivisX +PackageVersion: "1.1" +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tromoSM/CryptivisX/releases/download/v1.1/CryptivisX-windows-installer.exe + InstallerSha256: 47ACDFE500F5A0D521243CB15994AD8D666298CBE5518B7B3250451313569F78 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-29 diff --git a/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.locale.en-US.yaml b/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.locale.en-US.yaml new file mode 100644 index 0000000000000..af4a243e4dd9c --- /dev/null +++ b/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: tromoSM.CryptivisX +PackageVersion: "1.1" +PackageLocale: en-US +Publisher: tromoSM +PublisherUrl: https://github.com/tromoSM +PublisherSupportUrl: https://github.com/tromoSM/CryptivisX/issues +PackageName: CryptivisX +PackageUrl: https://github.com/tromoSM/CryptivisX +License: Apache-2.0 +ShortDescription: Offline secure file encryption for Windows +Tags: +- encryption +- encryption-tools +- encryptor +- encryptor-decryptor +- js +- privacy +- privacy-tools +- python +- pywebview +- webview +ReleaseNotesUrl: https://github.com/tromoSM/CryptivisX/releases/tag/v1.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tromoSM/CryptivisX/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.yaml b/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.yaml new file mode 100644 index 0000000000000..881d008a3b4ae --- /dev/null +++ b/manifests/t/tromoSM/CryptivisX/1.1/tromoSM.CryptivisX.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: tromoSM.CryptivisX +PackageVersion: "1.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.installer.yaml b/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.installer.yaml new file mode 100644 index 0000000000000..30be1a739d37e --- /dev/null +++ b/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: tromoSM.XcreenDesk +PackageVersion: "1.0" +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tromoSM/xcreenDesk/releases/download/v1.0/XcreenDesk-windows-installer.exe + InstallerSha256: C2EAFDBCB0BDDD970C3224DC224C711041D7865E662CB6EFE2535DB548574886 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.locale.en-US.yaml b/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.locale.en-US.yaml new file mode 100644 index 0000000000000..3de4c278417ce --- /dev/null +++ b/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: tromoSM.XcreenDesk +PackageVersion: "1.0" +PackageLocale: en-US +Publisher: tromoSM +PackageName: XcreenDesk +License: Apache-2.0 +ShortDescription: A remote desktop and screen sharing application for local networks. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.yaml b/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.yaml new file mode 100644 index 0000000000000..e96d92a28f11f --- /dev/null +++ b/manifests/t/tromoSM/XcreenDesk/1.0/tromoSM.XcreenDesk.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: tromoSM.XcreenDesk +PackageVersion: "1.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/u/UPX/UPX/5.1.1/UPX.UPX.installer.yaml b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.installer.yaml new file mode 100644 index 0000000000000..2338c70aabf9d --- /dev/null +++ b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: UPX.UPX +PackageVersion: 5.1.1 +InstallerType: zip +NestedInstallerType: portable +FileExtensions: +- exe +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: upx-5.1.1-win32\upx.exe + PortableCommandAlias: upx + InstallerUrl: https://github.com/upx/upx/releases/download/v5.1.1/upx-5.1.1-win32.zip + InstallerSha256: C0FC8553784AD64145C37A6379F7AA2DAF143580437792E862BA6F4630E9F0DA +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: upx-5.1.1-win64\upx.exe + PortableCommandAlias: upx + InstallerUrl: https://github.com/upx/upx/releases/download/v5.1.1/upx-5.1.1-win64.zip + InstallerSha256: FA5380BCA4C2718547AAA0134BC0D8A7FA27E102F0AC6371573D60D1C21D64DE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/UPX/UPX/5.1.1/UPX.UPX.locale.en-US.yaml b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.locale.en-US.yaml new file mode 100644 index 0000000000000..7d261314817a2 --- /dev/null +++ b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: UPX.UPX +PackageVersion: 5.1.1 +PackageLocale: en-US +Publisher: UPX +PublisherUrl: https://upx.github.io/ +PublisherSupportUrl: https://github.com/upx/upx/issues +Author: |- + Markus Oberhumer + Laszlo Molnar + John Reiser +PackageName: UPX +PackageUrl: https://upx.github.io/ +License: GPL-2.0-or-later +LicenseUrl: https://github.com/upx/upx/blob/HEAD/LICENSE +Copyright: |- + Copyright (C) 1996-2026 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2026 Laszlo Molnar + Copyright (C) 2000-2026 John F. Reiser +ShortDescription: A free, secure, portable, extendable, high-performance executable packer for several executable formats. +Description: |- + UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs. + Programs and libraries compressed by UPX are completely self-contained and run exactly as before, with no runtime or memory penalty for most of the supported formats. + UPX supports a number of different executable formats, including Windows programs and DLLs, macOS apps and Linux executables. +Tags: +- application +- compress +- compressor +- dll +- exe +- executables +- packer +- program +- software +ReleaseNotes: |- + * ELF: MIPS r3000 (32-bit) shared libraries are supported + * bug fixes - see https://github.com/upx/upx/milestone/22 +ReleaseNotesUrl: https://github.com/upx/upx/blob/HEAD/NEWS +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UPX/UPX/5.1.1/UPX.UPX.locale.zh-CN.yaml b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2f580ba22ef4f --- /dev/null +++ b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: UPX.UPX +PackageVersion: 5.1.1 +PackageLocale: zh-CN +ShortDescription: 免费(自由)、安全、便携、可扩展、高性能的可执行文件打包器,适用于多种可执行格式。 +Description: |- + UPX 是一个先进的可执行文件压缩器。UPX 通常会将程序和 DLL 的文件大小减少约 50%-70%,从而减少磁盘空间、网络加载时间、下载时间以及其它分发和存储开支。 + 被 UPX 压缩的程序和库是完全独立的,运行起来和以前相比几乎没有差异,并且对于大多数支持的格式没有运行时间或内存的损失。 + UPX 支持多种可执行格式,包括 Windows 程序和 DLL、macOS 应用和 Linux 可执行文件。 +Tags: +- dll +- exe +- 压缩 +- 压缩器 +- 可执行文件 +- 应用 +- 打包器 +- 程序 +- 软件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UPX/UPX/5.1.1/UPX.UPX.yaml b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.yaml new file mode 100644 index 0000000000000..7b7b764032771 --- /dev/null +++ b/manifests/u/UPX/UPX/5.1.1/UPX.UPX.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: UPX.UPX +PackageVersion: 5.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.installer.yaml b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.installer.yaml new file mode 100644 index 0000000000000..98d11b9cb1887 --- /dev/null +++ b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ultimaker.Cura +PackageVersion: 5.12.0 +Scope: machine +UpgradeBehavior: uninstallPrevious +Protocols: +- cura +- slicer +FileExtensions: +- 3mf +- curapackage +- gcode +- stl +- ufp +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/Ultimaker/Cura/releases/download/5.12.0/UltiMaker-Cura-5.12.0-win64-X64.exe + InstallerSha256: 3525BFE5C73AB77E4C26050EFB8CB415EA43240FF1714CB1A3ABB7800B5F2A35 + ProductCode: UltiMaker Cura 5.12.0-5.12.0 +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/Ultimaker/Cura/releases/download/5.12.0/UltiMaker-Cura-5.12.0-win64-X64.msi + InstallerSha256: 76B1559CAE74940393E2F6E797D017E21386489A9B5620F7001B1D51F7182A68 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{37E776EC-AFBB-4159-B4E9-FCD796BD1ACB}' + AppsAndFeaturesEntries: + - UpgradeCode: '{92FF35CC-B2BF-50F1-BE06-AFEFF6318B65}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.locale.en-US.yaml b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.locale.en-US.yaml new file mode 100644 index 0000000000000..f375406eaeb91 --- /dev/null +++ b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.locale.en-US.yaml @@ -0,0 +1,106 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ultimaker.Cura +PackageVersion: 5.12.0 +PackageLocale: en-US +Publisher: UltiMaker +PublisherUrl: https://ultimaker.com/ +PublisherSupportUrl: https://github.com/Ultimaker/Cura/issues +PrivacyUrl: https://ultimaker.com/legal/privacy-policy/ +Author: Ultimaker B.V. +PackageName: Ultimaker Cura +PackageUrl: https://ultimaker.com/software/ultimaker-cura +License: LGPL-3.0 +LicenseUrl: https://github.com/Ultimaker/Cura/blob/HEAD/LICENSE +ShortDescription: 3D printer / slicing GUI built on top of the Uranium framework +Description: UltiMaker Cura is free, easy-to-use 3D printing software trusted by millions of users. Fine-tune your 3D model with 400+ settings for the best slicing and printing results. +Tags: +- 3d +- 3d-printer +- 3d-printing +- model +- slicer +ReleaseNotes: |- + New features and improvements: + Bridging behavior over rectangular empty spaces and infill are now placed in a smarter way. The bridge lines are now anchored to layers below where possible. Bridge lines can now also be interlaced for improved quality. + Fewer mistakes, less wasted time. Settings for disabled extruders are now greyed out to prevent "ghost editing," where you might spend time fine-tuning the Printing Temperature or Retraction Distance for Extruder 2, only to realize later that the entire model was set to print with Extruder 1. Additionally, a warning appears in the Preview stage if your model is hidden because an extruder is unchecked. + - Updated combing behavior for thin parts so it doesn't ooze over the walls by updating the behavior for Inside Travel Avoid Distance + - Added a warning in the preview if the reason you are not seeing your model is that the extruder is unchecked + - Self-intersecting infills like Grid, Triangular, and Cubic are hidden for some printers in recommended mode because they introduce artifacts at high speeds. They are still available in Custom mode + - Added height of the layer in preview mode in mm in addition to the layer number, contributed by @HellAholic + - Added a pop-up to help with using the Select Face mode when rotating a model, resolves Ultimaker/Cura#21359, contributed by @HellAholic + - Improved the reliability and maintainability of the Cura UI and Post Processing plugin, contributed by @HellAholic + - Added a new button under the Help dropdown to quickly open the log files, contributed by @HellAholic + - Updated the Filament Change script of the Post Processing plugin to support multiline Gcode Before and Gcode After, contributed by @Hobbe and @GregValiant + - Updated the Z-Hop on Travel Post Processing script to include an option for Support Interface Only, contributed by @GregValiant + - Updated the Post Processing plugin with a bigger text area in the UI to allow for easier editing of multiple lines of Gcode, contributed by @HellAholic + - Updated the Advanced Cooling Fan Control Post Processing plugin to add an Enable and Fan Jump Start setting, contributed by @GregValiant + - Updated the Display Info on LCD Post Processing plugin to reflect Filament Cost and allow for the adjustment of the Cura estimated time, contributed by @GregValiant + - Updated the Purge Lines and Unload Post Processing plugin so the CUSTOM addition in the Gcode doesn't trigger an error, contributed by @GregValiant + New Settings: + New Honeycomb and Octagon infill types ensure the toolpath never crosses its own path on the same layer, reducing the chance of the nozzle hitting the infill during printing. Infill Start/End Move settings move the infill starts away from the wall to prevent surface blobs from a nozzle traveling to start a new infill line. + - Introduced Infill Start/End Move Inwards Length settings that add an extra line at the beginning and the end of your infill to prime the infill and prevent blobs on the outside wall + - Introduced Infill Skin Support to consolidate and replace Extra Infill Lines to Support Skin, Skin Edge Support Layer, and Bridging Over Infill Settings. + - Introduced a Middle option to the Z Seam Positions, contributed by @GregValiant @HellAholic + - Introduced a Print Estimation Factor to the Printer Settings that allows you to adjust the predicted printing time when you notice it deviates consistently from reality, contributed by @HellAholic + Bug fixes: + - Improved responsiveness when working with printers that are connected over Digital Factory + - Improved Scarf Seam behavior when used on overhangs and the visualization of these seams in the preview for improved troubleshooting + - Added an option to abort sending a cloud print job if the loading bar gets stuck + - Updated the behavior for One At a Time print jobs to reduce the chance of collisions at the end of the printing process + - Extruder End Gcode is now added to the end of the print process before Machine End Gcode, resolves https://github.com/Ultimaker/Cura/issues/18018 + - Fixed an issue where a model was still displayed as unprintable after switching the assigned extruder + - Fixed an issue where unretracted travel moves could be generated over top surfaces when the Inside Travel Avoid Distance could not be applied. Such moves are now retracted instead + - Fixed an issue where paint strokes on rotated models would not be picked up correctly when slicing + - Fixed an issue where combing would add a lot of unnecessary travel due to a very small slit in layer outline, resolves https://github.com/Ultimaker/Cura/issues/21381 + - Updated the behavior of the preview tab when dragging and dropping in a Gcode file, resolves https://github.com/Ultimaker/Cura/issues/21110 + - Fixed an issue where enabling Z hop when retracted would apply the Z hop twice and move the nozzle to X0 Y0 at start of the print, resolves https://github.com/Ultimaker/Cura/issues/21132 + - Polished the appearance and behavior of combobox controls in the Preferences dialog, making them more consistent and easier to use. + - Fixed an issue that would cause a crash if the model was reloaded inside the paint mode, resolves https://github.com/Ultimaker/Cura/issues/21304 + - Fixed an issue where Top Surface Expansion was being applied inside the model without any Top Surface area + - Fixed an issue where the flow of a fractional layer was not adjusted as expected + - Fixed an issue where UV unwrapping sometimes failed on complex shapes, leading to incorrect color or material painting + - Fixed a crash that could occur when exporting and sending very large print jobs over the network or Digital Factory Cloud + - Improved the robustness of network printing to reduce crashes and error states when communication with printers fails + - Fixed an issue where the configured build volume temperature limits could be bypassed in certain cases + - Updated the Annealing or Drying Post Processing plugin so it now also works on UltiMaker 3D printers, contributed by @GregValiant + Bugs resolved since the Beta release + - Fixed crashes when loading certain project files (3MF) on Linux + - Prevented slice crashes when trying to paint on support blockers or modifier meshes by not allowing that unsupported operation + - Fixed a bug where Overhanging Wall Speeds would be applied to tree support in multi extrusion printjobs + - Updated bridging behavior so the lines prefer to align with the axis if the geometry allows + - Fixed an issue where bridging logic caused large, inconsistent flow changes on some surfaces, leading to visible blobs and rough areas; flow is now more stable in those regions. + - Corrected how flow is applied when using gradual flow adjustments so that extrusion transitions are smoother, align better with the expected behavior, and more consistent, improving overall quality. + - Fixed a case where infill extrusion moves could skip the intended inward move, improving infill start placement and reducing small artefacts at infill boundaries. + - Addressed a CuraEngine issue that caused slicing to crash when generating the inward infill move, making slicing more robust for tricky geometries. + - Removed the nozzle move to X0 Y0 when Z Hop When Retracted was enabled, resolves https://github.com/Ultimaker/Cura/issues/21132 + - Fixed a bug where the Infill Skin Support would move through the Extra Infill Walls + - Fixed an issue where bridging regions could contain many small dotted line segments, improving both appearance and strength of bridges. + - Fixed a bug where 3MFs with custom materials would not be loaded properly + - Updated file saving behavior so it can handle bigger files to be saved more reliably + - Displayed clearer messages when using painting and face‑alignment which are unavailable in compatibility mode, resolves https://github.com/Ultimaker/Cura/issues/21168 + - Gcode now always sends the XY positions when either axis value is changed to make sure non-compliant machines still accept Cura-generated Gcode + - Updated the material weight to correctly display for UltiMaker PPS CF and Nylon CF Slide materials + Printer definitions, profiles and materials: + We’ve overhauled our print settings for the UltiMaker High Speed S-series to ensure your parts aren't just high-quality, but also high-performance. These updates deliver higher-quality prints at faster speeds, whether for prototyping or production. + - Updated wall settings for the UltiMaker S6 and S8 to improve wall strength + - Updated infill, skin, and shell settings for the UltiMaker S6 and S8 to reduce printing time and improve printed part quality + - Introduced Visual Intent for ABS and PETG for the S8 + - Updated Retraction settings to reduce oozing and stringing in the UltiMaker S6 and S8 + - Introduced a generic ASA profile for the Factor 4 + - Updated the Brim Gap settings for UltiMaker 2+ Connect, contributed by @HellAholic, resolves https://github.com/Ultimaker/Cura/issues/21258 + - Introduced Elegoo Centauri Carbon, contributed by @darthmolen + - Introduced Toybox Alpha name to include Toybox Alpha Three, contributed by @lukbrew25 + - Updated settings for Elegoo Neptune 2 and Flsun V400, to have better default top layers with the infill set to 100%, contributed by @asterchades + Community Translations + - Updated Japanese translations by @h1data + - Brazilian Portuguese by @Patola + Bonus Cura Cloud Demo + Cura Cloud is an online version of Cura designed for fast, confident slicing within the UltiMaker ecosystem. It lives in UltiMaker Digital Factory - ideal for connected printers, beginners, and anyone who values simplicity. We’ve made it available for everyone to try out, even without an account. You can click here to take a look +ReleaseNotesUrl: https://github.com/Ultimaker/Cura/releases/tag/5.12.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Ultimaker/Cura/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.locale.zh-CN.yaml b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cad0a2557754a --- /dev/null +++ b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ultimaker.Cura +PackageVersion: 5.12.0 +PackageLocale: zh-CN +PublisherUrl: https://ultimaker3d.cn/ +PrivacyUrl: https://ultimaker3d.cn/legal/privacy-and-cookie-statement/ +PackageUrl: https://ultimaker3d.cn/software/ultimaker-cura/ +ShortDescription: 基于 Uranium 框架的 3D 打印机 / 切片 GUI +Description: UltiMaker Cura 是一款免费、易于使用的 3D 打印软件,深受数百万用户的信赖。使用 400 多种设置微调您的 3D 模型,以获得最佳的切片和打印效果。 +Tags: +- 3d +- 3d打印 +- 3d打印机 +- 切片 +- 模型 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.yaml b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.yaml new file mode 100644 index 0000000000000..ffe907574501e --- /dev/null +++ b/manifests/u/Ultimaker/Cura/5.12.0/Ultimaker.Cura.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ultimaker.Cura +PackageVersion: 5.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnifiedIntents/UnifiedRemote/3.13.0/UnifiedIntents.UnifiedRemote.locale.en-US.yaml b/manifests/u/UnifiedIntents/UnifiedRemote/3.13.0/UnifiedIntents.UnifiedRemote.locale.en-US.yaml index 2963db584be64..b2eccba102cf1 100644 --- a/manifests/u/UnifiedIntents/UnifiedRemote/3.13.0/UnifiedIntents.UnifiedRemote.locale.en-US.yaml +++ b/manifests/u/UnifiedIntents/UnifiedRemote/3.13.0/UnifiedIntents.UnifiedRemote.locale.en-US.yaml @@ -29,5 +29,6 @@ Tags: - remotefilemanager - remote-desktop - remotedesktop +- uvhid.inf ManifestType: defaultLocale -ManifestVersion: 1.12.0 \ No newline at end of file +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.installer.yaml b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.installer.yaml new file mode 100644 index 0000000000000..910337a9d0cf8 --- /dev/null +++ b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wondershare.Recoverit +PackageVersion: 14.0.19.9 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{829555DC-31E5-4FEA-B350-8FCF24CECD95}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/ri_64bit_14.0.19_full4134.exe + InstallerSha256: CA38F7113FD645BD80167CA53CFAC5DC910414FA5A3E31850B403CCD692B004F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.locale.en-US.yaml b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.locale.en-US.yaml new file mode 100644 index 0000000000000..518cf4dc43043 --- /dev/null +++ b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.Recoverit +PackageVersion: 14.0.19.9 +PackageLocale: en-US +Publisher: Wondershare Software Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://recoverit.wondershare.com/support/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare Recoverit +PackageUrl: https://recoverit.wondershare.com/ +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: Quickly restore precious documents, emails, and other files. +Description: |- + For most of us, losing data is a common occurrence. Recoverit Expert Data Recovery for PC can recover 1000+ file types and formats of data from a variety of storage sources, including your Windows computer hard disk, Desktop, Recycle Bin, external devices, and even a wrecked computer. + It also has dedicated options for recovering lost videos, such as Professional Video Recovery. Moreover, the application also features a video repair tool that can fix corrupted videos in a variety of situations. +Tags: +- data +- file +- fix +- recover +- recovery +- restore +ReleaseNotes: |- + 1. Performance improvement. + 2. Fixed some bugs. +PurchaseUrl: https://recoverit.wondershare.com/buy/store.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://recoverit.wondershare.com/guide.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.locale.zh-CN.yaml b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fddecee8ea862 --- /dev/null +++ b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.Recoverit +PackageVersion: 14.0.19.9 +PackageLocale: zh-CN +Publisher: Wondershare Software Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://recoverit.wondershare.com/support/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare Recoverit +PackageUrl: https://recoverit.wondershare.com/ +License: 专有软件 +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: 快速恢复珍贵的文档、电子邮件等文件 +Description: |- + 对于我们大多数人来说,丢失数据是很常见的事情。适用于 PC 的 Recoverit 数据恢复可以从各种存储源恢复 1000 多种文件类型和格式的数据,包括您的 Windows 计算机硬盘、桌面、回收站、外部设备,甚至是损坏的计算机。 + 它还具有用于恢复丢失视频的专用选项,例如专业视频恢复。此外,该应用程序还具有视频修复工具,可以在各种情况下修复损坏的视频。 +Tags: +- 修复 +- 恢复 +- 数据 +- 文件 +- 还原 +PurchaseUrl: https://recoverit.wondershare.com/buy/store.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://recoverit.wondershare.com/guide.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.yaml b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.yaml new file mode 100644 index 0000000000000..65f36e03bdcec --- /dev/null +++ b/manifests/w/Wondershare/Recoverit/14.0.19.9/Wondershare.Recoverit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wondershare.Recoverit +PackageVersion: 14.0.19.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.installer.yaml b/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.installer.yaml new file mode 100644 index 0000000000000..635fed8a2b64e --- /dev/null +++ b/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xiaocang.EasydictforWindows +PackageVersion: 0.6.0 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /CURRENTUSER +ProductCode: '{B7E2A5F3-9C41-4D82-A6F0-1E8B3C5D7F9A}_is1' +ReleaseDate: 2026-03-05 +AppsAndFeaturesEntries: +- ProductCode: '{B7E2A5F3-9C41-4D82-A6F0-1E8B3C5D7F9A}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xiaocang/easydict_win32/releases/download/v0.6.0/Easydict-v0.6.0-x64-setup.unsigned.exe + InstallerSha256: 73A0ADB7E795F52A193CC23F5574BE08E473B9CC255DDE7AA2107A0E5BB74987 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.locale.en-US.yaml b/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.locale.en-US.yaml new file mode 100644 index 0000000000000..589be5b106e7a --- /dev/null +++ b/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xiaocang.EasydictforWindows +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: xiaocang +PublisherUrl: https://github.com/xiaocang +PublisherSupportUrl: https://github.com/xiaocang/easydict_win32/issues +PrivacyUrl: https://github.com/xiaocang/easydict_win32/blob/master/PRIVACY.md +Author: xiaocang +PackageName: Easydict for Windows +PackageUrl: https://github.com/xiaocang/easydict_win32 +License: GPL-3.0 +LicenseUrl: https://github.com/xiaocang/easydict_win32/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023 Tisfeng (macOS original), 2026 xiaocang (Windows port) +CopyrightUrl: https://github.com/xiaocang/easydict_win32/blob/master/LICENSE +ShortDescription: Windows port of Easydict - Dictionary and translation app +Description: Windows port of Easydict translation app. Supports 15+ translation services (Google, DeepL, OpenAI, Gemini, etc.), global hotkeys, multiple window modes, clipboard monitoring, and LLM streaming. Self-contained application with system tray support. +Moniker: easydict +Tags: +- clipboard +- dictionary +- hotkey +- multilingual +- translation +- translator +ReleaseNotes: |- + - New Grammar Correction mode + - Major Long Document Translation feature: ML layout detection, PDF export, and unified mode switcher + - Dictionary result enhancements: now shows definitions and examples directly in translation results +ReleaseNotesUrl: https://github.com/xiaocang/easydict_win32/releases/tag/v0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.yaml b/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.yaml new file mode 100644 index 0000000000000..c11d0e6dd298d --- /dev/null +++ b/manifests/x/xiaocang/EasydictforWindows/0.6.0/xiaocang.EasydictforWindows.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: xiaocang.EasydictforWindows +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.installer.yaml new file mode 100644 index 0000000000000..2fe48a0269675 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.installer.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZedIndustries.Zed.Preview +PackageVersion: 0.227.0-pre +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- DisplayVersion: 0.227.0 + ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zed Preview' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.227.0-pre/Zed-x86_64.exe + InstallerSha256: 6EEEAA82B6886EA1CD6C1573260D8F16AD6A92E12ECC920B75C17F81BEC92B70 +- Architecture: arm64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.227.0-pre/Zed-aarch64.exe + InstallerSha256: F1357A864D50390B9B825C4A0B1EC9F17BB4C93926CC1EB5F01A677C3D4F02BC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..2c32fd6106434 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml @@ -0,0 +1,122 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZedIndustries.Zed.Preview +PackageVersion: 0.227.0-pre +PackageLocale: en-US +Publisher: Zed Industries +PublisherUrl: https://zed.dev/ +PublisherSupportUrl: https://zed.dev/support +PrivacyUrl: https://zed.dev/privacy-policy +Author: The Zed Industries Authors +PackageName: Zed Preview +PackageUrl: https://zed.dev/windows +License: GPL-3.0 +LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL +Copyright: Copyright 2022 - 2025 Zed Industries, Inc. +ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. +Description: |- + Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. + + - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. + - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. + - Chat with teammates, write notes together, and share your screen and project. All included. + - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. + - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. + - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. + - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: |- + This week's release includes support for parallel subagents, Vercel AI Gateway as a new LLM provider, git diff stats in the git panel, and support for compound emojis. + We've also migrated all built-in agents to the ACP Registry, enabling you to remove agents you do not use. + Features + AI + - Agent: Added a new spawn_agent tool which allows the Zed Agent to utilize subagents for doing tasks in parallel and better context management. (#50493) + - Agent: Added support for GPT-5.3-Codex as a bring-your-own-key model in the OpenAI provider. (#50122) + - Agent: Added Vercel AI Gateway as a new LLM provider in Zed. (#50207; thanks dancer) + - Agent: Added the ability to jump to a file from a diff inside the agent conversation with option-enter (editor: Open excerpts). (#50292) + - Agent: Added persistence for draft prompts across Zed restarts. (#49541) + - Agent: Added persistence for the thinking mode toggle and thinking effort when selecting a thread from history. (#49714) + - Agent: Added restoration of token counts and scroll position when loading a previous agent thread. (#50620) + - Agent: Improved loading state for the thread view when there's only a running terminal command. (#50501) + - Agent: Improved the editing of queued messages by moving the content back to the main message editor, avoiding the chance of it getting sent mid-editing. (#50490) + - Agent: Made file mention chips in the chat input clickable so they open the referenced files in the editor. (#46751; thanks soyllamas) + - Agent: Added cmd-y keybinding for accepting changes in the agent diff review, matching the git diff review shortcut. (#50656) + - ACP: Made all built-in agents removable and manageable via the ACP Registry. (#50094) + - Added support for providing an API key to OpenAI-compatible edit prediction providers. (#50615) + Git + - Added trusted workspace support for Zed's git integration. (#50649) + - Added git diff stats to git panel entries. (#49519; thanks bobbymannino) + Languages + - Added support for specifying settings for the Go LSP adapter. (#50472) + - Registered .prettierrc as a JSON file type. (#50156) + Windows + - Improved auto-update robustness in the face of apps holding the Zed.exe handle. (#50332) + - Changed date and time formatting to respect the system time formatting preferences. (#50227; thanks scuzqy) + Linux + - Reduced GPU memory usage during resize. (#50030) + Other + - macOS: Added ctrl-enter keybinding to type a newline in search bars. (#50420; thanks injust) + - Added support for compound emojis. (#50082; thanks marcocondrache) + - Changed the language selector to auto-select the current buffer's language when opened. (#48475; thanks cppcoffee) + - Added file icons for YAML, Helm and GitLab files, and used the Docker icon for Containerfile. (#50529; thanks tzabbi) + - Added support for listing tree-sitter tokens in highlights tree view, including their resolved theme keys. Semantic token entries also show their resolved theme keys. (#49197; thanks ozacod) + - Added configurable vim.yank.background theme color for vim yank highlight. (#49517; thanks kaspernyhus) + - Added truncation for long file names in tab titles. (#50550) + - Changed miniprofiler file extension to .miniprof.json. (#50429) + - Improved redaction of sensitive environment variables from debugger error logs. (#50008; thanks notpeter) + Bug Fixes + - Collab: Fixed unable to rejoin project bug ("already subscribed to entity"). (#50630) + - Git: Fixed a bug that caused the git worktree picker from displaying and creating worktrees over collab. (#50614) + - Agent: Fixed a UI bug where the agent panel settings would sometimes render the empty state ("No MCP server added yet"), even if there are MCP servers configured in settings.json. In particular, this happened when one of them was hanging on startup. (#50089) + - Agent: Fixed Agent Panel code blocks not scrolling horizontally during text selection. (#50416) + - Fixed editor::JoinLines when a multi-line selection includes the end of the final line. (#48035; thanks jrobsonchase) + - Fixed a bug where files would still be marked as having git conflicts after resolving them. (#50327) + - Fixed a crash on Linux when window callbacks attempted to register new callbacks. (#49533; thanks cardinalpointstudio) + - Fixed a crash when opening the settings UI. (#50488) + - Fixed a crash when rendering mermaid diagrams in markdown preview. (#50176) + - Fixed a crash when using "Reveal in File Manager" on files in WSL projects (#46767). (#50610; thanks SarthakMishra) + - Fixed an error when OpenRouter returns a usage-only event with empty choices. (#50603; thanks imumesh18) + - Fixed an issue where class names were not highlighted correctly in JavaScript files. (#49325) + - Fixed an issue where the log file and log file backup would keep growing indefinitely. (#50571) + - Fixed being able to scroll the edit prediction popover out of the containing pane. (#50361) + - Fixed a bug in project search where collapsing a single buffer then performing a new search in the same view would break the expand/collapse all button behavior. (#50525) + - Fixed cancelled turns in a conversation that failed (e.g. 500 from the LLM provider) being retried even after cancellation. (#50580) + - Fixed Cmd+click navigating to file instead of definition in certain cases. (#49012; thanks chenwuji2000-cyber) + - Fixed devcontainer git failure toasts so they show the actual git error. (#49230; thanks oliverbarnes) + - Fixed extraneous buffer header when splitting the commit view. (#50606) + - Fixed GPU acceleration not working on certain Linux devices. (#50270) + - Fixed Linux worktree file watching so child entries appear after deleting and recreating a directory at the same path. (#50412; thanks Chriss4123) + - Fixed multiple mermaid diagram rendering issues in markdown preview. (#50485) + - Fixed popover spacing for split diff buttons. (#49655) + - Fixed project panel not updating selection when switching to a gitignored file that was already visible. (#49521; thanks skyline69) + - Fixed REPL output width clamping to apply to the content area so images don't get clipped by controls. (#48435; thanks cvanelteren) + - Fixed scroll top behavior when there are more sticky headers than vertical_scroll_margin. (#50359; thanks KyleBarton) + - Fixed tab bar not reliably scrolling to the active tab when pinned tabs are present. (#50538; thanks zharinov) + - Fixed the "Collapse All Files" button to work globally, now it's limited to the current buffer. (#50076; thanks 0x2CA) + - Fixed the loading state never terminating after clicking "Add Server" when adding custom MCP servers. There are now timeouts, logs and user-facing errors. (#50085) + - Fixed underlines showing in the minimap. (#48510; thanks amtoaer) + - Fixed Zed failing to initialize OpenGL on certain Linux devices. (#50646) + - Fixed Zed panicking on invalid ranges in semantic token deltas. (#50106) + - Fixed scrolling when editor::SplitSelectionIntoLines is called in long files. (#49399; thanks it-education-md) + - Fixed linked tag renaming breaking when typing . in JSX tags like . (#50373; thanks OmChillure) + - Fixed multiple language servers applying to the same buffer overwriting each other's inlay hints. (#50377) + - Fixed multiple language servers applying to the same multibuffer discarding each other's inlay hints. (#50377) + - Fixed a bug that caused some inlay hints to sometimes duplicate. (#50377) + - Fixed SSH local port forwarding (-L) with IPv6 addresses. (#49032; thanks chenwuji2000-cyber) + Breaking Changes and Notices + - Removed unused file_finder.git_status setting. (#49889) + - Removed the stack trace multibuffer view. (#50144) +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.227.0-pre +PurchaseUrl: https://zed.dev/pricing +Documentations: +- DocumentLabel: Community Links + DocumentUrl: https://zed.dev/community-links +- DocumentLabel: Getting Started + DocumentUrl: https://zed.dev/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.yaml new file mode 100644 index 0000000000000..ab52ab9a0a076 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/0.227.0-pre/ZedIndustries.Zed.Preview.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ZedIndustries.Zed.Preview +PackageVersion: 0.227.0-pre +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0