diff --git a/Tools/CheckDependencies.ps1 b/Tools/CheckDependencies.ps1 index 88906549672d8..f513dfe0b7ae4 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 95cbf312fe492..0d9f70707cbaf 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 1c6e821ddb409..0953b0206d4ec 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 9d9e09a20409a..ff93d4ff000a2 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 e08c959f73741..912124f4685ab 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 cf1aab8182e05..506750f4298fc 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 0bac5ddf8a337..428c079bef83e 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 2010f74e5612c..240d4ccda12ad 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/3/360/PalmInput/3.2.8.1048/360.PalmInput.installer.yaml b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.installer.yaml similarity index 80% rename from manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.installer.yaml rename to manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.installer.yaml index bfb4625871354..b00eb3d29b3e5 100644 --- a/manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.installer.yaml +++ b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: 360.PalmInput -PackageVersion: 3.2.8.1048 +PackageVersion: 3.2.9.1020 InstallerType: exe Scope: machine InstallModes: @@ -16,10 +16,10 @@ UpgradeBehavior: install FileExtensions: - piskn ProductCode: PalmInput -ReleaseDate: 2026-01-23 +ReleaseDate: 2026-03-10 Installers: - Architecture: x86 InstallerUrl: https://dl.360safe.com/installer/web/PalmInputSetup.exe - InstallerSha256: E78AD52CA7D99BEF676935025CD449F5AB3F73A389D8E84A38235E57106E9956 + InstallerSha256: 97C0DE2FC6028C84819C738F107B68D3F0CB4325185B4487C2A042F948DEA777 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.locale.en-US.yaml b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.locale.en-US.yaml similarity index 97% rename from manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.locale.en-US.yaml rename to manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.locale.en-US.yaml index 7aa2b009d9dd8..ba1063fde298d 100644 --- a/manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.locale.en-US.yaml +++ b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: 360.PalmInput -PackageVersion: 3.2.8.1048 +PackageVersion: 3.2.9.1020 PackageLocale: en-US Publisher: 360.cn Author: Beijing Qiyuan Technology Co., Ltd. diff --git a/manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.locale.zh-CN.yaml b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.locale.zh-CN.yaml similarity index 85% rename from manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.locale.zh-CN.yaml rename to manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.locale.zh-CN.yaml index 39239cbe86b77..32f9d2d6cc4da 100644 --- a/manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.locale.zh-CN.yaml +++ b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: 360.PalmInput -PackageVersion: 3.2.8.1048 +PackageVersion: 3.2.9.1020 PackageLocale: zh-CN Publisher: 360.cn Author: 北京奇元科技有限公司 @@ -19,8 +19,8 @@ Tags: - 汉语 - 输入法 ReleaseNotes: |- - 1. 修复海康威视适配问题 - 2. 解决重启偶现输不出中文 - 3. 修复状态栏显示不一致问题 + 1. 热更新 v3.2.8.1048,无需重启 + 2. 修复简繁切换快捷键失效 + 3. 优化进程启动,提升运行稳定性 ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.yaml b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.yaml similarity index 89% rename from manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.yaml rename to manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.yaml index ea84eaac42f44..d6719a756d329 100644 --- a/manifests/3/360/PalmInput/3.2.8.1048/360.PalmInput.yaml +++ b/manifests/3/360/PalmInput/3.2.9.1020/360.PalmInput.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: 360.PalmInput -PackageVersion: 3.2.8.1048 +PackageVersion: 3.2.9.1020 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.installer.yaml b/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.installer.yaml new file mode 100644 index 0000000000000..50547ac974cb8 --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.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: Acqusys.Taskeract +PackageVersion: 1.6.2 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://f001.backblazeb2.com/file/taskeract-pub/releases/v1.6.2/Taskeract_1.6.2_x64-setup.exe + InstallerSha256: 6B56FB89E3BC7683A38D5D04CAA197F51B9DA54999B74A0B83312C2979AE5D76 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.locale.en-US.yaml b/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.locale.en-US.yaml new file mode 100644 index 0000000000000..4c0ae47f6306d --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.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: Acqusys.Taskeract +PackageVersion: 1.6.2 +PackageLocale: en-US +Publisher: Acqusys, LLC +PackageName: Taskeract +License: Proprietary +ShortDescription: Desktop app for orchestrating AI coding agents +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.yaml b/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.yaml new file mode 100644 index 0000000000000..8f586952e9132 --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/1.6.2/Acqusys.Taskeract.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: Acqusys.Taskeract +PackageVersion: 1.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 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 0000000000000..dfe66136ec099 --- /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 0000000000000..ed8bf721e8a51 --- /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 0000000000000..37e75587614c9 --- /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 0000000000000..752976233564e --- /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 0000000000000..03576f78b34a3 --- /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 0000000000000..618d6715649ae --- /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 0000000000000..c3d880223032b --- /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 0000000000000..518e9fc103556 --- /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 0000000000000..c868ae16f302f --- /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 0000000000000..2dfcb80ef5786 --- /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 0000000000000..ee016d12bb6e0 --- /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 0000000000000..9d789cf1229aa --- /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 0000000000000..55c285e2fce67 --- /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 0000000000000..3c22a0dcca1ea --- /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 0000000000000..fb9018dfa574a --- /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 0000000000000..eb75ad10e9be2 --- /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 1822455be8fe6..ab1abb14b6da4 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 967ab77341443..3a0b674b90a8c 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 fdda495a84cee..96ec9a877b877 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 9eb68f9558ca0..328aa2df49b29 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 0000000000000..526ff7c834967 --- /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 0000000000000..8fff03220ca20 --- /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 0000000000000..02770b94154db --- /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 0000000000000..c8556d15c2e2a --- /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 56919549507bc..67629c48f536f 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 97aa3d4025e0a..f5389ab757428 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 dc3ee7ae7dc74..e13280d93f5eb 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 230623d820f93..a1a809c9a8c6a 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/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 0000000000000..7600ef47ec63d --- /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 0000000000000..1f9ff6d299aa0 --- /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 0000000000000..6c00f1c11b8f3 --- /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 0000000000000..708fe98698caa --- /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/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 0000000000000..97a58075b5602 --- /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 0000000000000..77beadb58bb5a --- /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 0000000000000..83d327070a8a3 --- /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/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 0000000000000..33d4f974d66b4 --- /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 0000000000000..6ebd598ec1855 --- /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 0000000000000..30bac43d7408f --- /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/FastTube/FastTube/1.2/FastTube.FastTube.installer.yaml b/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.installer.yaml new file mode 100644 index 0000000000000..ecbd8dd573bdf --- /dev/null +++ b/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: FastTube.FastTube +PackageVersion: "1.2" +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/visd2/Fasttube-desktop-application/releases/download/v1.2/FastTube_Setup_v1.2.exe + InstallerSha256: A2F814519D6916F4AE07C20964A258545AF6FE06CAC2F6CB60F1C06F20311A34 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.locale.en-US.yaml b/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.locale.en-US.yaml new file mode 100644 index 0000000000000..697aa6d83fb45 --- /dev/null +++ b/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: FastTube.FastTube +PackageVersion: "1.2" +PackageLocale: en-US +Publisher: harshvardhan +PublisherUrl: https://github.com/visd2 +PublisherSupportUrl: https://github.com/visd2/Fasttube-desktop-application/issues +PackageName: FastTube Pro +PackageUrl: https://github.com/visd2/Fasttube-desktop-application +License: MIT +ShortDescription: FastTube Pro Setup +ReleaseNotesUrl: https://github.com/visd2/Fasttube-desktop-application/releases/tag/v1.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/visd2/Fasttube-desktop-application/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.yaml b/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.yaml new file mode 100644 index 0000000000000..51a71bb804a78 --- /dev/null +++ b/manifests/f/FastTube/FastTube/1.2/FastTube.FastTube.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: FastTube.FastTube +PackageVersion: "1.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.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 0000000000000..21ccfdf5a2499 --- /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 0000000000000..44a6bca78aef4 --- /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 0000000000000..41e5a99f40a9b --- /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 0000000000000..0dbe4e4a4e46e --- /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 0000000000000..3cf2e3555454d --- /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 0000000000000..7f1cff55adfea --- /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/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.installer.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.installer.yaml new file mode 100644 index 0000000000000..88fdacdab9a1f --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.03.08 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.03.08-9bf42a8/copilot_here-win-x64.zip + InstallerSha256: AD0FF294D3EF315BFD88EB44DF49830543EFD8F00E4C9097376E7E1BB9C6E75C +- Architecture: arm64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.03.08-9bf42a8/copilot_here-win-arm64.zip + InstallerSha256: 221A972819F9C881AE5C3A91FCCDB41F49BAA16AB6301DD89C8AF68977759362 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-08 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.locale.en-US.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.locale.en-US.yaml new file mode 100644 index 0000000000000..96f75146180cf --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.03.08 +PackageLocale: en-US +Publisher: Gordon Beeming +PublisherUrl: https://github.com/GordonBeeming +PublisherSupportUrl: https://github.com/GordonBeeming/copilot_here/issues +PackageName: copilot_here +PackageUrl: https://github.com/GordonBeeming/copilot_here +License: FSL-1.1-MIT +LicenseUrl: https://github.com/GordonBeeming/copilot_here/blob/main/LICENSE +ShortDescription: Run GitHub Copilot CLI in a sandboxed Docker container +Description: |- + copilot_here lets you run GitHub Copilot CLI commands inside a sandboxed Docker container, + keeping your host machine clean and secure. It provides shell function wrappers for Bash, + Zsh, and PowerShell that seamlessly proxy Copilot CLI commands through a containerized environment. +Tags: +- cli +- copilot +- docker +- github +- github-copilot +ReleaseNotesUrl: https://github.com/GordonBeeming/copilot_here/releases/tag/cli-v2026.03.08-9bf42a8 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.yaml new file mode 100644 index 0000000000000..52fbf6729739a --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.03.08/GordonBeeming.CopilotHere.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.03.08 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..f44da4a88c7a2 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.239.1849 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ProductCode: Grammarly Desktop Integrations +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.239.1849/GrammarlyInstaller.exe + InstallerSha256: 49F4CF8CD9393DB4961F2741FDA3B6E6487D70967A18D7137FA5F78BB47EA9FA +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.239.1849/GrammarlyInstaller.exe + InstallerSha256: 49F4CF8CD9393DB4961F2741FDA3B6E6487D70967A18D7137FA5F78BB47EA9FA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..c0baa2576fae5 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.239.1849 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..520387d69f711 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.239.1849 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..b4a3f175df412 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.239.1849/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.239.1849 +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 0000000000000..da592536195df --- /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 0000000000000..fdfbef7a5ab8e --- /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 0000000000000..e6b4024541379 --- /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 0000000000000..f18ee57989178 --- /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 0000000000000..e1ac34a5986bd --- /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 0000000000000..76fc40250e221 --- /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 0000000000000..8f2cb4516c2b3 --- /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 0000000000000..2e36a08965f01 --- /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 0000000000000..70a3b0bbc3551 --- /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 0000000000000..f8d6a96605c98 --- /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 0000000000000..13a51410d95ae --- /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/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 0000000000000..6e8415ec6398c --- /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 0000000000000..33d73e38e931d --- /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 0000000000000..0a8837a119aba --- /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 0000000000000..e7efd58b60041 --- /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 0000000000000..2f0513fba68b9 --- /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 0000000000000..07394fba7b877 --- /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/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 0000000000000..5f9833e36e433 --- /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 0000000000000..8e5d486630acd --- /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 0000000000000..c8e4001f1d793 --- /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 0000000000000..7e76b6cb3d278 --- /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 0000000000000..827a6e2157169 --- /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 0000000000000..20346e1e658ad --- /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 0000000000000..eef91e4f0ce24 --- /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 0000000000000..12f4589717261 --- /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/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.installer.yaml b/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.installer.yaml new file mode 100644 index 0000000000000..c4d7a09cde4d8 --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 1.6.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pass-cli.exe + PortableCommandAlias: pass-cli +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-10 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/pass-cli/1.6.1/pass-cli-windows-x86_64.zip + InstallerSha256: 27D461F6813527BA569185575039C0555BC4A36A56AE80E21F4B1D4A029583DA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.locale.en-US.yaml b/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..b4a8a172f4b8f --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 1.6.1 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/pass +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Pass CLI +PackageUrl: https://proton.me/pass +License: Proprietary +Copyright: © 2026 Proton AG. All rights reserved. +ShortDescription: Proton Pass CLI is a command-line interface for managing your Proton Pass vaults, items, and secrets. +Description: |- + The Proton Pass CLI allows you to manage your Proton Pass vaults and items directly from the command line, bringing the power of secure secret management to your terminal workflow. With the CLI, you can create, list, view, and delete vaults and items seamlessly, making it an great tool for developers and system administrators who prefer working in the command line. + + Beyond basic vault management, the CLI allows you to inject secrets into your applications through environment variables or template files, enabling easy integration with your deployment workflows. The tool also provides comprehensive SSH integration, allowing you to use your SSH keys stored in Proton Pass with your existing SSH workflows. + + Key features + Flexible secret management + - The CLI offers a flexible and intuitive approach to secret management through a simple URI syntax. You can reference any secret using the format pass://vault/item/field, making it easy to access specific credentials programmatically. This design allows you to inject secrets into environment variables for your applications or process template files that contain secret references. + SSH agent integration + - For developers working with SSH keys, the CLI provides robust SSH agent integration capabilities. You can load SSH keys stored in Proton Pass directly into your existing SSH agent, or run the Proton Pass CLI as a standalone SSH agent. +Tags: +- password +- password-manager +- proton +- vault +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://protonpass.github.io/pass-cli/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.yaml b/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.yaml new file mode 100644 index 0000000000000..2da89d2f5be68 --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/1.6.1/Proton.ProtonPass.CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.installer.yaml b/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.installer.yaml deleted file mode 100644 index de479785c6ff2..0000000000000 --- a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: SecureExchanges.SEOASF -PackageVersion: 2026.03.06.1 -InstallerLocale: en-CA -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: msi - Scope: user - InstallerUrl: https://www.secure-exchanges.com/installer/SEOASF/SecureExchangesOASF-2026.03.061.msi - InstallerSha256: F704E04FBF391CFB976D52A4F0D976D2CBF9E762FB634935FC3048C7157B1232 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.locale.en-CA.yaml b/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.locale.en-CA.yaml deleted file mode 100644 index 16a04bc3a7ef7..0000000000000 --- a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.locale.en-CA.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: SecureExchanges.SEOASF -PackageVersion: 2026.03.06.1 -PackageLocale: en-CA -Publisher: Secure Exchanges -PublisherUrl: https://www.secure-exchanges.com/ -PublisherSupportUrl: https://www.secure-exchanges.com/securized-contact.aspx -PackageName: Secure Exchanges Outlook Area Sign Form -PackageUrl: https://www.secure-exchanges.com/digital-signature.aspx -License: Proprietary -ShortDescription: Secure Exchanges OASF client for Windows. -Description: | - SEOASF is Secure Exchanges' application for digital signatures. It lets you define signature areas, place signatures, and send documents securely. -Tags: -- SecureExchanges -- security -- encryption -- messaging -- digital signature -ReleaseNotesUrl: https://www.secure-exchanges.com/digital-signature.aspx -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.locale.fr-CA.yaml b/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.locale.fr-CA.yaml deleted file mode 100644 index e4c0204da3953..0000000000000 --- a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.locale.fr-CA.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: SecureExchanges.SEOASF -PackageVersion: 2026.03.06.1 -PackageLocale: fr-CA -Publisher: Secure Exchanges -PublisherUrl: https://www.secure-exchanges.com/ -PublisherSupportUrl: https://www.secure-exchanges.com/contact-securise.aspx -PackageName: Secure Exchanges Outlook Area Sign Form -PackageUrl: https://www.secure-exchanges.com/signature-numerique.aspx -License: Proprietary -ShortDescription: Client Secure Exchanges OASF pour Windows. -Description: | - SEOASF est l'application Secure Exchanges pour la signature num�rique. Elle permet de d�finir les zones de signatures et d'envoyer les documents de fa�on s�curis�e. -Tags: -- SecureExchanges -- s�curit� -- chiffrement -- messagerie -- signature num�rique -ReleaseNotesUrl: https://www.secure-exchanges.com/signature-numerique.aspx -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.yaml b/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.yaml deleted file mode 100644 index ae514011fb1a7..0000000000000 --- a/manifests/s/SecureExchanges/SEOASF/2026.03.06.1/SecureExchanges.SEOASF.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: SecureExchanges.SEOASF -PackageVersion: 2026.03.06.1 -DefaultLocale: en-CA -ManifestType: version -ManifestVersion: 1.6.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 0000000000000..97a18d6ff22b0 --- /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 0000000000000..2f14d990b255b --- /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 0000000000000..943a9eeeb627b --- /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/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 98f034d9c47f9..e1f6c0fc5c77e 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 d957acb31ca77..883011f85fe82 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 23e4595da702f..2fcdb26b82611 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 0000000000000..b642cabd932ac --- /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 0000000000000..65886b67ea876 --- /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 0000000000000..c0f6fbc70e6a3 --- /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/sharkdp/fd/10.4.2/sharkdp.fd.installer.yaml b/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.installer.yaml new file mode 100644 index 0000000000000..f0559575d6593 --- /dev/null +++ b/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.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: sharkdp.fd +PackageVersion: 10.4.2 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: fd-v10.4.2-i686-pc-windows-msvc/fd.exe + InstallerUrl: https://github.com/sharkdp/fd/releases/download/v10.4.2/fd-v10.4.2-i686-pc-windows-msvc.zip + InstallerSha256: 5E726F454C30287F0D16A5E1AD85872DBC485E38ED3A05961ED470A51E331DE2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: fd-v10.4.2-x86_64-pc-windows-msvc/fd.exe + InstallerUrl: https://github.com/sharkdp/fd/releases/download/v10.4.2/fd-v10.4.2-x86_64-pc-windows-msvc.zip + InstallerSha256: B2816E506390A89941C63C9187D58A3CC10E9A55F2EF0685F9EA0ECCAF7C98C8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.locale.en-US.yaml b/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.locale.en-US.yaml new file mode 100644 index 0000000000000..22b3e4bc0ea17 --- /dev/null +++ b/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.locale.en-US.yaml @@ -0,0 +1,28 @@ +# 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: sharkdp.fd +PackageVersion: 10.4.2 +PackageLocale: en-US +Publisher: David Peter +PublisherUrl: https://david-peter.de/ +PublisherSupportUrl: https://github.com/sharkdp/fd/issues +Author: David Peter +PackageName: fd +PackageUrl: https://github.com/sharkdp/fd +License: Apache-2.0 +LicenseUrl: https://github.com/sharkdp/fd#license +Copyright: Copyright (c) 2017-present The fd developers +CopyrightUrl: https://github.com/sharkdp/fd#license +ShortDescription: A simple, fast and user-friendly alternative to 'find' +Tags: +- files +- find +- rust +- search +ReleaseNotes: |- + Bugfixes + - Fixed performance regression due to --ignore-contain; see #1913 and #1914 +ReleaseNotesUrl: https://github.com/sharkdp/fd/releases/tag/v10.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.yaml b/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.yaml new file mode 100644 index 0000000000000..d793805d6a1f5 --- /dev/null +++ b/manifests/s/sharkdp/fd/10.4.2/sharkdp.fd.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: sharkdp.fd +PackageVersion: 10.4.2 +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 0000000000000..9739c9042ca33 --- /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 0000000000000..5eb50e81b0f9e --- /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 0000000000000..b2f76977e527d --- /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/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 0000000000000..c4b1adba1ac96 --- /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 0000000000000..0377b74f353c2 --- /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 0000000000000..6926eb6f0541d --- /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/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 0000000000000..1c22b29db4670 --- /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 0000000000000..efe0493222848 --- /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 0000000000000..60202d34f98b0 --- /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 0000000000000..2818afa5d5a3c --- /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 c2b01eec83104..0000000000000 --- 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 67d15b45cbff9..0000000000000 --- 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 84f294c10dfbb..0000000000000 --- 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 c91a6bc7f1301..0000000000000 --- 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 e08638df1fc91..0000000000000 --- 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 3011b29892fa2..0000000000000 --- 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 95210efa6db77..0000000000000 --- 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 e45759a9aee84..0000000000000 --- 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 7c9f64af826f7..0000000000000 --- 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 b8e5f94120009..0000000000000 --- 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 6c48db648e79f..0000000000000 --- 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 db690ac53d882..0000000000000 --- 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 d2becf0116da3..0000000000000 --- 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 c9891e412aea9..0000000000000 --- 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 aa6a7d3c568f9..0000000000000 --- 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.3/XimilalaXiang.DeLive.installer.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.3/XimilalaXiang.DeLive.installer.yaml new file mode 100644 index 0000000000000..e4c508ff7b99d --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.3/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.3 +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.3/DeLive-1.4.3-x64.exe + InstallerSha256: 8B18D577637539FFA4E3C051FCC9FBDC41A6209C620F9CF37536B94E3BA14A23 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v1.4.3/DeLive-1.4.3-x64.exe + InstallerSha256: 8B18D577637539FFA4E3C051FCC9FBDC41A6209C620F9CF37536B94E3BA14A23 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.3/XimilalaXiang.DeLive.locale.en-US.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.3/XimilalaXiang.DeLive.locale.en-US.yaml new file mode 100644 index 0000000000000..85918b6837f20 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.3/XimilalaXiang.DeLive.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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.3 +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 AI post-process settings for OpenAI-compatible briefing generation, including configurable base URL, model, optional API key, and output language + - 🤖 新增 AI 后处理设置,支持配置 OpenAI-compatible briefing 生成的 Base URL、模型、可选 API Key 与输出语言 + - ✨ Added session-level AI briefing flow with structured summary, actionItems, keywords, and chapters persisted into postProcess + - ✨ 新增会话级 AI briefing 工作流,结构化生成 summary、actionItems、keywords 与 chapters,并写回 postProcess + - 🧪 Added AI post-process parser coverage and post-process lifecycle tests, increasing frontend coverage from 176 to 180 tests + - 🧪 新增 AI 后处理解析测试与 post-process 生命周期测试,前端测试总数从 176 提升到 180 + Changed / 变更 + - 🪟 Updated the history preview modal to surface AI briefing cards and allow one-click generate / regenerate actions alongside transcript review + - 🪟 更新历史预览弹窗,新增 AI briefing 卡片,并支持在查看 transcript 时一键生成 / 重新生成 + - 🔐 Extended safeStorage and backup settings handling to cover AI post-process credentials and configuration + - 🔐 扩展 safeStorage 与备份设置处理链路,覆盖 AI 后处理凭据与配置 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md#143---2026-03-10 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.3/XimilalaXiang.DeLive.locale.zh-CN.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.3/XimilalaXiang.DeLive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e5a16943f7318 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.3/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.3 +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.3/XimilalaXiang.DeLive.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.3/XimilalaXiang.DeLive.yaml new file mode 100644 index 0000000000000..6674e7e9f3755 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.3/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.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.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 0000000000000..c85f644eededd --- /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 0000000000000..df828ec61d292 --- /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 0000000000000..d81950ff44ac0 --- /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