diff --git a/Tools/CheckDependencies.ps1 b/Tools/CheckDependencies.ps1 index 88906549672d..f513dfe0b7ae 100644 --- a/Tools/CheckDependencies.ps1 +++ b/Tools/CheckDependencies.ps1 @@ -12,7 +12,7 @@ Show this script's help .EXAMPLE PS C:\Projects\winget-pkgs> .\Tools\CheckDependencies.ps1 - Run the script to output non-existant dependencies + Run the script to output non-existent dependencies .NOTES Please file an issue if you run into errors with this script: https://github.com/microsoft/winget-pkgs/issues diff --git a/Tools/ManualValidation/ExitCodes.csv b/Tools/ManualValidation/ExitCodes.csv index 95cbf312fe49..0d9f70707cba 100644 --- a/Tools/ManualValidation/ExitCodes.csv +++ b/Tools/ManualValidation/ExitCodes.csv @@ -1620,7 +1620,7 @@ "00001ABD","6845","-4294960451","ERROR_TM_IDENTITY_MISMATCH","The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument." "00001ABE","6846","-4294960450","ERROR_FLOATED_SECTION","I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data." "00001ABF","6847","-4294960449","ERROR_CANNOT_ACCEPT_TRANSACTED_WORK","The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources." -"00001AC0","6848","-4294960448","ERROR_CANNOT_ABORT_TRANSACTIONS","The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down." +"00001AC0","6848","-4294960448","ERROR_CANNOT_ABORT_TRANSACTIONS","The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down." "00001AC1","6849","-4294960447","ERROR_BAD_CLUSTERS","The operation could not be completed due to bad clusters on disk." "00001AC2","6850","-4294960446","ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","The compression operation could not be completed because a transaction is active on the file." "00001AC3","6851","-4294960445","ERROR_VOLUME_DIRTY","The operation could not be completed because the volume is dirty. Please run chkdsk and try again." @@ -3443,7 +3443,7 @@ "8020003A","-2145386438","2149580858","BG_E_SERVER_PROTOCOL_VIOLATION","The server response was not valid." "8020003B","-2145386437","2149580859","BG_E_TIMEOUT","The operation exceeded the time limit." "8020003C","-2145386436","2149580860","BG_E_TRUST_FAILURE","A server certificate could not be validated." -"8020003D","-2145386435","2149580861","BG_E_UNKNOWN_ERROR","A unknown error occured." +"8020003D","-2145386435","2149580861","BG_E_UNKNOWN_ERROR","A unknown error occurred." "8020003E","-2145386434","2149580862","BG_E_BLOCKED_BY_POLICY","Group Policy settings prevent background jobs from running at this time." "8020003F","-2145386433","2149580863","BG_E_INVALID_PROXY_INFO","The supplied proxy server or bypass list is invalid." "80200040","-2145386432","2149580864","BG_E_INVALID_CREDENTIALS","The format of the supplied security credentials is invalid." @@ -3602,7 +3602,7 @@ "8024800D","-2145091571","2149875725","WU_E_DS_NOCATEGORIES","The caller attempted to add a non-toplevel category update that contained no parent categories" "8024800E","-2145091570","2149875726","WU_E_DS_ROWEXISTS","The caller attempted to add a row whose primary key matched an existing row" "8024800F","-2145091569","2149875727","WU_E_DS_STOREFILELOCKED","We attempted to initialize the datastore" -"80248010","-2145091568","2149875728","WU_E_DS_CANNOTREGISTER","The caller is attepting to register the datastore with COM" +"80248010","-2145091568","2149875728","WU_E_DS_CANNOTREGISTER","The caller is attempting to register the datastore with COM" "80248011","-2145091567","2149875729","SUS_E_DS_UNABLETOSTART","Could not create an out of proc datastore object" "80248012","-2145091566","2149875730","SUS_E_DS_MISSINGFILEFORURL","a file URL was passed in for a file that does not exist in the datastore" "80248013","-2145091565","2149875731","SUS_E_DS_DUPLICATEUPDATEID","the server has passed the same update to the client with two different revision ids" diff --git a/Tools/ManualValidation/ManualValidationPipeline.cs b/Tools/ManualValidation/ManualValidationPipeline.cs index 1c6e821ddb40..0953b0206d4e 100644 --- a/Tools/ManualValidation/ManualValidationPipeline.cs +++ b/Tools/ManualValidation/ManualValidationPipeline.cs @@ -3093,7 +3093,7 @@ public void ManifestAutomation(int VM = 0, int PR =0, string Arch = "", string } } - public int ManifestFile(int PR = 0, string Arch = "", string OS = "", string Scope = "", int VM = 0, string clip = ""){//Gets next VM, pulls a flie from the clipboard and puts into the VM's manifest folder, then if it's the Version (.yaml) file, start the VM for validation. + public int ManifestFile(int PR = 0, string Arch = "", string OS = "", string Scope = "", int VM = 0, string clip = ""){//Gets next VM, pulls a file from the clipboard and puts into the VM's manifest folder, then if it's the Version (.yaml) file, start the VM for validation. if (VM == 0){ VM = NextFreeVM();//.Replace("vm",""); } diff --git a/Tools/ManualValidation/ManualValidationPipeline.ps1 b/Tools/ManualValidation/ManualValidationPipeline.ps1 index 9d9e09a20409..ff93d4ff000a 100644 --- a/Tools/ManualValidation/ManualValidationPipeline.ps1 +++ b/Tools/ManualValidation/ManualValidationPipeline.ps1 @@ -331,7 +331,7 @@ Function Get-PRWatch { $cautionColor = "yellow" Switch ($Chromatic) { - #Color schemes, to accomodate needs and also add variety. + #Color schemes, to accommodate needs and also add variety. "Default" { $validColor = "Green" $invalidColor = "Red" diff --git a/Tools/SandboxTest.ps1 b/Tools/SandboxTest.ps1 index e08c959f7374..912124f4685a 100644 --- a/Tools/SandboxTest.ps1 +++ b/Tools/SandboxTest.ps1 @@ -759,7 +759,7 @@ try { } catch { throw "Microsoft.Winget.Client was not installed successfully" } finally { - # Check to be sure it acutally installed + # Check to be sure it actually installed if (-not(Get-Module -ListAvailable -Name Microsoft.Winget.Client)) { throw "Microsoft.Winget.Client was not found. Check that the Windows Package Manager PowerShell module was installed correctly." } diff --git a/Tools/YamlCreate.ps1 b/Tools/YamlCreate.ps1 index cf1aab8182e0..506750f4298f 100644 --- a/Tools/YamlCreate.ps1 +++ b/Tools/YamlCreate.ps1 @@ -135,12 +135,12 @@ if (Get-Command 'git' -ErrorAction SilentlyContinue) { try { winget upgrade --id Git.Git --exact } catch { - throw [UnmetDependencyException]::new('Git could not be upgraded sucessfully', $_) + throw [UnmetDependencyException]::new('Git could not be upgraded successfully', $_) } finally { $gitVersionString = ((git version) | Select-String '([0-9]{1,}\.?){3,}').Matches.Value.Trim(' ', '.') $gitVersion = [System.Version]::Parse($gitVersionString) if ($gitVersion -lt $GitMinimumVersion) { - throw [UnmetDependencyException]::new('Git could not be upgraded sucessfully') + throw [UnmetDependencyException]::new('Git could not be upgraded successfully') } } } @@ -1346,7 +1346,7 @@ Function Read-InstallerEntry { $_Installer = Restore-YamlKeyOrder $_Installer $InstallerEntryProperties -NoComments $script:Installers += $_Installer - # Prompt the user for additional intaller entries + # Prompt the user for additional installer entries $_menu = @{ entries = @( '[Y] Yes' @@ -2441,7 +2441,7 @@ Function Write-LocaleManifest { $LocaleManifest = Restore-YamlKeyOrder $LocaleManifest $LocaleProperties - # Set the appropriate langage server depending on if it is a default locale file or generic locale file + # Set the appropriate language server depending on if it is a default locale file or generic locale file if ($LocaleManifest.ManifestType -eq 'defaultLocale') { $yamlServer = $SchemaUrls.defaultLocale } else { $yamlServer = $SchemaUrls.locale } # Create the folder for the file if it doesn't exist diff --git a/doc/Authoring.md b/doc/Authoring.md index 0bac5ddf8a33..428c079bef83 100644 --- a/doc/Authoring.md +++ b/doc/Authoring.md @@ -104,7 +104,7 @@ For a more isolated test, use the [SandboxTest.ps1 Script](https://github.com/mi ### AppsAndFeaturesEntries -Most installers write accurate version data to the Windows Registry, but not all. To help with version matching and correllation between the installed application and the manifest in repo, additional `AppsAndFeaturesEntries` metadata can be used. These include the `PackageFamilyName`, `ProductCode`, `UpgradeCode`, and `InstallerType`. Additional information on how `AppsAndFeaturesEntries` affect version matching, package correllation, and sort order can be found below. +Most installers write accurate version data to the Windows Registry, but not all. To help with version matching and correlation between the installed application and the manifest in repo, additional `AppsAndFeaturesEntries` metadata can be used. These include the `PackageFamilyName`, `ProductCode`, `UpgradeCode`, and `InstallerType`. Additional information on how `AppsAndFeaturesEntries` affect version matching, package correlation, and sort order can be found below. #### What is Version Matching & Package Correllation? @@ -138,7 +138,7 @@ For more information on how to specify `AppsAndFeaturesEntries` and what the ava ## Version Sorting in WinGet -Inherently, all versions are strings. Whether a publisher uses a date code, a commit hash, or some other crazy format they are all saved as string values in the Windows Registry. In fact, a sematic version is just a string with a certain format. To convert these strings into versions and sort them, WinGet goes through the following process. +Inherently, all versions are strings. Whether a publisher uses a date code, a commit hash, or some other crazy format they are all saved as string values in the Windows Registry. In fact, a semantic version is just a string with a certain format. To convert these strings into versions and sort them, WinGet goes through the following process. > [!IMPORTANT] > Step 1 of the below process only occurs in WinGet version 1.9.1763-preview or newer diff --git a/doc/tools/PRWatcher.md b/doc/tools/PRWatcher.md index 2010f74e5612..240d4ccda12a 100644 --- a/doc/tools/PRWatcher.md +++ b/doc/tools/PRWatcher.md @@ -34,7 +34,7 @@ Location of Auth.csv - defaults to current path location. This might become a bu Location of logging file - defaults to "Log.txt" in current path location. ## -Chromatic -Color schemes, for accessability and variety: +Color schemes, for accessibility and variety: Color | Warning | Caution | OK Default | Red | Yellow | Green diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 000000000000..dfe66136ec09 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.2.13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.2.13/aliyun-cli-windows-3.2.13-amd64.zip + InstallerSha256: 4F297EE9F3F4671D5A89EE87583E766E077CF922E3C6701DD097CBE8FDEAC6F0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 000000000000..ed8bf721e8a5 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.2.13 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: 'Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.2.12...v3.2.13' +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.2.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..37e75587614c --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.2.13 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +Tags: +- 阿里云 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.2.13 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 000000000000..752976233564 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.2.13/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.2.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.installer.yaml b/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.installer.yaml new file mode 100644 index 000000000000..03576f78b34a --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pick.exe + PortableCommandAlias: pick +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aryanbhosale/pick/releases/download/v0.1.23/pick-v0.1.23-x86_64-pc-windows-gnu.zip + InstallerSha256: A4BCC2CA8F200769BEBAEA8C82108D697564D0D996D0A0DC7644092EF2B7FD86 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.locale.en-US.yaml b/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.locale.en-US.yaml new file mode 100644 index 000000000000..618d6715649a --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.23 +PackageLocale: en-US +Publisher: Aryan Bhosale +PublisherUrl: https://github.com/aryanbhosale +PublisherSupportUrl: https://github.com/aryanbhosale/pick/issues +PackageName: pick +PackageUrl: https://pick-cli.pages.dev +License: MIT +LicenseUrl: https://github.com/aryanbhosale/pick/blob/main/LICENSE +ShortDescription: Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more +Tags: +- cli +- json +- yaml +- toml +- parser +- extract +ReleaseNotesUrl: https://github.com/aryanbhosale/pick/releases/tag/v0.1.23 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.yaml b/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.yaml new file mode 100644 index 000000000000..c3d880223032 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.23/aryanbhosale.pick.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: aryanbhosale.pick +PackageVersion: 0.1.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.installer.yaml b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.installer.yaml new file mode 100644 index 000000000000..518e9fc10355 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pick.exe + PortableCommandAlias: pick +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aryanbhosale/pick/releases/download/v0.1.24/pick-v0.1.24-x86_64-pc-windows-gnu.zip + InstallerSha256: 0A002C48E0E86E859254D7F17C27F42D8D27308043F41F6D46F7892B206C8106 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.locale.en-US.yaml b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.locale.en-US.yaml new file mode 100644 index 000000000000..c868ae16f302 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.24 +PackageLocale: en-US +Publisher: Aryan Bhosale +PublisherUrl: https://github.com/aryanbhosale +PublisherSupportUrl: https://github.com/aryanbhosale/pick/issues +PackageName: pick +PackageUrl: https://pick-cli.pages.dev +License: MIT +LicenseUrl: https://github.com/aryanbhosale/pick/blob/main/LICENSE +ShortDescription: Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more +Tags: +- cli +- json +- yaml +- toml +- parser +- extract +ReleaseNotesUrl: https://github.com/aryanbhosale/pick/releases/tag/v0.1.24 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.yaml b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.yaml new file mode 100644 index 000000000000..2dfcb80ef578 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.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: aryanbhosale.pick +PackageVersion: 0.1.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.installer.yaml b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.installer.yaml new file mode 100644 index 000000000000..ee016d12bb6e --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.25 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pick.exe + PortableCommandAlias: pick +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aryanbhosale/pick/releases/download/v0.1.25/pick-v0.1.25-x86_64-pc-windows-gnu.zip + InstallerSha256: 756B0EDE4660420177BCB73D10816C048352F859B2C161C806574FE58E4404D2 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.locale.en-US.yaml b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.locale.en-US.yaml new file mode 100644 index 000000000000..9d789cf1229a --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.25 +PackageLocale: en-US +Publisher: Aryan Bhosale +PublisherUrl: https://github.com/aryanbhosale +PublisherSupportUrl: https://github.com/aryanbhosale/pick/issues +PackageName: pick +PackageUrl: https://pick-cli.pages.dev +License: MIT +LicenseUrl: https://github.com/aryanbhosale/pick/blob/main/LICENSE +ShortDescription: Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more +Tags: +- cli +- json +- yaml +- toml +- parser +- extract +ReleaseNotesUrl: https://github.com/aryanbhosale/pick/releases/tag/v0.1.25 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.yaml b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.yaml new file mode 100644 index 000000000000..55c285e2fce6 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.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: aryanbhosale.pick +PackageVersion: 0.1.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.installer.yaml b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.installer.yaml new file mode 100644 index 000000000000..3c22a0dcca1e --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.26 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pick.exe + PortableCommandAlias: pick +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aryanbhosale/pick/releases/download/v0.1.26/pick-v0.1.26-x86_64-pc-windows-gnu.zip + InstallerSha256: 9C66CC69F283293959B4E5B172AEBDD855BD7FC13B468027CCF27FBBDB0E2A02 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.locale.en-US.yaml b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.locale.en-US.yaml new file mode 100644 index 000000000000..fb9018dfa574 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.26 +PackageLocale: en-US +Publisher: Aryan Bhosale +PublisherUrl: https://github.com/aryanbhosale +PublisherSupportUrl: https://github.com/aryanbhosale/pick/issues +PackageName: pick +PackageUrl: https://pick-cli.pages.dev +License: MIT +LicenseUrl: https://github.com/aryanbhosale/pick/blob/main/LICENSE +ShortDescription: Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more +Tags: +- cli +- json +- yaml +- toml +- parser +- extract +ReleaseNotesUrl: https://github.com/aryanbhosale/pick/releases/tag/v0.1.26 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.yaml b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.yaml new file mode 100644 index 000000000000..eb75ad10e9be --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.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: aryanbhosale.pick +PackageVersion: 0.1.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.installer.yaml similarity index 82% rename from manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.installer.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.installer.yaml index 1822455be8fe..ab1abb14b6da 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.installer.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.2.0.13 +PackageVersion: 18.0.0.17 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -12,6 +12,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe - InstallerSha256: CD576377257DFF412FD2C67EB4FF4532DE2A25BC6E11D3328E67F3BA01A984B0 + InstallerSha256: 3C1365217D4EA3D1ADCA34447E1693119E7FADF05184AF53AE25DB2B26279EA4 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.locale.en-US.yaml similarity index 99% rename from manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.locale.en-US.yaml index 967ab7734144..3a0b674b90a8 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.2.0.13 +PackageVersion: 18.0.0.17 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com/ diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml similarity index 98% rename from manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml index fdda495a84ce..96ec9a877b87 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.2.0.13 +PackageVersion: 18.0.0.17 PackageLocale: zh-CN License: 专有软件 ShortDescription: 实时 CPU 优化和自动化 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.yaml similarity index 90% rename from manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.yaml index 9eb68f9558ca..328aa2df49b2 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.2.0.13/BitSum.ProcessLasso.Beta.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.0.0.17/BitSum.ProcessLasso.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.2.0.13 +PackageVersion: 18.0.0.17 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/1.0.8/blueberrycongee.LuminaNote.installer.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.8/blueberrycongee.LuminaNote.installer.yaml new file mode 100644 index 000000000000..526ff7c83496 --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.8/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.8 +UpgradeBehavior: install +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v1.0.8/lumina-note_1.0.8_x64-setup.exe + InstallerSha256: E451F6900E705CC0DE3E3F7FE7FBCCD72B07D096EFDCE9A7817A0A935CAA3B3C + ProductCode: lumina-note +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v1.0.8/lumina-note_1.0.8_x64_en-US.msi + InstallerSha256: 0F043D91B31A3D8DA03B28F9EBA6BD5FB9B2238EC86F2CD4393436BB1C3B8F0D + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DDFE2BEF-AD1C-4DE4-84C3-03C48E2044D3}' + AppsAndFeaturesEntries: + - UpgradeCode: '{110CDD3F-1CE9-5C05-964D-46A876205773}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/1.0.8/blueberrycongee.LuminaNote.locale.en-US.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.8/blueberrycongee.LuminaNote.locale.en-US.yaml new file mode 100644 index 000000000000..8fff03220ca2 --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.8/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.8 +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.8/blueberrycongee.LuminaNote.locale.zh-CN.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.8/blueberrycongee.LuminaNote.locale.zh-CN.yaml new file mode 100644 index 000000000000..02770b94154d --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.8/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.8 +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.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/1.0.8/blueberrycongee.LuminaNote.yaml b/manifests/b/blueberrycongee/LuminaNote/1.0.8/blueberrycongee.LuminaNote.yaml new file mode 100644 index 000000000000..c8556d15c2e2 --- /dev/null +++ b/manifests/b/blueberrycongee/LuminaNote/1.0.8/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.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.installer.yaml b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.installer.yaml similarity index 72% rename from manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.installer.yaml rename to manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.installer.yaml index 56919549507b..67629c48f536 100644 --- a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.installer.yaml +++ b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.installer.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CareScribe.CaptionEd -PackageVersion: 3.1.3 +PackageVersion: 3.2.0 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -11,10 +11,10 @@ UpgradeBehavior: install Protocols: - caption-ed ProductCode: 7edd2a3e-4670-5394-b348-8eaa45528ae3 -ReleaseDate: 2025-12-15 +ReleaseDate: 2026-03-10 Installers: - Architecture: x64 InstallerUrl: https://storage.googleapis.com/captioned-desktop-releases/Caption.Ed.exe - InstallerSha256: 7C593A0B0D85A5E8CC846FB86E6031D4924E2864504BFB7589DF25F0790CC63D + InstallerSha256: 54C6E114B825D8412362636CD73D63AD9DCBA4E52FB7CE3B3DA516B217FE8FC7 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.locale.en-US.yaml b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.locale.en-US.yaml similarity index 91% rename from manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.locale.en-US.yaml rename to manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.locale.en-US.yaml index 97aa3d4025e0..f5389ab75742 100644 --- a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.locale.en-US.yaml +++ b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.locale.en-US.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CareScribe.CaptionEd -PackageVersion: 3.1.3 +PackageVersion: 3.2.0 PackageLocale: en-US Publisher: CareScribe PublisherUrl: https://carescribe.io/ @@ -25,4 +25,4 @@ Tags: - video PurchaseUrl: https://caption-ed.com/pricing/ ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.locale.zh-CN.yaml b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.locale.zh-CN.yaml similarity index 83% rename from manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.locale.zh-CN.yaml rename to manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.locale.zh-CN.yaml index dc3ee7ae7dc7..e13280d93f5e 100644 --- a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.locale.zh-CN.yaml +++ b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.locale.zh-CN.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: CareScribe.CaptionEd -PackageVersion: 3.1.3 +PackageVersion: 3.2.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款强大的笔记与标注软件,助您高效应对会议或课堂场景。 @@ -12,4 +12,4 @@ Tags: - 转写 - 音频 ManifestType: locale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.yaml b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.yaml similarity index 72% rename from manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.yaml rename to manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.yaml index 230623d820f9..a1a809c9a8c6 100644 --- a/manifests/c/CareScribe/CaptionEd/3.1.3/CareScribe.CaptionEd.yaml +++ b/manifests/c/CareScribe/CaptionEd/3.2.0/CareScribe.CaptionEd.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CareScribe.CaptionEd -PackageVersion: 3.1.3 +PackageVersion: 3.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.installer.yaml b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.installer.yaml new file mode 100644 index 000000000000..695a0ffbefeb --- /dev/null +++ b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.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: Comtrya.Comtrya +PackageVersion: 0.9.2 +InstallerType: portable +Commands: +- comtrya +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/comtrya/comtrya/releases/download/v0.9.2/comtrya-x86_64-pc-windows-msvc.exe + InstallerSha256: F1ECBB3E8816245845D31633DB6C5A52C3EDC8689CCB9C13ABABA075D58E8202 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.locale.en-US.yaml b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.locale.en-US.yaml new file mode 100644 index 000000000000..78931c689ce4 --- /dev/null +++ b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.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: Comtrya.Comtrya +PackageVersion: 0.9.2 +PackageLocale: en-US +Publisher: Comtrya +PackageName: Comtrya +License: MIT License +ShortDescription: Comtrya is a tool to help provision a fresh OS with the packages and configuration (dotfiles) you need to become productive again. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.yaml b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.yaml new file mode 100644 index 000000000000..449535851841 --- /dev/null +++ b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.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: Comtrya.Comtrya +PackageVersion: 0.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.installer.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.installer.yaml new file mode 100644 index 000000000000..7600ef47ec63 --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.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: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.622 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +ProductCode: '{EBEA9FE9-CB2B-4C6B-9CD6-192F9DFEB467}' +AppsAndFeaturesEntries: +- UpgradeCode: '{42F448C8-835A-4EA0-BE1C-05136450B66B}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.controlup.com/agent/9.2.0.622/ControlUpAgent-net48-x64-9.2.0.622-signed.msi + InstallerSha256: 51B924386550160D88EC03076358BB1F712F4F17812ACAF9FABF4608B6857C61 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.locale.en-US.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.locale.en-US.yaml new file mode 100644 index 000000000000..1f9ff6d299aa --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.622 +PackageLocale: en-US +Publisher: ControlUp Technologies Ltd +PublisherUrl: https://www.controlup.com/ +PublisherSupportUrl: https://help.controlup.com/ +PrivacyUrl: https://www.controlup.com/privacy-policy/ +Author: ControlUp Technologies Ltd. +PackageName: ControlUpAgent +PackageUrl: https://www.controlup.com/download-center/ +License: Proprietary +LicenseUrl: https://www.controlup.com/terms/ +Copyright: Copyright © 2026 ControlUp Technologies Ltd. All rights reserved. +CopyrightUrl: https://www.controlup.com/terms/ +ShortDescription: Monitor and manage physical and virtual Windows machines in your environment +Description: Monitor and manage physical and virtual Windows machines in your environment by installing the ControlUp Agent on your machines. The Agent lets you see real-time metrics of your machines, user sessions, processes, and much more information. Any machine with the Agent installed is considered a "managed machine". +ReleaseNotesUrl: https://www.controlup.com/controlup-release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.locale.zh-CN.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.locale.zh-CN.yaml new file mode 100644 index 000000000000..6c00f1c11b8f --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.622 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在您的机器上监控与管理物理和虚拟 Windows 设备 +Description: 在您的机器上安装 ControlUp 代理以监控与管理环境中物理和虚拟 Windows 设备。该代理可让您实时查看机器性能指标、用户会话、进程运行状态等丰富信息。任何安装了此代理的设备均被视为“受管机器”。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.yaml b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.yaml new file mode 100644 index 000000000000..708fe98698ca --- /dev/null +++ b/manifests/c/ControlUp/ControlUpAgent/9.2.0.622/ControlUp.ControlUpAgent.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: ControlUp.ControlUpAgent +PackageVersion: 9.2.0.622 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.installer.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.installer.yaml new file mode 100644 index 000000000000..b80ced5296ab --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.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: codexu.NoteGen +PackageVersion: 0.26.5 +UpgradeBehavior: install +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.26.5/NoteGen_0.26.5_x64-setup.exe + InstallerSha256: 0082DF64099EDA99B66113B5ABD8B0A0BC290AB426CB5F2A84FD2602527EFEFE + ProductCode: NoteGen +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.26.5/NoteGen_0.26.5_x64_en-US.msi + InstallerSha256: 01AC96B5ED79D1CC8160B5DF88F7E660AFEBDC65640875FEB9A10E484FDB39DD + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DDE83F32-2E84-4843-8683-615930DA54C1}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E353DB5D-25D7-5FA9-B7DC-C4BC524A075E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.en-US.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.en-US.yaml new file mode 100644 index 000000000000..7a65e0a2e899 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.5 +PackageLocale: en-US +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: A cross-platform AI note-taking application focused on recording and writing. +Description: |- + NoteGen is a cross-platform AI note-taking application focused on recording and writing, developed based on Tauri. + The core philosophy of NoteGen is to combine recording, writing, and AI, with all three complementing each other. The recording function helps users quickly capture and organize fragmented knowledge. The organization function is the bridge connecting recording and writing, which can organize continuously recorded content into a readable note, assisting users in completing the creation process from scratch. If the AI-organized results cannot meet your requirements, you can use the writing function to refine it yourself. + Recording + Recording methods supported: + 1. 🖥️ Screenshot recording, through which users can quickly capture and record fragmented knowledge, especially in situations where text copying is not possible. + 2. 📄 Text recording, which allows copying text or manually inputting brief content as a record. + 3. 🖼️ Illustration recording, which can be automatically inserted into appropriate positions when generating notes. + 4. 📇 File recording, which recognizes content from PDF, md, html, txt, and other files for text recording. + 5. 🔗 Link recording (to be implemented), using web crawlers for page content recognition and recording. + 6. 📷 Photo recording (to be implemented), similar to illustration recording, calling the camera to record, suitable for future mobile use. + Auxiliary recording: + - 🏷️ Custom tags for better categorization and differentiation of different recording scenarios. + - 🤖 AI conversation, by default associated with records under the current tag, and you can also manually associate it with any article in your writing. + - 📋 Clipboard recognition, which automatically recognizes images or text in the clipboard after you copy them. + - 💾 Organization, when you have completed a series of records, you can try to let AI help you organize them into an article. + Writing + - 🗂 File manager, supporting management of files and folders in local and Github repositories, with unlimited directory levels. + - 📝 Support for WYSIWYG, instant rendering, and split-screen preview modes. + - 📅 Version control, if you enable synchronization, you can trace back to historically uploaded records in the history. + - 🤖 AI assistance, supporting Q&A, continuation, optimization, simplification, translation, and other functions, and you can insert records into any position of the article at any time. + - 🏞️ Image hosting, directly copy and paste images into the Markdown editor, which will automatically upload the image to the image hosting service and convert it to a Markdown image link. + - 🛠️ HTML and Markdown conversion, copying content from browsers will automatically convert it to Markdown format. + Auxiliary + - 📦 Large model support, with multiple built-in large model configurations, supporting customization and easy switching. + - 👁️ OCR, which can assist in recognizing text in images. + - 🏗️ Organization templates, which can be customized for AI to organize different types of content. + - 🔎 Global search, for quickly searching and jumping to specified content. + - 🌃 Image hosting management, for convenient management of image hosting repository content. + - 💎 Themes and appearance, supporting dark theme, and appearance settings for Markdown, code, etc. +Tags: +- ai +- bookmark +- clipping +- favorite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.26.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.zh-CN.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.zh-CN.yaml new file mode 100644 index 000000000000..21a8d8e2e2a7 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.zh-CN.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.5 +PackageLocale: zh-CN +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: 一款专注于记录和写作的跨端 AI 笔记应用。 +Description: |- + NoteGen 是一款专注于记录和写作的跨端 AI 笔记应用,基于 Tauri 开发。 + NoteGen 的核心理念是将记录、写作和 AI 结合使用,三者相辅相成。记录功能可以帮助用户快速捕捉和整理碎片化知识。整理功能是连接记录和写作的桥梁,可将持续记录的内容整理成一篇可读的笔记,辅助用户完成从零到一的创作过程,如果 AI 整理的结果无法满足你的要求,那么你可以使用写作功能自行去完善。 + 记录 + 记录方式支持: + 1. 🖥️ 截图记录,通过截图,用户可以快速捕捉和记录碎片化知识,尤其是在遇到无法进行文本复制的情况下。 + 2. 📄 文本记录,可以复制文本或者手动输入一些简短的内容作为一次记录。 + 3. 🖼️ 插图记录,可以在笔记生成时,自动插入到合适的位置。 + 4. 📇 文件记录,识别 PDF、md、html、txt 等文件内容,进行文字记录。 + 5. 🔗 链接记录(待实现),使用爬虫进行页面内容识别与记录。 + 6. 📷 拍照记录(待实现)功能类似于插图记录,调用相机记录,适合未来移动端。 + 辅助记录: + - 🏷️ 自定义标签,更好地归类和区分不同的记录场景。 + - 🤖 AI 对话,默认关联当前标签下的记录,你也可以手动去关联写作内的任何文章。 + - 📋 剪贴板识别,在你进行图片或文本复制后,会自动识别剪贴板中的图片或文本。 + - 💾 整理,当你已经完成了一系列的记录之后,可以尝试让 AI 帮你整理为一篇文章。 + 写作 + - 🗂 文件管理器,支持本地和 Github 仓库的文件和文件夹的管理,支持无限层级目录。 + - 📝 支持所见即所得、即时渲染、分屏预览三种模式。 + - 📅 版本控制,如果你开启了同步功能,可以在历史记录中回溯历史上传过的记录。 + - 🤖 AI 辅助,支持问答、续写、优化、精简、翻译等功能,且可以随时将记录插入到文章任何位置。 + - 🏞️ 图床,直接复制图片粘贴在 Markdown 编辑器中,将自动将此图片上传至图床,并转换为 Markdown 图片链接。 + - 🛠️ HTML、Markdown 转换,复制浏览器的内容,将自动转换为 Markdown 格式。 + 辅助 + - 📦 大模型支持,内置多种大模型配置,支持自定义,随意切换。 + - 👁️ OCR,可以辅助识别图片内的文字。 + - 🏗️ 整理模板,可自定义模板,方便 AI 对不同类型的内容进行定制化整理。 + - 🔎 全局搜索,可以快速搜索并跳转至指定的内容。 + - 🌃 图床管理,可以方便的管理图床仓库的内容。 + - 💎 主题与外观,支持深色主题,支持 Markdown、代码等外观设置。 +Tags: +- 书摘 +- 书签 +- 人工智能 +- 剪藏 +- 大语言模型 +- 收藏 +- 收藏夹 +- 知识 +- 知识库 +- 笔记 +ReleaseNotes: |- + - feat: Markdown 编辑器支持搜索和替换 (#963) + - feat(#968): 本地路径的 md 链接会直接打开文件而不是跳转到浏览器 + - feat: Markdown 编辑器支持本地相对路径图片 (#972) + - pref: 上传图床增加文字提示 + - fix: 修复记录与配置同步问题 (#975) + - fix: 修复 S3、WebDAV 无法文件夹同步的问题 + - fix: 修复子文件夹下的图片未能使用相对路径的问题 + - fix: 修复 bubble-menu 无法使用问题 + - fix(#966): 修复大纲未同步更新和点击跳转问题 + - fix: 修复编辑器高频输入时光标跳动问题 (#971) + - fix(#967): 修复 table 中会默认值   (#970) +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.26.5 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.yaml new file mode 100644 index 000000000000..254b22f5b5fe --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.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: codexu.NoteGen +PackageVersion: 0.26.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.installer.yaml b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.installer.yaml new file mode 100644 index 000000000000..97a58075b560 --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.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: DaouTech.DaouMessenger +PackageVersion: 4.2.5 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- Publisher: Do.swLab + ProductCode: 95c2261c-e088-5746-82be-9168a9a90499 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/prod-portal-update-center-repo/4.2.5/DaouMessenger%204.0%20Setup%204.2.5.exe + InstallerSha256: 4CA6AF1A49A06D252660E5C5800F5F77534D95E04B680624EC3B64292AB4EF42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.locale.en-US.yaml b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.locale.en-US.yaml new file mode 100644 index 000000000000..77beadb58bb5 --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DaouTech.DaouMessenger +PackageVersion: 4.2.5 +PackageLocale: en-US +Publisher: Daou Tech Inc. +PublisherUrl: https://www.daou.co.kr/ +PublisherSupportUrl: https://care.daouoffice.co.kr/ +PrivacyUrl: https://daouoffice.com/privacy.jsp +PackageName: Daou Messenger +PackageUrl: https://daouoffice.com/ +License: Proprietary +Copyright: (c) DAOU Tech INC. All rights reserved. +ShortDescription: Desktop Messenger for Daou Office +Moniker: daou-messenger +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.yaml b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.yaml new file mode 100644 index 000000000000..83d327070a8a --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.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: DaouTech.DaouMessenger +PackageVersion: 4.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.installer.yaml b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.installer.yaml new file mode 100644 index 000000000000..e78f869e5fc0 --- /dev/null +++ b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.installer.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DonutWare.Fladder +PackageVersion: 0.10.2 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}_is1' +ReleaseDate: 2026-03-08 +AppsAndFeaturesEntries: +- ProductCode: '{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/DonutWare/Fladder/releases/download/v0.10.2/Fladder-Windows-0.10.2-Setup.exe + InstallerSha256: 9CA54461ACF162BC8B9BEF0C9DBB18EA7B186BFFC57A9D052884FC026F21D8EC + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/DonutWare/Fladder/releases/download/v0.10.2/Fladder-Windows-0.10.2-Setup.exe + InstallerSha256: 9CA54461ACF162BC8B9BEF0C9DBB18EA7B186BFFC57A9D052884FC026F21D8EC + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Fladder' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.locale.en-US.yaml b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.locale.en-US.yaml new file mode 100644 index 000000000000..18b59345fc75 --- /dev/null +++ b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DonutWare.Fladder +PackageVersion: 0.10.2 +PackageLocale: en-US +Publisher: DonutWare +PublisherUrl: https://github.com/DonutWare +PublisherSupportUrl: https://github.com/DonutWare/Fladder/issues +PackageName: Fladder +PackageUrl: https://github.com/DonutWare/Fladder +License: GPL-3.0 +LicenseUrl: https://github.com/DonutWare/Fladder/blob/HEAD/LICENSE +ShortDescription: Fladder - A Simple Jellyfin frontend built on top of Flutter. +Moniker: fladder +Tags: +- flutter +- jellyfin +- jellyfin-client +- video-streaming +ReleaseNotes: |- + What's Changed + Create and share a authentication login QR-Code/link, allowing users to login easier. + Go to Control Panel -> Users -> Right-click or long press on a user to create a auth link. + Implemented library sorting and visibility toggling for the home-screen. + Exciting New Features 🏕 + - feat(MDK): Better HDR support and enabled subtitle customization by @PartyDonut in #807 + - feat: QR/URL login sharing by @PartyDonut in #814 + - feat: Implement Seerr url and header by @PartyDonut in #817 + - feat: Implement library ordering/visibility settings by @PartyDonut in #820 + Bugfixes 🐞 + - fix: libass on android by @frdmmm in #777 + - fix: Multi window error logging by @PartyDonut in #806 + - fix: Native play crashing when a new TV show starts by @PartyDonut in #808 + - fix(sync_provider): handle file access errors during deletion by @Julien9969 in #809 + - fix: Playback speed shortcuts and reset speed on new video by @Julien9969 in #798 + - fix: Use episode rating for details screen by @PartyDonut in #819 + - fix(Android): Application getting stuck on the splashscreen when launching + Other Changes + - chore: Update Categories in desktop entries by @schembriaiden in #780 + - chore: Improve Fladder init steps by @PartyDonut in #805 + - chore: Updated translations from Hosted Weblate by @weblate in #779 + - chore: Updated translations from Hosted Weblate by @weblate in #810 + New Contributors + - @frdmmm made their first contribution in #777 + Full Changelog: v0.10.1...v0.10.2 +ReleaseNotesUrl: https://github.com/DonutWare/Fladder/releases/tag/v0.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.yaml b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.yaml new file mode 100644 index 000000000000..1d7b7f6ff4bb --- /dev/null +++ b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.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: DonutWare.Fladder +PackageVersion: 0.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.installer.yaml b/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.installer.yaml new file mode 100644 index 000000000000..33d4f974d66b --- /dev/null +++ b/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.installer.yaml @@ -0,0 +1,27 @@ +# 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: Exelearning.Exelearning +PackageVersion: 4.0.0-beta2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- elp +- elp3 +- elpx +ProductCode: d01d247d-c864-5e2c-93fe-72af2692cb95 +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: eXeLearning 4.0.0-beta2 + ProductCode: d01d247d-c864-5e2c-93fe-72af2692cb95 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/exelearning/exelearning/releases/download/v4.0.0-beta2/eXeLearning-Setup-4.0.0-beta2.exe + InstallerSha256: 6375504A6CDAC2BA399034E44B114A5D0FADD2677F2F8916A3C5A7386980E88E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.locale.en-US.yaml b/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.locale.en-US.yaml new file mode 100644 index 000000000000..6ebd598ec185 --- /dev/null +++ b/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.locale.en-US.yaml @@ -0,0 +1,96 @@ +# 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: Exelearning.Exelearning +PackageVersion: 4.0.0-beta2 +PackageLocale: en-US +Publisher: INTEF +PublisherUrl: https://exelearning.net/ +PublisherSupportUrl: https://github.com/exelearning/exelearning/issues +Author: exelearning +PackageName: eXeLearning +PackageUrl: https://exelearning.net/ +License: AGPL-3.0 +LicenseUrl: https://github.com/exelearning/exelearning/blob/HEAD/LICENSE +Copyright: Copyright © 2025 INTEF +ShortDescription: eXeLearning is a free authoring tool to create educational resources. +Description: eXeLearning is an open source authoring tool to create educational resources in multiple formats (Web, SCORM, ePub, etc.). It allows teachers and institutions to design, develop and publish digital content without requiring HTML or XML knowledge. +Moniker: exelearning +Tags: +- educational +- exelearning +ReleaseNotes: |- + Added + - Text iDevice: improve feedback detection with legacy compatibility (eXe 2.9) + - Classify iDevice: increase max categories from 4 to 9 + - Download source file iDevice: auto-update Project Properties + - Magnifier iDevice: add image authorship and alt text + - Progress report iDevice: improve mobile responsiveness + - Scrambled list iDevice: add configurable number of attempts + - Use eXe modal instead of system alert for success messages when adding AI questions + - Visual distinction (temporary border) for Teacher Mode within the application + - Visual indicators for pages, boxes and iDevices that will not be visible in the export + - Zen and Nova styles: visual distinction for Teacher Mode + - Accessibility: underline links + - File Manager: use modal dialog instead of native window.prompt() + - CPU compatibility check for the Bun runtime with warning for incompatible CPUs + - Clean Yjs IndexedDB on tab close + - Known Issues documentation file + - Admin panel customization options: app title, favicon, head HTML, and assets + - Add make translations-cleanup command to remove obsolete translation strings + - Strings revision + - Complete translations: Galician (GL), Italian (IT), Spanish (ES), Romanian (RO) and Valencian (VA) + Fixed + - Mixed languages on first launch + - File > New / Open / Import flow: fix issues in static mode and desktop app + - Pixelated application icons + - Desktop no longer closes silently with unsaved changes + - Boxes missing .box-content within eXe + - common_i18n.js not generated based on the package language + - Caps Lock key no longer triggers multi-selection + - Untranslated page counter + - Untranslated Previous/Next navigation buttons + - TinyMCE media type selection issue + - TinyMCE deleting part of link titles + - TinyMCE not displaying the default font-family name + - iDevice button issues when TinyMCE is in full-screen mode + - Teacher Mode related issues + - Duplicated results in the search tool + - Style icons: fix inconsistencies in file names + - Base style: presentation issues in preview + - Zen style: gap on first Text iDevice and unnecessary empty paragraphs + - Duplicated Accessibility Toolbar files + - Accessibility Toolbar presentation issues + - Embedded PDF and document links in preview mode + - Pinned preview: style presentation issues + - Preview in new window stopping after ~1 minute (Service Worker content loss) + - Game iDevices: mobile drag-and-drop issues and small screen visibility + - Progress report iDevice: data refresh and page order sync + - Select Media and Sort iDevices: media selection issues in cloned cards + - Page scroll position after saving an iDevice + - File Manager preview issue in WAF-protected environments + - Race condition causing Image Optimizer to get stuck in "Queued" + - Traversal vulnerability (Zip Slip) in the ZIP extraction logic + - Assets exported with unknown/unknown_N filenames + - make translations command not extracting some strings + - make run-app workflow: install missing Electron libraries to fix runtime errors + - Optimize asset check to use a single bulk database query + - Constraint error in PostgreSQL when syncing builtin themes + - MySQL/MariaDB syntax error in theme upsert + - Browser versions: use full reloads for online project transitions to avoid state collisions + - Desktop versions: make Save always prompt in Electron and reuse the last chosen filename + - Typo in Windows build package + - Homebrew push on release + - CI/CD pipelines for forks: skip signing and external publishing when secrets are unavailable + Upgraded + - Bun upgraded to 1.3.10 + - Updated multiple dependencies and devDependencies to their latest versions, including dotenv, elysia, fast-xml-parser, ioredis, jsdom, kysely, lib0, mermaid, mysql2, and development tools such as @babel/core, electron, and esbuild + - actions/download-artifact: 6 → 8 + - actions/upload-artifact: 4 → 7 + - docker/login-action: 3 → 4 + Removed + - Double-click handler for page properties to prevent unintended modal opening + - "Static Editor" removed from the title of the static version +ReleaseNotesUrl: https://github.com/exelearning/exelearning/releases/tag/v4.0.0-beta2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.yaml b/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.yaml new file mode 100644 index 000000000000..30bac43d7408 --- /dev/null +++ b/manifests/e/Exelearning/Exelearning/4.0.0-beta2/Exelearning.Exelearning.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: Exelearning.Exelearning +PackageVersion: 4.0.0-beta2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.installer.yaml b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.installer.yaml new file mode 100644 index 000000000000..21ccfdf5a249 --- /dev/null +++ b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Firstversionist.Polypane +PackageVersion: 28.0.2 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: 012fe6c4-73f4-51a6-b048-4c0dc64649f7 +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: Polypane 28.0.2 + ProductCode: 012fe6c4-73f4-51a6-b048-4c0dc64649f7 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/firstversionist/polypane/releases/download/v28.0.2/Polypane-Setup-28.0.2.exe + InstallerSha256: 1069EC99938C940843B6BB7B117CFB89B6658FBA5B6A126E58E2FB4D35494B17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml new file mode 100644 index 000000000000..44a6bca78aef --- /dev/null +++ b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Firstversionist.Polypane +PackageVersion: 28.0.2 +PackageLocale: en-US +Publisher: Firstversionist +PublisherUrl: https://firstversionist.com/ +PublisherSupportUrl: https://polypane.app/support +PrivacyUrl: https://polypane.app/privacy +PackageName: Polypane +PackageUrl: https://polypane.app/ +License: Proprietary +LicenseUrl: https://polypane.app/legal +Copyright: Copyright © 2022 Firstversionist +ShortDescription: The browser for ambitious developers. +Moniker: polyplane +ReleaseNotes: |- + Polypane 28.0.2 + This is a bugfix release. Full 28 Release Notes + Improvements + - Improved Added cmd/ctrl+shift+d shortcut to reload all debug tools (Thanks Florian!) + - Improved Snippet manager UI improvements + - Improved Outline panel: now ignores hidden headings for duplicate content checks + - Improved Outline panel: Improved logic for aside elements in sectioning content (Thanks Eric!) + - Improved More resilient build and update internals + - Improved Elements panel: Improve performance for large DOM trees + - Improved Context menu performance in browse panel + - Improved Peek now shows the currentSrc for videos + - Improved Meta panel: Warn when the og:url is not the same as the canonical or page url + - Improved Breakpoints no longer list negative value widths + - Improved Breakpoint panes adhere to the minimum pane width + - Improved Reduced installer download size by an average of 25% + - Improved Updated list of Google Fonts + - Improved Updated Chromium to 146.0.7680.31 + Fixes + - Fix Prevent Polypane shortcuts overwriting global ones on app launch (Thanks Benoit!) + - Fix Elements panel: issue where autocomplete cleared the typed value when adding attributes or css values + - Fix Color picker not setting correct background color when inspecting from Elements panel + - Fix Snippets: Last save location is now correctly remembered when saving snippets + - Fix Install extensions from suggestion box when you have multiple sessions + - Fix Reinstate sync engine after main window reopen on macOS +ReleaseNotesUrl: https://github.com/firstversionist/polypane/releases/tag/v28.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.yaml b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.yaml new file mode 100644 index 000000000000..41e5a99f40a9 --- /dev/null +++ b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.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: Firstversionist.Polypane +PackageVersion: 28.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.installer.yaml b/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.installer.yaml new file mode 100644 index 000000000000..0dbe4e4a4e46 --- /dev/null +++ b/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.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: FrameworkComputer.framework_tool +PackageVersion: 0.6.1 +InstallerType: portable +Commands: +- framework_tool +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FrameworkComputer/framework-system/releases/download/v0.6.1/framework_tool.exe + InstallerSha256: 50CA44001D86F64E911BAD92F18CFE89C245CBC0959D7D458E2326DBD96BCB6F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.locale.en-US.yaml b/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.locale.en-US.yaml new file mode 100644 index 000000000000..3cf2e3555454 --- /dev/null +++ b/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.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: FrameworkComputer.framework_tool +PackageVersion: 0.6.1 +PackageLocale: en-US +Publisher: Framework Computer +PackageName: framework_tool +License: BSD-3 Clause +ShortDescription: CLI tool to interact with Framework Computer systems +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.yaml b/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.yaml new file mode 100644 index 000000000000..7f1cff55adfe --- /dev/null +++ b/manifests/f/FrameworkComputer/framework_tool/0.6.1/FrameworkComputer.framework_tool.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: FrameworkComputer.framework_tool +PackageVersion: 0.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 000000000000..2e1a6106040c --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2603101120/WorkFlowy-Installer-4.3.2603101120.exe + InstallerSha256: 1A7DF18E267F069B9C6A1CBB280D867B38DB64415AAF34E7B853480B299A65E7 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2603101120/WorkFlowy-Installer-4.3.2603101120.exe + InstallerSha256: 1A7DF18E267F069B9C6A1CBB280D867B38DB64415AAF34E7B853480B299A65E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 000000000000..26eb3efe4bd7 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.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: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2603101120 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 000000000000..01894a296881 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2603101120 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.yaml new file mode 100644 index 000000000000..ade24806a5d0 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.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: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.3.5/j178.Prek.installer.yaml b/manifests/j/j178/Prek/0.3.5/j178.Prek.installer.yaml new file mode 100644 index 000000000000..da592536195d --- /dev/null +++ b/manifests/j/j178/Prek/0.3.5/j178.Prek.installer.yaml @@ -0,0 +1,35 @@ +# 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: j178.Prek +PackageVersion: 0.3.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: prek.exe + PortableCommandAlias: prek +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.3.5/prek-i686-pc-windows-msvc.zip + InstallerSha256: B4EDCE3F363EC4227ABECC30BB7FFC77CC4F18625B2E9049DE0F5AFA3A36BB8C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.3.5/prek-x86_64-pc-windows-msvc.zip + InstallerSha256: D7F0877D54533376186B31455F3C23F226EAECAA4FF9E8169D5BD1670F594525 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.3.5/prek-aarch64-pc-windows-msvc.zip + InstallerSha256: D50973DFA1E4416F13F463AA29470BA830977707782BB5ADB3DA10FEC0E66A52 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.3.5/j178.Prek.locale.en-US.yaml b/manifests/j/j178/Prek/0.3.5/j178.Prek.locale.en-US.yaml new file mode 100644 index 000000000000..fdfbef7a5ab8 --- /dev/null +++ b/manifests/j/j178/Prek/0.3.5/j178.Prek.locale.en-US.yaml @@ -0,0 +1,99 @@ +# 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: j178.Prek +PackageVersion: 0.3.5 +PackageLocale: en-US +Publisher: j178 +PublisherUrl: https://github.com/j178 +PublisherSupportUrl: https://github.com/j178/prek/issues +Author: j178 +PackageName: Prek +PackageUrl: https://github.com/j178/prek +License: MIT +LicenseUrl: https://github.com/j178/prek/blob/HEAD/LICENSE +ShortDescription: ⚡ Better `pre-commit`, re-engineered in Rust +Moniker: prek +Tags: +- git +- git-hooks +- pre-commit +- prek +ReleaseNotes: |- + Release Notes + Released on 2026-03-09. + Enhancements + - Add automatic Ruby download support using rv binaries (#1668) + - Adjust open file limit on process startup (#1705) + - Allow parallel gem retry (#1732) + - Enable system-proxy feature on reqwest (#1738) + - Expose --git-dir to force hook installation target (#1723) + - Pass --quiet, --verbose, and --no-progress through prek install into generated hook scripts (#1753) + - Respect core.sharedRepository for hook permissions (#1755) + - Support legacy mode hook script (#1706) + - rust: support cli: git dependency 4th segment package disambiguation (#1747) + Bug fixes + - Fix Python __main__.py entry (#1741) + - python: strip UV_SYSTEM_PYTHON from uv venv and pip install commands (#1756) + Other changes + - Sync latest identify tags (#1733) + Contributors + - @Dev-iL + - @tennox + - @shaanmajid + - @is-alnilam + - @github-actions + - @j178 + Install prek 0.3.5 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.3.5/prek-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.3.5/prek-installer.ps1 | iex" + Install prebuilt binaries via Homebrew + brew install j178/tap/prek + Install prebuilt binaries into your npm project + npm install @j178/prek@0.3.5 + Download prek 0.3.5 + ───────────────────────────────────────────────┬────────────────────────────┬───────────── + File │Platform │Checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-apple-darwin.tar.gz │Apple Silicon macOS │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-apple-darwin.tar.gz │Intel macOS │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-pc-windows-msvc.zip │x86 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-unknown-linux-gnu.tar.gz │x86 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-riscv64gc-unknown-linux-gnu.tar.gz │RISCV Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-s390x-unknown-linux-gnu.tar.gz │S390x Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-armv7-unknown-linux-gnueabihf.tar.gz │ARMv7 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-unknown-linux-musl.tar.gz │x86 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-arm-unknown-linux-musleabihf.tar.gz │ARMv6 MUSL Linux (Hardfloat)│checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-armv7-unknown-linux-musleabihf.tar.gz │ARMv7 MUSL Linux │checksum + ───────────────────────────────────────────────┴────────────────────────────┴───────────── + Verifying GitHub Artifact Attestations + The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI: + gh attestation verify --repo j178/prek + You can also download the attestation from GitHub and verify against that directly: + gh attestation verify --bundle +ReleaseNotesUrl: https://github.com/j178/prek/releases/tag/v0.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.3.5/j178.Prek.yaml b/manifests/j/j178/Prek/0.3.5/j178.Prek.yaml new file mode 100644 index 000000000000..e6b402454137 --- /dev/null +++ b/manifests/j/j178/Prek/0.3.5/j178.Prek.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: j178.Prek +PackageVersion: 0.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/GCompris/26.1/KDE.GCompris.installer.yaml b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.installer.yaml new file mode 100644 index 000000000000..f18ee5798917 --- /dev/null +++ b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.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: KDE.GCompris +PackageVersion: "26.1" +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://download.kde.org/stable/gcompris/qt/windows/gcompris-teachers-26.1-win64-gcc.exe + InstallerSha256: 32779FB7089080ADCB2CA0AA208D42AC903BF076BA2D5DE4E258895C77B139DC + ProductCode: GCompris-Qt +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://download.kde.org/stable/gcompris/qt/windows/gcompris-qt-26.1-win64-gcc.msi + InstallerSha256: B1C6C645F3710F6BC0319CA04FF2D24DA3FBDDCC85024C29F38B27C7BAE2D41E + InstallerSwitches: + InstallLocation: INSTALL_ROOT="" + ProductCode: '{0530F406-C08C-40C0-9564-95A36093CA95}' + AppsAndFeaturesEntries: + - DisplayName: gcompris-qt + UpgradeCode: '{1902A562-DA6F-4E3D-A56F-1B1D4273C724}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/GCompris/26.1/KDE.GCompris.locale.en-US.yaml b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.locale.en-US.yaml new file mode 100644 index 000000000000..e1ac34a5986b --- /dev/null +++ b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.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: KDE.GCompris +PackageVersion: "26.1" +PackageLocale: en-US +Publisher: GCompris team +PublisherUrl: https://kde.org/ +PublisherSupportUrl: https://kde.org/support/ +PrivacyUrl: https://gcompris.net/mobile-privacy-policy.html +Author: KDE e.V. +PackageName: GCompris Educational Software +PackageUrl: https://gcompris.net/ +License: AGPL-3.0 +LicenseUrl: https://invent.kde.org/education/gcompris/-/blob/HEAD/LICENSES/AGPL-3.0-only.txt +ShortDescription: Educational Game for Children +Description: |- + GCompris is a high quality educational software suite, including a large number of activities for children aged 2 to 10. + Some of the activities are game orientated, but nonetheless still educational. + Below you can find a list of categories with some of the activities available in that category. + - computer discovery: keyboard, mouse, different mouse gestures, etc. + - arithmetic: table memory, enumeration, mirror image, balance the scale, change giving, etc. + - science: the canal lock, color mixing, gravity concept, etc. + - games: memory, connect 4, tic tac toe, sudoku, hanoi tower, etc. + - reading: reading practice, etc. + - other: learn to tell time, the braille system, maze, music instruments, etc. + Currently GCompris offers in excess of 100 activities and more are being developed. GCompris is free software, that means that you can adapt it to your own needs, improve it and, most importantly, share it with children everywhere. +Tags: +- education +ReleaseNotesUrl: https://gcompris.net/news-en.html +Documentations: +- DocumentLabel: Handbook + DocumentUrl: https://gcompris.net/docbook/stable6/en/index.html +- DocumentLabel: FAQ + DocumentUrl: https://gcompris.net/faq-en.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/GCompris/26.1/KDE.GCompris.locale.zh-CN.yaml b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.locale.zh-CN.yaml new file mode 100644 index 000000000000..76fc40250e22 --- /dev/null +++ b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.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: KDE.GCompris +PackageVersion: "26.1" +PackageLocale: zh-CN +PublisherUrl: https://kde.org/zh-cn/ +PublisherSupportUrl: https://kde.org/zh-cn/support/ +PackageUrl: https://gcompris.net/index-zh_CN.html +ShortDescription: 少儿教学游戏 +Description: |- + GCompris 是一款高质量的教育软件套装,包含大量面向 2 至 10 岁儿童设计的活动内容。 + 部分活动以游戏形式呈现,但始终保持着教育本质。 + 以下分类列举了各模块包含的典型活动: + - 计算机认知:键盘使用、鼠标操作、不同鼠标手势等 + - 数学能力:乘法表记忆、数字枚举、镜像对称、天平平衡、找零计算等 + - 科学探索:船闸原理、颜色混合、重力概念等 + - 益智游戏:记忆配对、四子棋、井字棋、数独、汉诺塔等 + - 阅读训练:识字练习等 + - 其他领域:时间认知、盲文系统、迷宫探索、乐器辨识等 + 目前 GCompris 已提供超过 100 项活动,并持续开发新内容。作为自由软件,您可以根据需求进行定制修改,参与改进,最重要的是能与全球儿童共享这份教育礼物。 +Tags: +- 教育 +ReleaseNotesUrl: https://gcompris.net/news-zh_CN.html +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://gcompris.net/docbook/stable6/en/index.html +- DocumentLabel: 常见问题 + DocumentUrl: https://gcompris.net/faq-zh_CN.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/GCompris/26.1/KDE.GCompris.yaml b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.yaml new file mode 100644 index 000000000000..8f2cb4516c2b --- /dev/null +++ b/manifests/k/KDE/GCompris/26.1/KDE.GCompris.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: KDE.GCompris +PackageVersion: "26.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..2e36a08965f0 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/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.51 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.8.51/CLIProxyAPI_6.8.51_windows_amd64.zip + InstallerSha256: 2F3BFF933E577038430F6E3DAE5B86F3860D6FD3BA1D0B4142E26F2D2E8903A0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..70a3b0bbc355 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,43 @@ +# 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.51 +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 + - cf74ed2f0c6ace1ac29356a165cdbfb1217f0c11 Merge pull request #2013 from router-for-me/model + - d1e3195e6ff412c81f36413ee4e6aa16daf8b15c feat(codex): register models by plan tier + - 30d5c95b26e1a26d48fec26a14e4373dc7a67c38 feat(registry): refresh model catalog from network + - efbe36d1d4d0830486f29fe35092a917f5b9326f feat(updater): change models refresh to one-time fetch on startup + - e333fbea3da4fa8878a50234231c271446e9ff1f feat(updater): update StartModelsUpdater to block until models refresh completes + - 8553cfa40ed8168461119d0655327cd3bda616c0 feat(workflows): refresh models catalog in workflows +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.8.51 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..f8d6a96605c9 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/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.51 +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.51/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..13a51410d95a --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.51/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.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.installer.yaml b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.installer.yaml new file mode 100644 index 000000000000..1ff15e57ea5c --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.installer.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.3.4 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/limaronaldo/claude-primer/releases/download/v1.3.4/claude-primer-windows-x86_64.exe + InstallerSha256: 3404B166B11C9DC29A03CC2F6FAAA296765649DE1D74678EEB48F1C60FBF57AE + InstallerType: portable + Commands: + - claude-primer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.locale.en-US.yaml b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.locale.en-US.yaml new file mode 100644 index 000000000000..dde6317b99f9 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.3.4 +PackageLocale: en-US +Publisher: Ronaldo Lima +PackageName: Claude Primer +License: MIT +ShortDescription: Prime your repo for Claude Code +Description: >- + Scans your project DNA and generates context-aware knowledge architecture + (CLAUDE.md, STANDARDS.md, QUICKSTART.md, ERRORS_AND_LESSONS.md) for Claude Code. +Tags: + - claude-code + - developer-tools + - documentation + - ai +PackageUrl: https://github.com/limaronaldo/claude-primer +LicenseUrl: https://github.com/limaronaldo/claude-primer/blob/main/LICENSE +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.yaml b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.yaml new file mode 100644 index 000000000000..3e823cc4deaf --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.installer.yaml b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.installer.yaml new file mode 100644 index 000000000000..8ec13f8ccdfd --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.installer.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.4.0 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/limaronaldo/claude-primer/releases/download/v1.4.0/claude-primer-windows-x86_64.exe + InstallerSha256: 6E28122408B3E108E2AE95735EE5169086189C6D6AC1C8038A05B225959DBC08 + InstallerType: portable + Commands: + - claude-primer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.locale.en-US.yaml b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.locale.en-US.yaml new file mode 100644 index 000000000000..81539f652b03 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Ronaldo Lima +PackageName: Claude Primer +License: MIT +ShortDescription: Prime your repo for Claude Code +Description: >- + Scans your project DNA and generates context-aware knowledge architecture + (CLAUDE.md, STANDARDS.md, QUICKSTART.md, ERRORS_AND_LESSONS.md) for Claude Code. +Tags: + - claude-code + - developer-tools + - documentation + - ai +PackageUrl: https://github.com/limaronaldo/claude-primer +LicenseUrl: https://github.com/limaronaldo/claude-primer/blob/main/LICENSE +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.yaml b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.yaml new file mode 100644 index 000000000000..0ee9b767a1de --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.installer.yaml b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.installer.yaml new file mode 100644 index 000000000000..c5d3e343b9d8 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.installer.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.5.0 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/limaronaldo/claude-primer/releases/download/v1.5.0/claude-primer-windows-x86_64.exe + InstallerSha256: 8FECCA54CA0E0F0CDDE132AA9935A6615B24A246DD96CA27DF8859E507616EDC + InstallerType: portable + Commands: + - claude-primer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.locale.en-US.yaml b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.locale.en-US.yaml new file mode 100644 index 000000000000..982fd31d3f70 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: Ronaldo Lima +PackageName: Claude Primer +License: MIT +ShortDescription: Prime your repo for Claude Code +Description: >- + Scans your project DNA and generates context-aware knowledge architecture + (CLAUDE.md, STANDARDS.md, QUICKSTART.md, ERRORS_AND_LESSONS.md) for Claude Code. +Tags: + - claude-code + - developer-tools + - documentation + - ai +PackageUrl: https://github.com/limaronaldo/claude-primer +LicenseUrl: https://github.com/limaronaldo/claude-primer/blob/main/LICENSE +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.yaml b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.yaml new file mode 100644 index 000000000000..25dcc4c4d274 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.installer.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.installer.yaml new file mode 100644 index 000000000000..6c8c3b5cbede --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/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.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: axonhub.exe +Commands: +- axonhub +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.14/axonhub_0.9.14_windows_amd64.zip + InstallerSha256: 3C004182C14EF58B7BBC75BA7612F1F449D2FF66C49576E40ED3678FE8408498 +- Architecture: arm64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.14/axonhub_0.9.14_windows_arm64.zip + InstallerSha256: 408C75BC17914B4307B826D40BC6250E89667B7FCF280902A4B07B34C23F7A7A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.en-US.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.en-US.yaml new file mode 100644 index 000000000000..4c7bea08f894 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.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: looplj.AxonHub +PackageVersion: 0.9.14 +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 + - feat: allow type editing for third-party codex/claudecode channels and make channel name clickable by @raikyou in https://github.com/looplj/axonhub/pull/992 + - fix(gemini): response json schema compatible, close #991 by @looplj in https://github.com/looplj/axonhub/pull/1000 + - feat(system): add manual log cleanup trigger UI by @cikichen in https://github.com/looplj/axonhub/pull/1001 + - opt: auto reorder channels, close #822 by @looplj in https://github.com/looplj/axonhub/pull/1005 + - feat: add gpt-5.4 to codex, close #999 by @looplj in https://github.com/looplj/axonhub/pull/1006 + - feat: filter requests by model id, close #994 by @looplj in https://github.com/looplj/axonhub/pull/1007 + New Contributors + - @cikichen made their first contribution in https://github.com/looplj/axonhub/pull/1001 + Full Changelog: https://github.com/looplj/axonhub/compare/v0.9.13...v0.9.14 +ReleaseNotesUrl: https://github.com/looplj/axonhub/releases/tag/v0.9.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.zh-CN.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.zh-CN.yaml new file mode 100644 index 000000000000..7a70066864a7 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/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.14 +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.14/looplj.AxonHub.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.yaml new file mode 100644 index 000000000000..7876be890f5c --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/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.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.installer.yaml new file mode 100644 index 000000000000..6e8415ec6398 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.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.Insiders +PackageVersion: 1.112.0 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +Commands: +- code-insiders +Installers: +- Architecture: arm64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/eb7e1c7cb89fc44d19bc3d1004ce847869795a38/VSCodeSetup-arm64-1.112.0-insider.exe + InstallerSha256: 4B91B6864D8E4AB0ACE96F3AC6D2E9771B27A639B727DF2B804BEDCD4F80A997 +- Architecture: arm64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/eb7e1c7cb89fc44d19bc3d1004ce847869795a38/VSCodeUserSetup-arm64-1.112.0-insider.exe + InstallerSha256: 586A92266988CD1B1E8E5B5AB55CAFC90F9766C775427A92D496AC8E4964B2E2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/eb7e1c7cb89fc44d19bc3d1004ce847869795a38/VSCodeSetup-x64-1.112.0-insider.exe + InstallerSha256: B54FF492549AF3997034C9DE4FC01C22EB4B762E726CAAE3C37FE6FE468C9103 +- Architecture: x64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/eb7e1c7cb89fc44d19bc3d1004ce847869795a38/VSCodeUserSetup-x64-1.112.0-insider.exe + InstallerSha256: FBBBC3D7456B2B765FC99AC49DACD2312EA46FE29E40DD2C8340F10BB6CF5B69 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.locale.en-US.yaml new file mode 100644 index 000000000000..33d73e38e931 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.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.Insiders +PackageVersion: 1.112.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code Insiders +PackageUrl: https://code.visualstudio.com +License: Microsoft Pre-Release Software License +LicenseUrl: https://code.visualstudio.com/license/insiders +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-insiders +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.yaml new file mode 100644 index 000000000000..0a8837a119ab --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.112.0/Microsoft.VisualStudioCode.Insiders.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.Insiders +PackageVersion: 1.112.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.installer.yaml b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.installer.yaml new file mode 100644 index 000000000000..e7efd58b6004 --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard +PackageVersion: 5.0.3 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: RSS Guard 5 +ReleaseDate: 2026-03-06 +AppsAndFeaturesEntries: +- ProductCode: RSS Guard 5 +InstallationMetadata: + DefaultInstallLocation: C:\RSS Guard 5 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/martinrotter/rssguard/releases/download/5.0.3/rssguard-5.0.3-qt6-win10.exe + InstallerSha256: C118383D24368045B1056A6909875CE0A44A4969C46CB1F1D8EF95020B717B34 +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.locale.en-US.yaml b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.locale.en-US.yaml new file mode 100644 index 000000000000..2f0513fba68b --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard +PackageVersion: 5.0.3 +PackageLocale: en-US +Publisher: martinrotter +PublisherUrl: https://github.com/martinrotter +PublisherSupportUrl: https://github.com/martinrotter/rssguard/issues +PackageName: RSS Guard +PackageUrl: https://github.com/martinrotter/rssguard +License: GPL-3.0 +LicenseUrl: https://github.com/martinrotter/rssguard/blob/HEAD/LICENSE.md +ShortDescription: Feed reader which supports RSS/ATOM/JSON and many web-based feed services. +Tags: +- aggregator +- atom +- bazqux +- c-plus-plus +- feedly +- freshrss +- gmail +- inoreader +- nextcloud +- qt +- rdf +- rss +- rss-guard +- rss-reader +- theoldreader +- tiny-tiny-rss +ReleaseNotes: |- + If you have 5.0.0 or 5.0.1 installed via official installer (.exe) then MAKE SURE TO BACKUP your data5 folder manually BEFORE you perform the upgrade. These 5.0.0/5.0.1 installers have the bug and they delete your user data folder by mistake! The bug is fixed in 5.0.2+ installers. + I am again really sorry for the bug which deleted your data when transitioning from 5.0.0 to 5.0.1. Again, sorry for that. It was just a programming error. + Here is the FAQ I compiled from the latest survey, check it out to see my answers to your questions asked in that survey. + https://gist.github.com/martinrotter/5bc7d71177aa4fb937d15e85277b5aca + Here is yet another (important) survey, fill it too please, it is about bringing back QtWebEngine. + https://forms.gle/PZ9uLv8GcwkJekVTA + Added: + - Configurable duration of toast notifications. (#2085) + - Restructured built-in icon themes, so now more upscaled icons are used, also some duplicate icons are now differentiated. (#2076) + - Article counts now can be aligned. (#2086) + - Skin minimal-dark now does NOT enforce Fusion style. This has some UI-related implications. Everyone who gets "bad" skin look, make sure to double check the settings and set proper skin, style and icon theme. (#2089) + Fixed: + - Window title bar is now properly dark if dark skin is selected. (#2081) + - Images now should be properly decoded on more websites. (#2080) + - Feed list items expanding/collapsing algorithm was updated to have more consistency when filtering feed list with search phrase. (#2091) + - Fetch full article now should replace (and save) new full article contents if it was downloaded without errors. Also, internal scraper for this feature was enhanced and now should be able to scrape even more websites. Note that if some website is behind login or heavy cookies, then the feature will likely fail. Also, some websites return "error" websites while also reporting HTTP/200 code - this is problem for internal scraper because it cannot then know that the website was in fact not properly fetched. (#2079) +ReleaseNotesUrl: https://github.com/martinrotter/rssguard/releases/tag/5.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.yaml b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.yaml new file mode 100644 index 000000000000..07394fba7b87 --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.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: martinrotter.RSSGuard +PackageVersion: 5.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.installer.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.installer.yaml new file mode 100644 index 000000000000..90adc1375f33 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.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: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- qgs +- qgz +- qlr +- qml +- qpt +ProductCode: '{2984C77B-C1A1-1014-BA3D-825D8E7CD8DA}' +ReleaseDate: 2026-03-06 +AppsAndFeaturesEntries: +- DisplayName: QGIS 3.44.8 'Solothurn' + ProductCode: '{2984C77B-C1A1-1014-BA3D-825D8E7CD8DA}' + UpgradeCode: '{29853EA8-C1A1-1014-BA3D-825D8E7CD8DA}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\QGIS 3.40.11' +Installers: +- Architecture: x64 + InstallerUrl: https://qgis.org/downloads/QGIS-OSGeo4W-3.44.8-1.msi + InstallerSha256: 1749117CA3757340CAA7665E5586E80E560385CE41BD3A820FFF0E3910B60D2A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.en-US.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.en-US.yaml new file mode 100644 index 000000000000..682fa142a0a0 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +PackageLocale: en-US +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/en/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/en/site/getinvolved/governance/trademark/ +ShortDescription: A Free and Open Source Geographic Information System (GIS) +Description: QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities. +Moniker: qgis-ltr +Tags: +- gis +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.zh-CN.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.zh-CN.yaml new file mode 100644 index 000000000000..997a68a12788 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.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: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +PackageLocale: zh-CN +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/zh-Hans/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/zh-Hans/site/getinvolved/governance/trademark/ +ShortDescription: 免费开源的地理信息系统(GIS) +Description: QGIS 是一个用户友好的开源地理信息系统(GIS),采用 GNU 通用公共许可证授权。QGIS 是开源地理空间基金会(The Open Source Geospatial Foundation,OSGeo)的官方项目,可在 Linux、Unix、Mac OSX、Windows 和 Android 上运行,并支持多种矢量、光栅和数据库格式及功能。 +Tags: +- 地理信息系统 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.yaml new file mode 100644 index 000000000000..2a06e91546a7 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.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: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.installer.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.installer.yaml new file mode 100644 index 000000000000..b4a8bf1cc4c6 --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.37.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ocm.exe +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-component-model/ocm/releases/download/v0.37.0/ocm-0.37.0-windows-amd64.zip + InstallerSha256: 05D1AAC7DA926C41962BCFC5978AEED3C665819E43AC5104CE20F9DF9DF69D4D +- Architecture: arm64 + InstallerUrl: https://github.com/open-component-model/ocm/releases/download/v0.37.0/ocm-0.37.0-windows-arm64.zip + InstallerSha256: 7ABA9A76F90105842E62B48F586B2F1EB710E5E9EF42DD0C8AB1AE030C6B5775 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.locale.en-US.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.locale.en-US.yaml new file mode 100644 index 000000000000..307195ab8eb7 --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.37.0 +PackageLocale: en-US +Publisher: SAP SE +PublisherUrl: https://github.com/open-component-model +PublisherSupportUrl: https://github.com/open-component-model/ocm/issues +PackageName: ocm-cli +PackageUrl: https://github.com/open-component-model/ocm +License: Apache-2.0 +LicenseUrl: https://github.com/open-component-model/ocm/blob/HEAD/LICENSE +ShortDescription: Open Component Model Command Line Interface (ocm-cli) +Tags: +- ocm +- open-component-model +ReleaseNotes: |- + What's Changed + 🚀 Features + - feat: add registry client timeout attribute by @piotrjanik in #1823 + 🐛 Bug Fixes + - fix: the version comment on codeql is incorrect by @Skarlso in #1828 + - fix: revert feat: add registry client timeout attribute (#1823) by @piotrjanik in #1835 + - fix: increase token scope to create PRs or sent events in other repositories by @frewilhelm in #1834 + ⬆️ Dependencies + 8 changes + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 by @dependabot[bot] in #1788 + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 by @dependabot[bot] in #1798 + - chore(deps): bump the go group with 11 updates by @dependabot[bot] in #1804 + - chore: update Go version to 1.25.7 by @morri-son in #1811 + - chore(deps): bump the go group across 1 directory with 6 updates by @Skarlso in #1817 + - chore(deps): bump the go group with 10 updates by @dependabot[bot] in #1825 + - chore: update mongodb for security compliance fixes by @Skarlso in #1827 + - chore(deps): bump the go group with 7 updates by @dependabot[bot] in #1831 + 🧰 Maintenance + - chore: bump VERSION to 0.37.0-dev by @ocmbot[bot] in #1796 + - chore: correct brew and readme by @morri-son in #1815 + - chore: bump VERSION to 0.38.0-dev by @ocmbot[bot] in #1819 + - chore: update to use create-github-app-token action instead of deprecated tibdex by @Skarlso in #1829 + - chore: Revert "chore: bump VERSION to 0.38.0-dev (#1819)" by @frewilhelm in #1836 + Full Changelog: v0.36...v0.37.0 +ReleaseNotesUrl: https://github.com/open-component-model/ocm/releases/tag/v0.37.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.yaml new file mode 100644 index 000000000000..defb0145b0dd --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.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: Open-Component-Model.ocm-cli +PackageVersion: 0.37.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.installer.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.installer.yaml new file mode 100644 index 000000000000..60bfaa15b5af --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/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.66 +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.66/win/Opera_128.0.5807.66_Setup.exe + InstallerSha256: 157F0698AE0A21EB5C7AF10462F2F7CFAE9D01F76920ECAE93399BF6A4F7809C + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup.exe + InstallerSha256: 157F0698AE0A21EB5C7AF10462F2F7CFAE9D01F76920ECAE93399BF6A4F7809C + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_x64.exe + InstallerSha256: 66A25A71F1A0203688338B7FD86EE09063B60684076E60D513762E21F9EBE73C + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_x64.exe + InstallerSha256: 66A25A71F1A0203688338B7FD86EE09063B60684076E60D513762E21F9EBE73C + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_arm64.exe + InstallerSha256: 0884FA3DD4C77C1BE083E2E581E4A5CCA10A21355284CF98CAD194250982FDF7 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_arm64.exe + InstallerSha256: 0884FA3DD4C77C1BE083E2E581E4A5CCA10A21355284CF98CAD194250982FDF7 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.en-US.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.en-US.yaml new file mode 100644 index 000000000000..567478556b88 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/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.66 +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.66/Opera.Opera.locale.nb-NO.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.nb-NO.yaml new file mode 100644 index 000000000000..a954f3b17c76 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/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.66 +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.66/Opera.Opera.locale.zh-CN.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.zh-CN.yaml new file mode 100644 index 000000000000..7f495220c19c --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/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.66 +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.66/Opera.Opera.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.yaml new file mode 100644 index 000000000000..77a06bb4190a --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/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.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.installer.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.installer.yaml new file mode 100644 index 000000000000..5f9833e36e43 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.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.Dev +PackageVersion: 130.0.5832.0 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operadeveloper +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup.exe + InstallerSha256: 3301AAC1D101596ED38B20E7A5F92A8774FEA02D47EB3CEFF62641ED5CD3D51E + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup.exe + InstallerSha256: 3301AAC1D101596ED38B20E7A5F92A8774FEA02D47EB3CEFF62641ED5CD3D51E + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_x64.exe + InstallerSha256: CE54D27E09AE8049A51008E53E35089880F67DA6972A15E68D3B1FF2B1EE8034 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_x64.exe + InstallerSha256: CE54D27E09AE8049A51008E53E35089880F67DA6972A15E68D3B1FF2B1EE8034 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_arm64.exe + InstallerSha256: 0E3C2DB56A0CF99B94B69EB3765FF246C75EB5300B338BDF388B67AC3DB65DBD + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_arm64.exe + InstallerSha256: 0E3C2DB56A0CF99B94B69EB3765FF246C75EB5300B338BDF388B67AC3DB65DBD + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.en-US.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.en-US.yaml new file mode 100644 index 000000000000..8e5d486630ac --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.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: Opera.Opera.Dev +PackageVersion: 130.0.5832.0 +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 developer +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-dev +Tags: +- browser +- chromium +- internet +- 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/Dev/130.0.5832.0/Opera.Opera.Dev.locale.zh-CN.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.zh-CN.yaml new file mode 100644 index 000000000000..c8e4001f1d79 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.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.Dev +PackageVersion: 130.0.5832.0 +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 developer +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/Dev/130.0.5832.0/Opera.Opera.Dev.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.yaml new file mode 100644 index 000000000000..7e76b6cb3d27 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.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.Dev +PackageVersion: 130.0.5832.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.installer.yaml b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.installer.yaml new file mode 100644 index 000000000000..827a6e215716 --- /dev/null +++ b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 128.0.5807.63 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_air/128.0.5807.63/win/Opera_Air_128.0.5807.63_Setup_x64.exe + InstallerSha256: FFF28685783C087B048B30EA933FB04706F7CC9C907823E51B83F886238957E0 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_air/128.0.5807.63/win/Opera_Air_128.0.5807.63_Setup_x64.exe + InstallerSha256: FFF28685783C087B048B30EA933FB04706F7CC9C907823E51B83F886238957E0 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.locale.en-US.yaml b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.locale.en-US.yaml new file mode 100644 index 000000000000..20346e1e658a --- /dev/null +++ b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.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: Opera.OperaAir +PackageVersion: 128.0.5807.63 +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 Air +PackageUrl: https://www.opera.com/air +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 world’s first browser with mindfulness at its core - no subscriptions, no app juggling. Discover a focused, balanced, and stress-free web. +Description: |- + Opera Air is a brand new browser with mindfulness at its core, that meets the needs of our busy lives by reducing distractions and helping you focus. It integrates features that support relaxation and well-being, such as meditation and breathing practices, binaural beats, and neck stretches. + Developed with tried and true methods, Opera Air creates an environment that helps boost productivity and creativity while promoting mental health and creating a calmer, more focused browsing experience. +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/OperaAir/128.0.5807.63/Opera.OperaAir.locale.zh-CN.yaml b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.locale.zh-CN.yaml new file mode 100644 index 000000000000..eef91e4f0ce2 --- /dev/null +++ b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 128.0.5807.63 +PackageLocale: zh-CN +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PackageUrl: https://www.opera.com/zh-cn/air +License: 免费软件 +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +ShortDescription: 全球首款以“专注”为核心的浏览器--无需订阅,无需玩转各种应用。探索一个专注、平衡、无压力的网络。 +Description: |- + Opera Air 是一款全新的浏览器,其核心是“心智”,通过减少干扰和帮助您集中注意力,从而满足我们在繁忙生活中的需求。它集成了放松与健康功能,如冥想和呼吸练习、双耳节拍和颈部拉伸。 + Opera Air 基于久经考验的方法开发,创造了一种有助于提高工作效率和创造力的环境,同时促进了心理健康,创造了一种更平静、更专注的浏览体验。 +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/OperaAir/128.0.5807.63/Opera.OperaAir.yaml b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.yaml new file mode 100644 index 000000000000..12f458971726 --- /dev/null +++ b/manifests/o/Opera/OperaAir/128.0.5807.63/Opera.OperaAir.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.OperaAir +PackageVersion: 128.0.5807.63 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.installer.yaml similarity index 68% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.installer.yaml index 094bcc61569e..8d73f26dfd12 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.installer.yaml @@ -1,24 +1,24 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 InstallerType: exe InstallModes: - interactive - silent UpgradeBehavior: install ProductCode: Procore Technologies.Procore Drive -ReleaseDate: 2025-12-24 +ReleaseDate: 2026-03-10 Installers: - Architecture: x64 Scope: user InstallerUrl: https://procore-drive.s3.amazonaws.com/ProcoreDriveSetup.exe - InstallerSha256: B2A3EFACA83C469645A12D4F6082E7CA373DC3CA12F90AACCCC2B84A90E2BA28 + InstallerSha256: 6B290F2DC1C9D685CE610367B655D077EE0130CEA19B47AC80AB0399504E48B3 - Architecture: x64 Scope: machine InstallerUrl: https://procore-drive.s3.amazonaws.com/ProcoreDriveSetup.exe - InstallerSha256: B2A3EFACA83C469645A12D4F6082E7CA373DC3CA12F90AACCCC2B84A90E2BA28 + InstallerSha256: 6B290F2DC1C9D685CE610367B655D077EE0130CEA19B47AC80AB0399504E48B3 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.en-US.yaml similarity index 92% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.en-US.yaml index ad72e43e77d4..b908284399d9 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.en-US.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 PackageLocale: en-US Publisher: Procore Technologies PublisherUrl: https://www.procore.com/ @@ -13,7 +13,7 @@ PackageName: Procore Drive PackageUrl: https://support.procore.com/products/procore-drive License: Proprietary LicenseUrl: https://www.procore.com/legal/terms-of-service -Copyright: © 2025 Procore Technologies, Inc. +Copyright: © 2026 Procore Technologies, Inc. CopyrightUrl: https://www.procore.com/legal/terms-of-service ShortDescription: Upload and download large sets of documents, emails, photos, and schedules to Procore. Description: |- @@ -35,4 +35,4 @@ Tags: - upload ReleaseNotesUrl: https://support.procore.com/products/procore-drive/release-notes ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.zh-CN.yaml similarity index 94% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.zh-CN.yaml index 62a2b2787019..64131b5cf714 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.zh-CN.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 PackageLocale: zh-CN PublisherSupportUrl: https://zh-sg.support.procore.com/ PackageUrl: https://zh-sg.support.procore.com/products/procore-drive @@ -27,4 +27,4 @@ Tags: - 网盘 ReleaseNotesUrl: https://zh-sg.support.procore.com/products/procore-drive/release-notes ManifestType: locale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.yaml similarity index 72% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.yaml index 6759745cc185..d9adacdd7623 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.installer.yaml new file mode 100644 index 000000000000..41a24d6e2500 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.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: SST.opencode +PackageVersion: 1.2.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.2.23/opencode-windows-x64.zip + InstallerSha256: 45E6C5AA78391FEC27653F5D11E473917CAE216AC2D876CBCA6875D8C6F51223 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.en-US.yaml new file mode 100644 index 000000000000..933ef02cf792 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.23 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. 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 + - Disable fallback to free nano for small model requests + TUI + - Pass missing auth headers in run --attach (@ericclemmons) + Desktop + - Remove oc-1 theme from app + - Fix sidebar workspace container sizing to prevent content overflow + - Don't animate review panel in/out + - Revert "Stupid Sexy Timeline" feature + - Sanitize workspace store filenames on Windows + - Generate color palettes in app + Thank you to 3 community contributors: + - @ariane-emory: + - docs: add session_child_first keybinding to documentation (#16631) + - @ericclemmons: + - fix(opencode): pass missing auth headers in run --attach (#16097) + - @yihuikhuu: + - fix(app): fix issue with scroll jumping when pressing escape in comment text area (#15374) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.2.23 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 000000000000..d3a5df4ab04c --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.23 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.yaml new file mode 100644 index 000000000000..1b6a64eaec65 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.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: SST.opencode +PackageVersion: 1.2.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.installer.yaml new file mode 100644 index 000000000000..e6f1e6d6db4d --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.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: SST.opencode +PackageVersion: 1.2.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.2.24/opencode-windows-x64.zip + InstallerSha256: 654BE595BAED57B6ED7747CC8813F505D55DAAD84458FE1F744D592D937FA0D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.en-US.yaml new file mode 100644 index 000000000000..0bf40c5438c2 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.24 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. 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 + - Add initial support for workspaces into the TUI + - Send context-1m-2025-08-07 beta header to GitLab to enable 1M context window (@Krule) + - Add Copilot GPT-5.4 xhigh support + Desktop + - Fix scroll jitter and loop issues in app + - Session title turn spinner now displays correctly + - Dismiss toast notifications when questions or permissions are resolved (@neriousy) + Thank you to 3 community contributors: + - @Krule: + - feat(gitlab): send context-1m-2025-08-07 beta header to enable 1M context window (#16153) + - @ShriKaranHanda: + - fix(storybook): add ci build workflow (#16760) + - @neriousy: + - fix(app): dismiss toast notifications when questions or permissions a… (#16758) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.2.24 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 000000000000..2751814706b2 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.24 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.yaml new file mode 100644 index 000000000000..44d858475fe8 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.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: SST.opencode +PackageVersion: 1.2.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.installer.yaml b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.installer.yaml new file mode 100644 index 000000000000..c3f0c79ede60 --- /dev/null +++ b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SecondLoop.SecondLoop +PackageVersion: 1.23.0 +InstallerType: msi +UpgradeBehavior: install +InstallModes: + - silent + - silentWithProgress +InstallerSwitches: + Custom: SECONDLOOP_LAUNCH_AFTER_INSTALL=0 +ProductCode: '{0C2F8B8F-6A84-43D3-8488-C498DDC2B5CF}' +AppsAndFeaturesEntries: + - DisplayName: SecondLoop + Publisher: SecondLoop + ProductCode: '{0C2F8B8F-6A84-43D3-8488-C498DDC2B5CF}' + UpgradeCode: '{8B5A0942-79D3-4B5A-A4E5-3FB906DA63A1}' + InstallerType: msi +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dale0525/SecondLoop/releases/download/v1.23.0/SecondLoop-win.msi + InstallerSha256: CC99B0CBE2DE6761240830896427EC8B5D191B17184B410A67951C4C2ED729B6 + InstallerLocale: en-US +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.locale.en-US.yaml b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.locale.en-US.yaml new file mode 100644 index 000000000000..3fd441bd8863 --- /dev/null +++ b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SecondLoop.SecondLoop +PackageVersion: 1.23.0 +PackageLocale: en-US +Publisher: SecondLoop +PublisherUrl: https://secondloop.app +PublisherSupportUrl: https://github.com/dale0525/SecondLoop/issues +Author: SecondLoop +PackageName: SecondLoop +PackageUrl: https://secondloop.app +License: Apache-2.0 +LicenseUrl: https://github.com/dale0525/SecondLoop/blob/main/LICENSE +ShortDescription: Local-first personal AI assistant with long-term memory. +Description: SecondLoop helps you capture, remember, and act with a local-first workflow. +Moniker: secondloop +Tags: + - ai + - notes + - productivity +ReleaseNotesUrl: https://github.com/dale0525/SecondLoop/releases/tag/v1.23.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.yaml b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.yaml new file mode 100644 index 000000000000..8d2aa19a95db --- /dev/null +++ b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SecondLoop.SecondLoop +PackageVersion: 1.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.installer.yaml b/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.installer.yaml new file mode 100644 index 000000000000..97a18d6ff22b --- /dev/null +++ b/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Shinokada.Tera +PackageVersion: 3.8.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: tera.exe + PortableCommandAlias: tera +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/shinokada/tera/releases/download/v3.8.0/tera_3.8.0_windows_amd64.zip + InstallerSha256: 28feacadec5d8d99a18869aa1ff88986290e73d67e24e0d4c5ef76d8466beee0 + - Architecture: arm64 + InstallerUrl: https://github.com/shinokada/tera/releases/download/v3.8.0/tera_3.8.0_windows_arm64.zip + InstallerSha256: 695163b05cc3999159e3c5eeb74501d47950a73dc3c34a12478421e9a725c0a6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.locale.en-US.yaml b/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.locale.en-US.yaml new file mode 100644 index 000000000000..2f14d990b255 --- /dev/null +++ b/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Shinokada.Tera +PackageVersion: 3.8.0 +PackageLocale: en-US +Publisher: Shinokada +PackageName: TERA +PackageUrl: https://github.com/shinokada/tera +License: MIT +LicenseUrl: https://github.com/shinokada/tera/blob/main/LICENSE +ShortDescription: Terminal-based internet radio player +Description: | + TERA is a terminal-based internet radio player that lets you + browse and listen to online radio stations directly from your terminal. +Tags: + - cli + - terminal + - radio + - music + - mpv +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.yaml b/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.yaml new file mode 100644 index 000000000000..943a9eeeb627 --- /dev/null +++ b/manifests/s/Shinokada/Tera/3.8.0/Shinokada.Tera.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Shinokada.Tera +PackageVersion: 3.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.installer.yaml b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.installer.yaml new file mode 100644 index 000000000000..e1b2311a0075 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.5.9 +InstallerType: portable +Commands: +- omnictl +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/siderolabs/omni/releases/download/v1.5.9/omnictl-windows-amd64.exe + InstallerSha256: 12CC2C2365FF552970BACFCEEE10F3B4B10FCC001C4D2193CD8C321A228C56E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.locale.en-US.yaml b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.locale.en-US.yaml new file mode 100644 index 000000000000..ddf275fe7ec3 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.5.9 +PackageLocale: en-US +Publisher: Sidero Labs +PublisherUrl: https://github.com/siderolabs/omni +PublisherSupportUrl: https://github.com/siderolabs/omni/issues +PrivacyUrl: https://www.siderolabs.com/privacy-policy/ +Author: Sidero Labs +PackageName: omnictl +PackageUrl: https://github.com/siderolabs/omni +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/siderolabs/omni/blob/HEAD/LICENSE +ShortDescription: A command line tool for communicating with Omni +Moniker: omnictl +Tags: +- k8s +- kubernetes +- omni +- talos +ReleaseNotes: |- + Omni 1.5.9 (2026-03-09) + Welcome to the v1.5.9 release of Omni! + Please try out the release binaries and report any issues at + https://github.com/siderolabs/omni/issues. + Contributors + - Utku Ozdemir + Changes + 3 commits + - cf10a6c4 release(v1.5.9): prepare release + - 74dc90dd fix: prevent controller feedback loop for invalid schematic machines + - 52d15d3d fix: prevent unwanted upgrades of non-image-factory machines + Dependency Changes + This release has no dependency changes + Previous release can be found at v1.5.8 +ReleaseNotesUrl: https://github.com/siderolabs/omni/releases/tag/v1.5.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.yaml b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.yaml new file mode 100644 index 000000000000..bb4f54fb9448 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.installer.yaml b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.installer.yaml similarity index 54% rename from manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.installer.yaml rename to manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.installer.yaml index eaf1ba164609..11755b1ee643 100644 --- a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.installer.yaml +++ b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Softros.LogonExpert -PackageVersion: '11.1' +PackageVersion: "11.2" InstallerLocale: en-US InstallerType: msi Scope: machine @@ -11,28 +11,28 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2025-10-04 Installers: - Architecture: x86 InstallerUrl: https://download.softros.com/LogonExpertSetup32.msi - InstallerSha256: 8FD4B9D9154572EF48ED2ADB7317BEA39AB9A8DA5F20A838368FB39BECF7BEA6 - ProductCode: '{B8C72EA0-5EA9-43E7-A3D5-22FC623CFA95}' + InstallerSha256: BB33A4B60D69F18A696669DBA83DA26586053BBEC4C8F11E182D2FA5BD275C65 + ProductCode: '{6229087E-C3BC-437F-B4B1-807E835F09A6}' AppsAndFeaturesEntries: - - ProductCode: '{B8C72EA0-5EA9-43E7-A3D5-22FC623CFA95}' + - ProductCode: '{6229087E-C3BC-437F-B4B1-807E835F09A6}' UpgradeCode: '{D25E1E10-6378-4CAC-B38C-5747CBF4BCB6}' - Architecture: x64 InstallerUrl: https://download.softros.com/LogonExpertSetup64.msi - InstallerSha256: 9E8BCBCA0BA2A9BF1DE6BD2C10BBA052622087480C61EB8AFCE2B243D886FD26 - ProductCode: '{145B8995-4D2B-48EC-A633-FA4FC95EA0AE}' + InstallerSha256: B305F337203E92B4BA8DEBDB11C5641614C30205C6126444757AC49EBE7A5DC3 + ProductCode: '{DCAC01B4-44FF-4F0B-8654-F6AD097EC004}' AppsAndFeaturesEntries: - - ProductCode: '{145B8995-4D2B-48EC-A633-FA4FC95EA0AE}' + - ProductCode: '{DCAC01B4-44FF-4F0B-8654-F6AD097EC004}' UpgradeCode: '{D25E1E10-6378-4CAC-B38C-5747CBF4BCB6}' - Architecture: arm64 InstallerUrl: https://download.softros.com/LogonExpertSetupARM64.msi - InstallerSha256: 2ED86572A29AC59F8B4477918F09E0769B2819852FB69F88C36EFE99A248844F - ProductCode: '{5FB28E90-1C6C-4A03-AFD9-F71F64028C2B}' + InstallerSha256: B708D6AA16081CD53FC85251A854C6FB0193A9A93093E5758EF1C5242C26E79E + ProductCode: '{C98E3AEF-63AF-48EF-99B8-73AB85332A64}' AppsAndFeaturesEntries: - - ProductCode: '{5FB28E90-1C6C-4A03-AFD9-F71F64028C2B}' + - ProductCode: '{C98E3AEF-63AF-48EF-99B8-73AB85332A64}' UpgradeCode: '{D25E1E10-6378-4CAC-B38C-5747CBF4BCB6}' ManifestType: installer ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-09 diff --git a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.locale.en-US.yaml b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.locale.en-US.yaml similarity index 95% rename from manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.locale.en-US.yaml rename to manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.locale.en-US.yaml index ed18a39fb083..319a7ef8a59b 100644 --- a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.locale.en-US.yaml +++ b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Softros.LogonExpert -PackageVersion: '11.1' +PackageVersion: "11.2" PackageLocale: en-US Publisher: Softros Systems PublisherUrl: https://www.softros.com/ @@ -35,7 +35,6 @@ Tags: - Logon - Secured PurchaseUrl: https://www.logonexpert.com/purchase/ -ReleaseNotesUrl: https://www.logonexpert.com/history/ Documentations: - DocumentLabel: LogonExpert Online Help DocumentUrl: https://www.logonexpert.com/help/ diff --git a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.yaml b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.yaml similarity index 74% rename from manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.yaml rename to manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.yaml index 4e39b0e11b75..944af686dc5a 100644 --- a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.yaml +++ b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Softros.LogonExpert -PackageVersion: '11.1' +PackageVersion: "11.2" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.installer.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.installer.yaml similarity index 67% rename from manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.installer.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.installer.yaml index 98f034d9c47f..e1f6c0fc5c77 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.installer.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: "12.6" +PackageVersion: 12.6.1 InstallerLocale: en-US InstallerType: msi Scope: machine @@ -11,13 +11,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{6F5C2054-EC25-4D8A-90F1-C754E16FB38D}' +ProductCode: '{F37DC0B6-7C8A-4ECD-8482-501716D767A9}' AppsAndFeaturesEntries: -- ProductCode: '{6F5C2054-EC25-4D8A-90F1-C754E16FB38D}' +- ProductCode: '{F37DC0B6-7C8A-4ECD-8482-501716D767A9}' UpgradeCode: '{5CFCD001-B0A1-47C0-8E2E-0F9A02ECB6DA}' Installers: - Architecture: x86 InstallerUrl: https://download.softros.com/SoftrosLANMessengerSetup.msi - InstallerSha256: AD96EE3FC3ECE964E607BE6D5338A3FBEDD62EDCBD8EBFC3E662FBCE2057E89E + InstallerSha256: C3C9C7343368D081161A18B05B6C6ED47FC9544F0EDF91974210BFCCB7F0576A ManifestType: installer ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.locale.en-US.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.locale.en-US.yaml similarity index 96% rename from manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.locale.en-US.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.locale.en-US.yaml index d957acb31ca7..883011f85fe8 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.locale.en-US.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: "12.6" +PackageVersion: 12.6.1 PackageLocale: en-US Publisher: Softros Systems PublisherUrl: https://www.softros.com/ diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.yaml similarity index 88% rename from manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.yaml index 23e4595da702..2fcdb26b8261 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: "12.6" +PackageVersion: 12.6.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.installer.yaml b/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.installer.yaml new file mode 100644 index 000000000000..b642cabd932a --- /dev/null +++ b/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.installer.yaml @@ -0,0 +1,23 @@ +# Created with sumologic-otel-collector-packaging using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sumologic.OtelcolSumo +PackageVersion: 0.147.0.2785 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{5EF92E2A-40F0-4C38-9A68-A5FD437E5760}' +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: OpenTelemetry Collector + ProductCode: '{5EF92E2A-40F0-4C38-9A68-A5FD437E5760}' + UpgradeCode: '{33D8E84A-1581-41DC-AF17-E48459B895C5}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/./Sumo Logic/OpenTelemetry Collector' +Installers: +- Architecture: x64 + InstallerUrl: https://download-otel.sumologic.com/0.147.0-2785/otelcol-sumo_0.147.0.2785_en-US.x64.msi + InstallerSha256: 672C50F81F1B49447EDCB0E18B5AC1CFE87DFCA7981F4C9137F02CAB298B0B6F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.locale.en-US.yaml b/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.locale.en-US.yaml new file mode 100644 index 000000000000..65886b67ea87 --- /dev/null +++ b/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with sumologic-otel-collector-packaging using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sumologic.OtelcolSumo +PackageVersion: 0.147.0.2785 +PackageLocale: en-US +Publisher: Sumo Logic +PublisherUrl: https://www.sumologic.com/ +PublisherSupportUrl: https://support.sumologic.com/ +PrivacyUrl: https://www.sumologic.com/privacy-statement/ +PackageName: Sumo Logic OpenTelemetry Collector +PackageUrl: https://github.com/SumoLogic/sumologic-otel-collector +License: Apache-2.0 +LicenseUrl: https://github.com/SumoLogic/sumologic-otel-collector/blob/main/LICENSE +ShortDescription: Sumo Logic distribution of the OpenTelemetry Collector. +Description: The Sumo Logic OpenTelemetry Collector is a distribution of the OpenTelemetry Collector that provides a unified agent to send logs, metrics, traces, and metadata to Sumo Logic. +Moniker: otelcol-sumo +Tags: +- logs +- metrics +- monitoring +- observability +- opentelemetry +- sumologic +- traces +ReleaseNotesUrl: https://github.com/SumoLogic/sumologic-otel-collector/releases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.yaml b/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.yaml new file mode 100644 index 000000000000..c0f6fbc70e6a --- /dev/null +++ b/manifests/s/Sumologic/OtelcolSumo/0.147.0.2785/Sumologic.OtelcolSumo.yaml @@ -0,0 +1,8 @@ +# Created with sumologic-otel-collector-packaging using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sumologic.OtelcolSumo +PackageVersion: 0.147.0.2785 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.installer.yaml b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.installer.yaml new file mode 100644 index 000000000000..9739c9042ca3 --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sparrowwallet.sparrow +PackageVersion: 2.4.2 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{B6DA4C9C-41BE-306D-B110-90F6A025245C}' +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: Sparrow + Publisher: Unknown + ProductCode: '{B6DA4C9C-41BE-306D-B110-90F6A025245C}' + UpgradeCode: '{B63FF068-2808-3D04-B314-A745FF02151C}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Sparrow' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sparrowwallet/sparrow/releases/download/2.4.2/Sparrow-2.4.2.msi + InstallerSha256: 089D56B62A15BEBD473F122D21D8A605CE533DDD8E739FA4F1E58B6F9A1A8FCB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.locale.en-US.yaml b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.locale.en-US.yaml new file mode 100644 index 000000000000..5eb50e81b0f9 --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sparrowwallet.sparrow +PackageVersion: 2.4.2 +PackageLocale: en-US +Publisher: Sparrow Wallet +PublisherUrl: https://github.com/sparrowwallet +PublisherSupportUrl: https://github.com/sparrowwallet/sparrow/issues +PackageName: Sparrow Bitcoin Wallet +PackageUrl: https://github.com/sparrowwallet/sparrow +License: Apache-2.0 +LicenseUrl: https://github.com/sparrowwallet/sparrow/blob/HEAD/LICENSE +ShortDescription: Desktop Bitcoin Wallet focused on security and privacy. Free and open source. +Description: |- + Sparrow is a modern desktop Bitcoin wallet application supporting most hardware wallets and built + on common standards such as PSBT, with an emphasis on transparency and usability. +Tags: +- bitcoin +- bitcoin-wallet +ReleaseNotes: |- + - Support for loading v3 transactions in the transaction editor + - Use CA validation or TOFU pinning for public servers depending on the certificate type + - Implement TOFU certificate pinning for TLS Bitcoin Core connections + - Bind Cormorant server to localhost only + - Escape backticks in the schema name for DROP SCHEMA statement + - Support QR and file methods for signing messages via PSBT when BIP-322 is selected + - Add tests for descriptor import and export, and handle multiline descriptors + - Improve reset instructions for Trezor passphrase change + - Upgrade SLF4J API and jul-to-slf4j to v2.0.17 + - Upgrade JNA to v5.18.1 + - Upgrade OpenPDF to v1.3.43 + - Upgrade HikariCP to v7.0.2 + - Upgrade JDBI to v3.51.0 + - Upgrade Commons Lang3 to v3.20.0 + - Upgrade Commons Compress to v1.28.0 + - Upgrade Commons Codec to v1.21.0 + - Upgrade Argon2 JVM to v2.12 + - Upgrade RxJava 2 to v2.2.21 + - Upgrade dnsjava to v3.6.4 + - Upgrade Caffeine to v3.2.3 + - Upgrade ZXing to v3.5.4 + - Upgrade JCommander to v3.0 + - Upgrade Thumbnailator to v0.4.21 + - Upgrade JetBrains Annotations to v26.0.2 + - Upgrade JUnit to v5.14.1 + - Upgrade Kotlinx Coroutines JavaFX to v1.10.2 + - Upgrade ControlsFX to v11.2.3 + - Upgrade Bouncy Castle to v1.82 + - Upgrade PGPainless to v1.7.7 + - Upgrade Protobuf to v4.34.0 + - Upgrade Gson to v2.13.2 + - Upgrade Jackson Databind to v2.21.1 + - Bug fix: Fix PSBTv2 and DST-related transaction editor issues around tx version and locktime + - Bug fix: Fix possible DB corruption on password removal by reordering database file and row updates + - Bug fix: Fix the non-default split menu button text color on the dark theme +ReleaseNotesUrl: https://github.com/sparrowwallet/sparrow/releases/tag/2.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.yaml b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.yaml new file mode 100644 index 000000000000..b2f76977e527 --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.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: sparrowwallet.sparrow +PackageVersion: 2.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.installer.yaml b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.installer.yaml new file mode 100644 index 000000000000..2751b15f765a --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: stacklok.frizbee +PackageVersion: 0.1.9 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: frizbee.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stacklok/frizbee/releases/download/v0.1.9/frizbee_0.1.9_windows_amd64.zip + InstallerSha256: 00EE15E31842B0B34379E280D195938080E04F11CC17F91E13EE01FFB6BCEC52 +- Architecture: arm64 + InstallerUrl: https://github.com/stacklok/frizbee/releases/download/v0.1.9/frizbee_0.1.9_windows_arm64.zip + InstallerSha256: 19AC41FD1447F95CAF1F246518FB5648D2908FCC7A0EEE5BEA457CC726ABAB21 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.locale.en-US.yaml b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.locale.en-US.yaml new file mode 100644 index 000000000000..d006a904fa2e --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: stacklok.frizbee +PackageVersion: 0.1.9 +PackageLocale: en-US +Publisher: stacklok +PublisherUrl: https://github.com/stacklok +PublisherSupportUrl: https://github.com/stacklok/frizbee/issues/new/choose +PackageName: frizbee +PackageUrl: https://stacklok.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/frizbee/blob/HEAD/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: frizbee is a tool you may throw a tag at and it comes back with a checksum. +Moniker: frizbee +Tags: +- cli +- golang +ReleaseNotes: |- + What's Changed + - Enable parallel runners for golangci-lint by @JAORMX in #349 + - chore(deps): update actions/checkout digest to de0fac2 by @renovate[bot] in #337 + - chore(deps): update github/codeql-action digest to 89a39a4 by @renovate[bot] in #347 + - chore(deps): update anchore/sbom-action action to v0.22.2 by @renovate[bot] in #348 + - chore(deps): update aquasecurity/trivy-action action to v0.34.1 by @renovate[bot] in #350 + - fix(deps): update module github.com/google/go-github/v66 to v83 by @renovate[bot] in #351 + - fix(deps): update module github.com/google/go-containerregistry to v0.21.0 by @renovate[bot] in #352 + - chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #355 + - fix(deps): update module github.com/google/go-containerregistry to v0.21.2 by @renovate[bot] in #356 + - chore(deps): update aquasecurity/trivy-action action to v0.35.0 by @renovate[bot] in #366 + - fix(deps): update module github.com/go-git/go-billy/v5 to v5.8.0 by @renovate[bot] in #357 + - fix(deps): update module golang.org/x/sync to v0.20.0 by @renovate[bot] in #371 + - chore(deps): bump github.com/moby/buildkit from 0.27.1 to 0.28.0 by @dependabot[bot] in #369 + - chore(deps): update anchore/sbom-action action to v0.23.0 by @renovate[bot] in #360 + - chore(deps): update github artifact actions (major) by @renovate[bot] in #361 + - chore(deps): update github/codeql-action digest to 0d579ff by @renovate[bot] in #365 + - fix(deps): update module github.com/google/go-github/v66 to v84 by @renovate[bot] in #363 + - chore(deps): update sigstore/cosign-installer action to v4.1.0 by @renovate[bot] in #372 + - chore(deps): update anchore/sbom-action action to v0.23.1 by @renovate[bot] in #373 + Full Changelog: v0.1.8...v0.1.9 +ReleaseNotesUrl: https://github.com/stacklok/frizbee/releases/tag/v0.1.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.yaml b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.yaml new file mode 100644 index 000000000000..9bf5f5c402e1 --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.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: stacklok.frizbee +PackageVersion: 0.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.installer.yaml b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.installer.yaml new file mode 100644 index 000000000000..8376b9c876a6 --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.3 +InstallerType: portable +Commands: +- kube-linter +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter.exe + InstallerSha256: 8B0CCF51F18AB786FDCDEDE55046AFC701A75C75122E046A2F0D3244BC91274A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.locale.en-US.yaml b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.locale.en-US.yaml new file mode 100644 index 000000000000..e87433964776 --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.3 +PackageLocale: en-US +Publisher: StackRox +PublisherUrl: https://github.com/stackrox +PublisherSupportUrl: https://github.com/stackrox/kube-linter/issues +PackageName: KubeLinter +PackageUrl: https://github.com/stackrox/kube-linter +License: Apache-2.0 +LicenseUrl: https://github.com/stackrox/kube-linter/blob/HEAD/LICENSE +ShortDescription: Analyze Kubernetes YAML files and Helm charts, and check them against a variety of best practices, with a focus on production readiness and security. +Tags: +- hactoberfest +- helm-charts +- kubernetes +- static-analysis +- yaml-files +ReleaseNotes: |- + What's Changed + 🐛 Bug Fixes + - fix: support helm chart import-values by @emmanuel-ferdman in #1112 + Other Changes + - chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #1074 + - chore(deps): bump github.com/goreleaser/goreleaser/v2 from 2.12.2 to 2.13.1 in /tool-imports by @dependabot[bot] in #1076 + - chore(deps): bump the k8s-io group with 3 updates by @dependabot[bot] in #1075 + - chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.7.2 to 2.8.0 in /tool-imports by @dependabot[bot] in #1079 + - chore(deps): bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.6.2 in /tool-imports by @dependabot[bot] in #1080 + - chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.1 to 0.88.0 by @dependabot[bot] in #1082 + - chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 by @dependabot[bot] in #1084 + - chore(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 by @dependabot[bot] in #1083 + - chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.1 to 4.9.2 by @dependabot[bot] in #1088 + - chore(deps): bump helm.sh/helm/v3 from 3.19.4 to 3.19.5 by @dependabot[bot] in #1089 + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 in /tool-imports by @dependabot[bot] in #1090 + - chore(deps): bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 in /tool-imports by @dependabot[bot] in #1091 + - chore(deps): bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 in /tool-imports by @dependabot[bot] in #1092 + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 in /tool-imports by @dependabot[bot] in #1093 + - Update auto-merge workflow for Dependabot auto-merge by @janisz in #1099 + - chore(deps): bump github.com/cert-manager/cert-manager from 1.19.2 to 1.19.3 by @dependabot[bot] in #1100 + - chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.0 to 0.88.1 by @dependabot[bot] in #1097 + - chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #1096 + - chore(deps): bump helm.sh/helm/v3 from 3.19.5 to 3.20.0 by @dependabot[bot] in #1095 + - chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.2 to 4.10.0 by @dependabot[bot] in #1098 + - chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.5 in /tool-imports by @dependabot[bot] in #1101 + - chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.9.0 in /tool-imports by @dependabot[bot] in #1105 + - chore(deps): bump the k8s-io group with 3 updates by @dependabot[bot] in #1102 + - chore(deps): bump github.com/google/cel-go from 0.26.1 to 0.27.0 by @dependabot[bot] in #1104 + - chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.9.0 to 2.10.1 in /tool-imports by @dependabot[bot] in #1106 + - chore(deps): bump github.com/cert-manager/cert-manager from 1.19.3 to 1.19.4 by @dependabot[bot] in #1107 + - chore(deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #1108 + - chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in /tool-imports by @dependabot[bot] in #1110 + - chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 in /tool-imports by @dependabot[bot] in #1113 + - chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #1117 + - chore(deps): bump the k8s-io group with 3 updates by @dependabot[bot] in #1114 + - chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #1115 + - chore(deps): bump github.com/docker/cli from 29.0.3+incompatible to 29.2.0+incompatible in /tool-imports by @dependabot[bot] in #1119 + - chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #1116 + - chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.1 to 0.89.0 by @dependabot[bot] in #1103 + - feat: add multi-format output support by @ugiordan in #1094 + - fix: release by @janisz in #1120 + New Contributors + - @emmanuel-ferdman made their first contribution in #1112 + - @ugiordan made their first contribution in #1094 + Full Changelog: v0.8.2...v0.8.3 +ReleaseNotesUrl: https://github.com/stackrox/kube-linter/releases/tag/v0.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.yaml b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.yaml new file mode 100644 index 000000000000..1721e0481fc7 --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.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: stackrox.kube-linter +PackageVersion: 0.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.installer.yaml b/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.installer.yaml new file mode 100644 index 000000000000..c4b1adba1ac9 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 335.260306.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: Tuta Mail 335.260306.0 + ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-335.260306.0/tutanota-desktop-win.exe + InstallerSha256: 9E6727E436A3FECF5A60D2258E31D77D637A5998FABCBE646D396A8D96951ADC +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-335.260306.0/tutanota-desktop-win.exe + InstallerSha256: 9E6727E436A3FECF5A60D2258E31D77D637A5998FABCBE646D396A8D96951ADC + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.locale.en-US.yaml b/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.locale.en-US.yaml new file mode 100644 index 000000000000..0377b74f353c --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 335.260306.0 +PackageLocale: en-US +Publisher: Tutao GmbH +PublisherUrl: https://tuta.com/ +PublisherSupportUrl: https://github.com/tutao/tutanota/issues +Author: Tutao GmbH +PackageName: Tutanota Desktop +PackageUrl: https://github.com/tutao/tutanota +License: GPL-3.0 +LicenseUrl: https://github.com/tutao/tutanota/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2022 Tutao GmbH +ShortDescription: Tutanota is an email client with a strong focus on security and privacy that lets you encrypt emails on all your devices. +Description: |- + Tutanota is the worlds most secure email service, easy to use and private by design. + With end-to-end encryption and 2FA, your emails have never been more secure. + The built-in encryption guarantees that your mailbox belongs to you. + Nobody can decrypt or read your data. +Moniker: tutanota +Tags: +- calendar +- email +- email-client +- encryption +- end-to-end-encryption +- privacy +- private +- secure +ReleaseNotes: |- + What's new + - Undo sending email action #9543 + - Update DOMPurify to 3.3.2 #10451 + - Update Electron to 40.8.0 + Bugfixes + - show more text option in conversation is not visible when we enable view in light mode #10412 + - Mail editor's recipient fields contain elements that are not shown but navigable by screen readers #10396 + - Uncaught BadRequestError when trying to send an already scheduled mail #10354 + - Selecting multiple mails with active conversation grouping, shows wrong email count #10302 + - Check for structuredClone support #9705 + - Opening Notification Targets is very laggy when expanded #4230 + - Undo deleting inline image does not work #1822 + Milestone + https://github.com/tutao/tutanota/milestone/407?closed=1 + Asset Checksums (SHA256) + tutanota-desktop-linux.AppImage: + c0f0c329a78322373c0d365a8b54411701cfab19e395ea70de807dab581900be + tutanota-desktop-win.exe: + 9e6727e436a3fecf5a60d2258e31d77d637a5998fabcbe646d396a8d96951adc + tutanota-desktop-mac.dmg: + 86408ff89bede64ef6f33353f11707d8173c9587f30886d034025dd6f0e3fc77 +ReleaseNotesUrl: https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-335.260306.0 +PurchaseUrl: https://tutanota.com/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://tutanota.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.yaml b/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.yaml new file mode 100644 index 000000000000..6926eb6f0541 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/335.260306.0/Tutanota.Tutanota.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: Tutanota.Tutanota +PackageVersion: 335.260306.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.installer.yaml b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.installer.yaml new file mode 100644 index 000000000000..e72691092566 --- /dev/null +++ b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.installer.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VB-Audio.Voicemeeter.Banana +PackageVersion: 2.1.2.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.2600.2180 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: voicemeeterprosetup.exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -install + SilentWithProgress: -install + Upgrade: -upgrade +InstallerSuccessCodes: +- 1 # This is expected +UpgradeBehavior: install +Protocols: +- vban +ReleaseDate: 2025-12-11 +Installers: +- Architecture: x64 + InstallerUrl: https://download.vb-audio.com/Download_CABLE/VoicemeeterSetup_v2122.zip + InstallerSha256: FDA1C82522B4A8C87A89C5C50A56E7E25E3519B9E1F1A8E63475B8590FF09EE5 +- Architecture: x86 + InstallerUrl: https://download.vb-audio.com/Download_CABLE/VoicemeeterSetup_v2122.zip + InstallerSha256: FDA1C82522B4A8C87A89C5C50A56E7E25E3519B9E1F1A8E63475B8590FF09EE5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.locale.en-US.yaml b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.locale.en-US.yaml new file mode 100644 index 000000000000..be617fb24c09 --- /dev/null +++ b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VB-Audio.Voicemeeter.Banana +PackageVersion: 2.1.2.2 +PackageLocale: en-US +Publisher: VB-Audio Software +PublisherUrl: https://vb-audio.com/index.htm +PublisherSupportUrl: https://vb-audio.com/Services/support.htm +PrivacyUrl: https://vb-audio.com/Services/PrivacyPolicy.htm +Author: VB-Audio Software +PackageName: Voicemeeter Banana +PackageUrl: https://vb-audio.com/Voicemeeter/banana.htm +License: Donationware +LicenseUrl: https://www.vb-audio.com/Services/licensing.htm +Copyright: Copyright V.Burel ©1998-2018. All rights reserved. +CopyrightUrl: https://www.vb-audio.com/Services/licensing.htm +ShortDescription: Advanced Virtual Audio Mixer with 5 inputs, 5 outputs, and 2 virtual audio devices for professional audio mixing on Windows. +Description: Voicemeeter Banana is an Advanced Audio Mixer Application endowed with Virtual Audio Device used as Virtual I/O to mix and manage any audio sources from or to any audio devices or applications (3x Physical I/O and 2x Virtual I/O). +Moniker: voicemeeter-banana +Tags: +- asio +- audio +- mixer +- voicemeeter +- wasapi +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.yaml b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.yaml new file mode 100644 index 000000000000..8e246275756b --- /dev/null +++ b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VB-Audio.Voicemeeter.Banana +PackageVersion: 2.1.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.installer.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.installer.yaml new file mode 100644 index 000000000000..8f548f3d9073 --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- py +- wpr +ProductCode: Wing Personal 11_is1 +AppsAndFeaturesEntries: +- ProductCode: Wing Personal 11_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Wing Personal 11' +Installers: +- Architecture: x64 + InstallerUrl: https://wingware.com/pub/wing-personal/11.1.0.0/wing-personal-11.1.0.0.exe + InstallerSha256: 8BB6AC2BD3FCDF7CD9E970DAEA7085FDCA53609A7936C0F68ACBA0021B481682 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.en-US.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.en-US.yaml new file mode 100644 index 000000000000..aa75abe5559b --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +PackageLocale: en-US +Publisher: Wingware +PublisherUrl: https://wingware.com/ +PublisherSupportUrl: https://wingware.com/support +PrivacyUrl: https://wingware.com/doc/legal/privacy +Author: Wingware +PackageName: Wing Personal +PackageUrl: https://wingware.com/downloads/wing-personal +License: Freeware +LicenseUrl: https://wingware.com/doc/legal/software-license +Copyright: Copyright 1998 - 2026 Wingware +CopyrightUrl: https://wingware.com/doc/legal/software-license +ShortDescription: A free Python IDE for students and hobbyists +Description: Wing Personal is a free Python IDE designed for students and hobbyists. It omits many features found in Wing Pro. +Tags: +- code +- coding +- develop +- development +- ide +- programming +- py +- python +ReleaseNotesUrl: https://wingware.com/pub/wing-personal/11.1.0.0/CHANGELOG.txt +PurchaseUrl: https://wingware.com/store/purchase +Documentations: +- DocumentLabel: How-Tos + DocumentUrl: https://wingware.com/doc/howtos +- DocumentLabel: Manual + DocumentUrl: https://wingware.com/doc/manual +- DocumentLabel: Quick Start + DocumentUrl: https://wingware.com/doc/howtos/quickstart +- DocumentLabel: Tutorial + DocumentUrl: https://wingware.com/doc/intro/tutorial +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.zh-CN.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.zh-CN.yaml new file mode 100644 index 000000000000..85cf31d017c5 --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +PackageLocale: zh-CN +Publisher: Wingware +PublisherUrl: https://wingware.com/ +PublisherSupportUrl: https://wingware.com/support +PrivacyUrl: https://wingware.com/doc/legal/privacy +Author: Wingware +PackageName: Wing Personal +PackageUrl: https://wingware.com/downloads/wing-personal +License: 免费软件 +LicenseUrl: https://wingware.com/doc/legal/software-license +Copyright: Copyright 1998 - 2026 Wingware +CopyrightUrl: https://wingware.com/doc/legal/software-license +ShortDescription: 面向学生和业余爱好者的免费 Python IDE +Description: Wing Personal 是一款专为学生和业余爱好者设计的免费 Python IDE。它省略了 Wing Pro 中的许多功能。 +Tags: +- ide +- py +- python +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://wingware.com/pub/wing-personal/11.1.0.0/CHANGELOG.txt +PurchaseUrl: https://wingware.com/store/purchase +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://wingware.com/doc/howtos/quickstart +- DocumentLabel: 手册 + DocumentUrl: https://wingware.com/doc/manual +- DocumentLabel: 操作方法 + DocumentUrl: https://wingware.com/doc/howtos +- DocumentLabel: 教程 + DocumentUrl: https://wingware.com/doc/intro/tutorial +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.yaml new file mode 100644 index 000000000000..5265c6c22d2e --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.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: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.installer.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.installer.yaml new file mode 100644 index 000000000000..1c22b29db467 --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.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: Wondershare.DemoCreator +PackageVersion: 8.8.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- dcbundle +- dcproj +- dcrc +- doproj +ProductCode: Wondershare DemoCreator_is1 +AppsAndFeaturesEntries: +- DisplayName: Wondershare DemoCreator(Build 8.8.5) + ProductCode: Wondershare DemoCreator_is1 +- DisplayName: Wondershare DemoCreator Spark(Build 8.8.5) + ProductCode: Wondershare DemoCreator Spark_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/democreator_8.8.5_full7743.exe + InstallerSha256: 535170ECF02000103EEA8290085EA78EE3B516106ABB543F2A2DDB59EA6F9B64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.en-US.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.en-US.yaml new file mode 100644 index 000000000000..efe049322284 --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.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: Wondershare.DemoCreator +PackageVersion: 8.8.5 +PackageLocale: en-US +Publisher: Wondershare Software +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/democreator/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare DemoCreator +PackageUrl: https://democreator.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: An easy-to-use screen recorder for lessons and tutorials. +Description: |- + Wondershare DemoCreator is a professional presentation video creation tool that integrates recording and editing to help you create videos more efficiently. Using DemoCreator, you can not only experience high-definition screen recording, webcam capture, microphone voice-over recording, screen drawing tool, spotlight, and other practical recording functions. You can also use the built-in video templates, transition effects, green screen chroma key, Pan&Zoom, stickers, and other hundreds of editing tools and presentation video templates to help you create videos with ease. + DemoCreator has made special optimizations for video creation such as presentations, online training, and game recording. It supports the audio and video sub-track editing of the recorded files according to the input source. It uses cursor effects, audio fade-in and fade-out, and other post-production tools to accurately modify the video material so that you can make better use of the video material. During game recording, unique adaptations and optimizations have been made for various popular games to stabilize the image capture and enhance the game recording experience. +Tags: +- ar +- capture +- class +- clip +- conference +- course +- creative +- creativity +- edit +- editor +- marketing +- meeting +- presentation +- record +- tutorial +- video +ReleaseNotes: Fix some bugs. +ReleaseNotesUrl: https://democreator.wondershare.com/whats-new.html +PurchaseUrl: https://democreator.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://democreator.wondershare.com/guide-windows/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.zh-CN.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.zh-CN.yaml new file mode 100644 index 000000000000..60202d34f98b --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.DemoCreator +PackageVersion: 8.8.5 +PackageLocale: zh-CN +Publisher: Wondershare Software +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/democreator/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare DemoCreator +PackageUrl: https://democreator.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: |- + Wondershare DemoCreator 一款集录制和编辑于一体的专业演示视频创作工具,帮助您更效率地创作视频。您可以体验到高清录屏、相机画面捕获、麦克风画外音录制、录屏涂鸦、聚光灯演示等实用的录制功能;可使用软件内置的场景模板、转场特效、绿幕抠像、Pan&Zoom、蒙版贴纸等上百款编辑工具与演示视频模板,助您在创作视频时得心应手。此外,DemoCreator 即将上线云端在线素材商城,支持搜索和下载最新最热的视频模板、声音素材及专业的特效资源,让您更自由地捕捉灵感,发挥创意。 + DemoCreator 对演示解说、在线培训、游戏录制等内容创作做了特别的优化,在编辑器内不仅支持对录制的视频内容根据输入源进行音视频分轨后期剪辑,还能使用光标特效、音频淡入淡出等后期工具,对视频素材进行进精确修饰,便于您更好地利用视频素材。在游戏录制时,针对多款热门游戏进行了特别的适配和优化,稳定采集画面,提升录制体验。 +Tags: +- ar +- 会议 +- 创意 +- 剪辑 +- 录制 +- 录屏 +- 录课 +- 微课 +- 抠像 +- 教程 +- 演示 +- 视频 +- 编辑 +- 编辑器 +- 营销 +- 课程 +ReleaseNotesUrl: https://democreator.wondershare.com/whats-new.html +PurchaseUrl: https://democreator.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://democreator.wondershare.com/guide-windows/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.yaml new file mode 100644 index 000000000000..2818afa5d5a3 --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.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.DemoCreator +PackageVersion: 8.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.installer.yaml b/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.installer.yaml deleted file mode 100644 index c2b01eec8310..000000000000 --- a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.installer.yaml +++ /dev/null @@ -1,23 +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: WsSolInfor.CrystalDiskInfo -PackageVersion: 9.6.2 -InstallerType: zip -NestedInstallerType: portable -ArchiveBinariesDependOnPath: true -Installers: -- Architecture: x86 - NestedInstallerFiles: - - RelativeFilePath: DiskInfo32.exe - PortableCommandAlias: diskinfo32 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/CrystalDiskInfo/CrystalDiskInfo-9.6.2.zip - InstallerSha256: CE909DB92270093A952B55E71B84866D7111A54091F6384DB60662D90C480048 -- Architecture: x64 - NestedInstallerFiles: - - RelativeFilePath: DiskInfo64.exe - PortableCommandAlias: diskinfo64 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/CrystalDiskInfo/CrystalDiskInfo-9.6.2.zip - InstallerSha256: CE909DB92270093A952B55E71B84866D7111A54091F6384DB60662D90C480048 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.locale.en-US.yaml b/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.locale.en-US.yaml deleted file mode 100644 index 67d15b45cbff..000000000000 --- a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.locale.en-US.yaml +++ /dev/null @@ -1,22 +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: WsSolInfor.CrystalDiskInfo -PackageVersion: 9.6.2 -PackageLocale: en-US -Publisher: WsSolInfor -Author: Hiyohiyo -PackageName: Crystal Disk Info -License: MIT License -LicenseUrl: https://wssolinfor.github.io/repo-wssolinfor/CrystalDiskInfo/LICENSE -Copyright: Copyright (C) 2008-2025 Hiyohiyo -ShortDescription: Is an MIT-licensed S.M.A.R.T. utility for reading and monitoring disk drive status. -Moniker: crystaldiskinfo -Tags: -- crystaldiskinfo -- tools -- smart -- HDDs -- SSDs -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.yaml b/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.yaml deleted file mode 100644 index 84f294c10dfb..000000000000 --- a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.CrystalDiskInfo -PackageVersion: 9.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.installer.yaml b/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.installer.yaml deleted file mode 100644 index c91a6bc7f130..000000000000 --- a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.installer.yaml +++ /dev/null @@ -1,17 +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: WsSolInfor.Qemu -PackageVersion: "1.3" -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: Qsib.exe - PortableCommandAlias: qsib -ArchiveBinariesDependOnPath: true -Installers: -- Architecture: neutral - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/QEMUs/Qemu-Portable_01/Qemu Simple Boot.zip - InstallerSha256: 5BECCAD26891C26DC1293E766F887FAEAB4D37A6DAA3EA1D1A2F487D9541A2D8 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.locale.en-US.yaml b/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.locale.en-US.yaml deleted file mode 100644 index e08638df1fc9..000000000000 --- a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.locale.en-US.yaml +++ /dev/null @@ -1,17 +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: WsSolInfor.Qemu -PackageVersion: "1.3" -PackageLocale: en-US -Publisher: WsSolInfor -Author: BlueLife and Velociraptor -PackageName: Qemu Simple Boot -License: Copyright -Copyright: Sordum Org -CopyrightUrl: https://www.sordum.org -ShortDescription: Qemu Simple Boot is a handy and reliable utility that allows you to test bootable image before you burn them to a disc. It uses QEMU, which is a known virtual machine emulator that can run a virtual OS on the current host without affecting it. -Tags: -- qemu -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.yaml b/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.yaml deleted file mode 100644 index 3011b29892fa..000000000000 --- a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.Qemu -PackageVersion: "1.3" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.installer.yaml b/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.installer.yaml deleted file mode 100644 index 95210efa6db7..000000000000 --- a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.installer.yaml +++ /dev/null @@ -1,14 +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: WsSolInfor.QemuBootTester -PackageVersion: 24.2.25 -InstallerType: portable -Commands: -- qemuboottester -Installers: -- Architecture: x86 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/QEMUs/Qemu-Portable_02/QEMU_Boot_Tester.exe - InstallerSha256: 65E16BF2720A5CAD4A393D112F5F3719916D2499AB5D158C2B9D7C45BE190BE7 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.locale.en-US.yaml b/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.locale.en-US.yaml deleted file mode 100644 index e45759a9aee8..000000000000 --- a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.locale.en-US.yaml +++ /dev/null @@ -1,12 +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: WsSolInfor.QemuBootTester -PackageVersion: 24.2.25 -PackageLocale: en-US -Publisher: WsSolInfor -PackageName: Qemu Boot Tester -License: GPL - 2.0+ -ShortDescription: Open source boot virtualization emulator.. -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.yaml b/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.yaml deleted file mode 100644 index 7c9f64af826f..000000000000 --- a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.QemuBootTester -PackageVersion: 24.2.25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.installer.yaml b/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.installer.yaml deleted file mode 100644 index b8e5f9412000..000000000000 --- a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.installer.yaml +++ /dev/null @@ -1,17 +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: WsSolInfor.ShowKeyPlus -PackageVersion: 1.0.7060 -InstallerType: portable -Commands: -- showkeyplus -Installers: -- Architecture: x86 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/Show%20Key%20Plus/x86/ShowKeyPlus.exe - InstallerSha256: DF7BB9B3B99E500C20B0F8FC3A8D8956648B21FECC2E98EF4876AC067854DE16 -- Architecture: x64 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/Show%20Key%20Plus/x64/ShowKeyPlus64.exe - InstallerSha256: 97E14BFA1588FD30E1A79871C838360776448C50FB18610C872F6C477D33A0EF -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.locale.en-US.yaml b/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.locale.en-US.yaml deleted file mode 100644 index 6c48db648e79..000000000000 --- a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.locale.en-US.yaml +++ /dev/null @@ -1,20 +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: WsSolInfor.ShowKeyPlus -PackageVersion: 1.0.7060 -PackageLocale: en-US -Publisher: WsSolInfor -PrivacyUrl: https://wssolinfor.github.io/repo-wssolinfor/Show%20Key%20Plus/PrivacyPolicy -Author: Superfly Inc. -PackageName: Show Key Plus - Final -License: MIT -LicenseUrl: https://github.com/Superfly-Inc/ShowKeyPlus/blob/master/LICENSE -Copyright: Copyright © 2015-2019 Superfly Inc. -CopyrightUrl: https://github.com/Superfly-Inc/ShowKeyPlus -ShortDescription: Windows product key finder and validation checker. -Tags: -- showkeyplus -- showkeyplus-final -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.yaml b/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.yaml deleted file mode 100644 index db690ac53d88..000000000000 --- a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.ShowKeyPlus -PackageVersion: 1.0.7060 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.installer.yaml b/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.installer.yaml deleted file mode 100644 index d2becf0116da..000000000000 --- a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.installer.yaml +++ /dev/null @@ -1,17 +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: WsSolInfor.Testdisk -PackageVersion: 7.3+ -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: testdisk_win.exe - PortableCommandAlias: testdisk_win -ArchiveBinariesDependOnPath: true -Installers: -- Architecture: neutral - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/Testdisk/testdisk-7.3-Beta_WIN.zip - InstallerSha256: 22ED13D2893DDCBC21C4CC9FA412F55FCE8098DEA2F5C93979104DF8C75B38EA -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.locale.en-US.yaml b/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.locale.en-US.yaml deleted file mode 100644 index c9891e412aea..000000000000 --- a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.locale.en-US.yaml +++ /dev/null @@ -1,20 +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: WsSolInfor.Testdisk -PackageVersion: 7.3+ -PackageLocale: en-US -Publisher: WsSolInfor -Author: Christophe GRENIER -PackageName: Testdisk Beta -License: GNU - 1.2+ -LicenseUrl: https://www.gnu.org/licenses -ShortDescription: TestDisk is free data recovery software designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error. -Tags: -- testdisk -- testdisk-beta -- testdisk-7.3+ -Documentations: -- DocumentUrl: https://www.cgsecurity.org/testdisk_doc/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.yaml b/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.yaml deleted file mode 100644 index aa6a7d3c568f..000000000000 --- a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.Testdisk -PackageVersion: 7.3+ -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.installer.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.installer.yaml new file mode 100644 index 000000000000..ad291159fb57 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.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: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 06dd86ba-d17d-55c7-9041-9a3dfdae054a +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v1.4.4/DeLive-1.4.4-x64.exe + InstallerSha256: 96D1318521B558F8772E2BFB6719E8C47DAAE031112CBCDD3D9AF1C0E09B1FB1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v1.4.4/DeLive-1.4.4-x64.exe + InstallerSha256: 96D1318521B558F8772E2BFB6719E8C47DAAE031112CBCDD3D9AF1C0E09B1FB1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.en-US.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.en-US.yaml new file mode 100644 index 000000000000..b1f3266f2ff5 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +PackageLocale: en-US +ShortDescription: Real-time Windows system-audio transcription with floating on-screen captions. Multi-ASR providers (Soniox, Volcengine), export TXT/SRT, history & auto-update. +Description: |- + Your last resort when all other paths are blocked. + When subtitle export plugins fail, when platforms prevent downloads, when live streams have no captions, and when content is protected by DRM — system-level audio capture is your ultimate backup solution. + Need to export subtitles or transcribed content for building knowledge bases, analysis, research, or any other purpose, but the platform restricts access? DeLive captures system audio and delivers clean, exportable text you own. + 🎯 Core Features + - 🎧 System-Level Audio Capture - Directly capture system audio output, bypassing platform restrictions + - 🛡️ Bypass Protection Barriers - Works on platforms with download restrictions, DRM protection, or no subtitle export + - 📺 Universal Scene Coverage - Live streams, recorded videos, meetings, private courses, paid content... any audio scenario + - ⚡ Real-Time Transcription - Convert speech to text instantly with minimal latency + - 📢 Live Caption Overlay - Floating subtitle window, customizable font, color, size, and position + - 📤 Export to TXT/SRT - Simple text files or timestamped subtitle files for any player + - 🌐 60+ Language Support - Chinese, English, Japanese, and many more + - 🔄 Multiple ASR Providers - Switch between providers for different accuracy and pricing needs + 🎨 User Experience + - Dark/Light Theme - Comfortable viewing in any environment + - Modern Interface - Clean, frameless design with custom title bar + - Auto-Start on Login - Ready to use when your computer boots + - System Tray Integration - Runs quietly in the background + - Bilingual Interface - Chinese and English UI language options + - Auto Updates - Automatic detection and download of latest versions +Tags: +- dictate +- dictation +- speech-recognition +- speech-to-text +- transcribe +- transcription +ReleaseNotes: |- + Added / 新增 + - 💬 Added session-level AI Q&A with persistent ask history, transcript-grounded answers, citation snippets, and support for multiple conversation threads inside a single saved session + - 💬 新增会话级 AI 问答,支持持久化问答历史、基于 transcript 的回答、引用片段,以及单个会话内的多对话线程 + - 🧠 Added AI-generated session mind maps using Markmap-compatible Markdown with local editing, live preview, and session persistence + - 🧠 新增 AI 思维导图功能,基于 Markmap-compatible Markdown 生成,支持本地编辑、实时预览与会话持久化 + - 🖼️ Added mind map export actions for SVG and PNG directly from session preview + - 🖼️ 新增会话详情中的思维导图 SVG / PNG 导出能力 + - 🧪 Added session schema coverage for Q&A and mind map payloads, increasing frontend coverage from 180 to 184 tests + - 🧪 新增会话 schema 对问答与思维导图数据的测试覆盖,前端测试总数从 180 提升到 184 + Changed / 变更 + - ✨ Upgraded the session AI panel into a more conversation-like chat experience inspired by modern AI chat products, with suggestions, fixed composer area, and threaded context switching + - ✨ 将会话 AI 面板升级为更接近现代 AI 产品的对话体验,支持建议问题、固定输入区和多线程上下文切换 + - 🗺️ Reworked mind map export sizing and cropping based on actual rendered SVG bounds to avoid partial exports and excessive whitespace + - 🗺️ 基于实际渲染后的 SVG 边界重写思维导图导出尺寸与裁切逻辑,避免只导出部分内容或出现大面积留白 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md#144---2026-03-10 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.zh-CN.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.zh-CN.yaml new file mode 100644 index 000000000000..81bd823ac7b2 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +PackageLocale: zh-CN +Publisher: XimilalaXiang +PublisherUrl: https://blog.ximilala.online/ +PublisherSupportUrl: https://github.com/XimilalaXiang/DeLive/issues +PackageName: DeLive +PackageUrl: https://github.com/XimilalaXiang/DeLive +License: Apache-2.0 +LicenseUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/LICENSE +Copyright: Copyright 2026 XimilalaXiang +ShortDescription: 实时 Windows 系统音频转录,配有悬浮屏幕字幕。支持多家 ASR 提供商(Soniox、Volcengine),可导出 TXT/SRT,具备历史记录与自动更新功能。 +Description: |- + 当所有其他路都被堵死时的最终选择。 + 当字幕导出插件失效、平台禁止下载、直播没有字幕、内容受到 DRM 保护时——系统级音频捕获是你的终极保障。 + 需要导出字幕或转录内容用于构建知识库、分析、调研等用途,但平台受限?DeLive 捕获系统音频,交付干净、可导出的文本,你拥有完全的所有权。 + 🎯 核心功能 + - 🎧 系统级音频捕获 - 直接捕获系统音频输出,绕过平台限制 + - 🛡️ 突破防护限制 - 适用于禁止下载、有 DRM 保护、无法导出字幕的平台 + - 📺 全场景覆盖 - 直播、录播、会议、私密课程、付费内容……任何有声音的场景 + - ⚡ 实时转录 - 边播放边转文字,低延迟响应 + - 📢 实时字幕 - 悬浮字幕窗口,支持自定义字体、颜色、大小和位置 + - 📤 导出 TXT/SRT - 简单文本文件或带时间戳的字幕文件 + - 🌐 60+ 语言支持 - 中文、英文、日语等 60 多种语言 + - 🔄 多 ASR 提供商 - 灵活切换,满足不同精度和价格需求 + 🎨 用户体验 + - 深色/浅色主题 - 任意环境都能舒适观看 + - 现代化界面 - 简洁无边框设计,自定义标题栏 + - 开机自启动 - 电脑启动后即可使用 + - 系统托盘集成 - 后台静默运行 + - 双语界面 - 中文和英文界面任意切换 + - 自动更新 - 自动检测和下载最新版本 +Tags: +- 听写 +- 语音识别 +- 语音转文字 +- 转写 +- 转录 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.yaml new file mode 100644 index 000000000000..56849029d0b8 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.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: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.installer.yaml b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.installer.yaml new file mode 100644 index 000000000000..7fb01efd7b19 --- /dev/null +++ b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.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: YogeshSharma.NullByte +PackageVersion: 0.5.0-alpha +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/101yogeshsharma/NullByte/releases/download/v0.5.0-alpha/NullByte.Setup.0.5.0-alpha.exe + InstallerSha256: 3D1FB69F33C3E75F5BEED15C6F757E15A2A76B5FC3C95CA087FA888D3C8280FA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.locale.en-US.yaml b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.locale.en-US.yaml new file mode 100644 index 000000000000..2ba031ee96ed --- /dev/null +++ b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.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: YogeshSharma.NullByte +PackageVersion: 0.5.0-alpha +PackageLocale: en-US +Publisher: Yogesh Sharma +PackageName: NullByte +License: Apache-2.0 +Copyright: Copyright © 2026 Yogesh Sharma +ShortDescription: NullByte - AI Coding Assistant powered by Gemini +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.yaml b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.yaml new file mode 100644 index 000000000000..e1e3951349cc --- /dev/null +++ b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.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: YogeshSharma.NullByte +PackageVersion: 0.5.0-alpha +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.installer.yaml b/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.installer.yaml new file mode 100644 index 000000000000..c85f644eeded --- /dev/null +++ b/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=AUSU.CRLF.7-2-13.Win32NT +# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.5.0/manifest.installer.1.5.0.json + +PackageIdentifier: Youdao.YoudaoTranslate +PackageVersion: 11.2.18.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +Installers: +- Architecture: x86 + InstallerUrl: https://download.ydstatic.com/cidian/static/11.2/260302/YoudaoDictSetup.exe + InstallerSha256: BB13BC46ADE4ADF564D6F7A255CE261715D02FA8F9116F6005806EE136E2EF03 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.locale.zh-CN.yaml b/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.locale.zh-CN.yaml new file mode 100644 index 000000000000..df828ec61d29 --- /dev/null +++ b/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=AUSU.CRLF.7-2-13.Win32NT +# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.5.0/manifest.defaultLocale.1.5.0.json + +PackageIdentifier: Youdao.YoudaoTranslate +PackageVersion: 11.2.18.0 +PackageLocale: zh-CN +Publisher: 网易公司 +PublisherUrl: https://cidian.youdao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://c.youdao.com/dict/law/youdao_agreement/privacy.html +Author: Youdao +PackageName: 网易有道翻译 +# PackageUrl: +License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Netease Youdao translate - The most powerful translation productivity tool ever seen. +# Description: +Moniker: youdaotranslate +Tags: +- cloud +- dict +- dictionary +- online +- translate +ReleaseNotes: |- + - Major upgrade to simultaneous interpretation transcription function!!! + - Real-time transcription of Chinese and English classes and meetings, with significantly improved accuracy + - Translation covers 112 languages, including English with Indian accents + - Added AI summarization feature, automatically generating class notes and meeting minutes +ReleaseNotesUrl: https://fanyi.youdao.com/download-release-notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.yaml b/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.yaml new file mode 100644 index 000000000000..d81950ff44ac --- /dev/null +++ b/manifests/y/Youdao/YoudaoTranslate/11.2.18.0/Youdao.YoudaoTranslate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=AUSU.CRLF.7-2-13.Win32NT +# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.5.0/manifest.version.1.5.0.json + +PackageIdentifier: Youdao.YoudaoTranslate +PackageVersion: 11.2.18.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.installer.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.installer.yaml new file mode 100644 index 000000000000..0ac95a570f6c --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.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: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- tutor-electron-student +ProductCode: tutor-electron-student +Installers: +- Architecture: x86 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.18.0.21422-installer-ia32.exe + InstallerSha256: 4BFA37C44E0C6071CBF56559F629A34F5C3776A624672EAC8027795DB719C445 +- Architecture: x64 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.18.0.21421-installer-x64.exe + InstallerSha256: 0E62ACDA0F02AEE0245223F9955D782177C45EE00B6DB7A18171CE1AFED669D1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.en-US.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.en-US.yaml new file mode 100644 index 000000000000..1f62a32793e9 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.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: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +PackageLocale: en-US +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: Beijing Yuanli Science and Technology Co., Ltd. +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: Proprietary +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 Yuanfudao +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: Live streaming tutoring for elementary and middle school students +Description: Yuanfudao, the core product of Yuanfudao Online Education Organisation, provides online interactive teaching of elementary and junior secondary subjects. With immersive experience, it aims to boost education with technology. Through the Yuanfudao client, primary and middle school students can receive remote tutoring. With the technical support of the Yuanfudao client, students can participate in real-time interactions, take tests, and receive assistance in reading and answering questions from assistant tutors. +Tags: +- broadcasting +- class +- classroom +- course +- education +- learn +- lecture +- lesson +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- study +- teach +- teaching +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml new file mode 100644 index 000000000000..74a21a5d2a6b --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.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: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +PackageLocale: zh-CN +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: 北京猿力科技有限公司 +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: 专有软件 +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 猿辅导 +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: 中小学生全科在线辅导直播课 +Description: 猿辅导网课,猿辅导在线教育旗下核心产品,提供小学、初中多科在线互动教学,沉浸体验,以科技助力教育。通过猿辅导客户端,中小学生可以在家享受教师直播在线辅导。基于猿辅导客户端提供的技术支持,学生可以参与实时互动、完成题目测试以及享受助教伴读答疑服务。 +Tags: +- 公开课 +- 学习 +- 授课 +- 推流 +- 教学 +- 教室 +- 教育 +- 直播 +- 讲堂 +- 讲座 +- 讲授 +- 讲课 +- 课堂 +- 课程 +ReleaseNotes: '- 优化了一些细节' +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.yaml new file mode 100644 index 000000000000..7ad250c41810 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.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: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.installer.yaml b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.installer.yaml new file mode 100644 index 000000000000..f0f88c1ac91a --- /dev/null +++ b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS2.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zsyg.MoonViewer +PackageVersion: "1.0" +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES +UpgradeBehavior: install +ReleaseDate: 2026-03-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zs-yg/moonviewer/releases/download/1.0/setup.exe + InstallerSha256: 78882578D7185EDF7109A770B958891C00CDD1796E1C55AE185DD96D54A403F0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.locale.zh-CN.yaml b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.locale.zh-CN.yaml new file mode 100644 index 000000000000..944906ea30ab --- /dev/null +++ b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS2.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zsyg.MoonViewer +PackageVersion: "1.0" +PackageLocale: zh-CN +Publisher: zs-yg +PublisherUrl: https://github.com/zs-yg/moonviewer +# PublisherSupportUrl: +# PrivacyUrl: +Author: zs-yg +PackageName: MoonViewer +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/zs-yg/moonviewer/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 这是一个极简的基于pyside6的图片查看器 +# Description: +# Moniker: +Tags: +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.yaml b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.yaml new file mode 100644 index 000000000000..61ba13acb157 --- /dev/null +++ b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS2.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: zsyg.MoonViewer +PackageVersion: "1.0" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0