diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..474539a27ceb3 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.4/OpenCowork-win-amd64-setup.exe + InstallerSha256: AC4DC5CE8A1CE935488FF102CE3330D544F3F8315F2ECCF16273EF19F79F5882 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.4/OpenCowork-win-amd64-setup.exe + InstallerSha256: AC4DC5CE8A1CE935488FF102CE3330D544F3F8315F2ECCF16273EF19F79F5882 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.4/OpenCowork-win-arm64-setup.exe + InstallerSha256: B7E0BF163BEF8FA566F33B5E5BD2E20E9302FF7FB8E45B294A893156E5CA3418 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..8021a5a813d42 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Fixed + - Removed BOM character from package.json for better compatibility with various tools and parsers. + - Added pointer-events-none to user message locator container to prevent it from intercepting clicks on underlying UI elements. + Changed + - Optimized streaming and debug overhead by implementing on-demand caching and batch refresh instead of full recalculation on every increment, reducing O(n²) complexity in main and sidecar processes. + - Enhanced debug request body handling by upgrading from in-memory truncation to persistent disk storage for better readability of long request bodies. + - Added constraints for sub-agent and plan mode operations: sub-agents can no longer directly create/execute/approve plans, and plan mode tools are disabled by default in sub-agent contexts. + - Implemented context injection for plan mode, plan revision, plan execution, plugin channels, system commands, and slash commands to ensure model input consistency with current runtime state. + - Added prompt cache key truncation and derived sub-agent cache keys for OpenAI Responses API. + - Added duplicate task deduplication during runtime to prevent identical sub-agent prompts from being executed multiple times. + Fixed + - Fixed sidecar manager initialization and communication flow. + - Improved session image export functionality. + - Updated routing AI provider configuration. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c242bbbe05b77 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.4 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.0.4 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..2e178719f1848 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.4/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.installer.yaml b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.installer.yaml new file mode 100644 index 0000000000000..57a46a706744f --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 1.1.13 +UpgradeBehavior: install +Protocols: +- scalar +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar%20Setup%201.1.13%20-%20Build%20260702g7451dv9w-x64.exe + InstallerSha256: E866F242D406D59064EA3AAE2A3919C4E1C2EC41DB62E66DACE4CD90C4BC382E + InstallerSwitches: + Upgrade: --updated + ProductCode: e9dd711d-c676-5095-8529-f41d327b2a3a +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar-1.1.13-build-260702g7451dv9w-x64.msi + InstallerSha256: A7BBDE3783C4DA72E4E17CBD655103E5D28DA58939243DE8B4B2273D1C234F93 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{8A38671F-DE1B-4D10-B75F-7B109D657C81}' + AppsAndFeaturesEntries: + - ProductCode: '{8A38671F-DE1B-4D10-B75F-7B109D657C81}' + UpgradeCode: '{AFBD09A8-1E98-5D6D-9359-BA480727D943}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.locale.en-US.yaml b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.locale.en-US.yaml new file mode 100644 index 0000000000000..8a8b6f64e7775 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.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: APIDocumentation.Scalar +PackageVersion: 1.1.13 +PackageLocale: en-US +Publisher: Scalar +PublisherUrl: https://scalar.com/ +PublisherSupportUrl: https://github.com/scalar/scalar/issues +PrivacyUrl: https://scalar.com/privacy-policy +Author: API Documentation Inc. +PackageName: Scalar +PackageUrl: https://scalar.com/download +License: MIT +LicenseUrl: https://github.com/scalar/scalar/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026-present Scalar +CopyrightUrl: https://scalar.com/terms-and-conditions +ShortDescription: An offline first API Client built for OpenAPI. +Tags: +- api +- automation +- debug +- develop +- development +- document +- documentation +- interface +- internet +- network +- request +- response +ReleaseNotesUrl: https://scalar.com/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://guides.scalar.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.locale.zh-CN.yaml b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13475544c9ef8 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.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: APIDocumentation.Scalar +PackageVersion: 1.1.13 +PackageLocale: zh-CN +ShortDescription: 为 OpenAPI 打造的本地优先 API 客户端。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 文档 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://guides.scalar.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.yaml b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.yaml new file mode 100644 index 0000000000000..84a9691593c97 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.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: APIDocumentation.Scalar +PackageVersion: 1.1.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..8c1107a03eecd --- /dev/null +++ b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.installer.yaml @@ -0,0 +1,49 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 12.15.3@152.0.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- url +- webp +- xht +- xhtml +ReleaseDate: 2026-07-02 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v12.15.3/floorp-windows-x86_64.installer.exe + InstallerSha256: E1E5D6F06055D6E50050C4F72C5E54DB38B4E9C3ED817EA24D140E51F1AB4019 + AppsAndFeaturesEntries: + - DisplayName: Ablaze Floorp (x64 en-US) + ProductCode: Ablaze Floorp 12.15.3@152.0.5 (x64 en-US) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..b72536f15cadf --- /dev/null +++ b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 12.15.3@152.0.5 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://docs.floorp.app/ +Documentations: +- DocumentLabel: Floorp Docs + DocumentUrl: https://docs.floorp.app/ +Agreements: +- AgreementLabel: Terms of Service + AgreementUrl: https://floorp.app/en-US/terms +- AgreementLabel: Privacy Policy + AgreementUrl: https://floorp.app/en-US/privacy +PrivacyUrl: https://floorp.app/en-US/privacy +Author: Floorp Projects +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/main/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.floorp.app/en/release/12.15.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..9103e60645b5b --- /dev/null +++ b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 12.15.3@152.0.5 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://docs.floorp.app/ja/ +Documentations: +- DocumentLabel: Floorp Docs + DocumentUrl: https://docs.floorp.app/ja/ +Agreements: +- AgreementLabel: 利用規約 + AgreementUrl: https://floorp.app/ja-JP/terms +- AgreementLabel: プライバシーポリシー + AgreementUrl: https://floorp.app/ja-JP/privacy +PrivacyUrl: https://floorp.app/ja-JP/privacy +Author: Floorp Projects +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/main/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.floorp.app/ja/release/12.15.3 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..9ee9a0bfe200f --- /dev/null +++ b/manifests/a/Ablaze/Floorp/12.15.3@152.0.5/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 12.15.3@152.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.installer.yaml b/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.installer.yaml new file mode 100644 index 0000000000000..c2d66dcabc254 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.installer.yaml @@ -0,0 +1,29 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.163.0 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- sam +ProductCode: '{97553A23-E440-4262-B1ED-163BA55A4447}' +ReleaseDate: 2026-07-02 +AppsAndFeaturesEntries: +- ProductCode: '{97553A23-E440-4262-B1ED-163BA55A4447}' + UpgradeCode: '{869D7B3B-A7C9-4E19-AC94-190305391ED1}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Amazon/AWSSAMCLI' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/aws-sam-cli/releases/download/v1.163.0/AWS_SAM_CLI_64_PY3.msi + InstallerSha256: 1127A4D176FA155E046090F39C7355CCA2A7C657C3C748F6A0F6ADE2E482135D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.locale.en-US.yaml b/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..9987c7313c2cc --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.163.0 +PackageLocale: en-US +Publisher: AWS Serverless Applications +PublisherUrl: https://github.com/aws/aws-sam-cli +PublisherSupportUrl: https://github.com/aws/aws-sam-cli/issues +Author: AWS Serverless Applications +PackageName: AWS SAM Command Line Interface +PackageUrl: https://aws.amazon.com/serverless/sam +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. +CopyrightUrl: https://raw.githubusercontent.com/aws/aws-sam-cli/master/LICENSE +ShortDescription: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +Moniker: aws-sam-cli +Tags: +- amazon +- aws +- cli +- sam +- serverless +ReleaseNotes: |- + Changes: + 11ed1fb - chore(deps-dev): bump types-requests (#9025) + 2e3122e - feat: updating app templates repo hash with (80d473d44a1bbf346f7f902d79fef40c4743a312) (#9085) + 0b99832 - ci: remove sync-to-mirror-repo workflow (#9092) + f4ebc1a - chore(deps): bump cfn-lint from 1.51.4 to 1.51.5 in the cfn-lint group (#9088) + 635734d - test: fix expected SubType for wait_for_callback in tests (#9097) + bb347f8 - chore(deps-dev): bump black from 26.5.0 to 26.5.1 (#9076) + 00ce463 - chore(deps): bump actions/checkout from 6 to 7 (#9091) + a27c8de - chore(deps-dev): bump types-setuptools (#9073) + 4396693 - chore(deps): bump aws-actions/configure-aws-credentials (#9098) + 77b2d02 - feat: updating app templates repo hash with (5b0b24062370f27a2a2ec3202041cf894005da3c) (#9093) + b6f1380 - chore(deps-dev): bump types-dateparser (#9090) + 8a6d35f - chore(deps): bump cryptography from 48.0.0 to 48.0.1 in /requirements (#9086) + 053edbd - chore(deps-dev): bump pytest-rerunfailures (#9071) + cc8d2da - chore(deps): bump the requests group across 1 directory with 3 updates (#9043) + 7e821f9 - chore(deps): bump cfn-lint in the cfn-lint group across 1 directory (#9099) + d12e123 - fix: follow redirects and add fallback for zlib download in pyinstaller build (#9104) + cb8abd8 - chore(deps): bump the boto group across 1 directory with 9 updates (#9084) + 5581ff2 - feat: add --express flag to sam deploy and sam sync (#9106) + 75567d2 - chore: update aws-sam-translator to 1.111.0 (#9108) + 8f25f26 - chore: bump version to 1.163.0 (#9107) + + Hashes: + ────────────────────────────────┬──────────────────────────────────────────────────────────────── + Filename │SHA256 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-macos-arm64.pkg │45fc72463c7b7b82da3e60df25fb018a1241e8706e209316a092be3c9366ba45 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + AWS_SAM_CLI_64_PY3.msi │1127a4d176fa155e046090f39c7355cca2a7c657c3c748f6a0f6ade2e482135d + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-x86_64.zip │3f12863f45da82bc2ad1fb837444cca57450bd07fef73449b917362ef2f5ab70 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-x86_64.zip.sig│5ead47d496eb784070c30b38f377a6d96c7ea2b0bd743f76235046524ad2cd51 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-arm64.zip │e58f69c2019fdb1b05f7aeab939a1a1d504a4f1184da94818942d10a43c50acf + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-arm64.zip.sig │a70a7c543a6230f06dc4f32e35b9fc9d21cc29d0cee78e4f69cc1cef4ce8ec29 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-macos-x86_64.pkg │3a6295ad9aea5cd49806cc5860aa7d49661ffeab9e503a8e8523058eabab21a9 + ────────────────────────────────┴──────────────────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/aws/aws-sam-cli/releases/tag/v1.163.0 +Documentations: +- DocumentLabel: Using the AWS SAM CLI + DocumentUrl: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.yaml b/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.yaml new file mode 100644 index 0000000000000..79baf3692ae1a --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.163.0/Amazon.SAM-CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.163.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.installer.yaml b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.installer.yaml new file mode 100644 index 0000000000000..94bd2ed3b9394 --- /dev/null +++ b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Andekan.Kinship +PackageVersion: 1.100.0.0 +UpgradeBehavior: install +Protocols: +- kinship +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://app.kinship.io/download/KinshipSetup-1.100.0.0.exe + InstallerSha256: 5505a09fad9276df87561daff43266ddcc3c71056e0f3c806698be2b9ea9368c + ProductCode: '{AD076E62-4D4A-4B7B-9D7C-54415754DFFE}_is1' +- Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://app.kinship.io/download/KinshipInstaller-1.100.0.0.msi + InstallerSha256: 5AC9AC56F203EF424139D95C97346F28DB02111B6EAA9BCCAD279D9D836CE513 + InstallerSwitches: + InstallLocation: APPDIR="" + ProductCode: '{B1DFAD4F-B6AE-4956-AF91-6A180572539A}' + AppsAndFeaturesEntries: + - ProductCode: '{B1DFAD4F-B6AE-4956-AF91-6A180572539A}' + UpgradeCode: '{059BBC65-7EF8-48F1-97BC-FDA9D3ABF2DD}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.locale.en-US.yaml b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.locale.en-US.yaml new file mode 100644 index 0000000000000..76142ec8408ae --- /dev/null +++ b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Andekan.Kinship +PackageVersion: 1.100.0.0 +PackageLocale: en-US +Publisher: Andekan Inc. +PublisherUrl: https://kinship.io/ +PublisherSupportUrl: https://kinship.io/contact +PrivacyUrl: https://kinship.io/privacy +Author: Andekan Inc. +PackageName: Kinship +PackageUrl: https://app.kinship.io/downloads +License: Proprietary +LicenseUrl: https://kinship.io/terms +Copyright: © 2026 Kinship. All rights reserved. +CopyrightUrl: https://kinship.io/terms +ShortDescription: Revit Content Management, Project Tracking & Analytics +Tags: +- analytics +- bim +- content-management +- project-tracking +- revit +PurchaseUrl: https://kinship.io/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.locale.zh-CN.yaml b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c2cc6554a670e --- /dev/null +++ b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Andekan.Kinship +PackageVersion: 1.100.0.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Revit 内容管理、项目跟踪和分析 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.yaml b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.yaml new file mode 100644 index 0000000000000..b775ec9b6ad8f --- /dev/null +++ b/manifests/a/Andekan/Kinship/1.100.0.0/Andekan.Kinship.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: Andekan.Kinship +PackageVersion: 1.100.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.installer.yaml b/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.installer.yaml new file mode 100644 index 0000000000000..d229961a9717b --- /dev/null +++ b/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Apps2Samsung.Apps2Samsung +PackageVersion: 2.5.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{389C6196-185C-4159-8E49-53DF073C7F52}' +ReleaseDate: 2026-07-02 +AppsAndFeaturesEntries: +- ProductCode: '{389C6196-185C-4159-8E49-53DF073C7F52}' + UpgradeCode: '{6F3E2A1B-4C5D-4E6F-A7B8-9C0D1E2F3A4B}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Apps2Samsung' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Apps2Samsung/Apps2Samsung/releases/download/v2.5.7/Apps2Samsung-v2.5.7-win-x64.msi + InstallerSha256: 2BA458798FDF3FECAB62CA751F7356B8AF620053080A0DA0B4F342ABB23DFC0E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.locale.en-US.yaml b/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.locale.en-US.yaml new file mode 100644 index 0000000000000..b4f1331a8eaee --- /dev/null +++ b/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Apps2Samsung.Apps2Samsung +PackageVersion: 2.5.7 +PackageLocale: en-US +Publisher: Apps2Samsung +PublisherUrl: https://github.com/Apps2Samsung +PublisherSupportUrl: https://github.com/Apps2Samsung/Apps2Samsung/issues +PackageName: Apps2Samsung +PackageUrl: https://apps2samsung.madebypatrick.nl/ +License: MIT +LicenseUrl: https://github.com/Apps2Samsung/Apps2Samsung/blob/HEAD/LICENSE +ShortDescription: Install any app on Samsung Tizen devices — TVs, projectors and smart monitors +Description: Cross-platform desktop installer that side-loads any app onto Samsung Smart TVs, projectors and smart monitors running Tizen OS — Jellyfin, Moonlight, Moonfin, Litefin and a community catalog, or your own WGT package. Handles device discovery, Tizen certificates and installation. Successor to Jellyfin2Samsung.Jellyfin2Samsung. +Moniker: apps2samsung +Tags: +- jellyfin +- moonlight +- samsung +- samsung-tv +- sideload +- tizen +- wgt +ReleaseNotes: |- + 📦 v2.5.7 — 2026-07-02 + 🩹 Stable release v2.5.7 + Focused on install reliability, network handling, and legacy Windows support. + ✨ New + - VPN / tunnel warning on the main screen when a VPN, proxy, or "secure DNS" adapter is active — a common reason a TV isn't found or an install fails. + - Smarter network scan that skips VPN/tunnel and reserved IP ranges: faster, and no more chasing phantom devices or sending the install through a tunnel. + 🔀 Fixes + - Windows 7 downloads: request a modern secure (TLS) connection and tolerate older certificate stores so downloads work on legacy Windows. Best-effort — TLS 1.2 must be enabled in Windows itself. (#415) + - Clearer install errors: a dropped connection ("connection reset by peer") now shows a helpful hint instead of silently retrying, and failures report the real underlying cause. + - Corrupt download recovery: the package is validated and re-downloaded if a previous attempt left it incomplete (fixes "End of Central Directory record could not be found"). + - Settings window no longer clips its bottom row, and scrollbars stay visible. + - Main window resizes correctly so nothing gets cut off. + ⬆️ Updating + From v2.5.5+: auto-update works + Full Changelog: v2.5.6...v2.5.7 + ─────────────────────┬─────────┬─────────────────────────── + Platform │Status │Notes + ─────────────────────┼─────────┼─────────────────────────── + 🍎 macOS (.app + dmg)│✅ Stable│ARM64 + Intel + ─────────────────────┼─────────┼─────────────────────────── + 🍎 macOS (CLI) │✅ Stable│Per-arch tar.gz + ─────────────────────┼─────────┼─────────────────────────── + 🐧 Linux │✅ Stable│x64 + ARM64 (tar.gz / .deb) + ─────────────────────┼─────────┼─────────────────────────── + 🪟 Windows │✅ Stable│CI-built + ─────────────────────┴─────────┴─────────────────────────── + 🛡️ Security Notice + Antivirus warnings may occur and are likely false positives. +ReleaseNotesUrl: https://github.com/Apps2Samsung/Apps2Samsung/releases/tag/v2.5.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.yaml b/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.yaml new file mode 100644 index 0000000000000..b4b14e9eea2ec --- /dev/null +++ b/manifests/a/Apps2Samsung/Apps2Samsung/2.5.7/Apps2Samsung.Apps2Samsung.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Apps2Samsung.Apps2Samsung +PackageVersion: 2.5.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.installer.yaml b/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.installer.yaml new file mode 100644 index 0000000000000..8d9ce8d8af78b --- /dev/null +++ b/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AsterPrivacy.AsterMail +PackageVersion: 1.4.44 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: uninstallPrevious +ProductCode: Aster Mail +ReleaseDate: 2026-07-02 +AppsAndFeaturesEntries: +- Publisher: astermail + ProductCode: Aster Mail +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Aster Mail' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aster-Privacy/Aster-Mail/releases/download/v1.4.44/Aster-Mail-x64-setup.exe + InstallerSha256: 34AA5E426F383C24EEA551F8E1319F0CCEC56E053350E4F547ACAEEC66133780 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.locale.en-US.yaml b/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.locale.en-US.yaml new file mode 100644 index 0000000000000..d15dd20954439 --- /dev/null +++ b/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AsterPrivacy.AsterMail +PackageVersion: 1.4.44 +PackageLocale: en-US +Publisher: Aster Privacy +PublisherUrl: https://astermail.org/ +PublisherSupportUrl: https://github.com/Aster-Privacy/Aster-Mail/issues +PrivacyUrl: https://astermail.org/privacy +Author: Aster Privacy +PackageName: Aster Mail +PackageUrl: https://astermail.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/Aster-Privacy/Aster-Mail/blob/HEAD/LICENSE +ShortDescription: Cross-platform encrypted email client +Description: Aster Mail is a cross-platform, end-to-end encrypted email client built for Aster Privacy. Features quantum-safe encryption and zero-knowledge architecture. +Tags: +- email +- encryption +- end-to-end-encryption +- privacy +- secure-email +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.yaml b/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.yaml new file mode 100644 index 0000000000000..10f836ee9ead5 --- /dev/null +++ b/manifests/a/AsterPrivacy/AsterMail/1.4.44/AsterPrivacy.AsterMail.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AsterPrivacy.AsterMail +PackageVersion: 1.4.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.installer.yaml b/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.installer.yaml new file mode 100644 index 0000000000000..fc41e21405262 --- /dev/null +++ b/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AsterPrivacy.AsterMail +PackageVersion: 1.4.45 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: uninstallPrevious +ProductCode: Aster Mail +ReleaseDate: 2026-07-02 +AppsAndFeaturesEntries: +- Publisher: astermail + ProductCode: Aster Mail +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Aster Mail' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aster-Privacy/Aster-Mail/releases/download/v1.4.45/Aster-Mail-x64-setup.exe + InstallerSha256: CEA433121EF9E5E32D5A385F75C66300FD74DD2E69BB5A2AB9464AB4E05EF172 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.locale.en-US.yaml b/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.locale.en-US.yaml new file mode 100644 index 0000000000000..b6954eec0ba0e --- /dev/null +++ b/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AsterPrivacy.AsterMail +PackageVersion: 1.4.45 +PackageLocale: en-US +Publisher: Aster Privacy +PublisherUrl: https://astermail.org/ +PublisherSupportUrl: https://github.com/Aster-Privacy/Aster-Mail/issues +PrivacyUrl: https://astermail.org/privacy +Author: Aster Privacy +PackageName: Aster Mail +PackageUrl: https://astermail.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/Aster-Privacy/Aster-Mail/blob/HEAD/LICENSE +ShortDescription: Cross-platform encrypted email client +Description: Aster Mail is a cross-platform, end-to-end encrypted email client built for Aster Privacy. Features quantum-safe encryption and zero-knowledge architecture. +Tags: +- email +- encryption +- end-to-end-encryption +- privacy +- secure-email +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.yaml b/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.yaml new file mode 100644 index 0000000000000..6c4d40589c8e5 --- /dev/null +++ b/manifests/a/AsterPrivacy/AsterMail/1.4.45/AsterPrivacy.AsterMail.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AsterPrivacy.AsterMail +PackageVersion: 1.4.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.installer.yaml b/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.installer.yaml new file mode 100644 index 0000000000000..406925749ffe4 --- /dev/null +++ b/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BenjaminLSR.HandheldCompanion +PackageVersion: 0.31.3.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART /SUPPRESSMSGBOXES +ProductCode: Handheld Companion_is1 +ReleaseDate: 2026-07-02 +AppsAndFeaturesEntries: +- DisplayName: Handheld Companion 0.31.3.1 + ProductCode: Handheld Companion_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Handheld Companion' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Valkirie/HandheldCompanion/releases/download/0.31.3.1/HandheldCompanion-0.31.3.1.exe + InstallerSha256: 13592D5F77AF91619CE5D5DFBB73E39FF8DD524BFFA04FBD86A1F3047EAF1205 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.locale.en-US.yaml b/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.locale.en-US.yaml new file mode 100644 index 0000000000000..421f10fc51942 --- /dev/null +++ b/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BenjaminLSR.HandheldCompanion +PackageVersion: 0.31.3.1 +PackageLocale: en-US +Publisher: BenjaminLSR +PublisherUrl: https://github.com/Valkirie +PublisherSupportUrl: https://github.com/Valkirie/HandheldCompanion/issues +Author: Lesueur Benjamin +PackageName: Handheld Companion +PackageUrl: https://github.com/Valkirie/HandheldCompanion +License: CC-NC-SA 4.0 License +LicenseUrl: https://github.com/Valkirie/HandheldCompanion/blob/HEAD/LICENSE.md +Copyright: Copyright @ BenjaminLSR +ShortDescription: ControllerService +Description: A touch optimized GUI to increase your handheld gaming computer experience. +ReleaseNotes: |- + Handheld Companion – Release Notes + 0.31.3.1 - First Impressions: New Welcome Flow and UI Polish + Version 0.31.3.1 might look modest on paper, but it's one of the more foundational builds we've shipped in a while. The headline is a brand new Welcome Window that walks new users through device detection, OEM software considerations, and initial setup defaults, something inspired by Winhanced software, that's been missing for a long time and should make that critical first impression much smoother. + Alongside it, this build delivers a major UI/UX overhaul focused on visual consistency, higher-resolution device visuals, easier library navigation and faster artwork rendering. And while we're always sad to see anyone go, we've implemented a proper OEM software and controller driver stack restoration process for anyone who decides to uninstall HC. + Highlights + - New Welcome Window First-time users are now guided through a short setup flow: detecting their device and hardware capabilities, reviewing OEM software that might conflict with HC, and confirming sensible defaults for startup behavior, sleep handling, notifications, and telemetry. Everything shown can still be changed later from Settings, but this gives new users a much clearer starting point than being dropped straight into the app. + - Major UI/UX overhaul This build brings sweeping visual consistency improvements — uniform font sizes, spacing, and colors across the app — along with all device visuals reworked into high definition, a reworked hotkey display, background emulated controller artwork on the controller and layout pages, and faster-loading profile artworks. + - Clean uninstall: OEM and driver stack restoration HC now properly restores any OEM software and controller driver stacks it modified when it's uninstalled, leaving your system back the way it was before HC was installed. + - Library collections for easier navigation The Library now supports custom collections, letting you group games however makes sense to you, by genre, platform, mood, whatever. Collections sit alongside the existing platform-based categories (Microsoft, Steam, Ubisoft, GOG, BattleNet, EA, etc). + What Changed + Fixes + - Fixed external display detection occasionally failing for plug behavior. + - Fixed high-resolution artworks not downloading for newly added library games. + - Fixed profile manager handling of platform-specific profiles with no path and no launch string. + - Fixed non-focusable UI elements retaining visual focus after a mouse click. + - Fixed inverted DoNothing and AlwaysConnect behavior for controller plug behavior. + - Fixed a regression in Steam Deck lizard mode checking over time. + UI/UX + - Improved profile artwork loading logic for faster rendering. + - Major UI overhaul with uniform font sizes, styles, spacing, and colors. + - Reworked hotkey display logic. + - Reworked all device visuals into high definition. + - Added background emulated controller artwork to the controller and layout pages. + - Added a controller mode combobox to the profile application toast. + New features + - Implemented Welcome Window for first-time setup and onboarding. + - Implemented OEM software and controller driver stack restoration on uninstall. + - Implemented Library collections for custom game grouping and navigation. + Other improvements + - Updated SDL3 to 3.4.10 (pre Steam Controller V2 support). + - Improved manager boot sequence. + - Improved GoBackToSleep with customizable triggers (power button, fingerprint read, gamepad input, charger connection). + Full Changelog: 0.30.1.0...0.31.3.1 +ReleaseNotesUrl: https://github.com/Valkirie/HandheldCompanion/releases/tag/0.31.3.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Valkirie/HandheldCompanion/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.yaml b/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.yaml new file mode 100644 index 0000000000000..02e6f168669a2 --- /dev/null +++ b/manifests/b/BenjaminLSR/HandheldCompanion/0.31.3.1/BenjaminLSR.HandheldCompanion.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: BenjaminLSR.HandheldCompanion +PackageVersion: 0.31.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..8fa4a6a69649f --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 150.1.93.110 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Beta +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.110/BraveBrowserStandaloneSilentBetaSetup32.exe + InstallerSha256: E3AB1CF6B54DC3A1520FFEA543E7C6BE48C7C2BA3B3ABB432E1B9D6783E1D574 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.110/BraveBrowserStandaloneBetaSetup32.exe + InstallerSha256: 59AD08E63244D2C063B9FB23A1CA53E624BFACAF210EC341097711FC02257C55 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.110/BraveBrowserStandaloneSilentBetaSetup.exe + InstallerSha256: 902B43A1423A4F6E35480AE8B6765E9587298BC01426FD98FB461695C3ADBB0E + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.110/BraveBrowserStandaloneBetaSetup.exe + InstallerSha256: 2B74F87B6969375421D9B6B1520D3328CFD1BAF4BE2F2B191829B2DF94D8EBAE + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.110/BraveBrowserStandaloneSilentBetaSetupArm64.exe + InstallerSha256: F77CFE7466060125696512605AA593156677C35891C6DB81C82458108178AB35 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.110/BraveBrowserStandaloneBetaSetupArm64.exe + InstallerSha256: 42CE71978BB2778B2AE5631BF7B2C3E6F67050A56D0B129666024A48630EE826 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..934efefbd2cef --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.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: Brave.Brave.Beta +PackageVersion: 150.1.93.110 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..47210311cd6d0 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 150.1.93.110 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..ebd9a1b450759 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/150.1.93.110/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 150.1.93.110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..71d2aba275b75 --- /dev/null +++ b/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.installer.yaml @@ -0,0 +1,71 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 3.5.1 +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Bruno.exe + PortableCommandAlias: bruno + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v3.5.1/bruno_3.5.1_x64_win.zip + InstallerSha256: 8F6B80B139422AD12D987049FBCED10E0586B634DB8DEC18FDEE3A4FE94251BD +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Bruno.exe + PortableCommandAlias: bruno + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v3.5.1/bruno_3.5.1_arm64_win.zip + InstallerSha256: 005183278F402AE18C0E00B87A49BBCD9B0667795BB1F02BC602235ED1E1A24C +- InstallerLocale: en-US + Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v3.5.1/bruno_3.5.1_x64_win.exe + InstallerSha256: 4869BC652335CF687BDB0A4553E588669E4A651BB3A2D72882904B3ABD013C7A + ProductCode: 35fe443c-39df-5cca-9e6d-73ca33a1ce77 + AppsAndFeaturesEntries: + - DisplayName: Bruno 3.5.1 + ProductCode: 35fe443c-39df-5cca-9e6d-73ca33a1ce77 +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v3.5.1/bruno_3.5.1_x64_win.msi + InstallerSha256: E38FF57FC95BFA773D9CBC12666353977F744C2FFF20B7361F56D838B21609D3 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{540D8D11-06BE-4C95-A614-43CCA7EA386E}' + AppsAndFeaturesEntries: + - ProductCode: '{540D8D11-06BE-4C95-A614-43CCA7EA386E}' + UpgradeCode: '{41B6BEB9-60D6-5400-90FC-A4FE1C44F678}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Bruno' +- InstallerLocale: en-US + Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v3.5.1/bruno_3.5.1_arm64_win.exe + InstallerSha256: 7EF0D59242554507F80F00129E3E211598D8810B48922DE4F890B333461AE460 + ProductCode: 35fe443c-39df-5cca-9e6d-73ca33a1ce77 + AppsAndFeaturesEntries: + - DisplayName: Bruno 3.5.1 + ProductCode: 35fe443c-39df-5cca-9e6d-73ca33a1ce77 +- InstallerLocale: en-US + Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v3.5.1/bruno_3.5.1_arm64_win.msi + InstallerSha256: 215366C41E05165A7795332C350D80CC693F80A042E0109959CB3CD697ED037B + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{986DB1F2-969A-4573-B247-6FE78CA84255}' + AppsAndFeaturesEntries: + - ProductCode: '{986DB1F2-969A-4573-B247-6FE78CA84255}' + UpgradeCode: '{41B6BEB9-60D6-5400-90FC-A4FE1C44F678}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Bruno' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..e304feb7cce80 --- /dev/null +++ b/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 3.5.1 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://www.usebruno.com/support +PrivacyUrl: https://www.usebruno.com/privacy-policy +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2026 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +ShortDescription: Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia) +Description: |- + Bruno is a fast, Git-friendly, and open-source API client, aimed at revolutionizing the status quo represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +ReleaseNotes: |- + Changelog + Fixes + - fix(lang): handle leading | being added to multipart-form file paths by @sid-bruno in #8444 + - fix(git): ignore index.lock and avoid updating file mtimes during git status/git diff by @prateek-bruno + Full Changelog: v3.5.0...v3.5.1 +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v3.5.1 +PurchaseUrl: https://www.usebruno.com/pricing +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..dc646661cdc57 --- /dev/null +++ b/manifests/b/Bruno/Bruno/3.5.1/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 3.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..834980adccc47 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.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: ByteDance.Douyin +PackageVersion: 8.1.1 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: douyin +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-douyin-pc-web.douyinstatic.com/obj/douyin-pc-web/douyin-pc-client/7044145585217083655/releases/412317310/8.1.1/win32-ia32/douyin-v8.1.1-win32-ia32-default.exe + InstallerSha256: 74F4D1A48BABE4DADC6CEFBCC2E307798AD29E1D6A260C2C726BDF5B0822F3E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..41b547ada8e6c --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.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: ByteDance.Douyin +PackageVersion: 8.1.1 +PackageLocale: en-US +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2026© Douyin +ShortDescription: Discover good content and watch freely. +Tags: +- china +- douyin +- prc +- short-video +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ee64c189257fc --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.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: ByteDance.Douyin +PackageVersion: 8.1.1 +PackageLocale: zh-CN +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2026© 抖音 +ShortDescription: 发现好内容畅快看 +Tags: +- 抖音 +- 短视频 +ReleaseNotes: 新版本修复了一些已知问题,并针对性能进行优化 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..08342bf198653 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.1/ByteDance.Douyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 8.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.installer.yaml b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.installer.yaml new file mode 100644 index 0000000000000..89c5b6e4e51af --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.72 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae-cn +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{98EB0EF0-1DE3-4838-B14A-3B0DC4570E8B}_is1' +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.49398/win32/Trae_CN-Setup-x64.exe + InstallerSha256: 146B223E09029EFA91D1A850DAE4954CA6E34F931C2D3116DB1A47C633A55249 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.49398/win32/Trae_CN-Setup-x64.exe + InstallerSha256: 146B223E09029EFA91D1A850DAE4954CA6E34F931C2D3116DB1A47C633A55249 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.locale.en-US.yaml b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..f25400ccd5f4c --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.72 +PackageLocale: en-US +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.com.cn/ +PublisherSupportUrl: https://juejin.cn/pin/club/7473403408615997490 +PrivacyUrl: https://www.trae.com.cn/privacy-policy +Author: Beijing Yinli Catapult Technology Co., Ltd. +PackageName: Trae CN +PackageUrl: https://www.trae.com.cn/ +License: Proprietary +LicenseUrl: https://www.trae.com.cn/terms-of-service +Copyright: © 2026 Beijing Yinli Catapult Technology Co., Ltd. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.com.cn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0bdaba4e07d06 --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.72 +PackageLocale: zh-CN +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.com.cn/ +PublisherSupportUrl: https://juejin.cn/pin/club/7473403408615997490 +PrivacyUrl: https://www.trae.com.cn/privacy-policy +Author: 北京引力弹弓科技有限公司 +PackageName: Trae CN +PackageUrl: https://www.trae.com.cn/ +License: 专有软件 +LicenseUrl: https://www.trae.com.cn/terms-of-service +Copyright: © 2026 北京引力弹弓科技有限公司版权所有 +ShortDescription: 多种模型供选择,体验新一代 AI 编程工具 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.com.cn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.yaml b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.yaml new file mode 100644 index 0000000000000..02520ee50b310 --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.72/ByteDance.Trae.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Clement/bottom/0.14.2/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.14.2/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..adbf7149d256e --- /dev/null +++ b/manifests/c/Clement/bottom/0.14.2/Clement.bottom.installer.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.14.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-06-27 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\bottom' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.14.2/bottom_x86_64_installer.msi + InstallerSha256: 2A41F4034ADDDCD9FA285437301549808E257146B756CC6855A90654CF469AEA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{633DBC8C-22E4-49AE-A0A5-98E1D5B7CFBC}' + AppsAndFeaturesEntries: + - ProductCode: '{633DBC8C-22E4-49AE-A0A5-98E1D5B7CFBC}' + UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +- Architecture: arm64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.14.2/bottom_aarch64_installer.msi + InstallerSha256: EBB99BD31A9F064EB0C984FC9323A9439B0E996989AA9FC63213A679A66ACDD5 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{63290117-156E-4DA2-AA4F-7E1E128EC6C6}' + AppsAndFeaturesEntries: + - ProductCode: '{63290117-156E-4DA2-AA4F-7E1E128EC6C6}' + UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.14.2/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.14.2/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..43a0719fa0cf7 --- /dev/null +++ b/manifests/c/Clement/bottom/0.14.2/Clement.bottom.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.14.2 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Small update to fix cargo install having slightly weird behaviour due to the schema generation tool. Also a few dependency bumps. + Other + - #2109: Relocate the schema generation tool to avoid it interfering with cargo install. + Full Changelog: 0.14.1...0.14.2 +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.14.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.14.2/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.14.2/Clement.bottom.yaml new file mode 100644 index 0000000000000..b2959a1589bb6 --- /dev/null +++ b/manifests/c/Clement/bottom/0.14.2/Clement.bottom.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.14.3/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.14.3/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..0912e802c1aca --- /dev/null +++ b/manifests/c/Clement/bottom/0.14.3/Clement.bottom.installer.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.14.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-02 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\bottom' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.14.3/bottom_x86_64_installer.msi + InstallerSha256: 7677AA871795E3B5EF054459DD4BB209CA1DA4241755812B2D2926E27AA35E5D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{1D01425D-3DC1-42BB-A907-7C743AF4DB85}' + AppsAndFeaturesEntries: + - ProductCode: '{1D01425D-3DC1-42BB-A907-7C743AF4DB85}' + UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +- Architecture: arm64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.14.3/bottom_aarch64_installer.msi + InstallerSha256: 5A0E5888336711C5C480018DE66FFAED1F89B938901FEFCA8E08D4C6E87CDD96 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{F2F80AA2-E2EB-477A-9345-3B2618503D59}' + AppsAndFeaturesEntries: + - ProductCode: '{F2F80AA2-E2EB-477A-9345-3B2618503D59}' + UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.14.3/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.14.3/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..caf6f8c318776 --- /dev/null +++ b/manifests/c/Clement/bottom/0.14.3/Clement.bottom.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.14.3 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Another small release. This mostly fixes some docs, bumps some dependencies/the Rust version used to build things, and adds a bandaid to seemingly avoid causing Kitty to use extra CPU when cursor_trail is enabled (yeah that's a bit of a weird one). + Other + - #2114: Remove period in docs (thanks @dastarruer!) + - #2118: Use Rust 1.96.1. + - #2119: Workaround change for draw behaviour that caused Kitty with cursor_trail to occasionally use more CPU. + Full Changelog: 0.14.2...0.14.3 +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.14.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.14.3/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.14.3/Clement.bottom.yaml new file mode 100644 index 0000000000000..11c590959437e --- /dev/null +++ b/manifests/c/Clement/bottom/0.14.3/Clement.bottom.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.14.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.installer.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.installer.yaml new file mode 100644 index 0000000000000..40c070abf85b1 --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: chenjia404.go-p2ptunnel +PackageVersion: 0.2.37 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: go-p2ptunnel.exe + PortableCommandAlias: go-p2ptunnel +Commands: +- go-p2ptunnel +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chenjia404/go-p2ptunnel/releases/download/v0.2.37/go-p2ptunnel_0.2.37_windows_386.zip + InstallerSha256: 74923BFA71C915DC4B0B484DE917996EA315660C0D47107EBA43DF660D5557D9 +- Architecture: x64 + InstallerUrl: https://github.com/chenjia404/go-p2ptunnel/releases/download/v0.2.37/go-p2ptunnel_0.2.37_windows_amd64.zip + InstallerSha256: 564AF7E4346B2DB92812E025B0FE232F4DB405C186BBBAF377079B1EDF9AFE3C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.locale.en-US.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.locale.en-US.yaml new file mode 100644 index 0000000000000..4d5451231e041 --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: chenjia404.go-p2ptunnel +PackageVersion: 0.2.37 +PackageLocale: en-US +Publisher: Chen Jia +PublisherUrl: https://blog.chenjia.info/ +PublisherSupportUrl: https://github.com/chenjia404/go-p2ptunnel/issues +Author: Chen Jia +PackageName: go-p2ptunnel +PackageUrl: https://github.com/chenjia404/go-p2ptunnel +License: MIT +LicenseUrl: https://github.com/chenjia404/go-p2ptunnel/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2026 chenjia404 +ShortDescription: A P2P-based TCP intranet encrypted tunnel tool +Description: |- + Use libp2p to establish a TCP tunnel (does not support UDP). The underlying transmission can be implemented using QUIC, TCP, WebSocket, WebTransport. Use noise protocol to encrypt the transmission. Support NAT. Can be used in multi-layer combinations. + If there is no public network IP, you can use the node ID to connect. In some situations, directly specify the IP and communication protocol to connect. + The node private key is stored in .key files in the current directory, and the default file name is user.key. If it was deleted, a new node ID will be created automatically when the program is restarting. +Tags: +- p2p +- tunnel +ReleaseNotesUrl: https://github.com/chenjia404/go-p2ptunnel/releases/tag/v0.2.37 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.locale.zh-CN.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.locale.zh-CN.yaml new file mode 100644 index 0000000000000..758518a1b8545 --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: chenjia404.go-p2ptunnel +PackageVersion: 0.2.37 +PackageLocale: zh-CN +Publisher: Chen Jia +PublisherUrl: https://blog.chenjia.info/ +PublisherSupportUrl: https://github.com/chenjia404/go-p2ptunnel/issues +Author: Chen Jia +PackageName: go-p2ptunnel +PackageUrl: https://github.com/chenjia404/go-p2ptunnel +License: MIT +LicenseUrl: https://github.com/chenjia404/go-p2ptunnel/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2026 chenjia404 +ShortDescription: 基于 P2P 的 TCP 内网加密隧道工具 +Description: |- + 使用 libp2p 建立 TCP 隧道(不支持 UDP),底层传输可以使用 QUIC、TCP、WebSocket、WebTransport 实现,使用 noise 协议加密传输,自带 NAT,可以多层组合使用。 + 如果在没有公网 IP 的情况下,可以使用节点 ID 进行连接,如果有情况的直接指定 IP 和通讯协议进行连接。 + 节点私钥文件在当前目录下,文件名后缀是 .key,默认是 user.key,删除后重启程序就会自动创建新的节点 ID。 +Tags: +- p2p +- 隧道 +ReleaseNotes: |- + Changelog + - d212415364f3e6da72640633df9e62dd6fed0efa Merge pull request #100 from chenjia404/renovate/github.com-polydawn-refmt-0.x + - ed8ba7fd88d1e977714714f02de5e160a2d5f984 Merge pull request #98 from chenjia404/renovate/github.com-libp2p-go-libp2p-kad-dht-0.x + - d6eb344b2756520f2c0ef1522f0a230445d8c9d8 Update module github.com/libp2p/go-libp2p-kad-dht to v0.41.0 + - e96a7802d2579e7386080d4e71ebecf41e549394 Update module github.com/polydawn/refmt to v0.90.0 + - d2133db4c9e43f76f1a99063ab61ca85b0069ed0 更新 go +ReleaseNotesUrl: https://github.com/chenjia404/go-p2ptunnel/releases/tag/v0.2.37 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.yaml new file mode 100644 index 0000000000000..ada41bcf72f18 --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.37/chenjia404.go-p2ptunnel.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: chenjia404.go-p2ptunnel +PackageVersion: 0.2.37 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.installer.yaml b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.installer.yaml new file mode 100644 index 0000000000000..23e84ca5c9fd4 --- /dev/null +++ b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DMT.DMTDeviceEnabler +PackageVersion: 2.12.13400 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +Dependencies: + PackageDependencies: + - PackageIdentifier: ADInstruments.LabChart + MinimumVersion: "8" +ProductCode: '{A630AE48-D6C5-4B90-B445-A1A26945BC26}' +AppsAndFeaturesEntries: +- UpgradeCode: '{2431AFE1-76F0-4BB0-A19E-0C3C795756DF}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.dmt.dk/uploads/6/5/6/8/65689239/dmtdeviceenabler_v2.12.13400_installer.msi + InstallerSha256: 328C7CD7FE0A56F9A9F60ED1EC74B449C6A9A5D811CC24E78AE1352291BE7937 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.locale.en-US.yaml b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.locale.en-US.yaml new file mode 100644 index 0000000000000..4889c260188f9 --- /dev/null +++ b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DMT.DMTDeviceEnabler +PackageVersion: 2.12.13400 +PackageLocale: en-US +Publisher: Danish Myo Technology +PublisherUrl: https://www.dmt.dk/ +PublisherSupportUrl: https://www.dmt.dk/contact.html +PrivacyUrl: https://www.dmt.dk/privacy.html +Author: Danish Myo Technology A/S +PackageName: DMT Device Enabler +PackageUrl: https://www.dmt.dk/dmt-device-enabler.html +License: Proprietary +LicenseUrl: https://www.dmt.dk/software_license.html +Copyright: © 2026 Danish Myo Technology A/S +CopyrightUrl: https://www.dmt.dk/software_license.html +ShortDescription: A freely available software addition to LabChart. It allows a selected range of Wire Myograph and Tissue/Organ Bath Systems to stream data into LabChart. +Description: |- + A freely available software addition to LabChart provided by Danish Myo Technology. + + It allows a selected range of wire myograph, muscle strip myograph, and tissue organ bath systems to stream data into LabChart. The following systems, used for studies in smooth and striated muscle, are supported: + - 320A Single Wire Myograph (firmware 2.0.5 or later) + - 360CW Confocal Wire Myograph (firmware 2.0.5 or later) + - 420A Dual Wire Myograph (firmware 2.0.5 or later) + - 520A Auto Dual Wire Myograph (firmware 2.0.5 or later) + - 620M Multi Chamber Myograph (firmware 03.20 or later) + - 720MO Tissue Bath System (firmware 03.20 or later) + - 630MA Auto Multi Wire Myograph (firmware TBA) + - 750TOBS Tissue Organ Bath (firmware Mar. 2017 or newer) + - 751mT Tissue Organ Bath (firmware Feb. 2017 or newer) + - 820MS Muscle Strip System (firmware TBA) + + The firmware version is displayed on the Touchscreen at start-up. + + The DMT Device Enabler allows: + - Automatic recognition of supported devices by LabChart + - Use of multiple devices simultaneously + - Correct units and ranges in LabChart channels + - Simultaneous recording of data into LabChart alongside a PowerLab +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.locale.zh-CN.yaml b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ec322aaac370 --- /dev/null +++ b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DMT.DMTDeviceEnabler +PackageVersion: 2.12.13400 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款可免费获取的 LabChart 软件扩展插件。该插件支持特定型号的丝式肌动图仪和组织/器官浴槽系统将数据流式传输至 LabChart 软件中。 +Description: |- + 丹麦 Myo Technology 为 LabChart 提供的免费软件插件。 + + 该插件支持特定型号的线式肌动图仪、肌肉条肌动图仪和组织器官浴槽系统将数据流传输至 LabChart。以下用于平滑肌与横纹肌研究的系统均受支持: + - 320A 单线肌动图仪(固件版本 2.0.5 及以上) + - 360CW 共聚焦线式肌动图仪(固件版本 2.0.5 及以上) + - 420A 双线肌动图仪(固件版本 2.0.5 及以上) + - 520A 自动双线肌动图仪(固件版本 2.0.5 及以上) + - 620M 多通道肌动图仪(固件版本 03.20 及以上) + - 720MO 组织浴槽系统(固件版本 03.20 及以上) + - 630MA 自动多线肌动图仪(固件版本待公布) + - 750TOBS 组织器官浴槽(2017 年 3 月或更新固件) + - 751mT 组织器官浴槽(2017 年 2 月或更新固件) + - 820MS 肌肉条系统(固件版本待公布) + + 设备启动时触摸屏会显示固件版本。 + + DMT 设备启用器可实现: + - LabChart 自动识别支持的设备 + - 多台设备同时使用 + - 确保 LabChart 通道的单位和量程准确 + - 与 PowerLab 设备同步记录数据至 LabChart +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.yaml b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.yaml new file mode 100644 index 0000000000000..db38fb80bc252 --- /dev/null +++ b/manifests/d/DMT/DMTDeviceEnabler/2.12.13400/DMT.DMTDeviceEnabler.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: DMT.DMTDeviceEnabler +PackageVersion: 2.12.13400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.installer.yaml new file mode 100644 index 0000000000000..ac9742f111c28 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.6.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: databricks.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v1.6.0/databricks_cli_1.6.0_windows_amd64.zip + InstallerSha256: E94C40D597CA3A2E96076BABE56B3840DA830A84C04F1C5F39ECB947B5D7EDA2 +- Architecture: arm64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v1.6.0/databricks_cli_1.6.0_windows_arm64.zip + InstallerSha256: 487CAA326B35A7B2F359C30523D5461D6C58EF423DCE0D06A65455103366FC01 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..fbcccc69bddbf --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.6.0 +PackageLocale: en-US +Publisher: Databricks +PublisherUrl: https://databricks.com/ +PublisherSupportUrl: https://github.com/databricks/cli/issues +PackageName: DatabricksCLI +PackageUrl: https://github.com/databricks/cli +License: DB license +LicenseUrl: https://github.com/databricks/cli/blob/HEAD/LICENSE +ShortDescription: Databricks Command Line Interface +Tags: +- command-line-interface +- databricks +ReleaseNotes: |- + Release v1.6.0 + CLI + - ssh connect now accepts a --base-environment flag to run a serverless session on a custom base environment. It takes an env.yaml path, a workspace-base-environments/... resource ID, or a base environment display name, and is rejected together with --environment-version or --cluster (#5706). + - databricks aitools install is now plugin-first: it installs the Databricks plugin through each agent's own CLI (Claude Code, Codex, GitHub Copilot) instead of copying raw skill files. Agents without a plugin (OpenCode, Antigravity) still get skill files, and Cursor prints the /add-plugin databricks step. Use --skills-only to force raw skill files for every agent, or --path to write skills to a directory (#5738). + - databricks labs list now only shows projects that can be installed (#5560). + Bundles + - direct: Fixed persistent drift on model_serving_endpoints caused by the traffic_config field (#5708). + - direct: Fix spurious update when apply_policy_default_values: true is set on job task, for-each-task, or job cluster new_cluster (#5731). Also fix spurious updates for for-each-task clusters due to missing backend defaults for data_security_mode, node_type_id, driver_node_type_id, driver_instance_pool_id, enable_elastic_disk, and enable_local_disk_encryption. + - direct: Cluster resize now falls back to regular update if resize fails due to INVALID_STATE (#5716). + - bundle generate dashboard now honors the --key flag when naming the generated resource, and rejects combining --existing-path, --existing-id, and --resource instead of silently ignoring all but one (#5492). + - Fixed bundle deployment migrate failing on model_serving_endpoints/database_instances with permissions (regression since v1.5.0) (#5775). + - After a terraform deploy, the CLI now dry-runs a migration to the direct engine (writing nothing locally or remotely) and reports the outcome via telemetry, warning if the migration could not be completed (#5797). + Dependency updates + - Bump github.com/databricks/databricks-sdk-go from v0.147.0 to v0.152.0 (#5773). + - Bump Terraform provider from v1.118.0 to v1.120.0 (#5792). +ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v1.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.yaml new file mode 100644 index 0000000000000..88faa11eed7d9 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.6.0/Databricks.DatabricksCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..6ecf7dc3e887f --- /dev/null +++ b/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.94.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.94.0/docker-agent-windows-amd64.exe + InstallerSha256: 4FF3BC5D0038E6638D01A39BF39A5AD6C0728E09B854D6D88C0FDA5EE8256878 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.94.0/docker-agent-windows-arm64.exe + InstallerSha256: 273AE9E55297CA749833B95BA69B8320BC600520B83F8DE9A4806FF56B08980E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..8113daa488a7e --- /dev/null +++ b/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.94.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.94.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.yaml new file mode 100644 index 0000000000000..9c1f9a9f02d17 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.94.0/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.94.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..ea0fedb023c63 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.95.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.95.0/docker-agent-windows-amd64.exe + InstallerSha256: BD5AAA23242645C544961F35FD0EE902FF3512E4F0AE53B923096B23280F00C1 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.95.0/docker-agent-windows-arm64.exe + InstallerSha256: B9CA6F01295006AA9DD36526920A6104D3562C7A5A4AB4410CB7B75E7ABCBA8D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..d390599b9bfbc --- /dev/null +++ b/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.95.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.95.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.yaml new file mode 100644 index 0000000000000..badab7e556e5f --- /dev/null +++ b/manifests/d/Docker/Agent/v1.95.0/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.95.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..5520869d76575 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.96.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.96.0/docker-agent-windows-amd64.exe + InstallerSha256: CB256128DDC1619ACD037DD7CAE490DBEEBE68F6DB550BE03BC695D7DC3B1A07 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.96.0/docker-agent-windows-arm64.exe + InstallerSha256: AB4791863750F1BDAD73D34E4F3C4829C6E4BF97D4A4AB2BF1E825B84EA1A385 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..0558fdd183dff --- /dev/null +++ b/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.96.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.96.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.yaml new file mode 100644 index 0000000000000..5a885660f995c --- /dev/null +++ b/manifests/d/Docker/Agent/v1.96.0/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.96.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.installer.yaml b/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.installer.yaml new file mode 100644 index 0000000000000..f4306dcce04a0 --- /dev/null +++ b/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.DockerCompose +PackageVersion: 5.3.0 +InstallerType: portable +Commands: +- docker-compose +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/compose/releases/download/v5.3.0/docker-compose-windows-x86_64.exe + InstallerSha256: EAC499928BCFDEAF0FE3DC9A783EB0BA5293188A2458C38730030E92A2759A20 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/compose/releases/download/v5.3.0/docker-compose-windows-aarch64.exe + InstallerSha256: C69EE136CD6C3318CF2683A722FB4D1DEC38C992D5E0CB2E2E06F0B1499018DA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.locale.en-US.yaml b/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.locale.en-US.yaml new file mode 100644 index 0000000000000..7b1d703d4a1b6 --- /dev/null +++ b/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.DockerCompose +PackageVersion: 5.3.0 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/compose/issues +PackageName: Docker Compose +PackageUrl: https://github.com/docker/compose +License: Apache-2.0 +LicenseUrl: https://github.com/docker/compose/blob/HEAD/LICENSE +ShortDescription: docker-compose plugin for docker cli +Description: |- + Define and run multi-container applications with Docker + with simple configuration files and command: docker-compose up +Tags: +- cli +- compose +- containers +- developer-tools +- docker +- docker-compose +ReleaseNotes: |- + What's Changed + > ℹ️ This release introduces native support for init containers. + ✨ Improvements + - Pre start init containers by @glours in #13862 + 🐛 Fixes + - Fix(oci): route authorizer token fetches through provided transport by @glours in #13873 + - Fix(run): scope Running events to project.Services by @glours in #13883 + 🔧 Internal + - Chore: migrate cagent-action to docker-agent-action (v2.0.0) by @docker-agent in #13869 + - Chore: migrate to docker-agent-action v2.0.1 by @docker-agent in #13872 + - Fix(reconcile): hash resolved service refs to match executor by @glours in #13880 + - Fix(compose/port): show private port in portNotFoundError message by @vmphase in #13875 + - Fix(run): normalize --no-TTY flag to --no-tty by @nickjj in #13885 + ⚙️ Dependencies + - Bump compose-go to version v2.13.0 by @glours in #13886 + New Contributors + - @docker-agent made their first contribution in #13869 + - @vmphase made their first contribution in #13875 + - @nickjj made their first contribution in #13885 + Full Changelog: v5.2.0...v5.3.0 +ReleaseNotesUrl: https://github.com/docker/compose/releases/tag/v5.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.yaml b/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.yaml new file mode 100644 index 0000000000000..ae8d0dc4f908e --- /dev/null +++ b/manifests/d/Docker/DockerCompose/5.3.0/Docker.DockerCompose.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.DockerCompose +PackageVersion: 5.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.installer.yaml b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.installer.yaml new file mode 100644 index 0000000000000..03ab8a6ff0fdf --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.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: dRofus.dRofus +PackageVersion: 2.18.9.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- drofus +ProductCode: '{54E203CA-A84D-4C1A-9330-DB4797B054C4}' +AppsAndFeaturesEntries: +- UpgradeCode: '{937B2BBC-8903-4F61-91F2-11D4F445CE7C}' +Installers: +- Architecture: x64 + InstallerUrl: https://deploy.drofus.com/stable/drofus-setup-2.18.9.msi + InstallerSha256: 1803A49723C2F20E0B44EB21D94F19CA8E799CCAC6CD7AC07403CFB000F36E54 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.locale.en-US.yaml b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.locale.en-US.yaml new file mode 100644 index 0000000000000..a573b84419a03 --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dRofus.dRofus +PackageVersion: 2.18.9.0 +PackageLocale: en-US +Publisher: dRofus AS +PublisherUrl: https://www.drofus.com/ +PublisherSupportUrl: https://support.drofus.com/support/home +PrivacyUrl: https://www.drofus.com/privacy-policy +Author: dRofus AS +PackageName: dRofus +PackageUrl: https://www.drofus.com/download +License: Proprietary +ShortDescription: The leading planning and data management tool for the global building industry +Description: |- + dRofus is a unique planning, data management and BIM collaboration tool that provides all stakeholders with extensive workflow support and access to building information throughout the building lifecycle. + Unlike any other planning tool on the market, dRofus was developed directly on behalf of public building owners. Capturing client requirements (EIR), validating design solutions (BIM) against client requirements, management of public standards and equipment planning are core features in the software. + dRofus has strong ArchiCAD, Revit and IFC integration with bi-directional data sync capabilities. + Model data from each discipline is captured, together with planning data, non-geometric data and documents, in a centralized database accessible to all project stakeholders via the dRofus desktop client and dRofus Web. + Typically, stakeholders produce data using different software programs that have different data schemas, with different filetypes, distributed across multiple servers, located in multiple different locations - and often this data is not re-usable by others. + This is why dRofus has become an essential tool for BIM projects - we consolidate disparate data sets and convert them into project information, insight and intelligence accessible to all project stakeholders. +Tags: +- bim +ReleaseNotesUrl: https://www.drofus.com/release-notes +Documentations: +- DocumentLabel: User Guides + DocumentUrl: https://help.drofus.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.locale.zh-CN.yaml b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9ade56c5380f9 --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dRofus.dRofus +PackageVersion: 2.18.9.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 全球建筑行业领先的规划与数据管理工具 +Description: |- + dRofus 是一款独特的规划、数据管理与 BIM 协作工具,为所有利益相关方提供贯穿建筑全生命周期的工作流支持及建筑信息访问。 + 与其他市面规划工具不同,dRofus 直接受公共建筑业主委托开发。其核心功能包括:客户需求采集(EIR)、基于客户需求的设计方案验证(BIM)、公共标准管理以及设备规划。 + dRofus 与 ArchiCAD、Revit 和 IFC 深度集成,支持双向数据同步。各专业模型数据、规划数据、非几何数据及文档均存储于中央数据库,所有项目成员可通过 dRofus 桌面客户端和 Web 端实时访问。 + 传统工作模式中,利益相关方使用不同软件生成异构数据——这些数据遵循不同架构、存储为不同格式、分散于多台服务器、位于不同地理位置,且往往无法被他人复用。 + 正因如此,dRofus 已成为 BIM 项目不可或缺的工具:我们将碎片化数据集整合转化为可共享的项目信息、洞察与智能,赋能所有项目参与者。 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://help.drofus.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.yaml b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.yaml new file mode 100644 index 0000000000000..2353c1c2d3dd1 --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.9.0/dRofus.dRofus.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: dRofus.dRofus +PackageVersion: 2.18.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..677f2cfdcd3c8 --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 11.23.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.23.2-win-ddl-stage-20260626162523-cd8157d4ac1d94822791fca95d6a2d7d2bdc63a6-setup.exe + InstallerSha256: 3236A7F33C66F2F2BCBB19A1BA04E1F5F8DA7937A9B666DAB3BA27B0390E34AB + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.23.2-win-ddl-stage-20260626162523-cd8157d4ac1d94822791fca95d6a2d7d2bdc63a6-setup.exe + InstallerSha256: 3236A7F33C66F2F2BCBB19A1BA04E1F5F8DA7937A9B666DAB3BA27B0390E34AB + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.23.2-win-ddl-stage-20260626162523-cd8157d4ac1d94822791fca95d6a2d7d2bdc63a6-setup.exe + InstallerSha256: 3236A7F33C66F2F2BCBB19A1BA04E1F5F8DA7937A9B666DAB3BA27B0390E34AB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.23.2-win-ddl-stage-20260626162523-cd8157d4ac1d94822791fca95d6a2d7d2bdc63a6-setup.exe + InstallerSha256: 3236A7F33C66F2F2BCBB19A1BA04E1F5F8DA7937A9B666DAB3BA27B0390E34AB + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..78c3f32ab1124 --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 11.23.2 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2026 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- 9wzdncrfj3mb +- ai-assistant +- artificial-intelligence-assistant +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + Features: + - Uploaded audio files are now automatically transcribed + - New setting to disable @ mention and # tag typeahead in the editor. + + Fixes: + - Fixed a bug where audio recordings could fail to save or be lost, especially on devices low on storage. + - Fixed a bug where opening a note from the calendar or another view could show the wrong note. +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8d281a73f1d53 --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 11.23.2 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2026 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..6fd6addce3232 --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.23.2/Evernote.Evernote.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: Evernote.Evernote +PackageVersion: 11.23.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.installer.yaml b/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.installer.yaml new file mode 100644 index 0000000000000..b37ebb1854a01 --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.229.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eksctl.exe +UpgradeBehavior: install +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.229.0/eksctl_Windows_amd64.zip + InstallerSha256: 7E5387D8AE8346F51448ADA616950AF3047714A83BEE6611070181E3C47F6DC0 +- Architecture: arm64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.229.0/eksctl_Windows_arm64.zip + InstallerSha256: D8F28428106AF1D6851226A5A05D122595EA5A4AB9C2CE33126607C0C49DC016 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.locale.en-US.yaml b/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.locale.en-US.yaml new file mode 100644 index 0000000000000..dafcd3fc77cc9 --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.229.0 +PackageLocale: en-US +Publisher: eksctl.io +PublisherUrl: https://eksctl.io/ +PublisherSupportUrl: https://github.com/eksctl-io/eksctl/issues +Author: eksctl.io +PackageName: eksctl +PackageUrl: https://github.com/eksctl-io/eksctl +License: Apache License 2.0 +LicenseUrl: https://github.com/eksctl-io/eksctl/blob/HEAD/LICENSE +Copyright: Copyright (c) The eksctl Authors +CopyrightUrl: https://github.com/eksctl-io/eksctl/blob/main/LICENSE +ShortDescription: The official CLI for Amazon EKS +Description: |- + eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. + It is written in Go, and uses CloudFormation. +Moniker: eksctl +Tags: +- amazon-web-services +- aws-cloudformation +- aws-ec2 +- aws-eks +- eks +- kubernetes +- kubernetes-cluster +- kubernetes-deployment +- kubernetes-setup +ReleaseNotes: |- + Release v0.229.0 + 🚀 Features + - Add cluster version rollback support with rollbackConfig (#8780) + - Add support for EKS on Outposts with EC2 instance store (#8774) + Acknowledgments + The eksctl maintainers would like to sincerely thank @DimitriPL5 and @michaelhtm. +ReleaseNotesUrl: https://github.com/eksctl-io/eksctl/releases/tag/v0.229.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.yaml b/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.yaml new file mode 100644 index 0000000000000..88a7964da386d --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.229.0/eksctl.eksctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.229.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.installer.yaml b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.installer.yaml similarity index 91% rename from manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.installer.yaml rename to manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.installer.yaml index eb454c0589cbb..00f8d9b4378e7 100644 --- a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.installer.yaml +++ b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.installer.yaml @@ -2,12 +2,12 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.6 +PackageVersion: 1.7.7 InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: Floweb -ReleaseDate: 2026-07-01 +ReleaseDate: 2026-07-02 Installers: - Architecture: x64 InstallerUrl: https://download.once.work/Floweb_latest_x64-setup.exe diff --git a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.en-US.yaml b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.locale.en-US.yaml similarity index 64% rename from manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.en-US.yaml rename to manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.locale.en-US.yaml index a82c2ecc6a858..8e3f4540018e3 100644 --- a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.en-US.yaml +++ b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.6 +PackageVersion: 1.7.7 PackageLocale: en-US Publisher: floweb PublisherUrl: https://www.floweb.cn/en @@ -19,7 +19,6 @@ Tags: - prc - web - webpage -ReleaseNotes: "\U0001F31F Enhanced WebApp toolbar: optimized macOS traffic light alignment with click-to-minimize/maximize; Refactored Windows toolbar layout with smoother blend, mute, and pin controls; Account multi-cache can reveal folders in Finder/Explorer, with scrollable cache table in Settings; WebDAV menu positioning adapts to each platform; Scrollbar opacity syncs with window transparency; Improved Settings sidebar and account multi-open page layout." PurchaseUrl: https://www.floweb.cn/en ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.zh-CN.yaml b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.locale.zh-CN.yaml similarity index 64% rename from manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.zh-CN.yaml rename to manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.locale.zh-CN.yaml index fb9536d77ab10..ae36f066a6469 100644 --- a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.zh-CN.yaml +++ b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.6 +PackageVersion: 1.7.7 PackageLocale: zh-CN Publisher: floweb PublisherUrl: https://www.floweb.cn/ @@ -16,7 +16,6 @@ Tags: - 互联网 - 浏览器 - 网页 -ReleaseNotes: "\U0001F31F WebApp 工具栏体验升级:macOS 交通灯对齐优化,支持点击区域最小化/最大化;Windows 工具栏布局重构,混合/静音/置顶按钮更顺手;账号多开缓存支持在访达/资源管理器中定位文件夹,设置页表格可滚动;WebDAV 菜单按平台智能定位;滚动条透明度随窗口透明度联动;设置侧栏与账号多开页面布局优化。" PurchaseUrl: https://www.floweb.cn/ ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.yaml b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.yaml similarity index 91% rename from manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.yaml rename to manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.yaml index 09d871f513aa5..7e9316d406f1f 100644 --- a/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.yaml +++ b/manifests/f/Floweb/Floweb/1.7.7/Floweb.Floweb.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.6 +PackageVersion: 1.7.7 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.installer.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.installer.yaml new file mode 100644 index 0000000000000..f81b20999d50c --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.1.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{5BAABD3D-CC88-4A56-9190-67236577AFA1}}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://tencent-android.cdn.flydigi.com/PC/SpaceStation4.0/Flydigi%20Space%20Station_setup_4.2.1.4.exe + InstallerSha256: 4F95260B235930F210901B7D88D7CEAF05B404FF623577380ACC1316033D6B9D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.locale.en-US.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.locale.en-US.yaml new file mode 100644 index 0000000000000..cbbf59b682644 --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.1.4 +PackageLocale: en-US +Publisher: Flydigi, Inc. +PublisherUrl: https://en.flydigi.com/ +PublisherSupportUrl: https://en.flydigi.com/index/service?nav_id=3 +Author: Shanghai Flydigi Electronics Technology Co., Ltd. +PackageName: FlydigiSpaceStation +PackageUrl: https://en.flydigi.com/index/down?nav_id=2 +License: Proprietary +Copyright: Copyright (C) 2008-2026 Shanghai Flydigi Electronics Technology Co., Ltd. All rights reserved. +ShortDescription: The companion software for Flydigi Vader 4/3 series,APEX 4/3 series and Direwolf 2 controllers. +Tags: +- controller +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.locale.zh-CN.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.locale.zh-CN.yaml new file mode 100644 index 0000000000000..51111bcec9e1f --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.1.4 +PackageLocale: zh-CN +Publisher: Flydigi, Inc. +PublisherUrl: https://flydigi.com/ +PublisherSupportUrl: https://flydigi.com/index/service?nav_id=3 +Author: 上海飞智电子科技有限公司 +PackageName: FlydigiSpaceStation +PackageUrl: https://flydigi.com/index/down?nav_id=2 +License: 专有软件 +Copyright: Copyright (C) 2008-2026 Shanghai Flydigi Electronics Technology Co., Ltd. All rights reserved. +ShortDescription: 适用于飞智黑武士 3/4 系列、八爪鱼 3/4、冰原狼 2 手柄的配套软件。 +Tags: +- 手柄 +- 控制器 +ReleaseNotes: |- + 1. 修复 DS 模式握把震动 + 2. 优化已知问题 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.yaml new file mode 100644 index 0000000000000..f78e6a7c8baf9 --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.1.4/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.installer.yaml b/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.installer.yaml new file mode 100644 index 0000000000000..73b6d022eae34 --- /dev/null +++ b/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: farion1231.CC-Switch +PackageVersion: 3.16.5 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{7D49DBD2-BDCA-4580-AA40-444990D4BF01}' +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- Publisher: ccswitch + ProductCode: '{7D49DBD2-BDCA-4580-AA40-444990D4BF01}' + UpgradeCode: '{55F90CA4-617A-5350-A7CF-F6F24252866B}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/Programs/CC Switch' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/farion1231/cc-switch/releases/download/v3.16.5/CC-Switch-v3.16.5-Windows.msi + InstallerSha256: 3A29982008BBF0419999DF59AD2BDBF545C3B2BB29D87F2594F260ECACC22346 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.locale.en-US.yaml b/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.locale.en-US.yaml new file mode 100644 index 0000000000000..7fdcd20c051b4 --- /dev/null +++ b/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.locale.en-US.yaml @@ -0,0 +1,126 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: farion1231.CC-Switch +PackageVersion: 3.16.5 +PackageLocale: en-US +Publisher: farion1231 +PublisherUrl: https://github.com/farion1231 +PublisherSupportUrl: https://github.com/farion1231/cc-switch/issues +Author: farion1231 +PackageName: CC Switch +PackageUrl: https://github.com/farion1231/cc-switch +License: MIT +LicenseUrl: https://github.com/farion1231/cc-switch/blob/HEAD/LICENSE +ShortDescription: A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI. +Moniker: ccswitch +Tags: +- ai-tools +- claude-code +- codex +- desktop-app +- mcp +- minimax +- omo +- open-source +- opencode +- provider-management +- rust +- skills +- skills-management +- tauri +- typescript +- wsl-support +ReleaseNotes: |- + CC Switch v3.16.5 + > 这一版的重头戏是让原生 Responses 格式的国产模型供应商真正适配到位——为小米 MiMo、火山豆包、千问 Qwen3-Coder、美团 LongCat、MiniMax 等具备原生 Responses 端点的供应商生成 Codex 模型目录,让 Codex 桌面能看到这些模型、内置工具也能正常工作,并对少数拒收 web_search 的国产网关自动禁用该工具、避免请求被硬性拒绝。另有两处重要改进:切换供应商时,你在应用内新增的插件、环境变量等会自动回写到通用配置并带给下一个供应商;Linux(Wayland + NVIDIA)上「标题栏能点、页面点不动、缩放黑屏」的问题,现在也能用一个环境变量开关自救。本版还带来 Claude Sonnet 5 定价与默认档升级、两级分组的会话视图,以及一批凭据安全与平台兼容修复。 + English → | 日本語版 → + 使用攻略 + 本版的新能力主要落在 Codex 供应商表单、会话面板与用量 / 通用配置里,建议结合以下文档了解: + - Codex 桌面看不到自定义模型?:本版重做了原生直连时的模型目录生成——当 Codex 供应商使用原生 Responses(openai_responses)直连时,CC Switch 会生成 ~/.codex/cc-switch-model-catalog.json,让 Codex 桌面能显示配置的自定义模型、工具也可用。若你此前配过原生 Codex 供应商,请重新保存一次以生成新目录(详见下方「升级提醒」)。 + - 用量统计:了解用量看板的数据来源与统计口径。本版新增了 Claude Sonnet 5 定价,并修复了用量脚本凭据被当作「显式覆盖」持久化的问题。 + - 设置:Codex 上游格式选择器与本地路由开关、Claude 通用配置(现更名为「应用通用配置」并支持切换时自动同步)都在供应商表单的高级选项里。 + Warning + 唯一官方渠道声明(请务必阅读) + CC Switch 是完全免费、开源的桌面应用,不会向用户收取任何费用。请仅通过下列官方渠道获取本软件: + ────────┬──────────────────────────────────── + 类别 │唯一官方 + ────────┼──────────────────────────────────── + 官网 │ccswitch.io + ────────┼──────────────────────────────────── + 源码 │github.com/farion1231/cc-switch + ────────┼──────────────────────────────────── + 下载 │GitHub Releases + ────────┼──────────────────────────────────── + 作者 │@farion1231 + ────────┼──────────────────────────────────── + 举报山寨│GitHub Issues + ────────┴──────────────────────────────────── + 任何向你收费、要求充值、或索取登录凭据的"CC Switch"网站或客户端均为假冒。如果你被诱导支付了费用,请立即停止操作并通过 GitHub Issues 反馈。 + 概览 + CC Switch v3.16.5 是 v3.16.4 之后的一版维护更新,核心是把国产模型供应商的 Codex 原生直连做通。v3.16.4 已经把千问 / 百炼、小米 MiMo、火山豆包、美团 LongCat、MiniMax 等供应商切到了原生 Responses 端点,本版进一步为它们生成 Codex 所需的模型目录(~/.codex/cc-switch-model-catalog.json),让 Codex 桌面真正能看到这些自定义模型、内置工具也能正常调用,并把模型映射从「本地路由」开关里彻底解耦。针对少数第一方模型不支持 OpenAI 内置 web_search 的国产网关(MiMo、LongCat、MiniMax、Qwen3-Coder),本版还会自动禁用该工具,避免 Codex 默认带上它触发硬 400。 + 围绕日常使用体验,本版让 Claude 的通用配置在切换供应商时自动同步并传递——你在应用内新增的插件、环境变量、主题等会先回写到通用配置、再带给下一个供应商,不会在切换时丢失;给 Linux(Wayland + NVIDIA)上点击失灵 / 黑屏的用户加了一个可自救的环境变量开关;补上 Claude Sonnet 5 定价并把默认 Sonnet 档升级到它;带来「供应商 → 项目目录」两级分组的会话视图;并修了一串凭据安全(通用配置片段剥离全部密钥、用量脚本凭据仅作显式覆盖)、平台兼容(Hermes Windows 配置目录、Windows Codex npm 影子命令)与界面(长下拉滚动、窄窗口日期选择器)的问题。此外也新增了若干供应商预设,开箱即可选用。 + 发布日期:2026-07-01 + 更新规模:36 commits | 93 files changed | +5,678 / -2,804 lines + 重点内容 + - 让国产模型供应商的 Codex 原生直连真正可用:为小米 MiMo、火山豆包、千问 Qwen3-Coder、美团 LongCat、MiniMax 等国产供应商生成 Codex 模型目录(~/.codex/cc-switch-model-catalog.json),让 Codex 桌面能看到这些模型、内置工具可用;并对拒收 web_search 的国产网关(MiMo、LongCat、MiniMax、Qwen3-Coder)自动禁用该工具、避免硬 400。存量原生供应商需重存一次以生成新目录。 + - 通用配置切换时自动同步并传递:切走一个启用了通用配置的 Claude 供应商时,你在应用内新增的插件、环境变量、主题、hooks 会先自动回写到通用配置,再带给下一个供应商——不再在切换时被覆盖丢失。 + - Linux Wayland 点击失灵 / 黑屏的自救开关:遇到 Wayland + NVIDIA 上「标题栏能点、页面点不动、缩放黑屏」时,用 CC_SWITCH_GDK_BACKEND=wayland 启动即可切回原生 Wayland(平铺式合成器上遇到反向问题可设为 x11)。 + - Claude Sonnet 5:新增 Sonnet 5 定价,并把各预设的默认 Sonnet 档升级到 claude-sonnet-5。 + - 会话分类视图与分组管理:会话面板新增「供应商 → 项目目录」两级分组视图,分组头支持三态复选框一键批量选择。 + - 新增供应商预设:新增七牛云、FennoAI、ZetaAPI、TeamoRouter、NekoCode、Code0.ai、Amux 等供应商预设,覆盖各受管应用,开箱即可选用。 + 新功能 + 国产模型供应商的 Codex 原生直连(生成模型目录) + 本版把国产供应商的 Codex 原生直连做通了。继 v3.16.4 把小米 MiMo、火山豆包、千问 Qwen3-Coder、美团 LongCat、MiniMax 等供应商切换到原生 Responses(apiFormat: "openai_responses")之后,本版推翻了当时「原生直连就删掉模型目录」的做法:这些供应商不经过本地代理直连时,CC Switch 会为它们生成 ~/.codex/cc-switch-model-catalog.json,让 Codex 桌面真正显示这些自定义模型、内置工具也能用——不会触发像 MiMo 这类原生网关会拒绝的 freeform apply_patch(type=custom)工具(编辑回退到 shell_command)。目录生成按 apiFormat 判定、与「本地路由」开关解耦,因此一个原生供应商无需开启本地路由映射也会持久化目录;而 openai_chat 格式仍保持既有的 Responses↔Chat 代理转换不变。由于 Codex 解析器要求每个条目都带 base_instructions,原生模板携带一个中性默认值、由各厂商官方文案覆盖(MiMo、MiniMax)。存量原生供应商需重新保存一次以生成有效目录(无需数据库迁移)。 + 配套地,对少数第一方模型不支持 OpenAI 内置 web_search 工具的国产网关(MiMo、LongCat、MiniMax、Qwen3-Coder),本版会在切换时自动禁用该工具,避免 Codex 默认带上它、被网关以硬 400 拒绝(详见下方「修复」)。 + 会话分类视图与分组管理 + 会话管理面板在原有平铺列表之外新增了分组视图,通过工具栏的 List / ListTree 选择器切换,视图模式与展开状态都持久化到 localStorage。分组构建「供应商 → 项目目录」两级层级:按项目目录名归组,缺少项目目录的会话落入「未知目录」桶。两级都是可折叠区块,并提供「全部折叠」按钮;在批量模式下,每个分组头会出现一个三态复选框,可一键选中 / 取消该组内全部可选会话,并显示已选 / 可选计数徽标。四语(zh / en / ja / zh-TW)文案已同步。该改动完全在前端,不涉及后端命令或数据访问层。(#4776) + Claude Sonnet 5 模型定价 + 在 schema.rs 里按 Anthropic list 价新增 claude-sonnet-5 定价行——输入 / 输出 $3 / $15 每百万 token、缓存读写 $0.30 / $3.75,与 Sonnet 4.6 一致。介绍期 $2 / $10 促销(有效期至 2026-08-31)刻意不入表,让记账反映稳态 list 价而非临时折扣。该行在应用下次启动时通过 ensure_model_pricing_seeded 应用,无需 SCHEMA_VERSION 变更。 + 新增供应商预设 + 本版新增了一批供应商预设,选中后填入自己的 API Key 即可使用: + - 七牛云(Qiniu):覆盖全部 7 个受管应用(含 Gemini),中转原生 Claude / GPT / Gemini。 + - FennoAI / ZetaAPI / TeamoRouter / NekoCode:各覆盖 6 个应用(Claude、Claude Desktop、Codex、OpenCode、OpenClaw、Hermes)。 + - Code0.ai:覆盖全部 7 个应用(含 Gemini)。 + - Amux:覆盖 6 个应用。 + 各预设的端点与默认模型已按对应应用配好——Claude 类走 Anthropic 兼容主机直连、Codex 走原生 Responses、其余走 OpenAI 兼容 /v1。 + 变更 + 切换供应商时自动同步并传递通用配置 + 这是本版一个很实用的改动:切走一个启用了通用配置的 Claude 供应商时,服务会先从它的 live settings.json 里重新提取可共享部分、更新到通用配置,再带给下一个供应商,而不再只是单向写入。这样一来,你在运行中的应用里直接新增的插件(enabledPlugins)、hooks、环境变量(env)、主题(theme)等共享配置就不会在切换时被静默丢失,而是自动跟着走到下一个供应商;删除也会同步(移除的键不会被再次注入)。该同步严格限定在启用了通用配置的 Claude 供应商,被显式清空时会跳过,且所有失败都是非致命(仅告警)、永不阻断切换。 + Codex 模型映射与「本地路由」开关解耦 + Codex 供应商表单向 Claude Code 对齐——模型映射目录现在独立于路由接管,因为原生 Responses 供应商(MiMo、豆包、MiniMax)需要它来做无代理直连,而 Chat 供应商无论如何都走代理。「需要本地路由」开关被移除(它没有后端字段,只是门控目录 / 推理的持久化,等价于「映射是否填了」)。模型映射现在对非官方供应商始终显示、非空即持久化,而推理能力的显示 / 持久化改由 Chat 格式门控。四语(zh / en / ja / zh-TW)文案随之重写。顺带修复了 useCodexConfigState 在加载已存供应商时丢掉 supportsParallelToolCalls / inputModalities / baseInstructions 的问题(会在编辑时静默丢失并行工具、图像输入与官方 base instructions)。 + 默认 Sonnet 档升级到 Claude Sonnet 5 + 把各供应商预设里的默认 Sonnet 档从 claude-sonnet-4-6 升级到 claude-sonnet-5(覆盖 claude / claude-desktop / hermes / openclaw / opencode 预设与通用 NEWAPI_DEFAULT_MODELS),涉及 ANTHROPIC_MODEL / ANTHROPIC_DEFAULT_SONNET_MODEL / ANTHROPIC_DEFAULT_OPUS_MODEL 等键及其带前缀变体。Claude Desktop 的默认路由 sonnet route_id 也一并迁移到 claude-sonnet-5。非 Anthropic 的 pin(gpt / gemini / glm / sonnet-4-5)保持不变。 + 豆包带日期 model id 与定价归一化 + 豆包(DouBaoSeed)预设的 model id 切换到带日期的 doubao-seed-2-1-pro-260628(覆盖各应用),因为火山方舟会以 404 拒绝裸名 doubao-seed-2-1-pro、只接受完整带日期 id。由于真实用量现在带日期后缀,strip_model_date_suffix 扩展为也能剥掉火山的 6 位 YYMMDD 形式(并校验月 01-12、日 01-31 以免误伤 -123456 这类非日期版本后缀),从而归一化命中定价表里的裸名 seed 行、修复豆包模型显示 $0 成本的问题。 + ###「写入通用配置」更名为「应用通用配置」 + 原标签「写入通用配置」在数据流向上有歧义(读起来像「把当前配置写进通用配置」),而实际行为相反——是把已存的通用配置片段合并进本供应商配置。复选框在四语(zh / en / ja / zh-TW)里更名为「应用通用配置」,包括所有提示 / 攻略 / 说明引用,日文用户手册与 README_JA.md 也一并同步。(#4829) + 其它预设与资源调整 + - OpenClaw 豆包上下文对齐 262144:OpenClaw 的 DouBaoSeed 预设此前硬编码 128000,而 Codex 侧同模型用 262144,导致 OpenClaw 用户窗口偏小;已对齐并加了跨预设一致性测试防止再次漂移。 + - 火山 / 豆包 / BytePlus 官网链接订正:这三个预设的「访问官网」链接被误设成了控制台 / 注册链接,已恢复为干净的产品主页。 + - 过大的供应商图标降采样到 256px:一批捆绑图标此前远大于其 ~32px 的实际渲染尺寸,降采样后显著减小体积、无代码 / 文件名 / 导入改动(如 ZetaAPI 940KB→40KB、relaxcode 1.16MB→42KB),并删除了从未被引用的 1.4MB dds.svg 孤儿。 + 修复 + 对拒收 web_search 的原生 Codex 网关禁用该工具 + 一些原生 /responses 网关的第一方模型不具备 OpenAI 内置的 web_search 工具,会以「tool type 'web_search' is not supported」拒绝,而 Codex 默认就会带上该工具,导致硬 400。CC Switch 现在会为这些厂商写入顶层 TOML 行 web_search = "disabled"。作用域是一份黑名单(默认开启):仅命中 base_url 主机(xiaomimimo.com、longcat.chat、minimax.io、minimaxi.com)或模型品牌前缀(mimo、longcat、minimax、qwen3-coder)的供应商会被禁用,因此中转真 GPT、豆包、通用 Qwen 及任何未知供应商都保持 Codex 默认。其中 qwen3-coder 前缀只压制原生 qwen3-coder-plus(百炼 / DashScope 对 coder 系标记内置工具不支持),共享同一主机的通用 Qwen 保持开启;匹配走模型轴(会剥掉聚合器的 vendor/ 路径段),因此也能兜住硅基流动这类中转拒收厂商模型的情形。选黑名单而非模糊的「是不是 GPT」白名单,是因为误让 web_search 保持开启会以硬 400 失败;同时用归属哨兵保证 CC Switch 只会移除由它自己写入的 disabled 值,因此存量供应商无需重存、切回也会重新启用。此外顺带把 LongCat-2.0-Preview 预设的上下文窗口从 131072(128K)订正为真实的 1048576(1M)。 + 通用配置片段剥离全部凭据类键 + extract_claude_common_config 此前只脱敏 ANTHROPIC_API_KEY 与 ANTHROPIC_AUTH_TOKEN,但 Claude 供应商合法地携带其它凭据(OPENROUTER_API_KEY、GOOGLE_API_KEY,可能还有 OpenAI / Gemini / AWS Bedrock / Vertex 密钥),这些可能泄漏进共享片段、再被注入到其它供应商。提取现在会按模式匹配并剥掉任何凭据形态的环境变量键(*_API_KEY / *_AUTH_TOKEN / *secret* / *token* 等),同时保留 MAX_OUTPUT_TOKENS 这类合法可共享的复数 *_TOKENS 值。手动「提取」与一次性自动提取路径的同一泄漏也一并堵上。 + 用量脚本凭据仅作显式覆盖持久化 + 供应商用量脚本存有可选的 api_key / base_url 字段用于查询配额时覆盖 live 凭据,但它们此前会静默镜像供应商自身的凭据——因此复制供应商或修改主 API key / base URL 后,用量脚本仍 pin 在旧端点旧 key,配额查询一直打向陈旧目标。现在 ProviderService 在持久化前会归一化:若脚本的 api_key 或 base_url 与供应商解析出的用量凭据相同(或为空)就清为 None,让查询回退到 live 配置;真正不同的覆盖才保留(token_plan 类脚本不动)。deeplink 导入路径也加了对应的归一化,前端在更新时会失效相关缓存键让首页用修正后的配置重新查询。(#4654) + Hermes 配置目录在 Windows 上正确解析 + CC Switch 此前硬编码 ~/.hermes 作为 Hermes 配置目录,但 Hermes 自身是按 HERMES_HOME 环境变量、再退到平台默认(Windows 上 %LOCALAPPDATA%\hermes)解析的。在 Windows 上这意味着 CC Switch 把供应商配置写到了 Hermes 根本不读的路径,导致供应商切换无效。get_hermes_dir() 现在镜像 Hermes 自己的解析顺序——显式覆盖、HERMES_HOME(原样取用、不做 ~ 展开)、平台默认——从而重新尊重被 #3470 丢掉的 HERMES_HOME(Hermes 的 Windows 安装器把它作为重定位安装的首要机制)。(#4680,参见 #3178、#3470) + Linux Wayland:允许覆盖 AppImage 强制的 GDK_BACKEND=x11 + AppImage 的 GTK 启动钩子无条件导出 GDK_BACKEND=x11 以规避一个历史上的原生 Wayland 崩溃。在较新的 Wayland + NVIDIA 环境上,这个被强制的 XWayland 会让 WebKitGTK 网页内容收不到指针事件(标题栏可点、页面却死了)、并在缩放时黑屏,而既有的 WEBKIT_DISABLE_* 缓解不起作用,因为根因是被强制的窗口后端而非渲染。main.rs 现在会在 GTK 初始化前读取一个可选的 CC_SWITCH_GDK_BACKEND 逃生开关(AppImage 的启动钩子从不改动它):不设保持现状(零回归)。遇到上述问题时,用它切回原生 Wayland 启动即可: + CC_SWITCH_GDK_BACKEND=wayland ./CC-Switch-*.AppImage + 该覆盖是通用的——若你在平铺式 Wayland 合成器上遇到的是反向的输入问题,则改设为 CC_SWITCH_GDK_BACKEND=x11。(#4351,修复 #4350) + Claude Desktop / OpenClaw / Hermes 表单显示「获取 API Key」链接 + API key 输入框下的「获取 API Key」链接与合作推广块此前只对 claude / codex / gemini / opencode 生效。Claude Desktop 渲染的是不显示它的裸输入框,而 OpenClaw / Hermes 则被两处遗漏挡住(白名单只列了那四个 appId、供应商分类解析只认那四类预设 id 模式)。现在 Claude Desktop 改用共享的 ApiKeySection,白名单与分类解析都补上了 claude-desktop / openclaw / hermes;此外 Hermes / OpenClaw 表单不再让「官方」分类禁用 key 输入(这两个应用没有只走 OAuth 的官方供应商,如 Hermes 的 Nous Research 虽是官方但仍需用户自填 key)。 + 去重 Windows 上的 Codex npm 影子命令 + 在 Windows 上,npm 会把一个工具装成三个同名兄弟文件——codex.cmd、codex.exe 和一个无扩展名的 Unix shim codex——而 CC Switch 此前把三者都列为候选,导致无法直接执行的无扩展名 shim 被当作多余 / 失败候选去探测。现在仅当相邻没有可执行的 .cmd / .exe 兄弟时才追加无扩展名路径,路径解析也会优先选可执行的 .cmd / .exe,从而把版本探测与启动锚定到真正可运行的 Windows shim 上。(#4782) + 长下拉列表的滚动边界 + SelectContent 弹层此前用 overflow-hidden 且没有高度上限,因此选项很多的下拉(如长模型 / 供应商列表)会渲染得比视口还高、把溢出项裁掉且无法触及。现在它设了 max-h-[min(24rem,var(--radix-select-content-available-height))] 与 overflow-y-auto,把内容限制在 24rem 或 Radix 计算出的可用高度内并允许纵向滚动。(#4798) + 日期范围选择器的日历在窄弹层里保持可见 + 自定义日期范围选择器此前按视口宽度(Tailwind sm: 640px 断点)切换两列布局(日期字段 | 日历),但弹层被夹在 100vw - 2rem 且锚定到触发器,实际可用宽度比视口窄。在窄窗口上,两列布局可能在弹层只放得下一列时被激活,把日历列挤出右边界裁掉(月份头与 7 列里的 4 列被切掉且无法触及)。现在布局改用 CSS 容器查询按弹层自身的行内尺寸切换,因此只有当弹层本身窄时才收成一列,让日历在任意窗口宽度下都完整可见。(#4860) + 文档 +ReleaseNotesUrl: https://github.com/farion1231/cc-switch/releases/tag/v3.16.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.yaml b/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.yaml new file mode 100644 index 0000000000000..6f0d67ce64c51 --- /dev/null +++ b/manifests/f/farion1231/CC-Switch/3.16.5/farion1231.CC-Switch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: farion1231.CC-Switch +PackageVersion: 3.16.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.installer.yaml b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.installer.yaml new file mode 100644 index 0000000000000..4c2471d84d108 --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GnuPG.GnuPG +PackageVersion: 2.5.21 +InstallerType: nullsoft +UpgradeBehavior: install +Commands: +- dirmngr +- dirmngr_ldap +- gpg +- gpg-agent +- gpg-card +- gpg-check-pattern +- gpg-connect-agent +- gpg-preset-passphrase +- gpg-wks-client +- gpgconf +- gpgme-w32spawn +- gpgsm +- gpgtar +- gpgv +- keyboxd +- scdaemon +ProductCode: GnuPG +ReleaseDate: 2026-07-02 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.5.21_20260702.exe + InstallerSha256: 6246C925A73167253444AFC24A0DEB83A3F43B7D636AF84D6AAF48A98A62F024 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.locale.en-US.yaml b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.locale.en-US.yaml new file mode 100644 index 0000000000000..964f8bb7308bb --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GnuPG.GnuPG +PackageVersion: 2.5.21 +PackageLocale: en-US +Publisher: The GnuPG Project +PublisherUrl: https://gnupg.org/ +PrivacyUrl: https://gnupg.org/privacy-policy.html +Author: The GnuPG Project +PackageName: GNU Privacy Guard +PackageUrl: https://gnupg.org/ +License: GPLv3 +Copyright: |- + Copyright 1997-2019 Werner Koch + Copyright 1998-2021 Free Software Foundation, Inc. + Copyright 2003-2026 g10 Code GmbH +ShortDescription: GNU Privacy Guard (GnuPG or GPG) is a free-software replacement for Symantec's PGP cryptographic software suite. +Description: GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with access modules for all kinds of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available. It also provides support for S/MIME and Secure Shell (ssh). +Moniker: gnupg +Tags: +- cryptography +- encrypt +- encryption +- gnupg +- gpg +- pgp +- privacy +- s/mime +- security +- sign +- signature +- x.509 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gnupg.org/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.locale.zh-CN.yaml b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.locale.zh-CN.yaml new file mode 100644 index 0000000000000..70236e213d7b5 --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GnuPG.GnuPG +PackageVersion: 2.5.21 +PackageLocale: zh-CN +Publisher: The GnuPG Project +PublisherUrl: https://gnupg.org/ +PrivacyUrl: https://gnupg.org/privacy-policy.html +Author: The GnuPG Project +PackageName: GNU Privacy Guard +PackageUrl: https://gnupg.org/ +License: GPL-3.0 +Copyright: |- + Copyright 1997-2019 Werner Koch + Copyright 1998-2021 Free Software Foundation, Inc. + Copyright 2003-2026 g10 Code GmbH +ShortDescription: GNU Privacy Guard(GnuPG 或 GPG)是赛门铁克 PGP 密码软件套件的免费替代软件。 +Description: GnuPG 是 RFC4880 定义的 OpenPGP 标准(又称 PGP)的完整免费/自由实现。GnuPG 允许你对数据和通信进行加密和签名;它拥有一个多功能密钥管理系统,以及各种公共密钥目录的访问模块。GnuPG 又称 GPG,是一种命令行工具,具有与其他应用程序轻松集成的功能,并且有大量的前端应用程序和库可供使用。GnuPG 还支持 S/MIME 和安全 Shell (ssh)。 +Tags: +- gnupg +- gpg +- pgp +- s/mime +- x.509 +- 加密 +- 安全 +- 密码学 +- 签名 +- 隐私 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gnupg.org/documentation/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.yaml b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.yaml new file mode 100644 index 0000000000000..b4aa26ce8d812 --- /dev/null +++ b/manifests/g/GnuPG/GnuPG/2.5.21/GnuPG.GnuPG.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: GnuPG.GnuPG +PackageVersion: 2.5.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.installer.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.installer.yaml new file mode 100644 index 0000000000000..4646f3b6b0850 --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.4.77 +InstallerType: msi +InstallerSwitches: + InstallLocation: APPDIR="" +Protocols: +- gotoresolve +ProductCode: '{5AA99AEF-73C5-4776-90C7-9D1F0C1CB997}' +AppsAndFeaturesEntries: +- UpgradeCode: '{047253C4-8A6E-42ED-8A61-2035E4BC92F8}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.console.gotoresolve.com/dtc/LMIResolveDesktopConsole-1.16.4.77-x64.msi + InstallerSha256: 9F6CCFDED3942D80B5DA9A4CA09B98C267D73741B683F95E2C377C696FB4D857 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.locale.en-US.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.locale.en-US.yaml new file mode 100644 index 0000000000000..015557defcf87 --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.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: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.4.77 +PackageLocale: en-US +Publisher: GoTo +PublisherSupportUrl: https://support.logmein.com/pro +PrivacyUrl: https://www.goto.com/company/legal/privacy +Author: GoTo Technologies USA, LLC +PackageName: LogMeIn Resolve Desktop Console +PackageUrl: https://support.logmein.com/resolve/help/goto-resolve-agent-desktop-console +License: Proprietary +Copyright: © 2026 GoTo Group, Inc. All rights reserved. +ShortDescription: IT management suite with remote access, support, and ticketing +Description: LogMeIn Resolve is an all-in-one IT management suite purpose-built for today's IT support challenges. It brings together world-class remote access and support with conversational ticketing to help you receive requests, triage problems, and fix issues quicker. Every IT team, helpdesk agent, and support request is different, which is why LogMeIn Resolve is built to meet the needs of each organization and problem, with support for all systems. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.locale.zh-CN.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4c396510a8f3e --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.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: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.4.77 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 具备远程访问、支持和工单功能的 IT 管理套件 +Description: LogMeIn Resolve 是一款专为应对当今 IT 支持挑战而打造的一体化 IT 管理套件。它将世界级的远程访问与支持和会话式工单系统相结合,帮助您接收请求、初步诊断问题并更快地解决故障。每个 IT 团队、每位服务台代理和每项支持请求各不相同,因此 LogMeIn Resolve 旨在满足每个组织和各类问题的需求,并支持所有系统。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.yaml new file mode 100644 index 0000000000000..bf185b28972e0 --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.4.77/GoTo.LogMeInResolveDesktopConsole.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: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.4.77 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 0000000000000..4af415a11bbca --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.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: HaiYing.OfficeCLI +PackageVersion: 1.0.127 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.127/officecli-win-x64.exe + InstallerSha256: 93A778F334C078A89073572EE635E620FB1E4151B3922BC5627A1D2B20FE51A0 +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.127/officecli-win-arm64.exe + InstallerSha256: 4B3D2DCFA8D4D400E1B26B59BD11013E0AFFF0207B7E3CCF81F9C6A5C639C8D5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..97262962f876d --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.127 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: 'Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.126...v1.0.127' +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.127 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a62a912706dc9 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.127 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.yaml new file mode 100644 index 0000000000000..fd77b6489206b --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.127/HaiYing.OfficeCLI.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: HaiYing.OfficeCLI +PackageVersion: 1.0.127 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.installer.yaml b/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.installer.yaml new file mode 100644 index 0000000000000..1186d4c74f953 --- /dev/null +++ b/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hashicorp.TerraformLanguageServer +PackageVersion: 0.38.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terraform-ls.exe +Commands: +- terraform-ls +FileExtensions: +- tf +- tfvars +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/terraform-ls/0.38.8/terraform-ls_0.38.8_windows_amd64.zip + InstallerSha256: 5152E76E45103EA2A31B8A8DADC43833AE559A4ABA4CB12F57C1C006C11DDA8C +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/terraform-ls/0.38.8/terraform-ls_0.38.8_windows_386.zip + InstallerSha256: FF6B02EF6CEB5E4C86E45866E30CF776C56CEBD8DBB39DB30D789B8AE015800E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.locale.en-US.yaml b/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.locale.en-US.yaml new file mode 100644 index 0000000000000..28e95cd9522b2 --- /dev/null +++ b/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hashicorp.TerraformLanguageServer +PackageVersion: 0.38.8 +PackageLocale: en-US +Publisher: HashiCorp +PublisherSupportUrl: https://github.com/hashicorp/terraform-ls/issues +Author: HashiCorp, Inc. +PackageName: HashiCorp Terraform Language Server +PackageUrl: https://github.com/hashicorp/terraform-ls +License: MPL-2.0 +LicenseUrl: https://github.com/hashicorp/terraform/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 HashiCorp, Inc. +ShortDescription: Optional component for Terraform implementing the Language Server Protocol. +Description: The official Terraform language server (terraform-ls) maintained by HashiCorp provides IDE features to any LSP-compatible editor. +Moniker: terraform-ls +Tags: +- terraform +ReleaseNotes: |- + ENHANCEMENTS: + - Added type attribute to 1.15 output blocks (terraform-schema#525) + - Added failure_tolerance and eager_plan attribute to deployment_group (terraform-schema#528) +ReleaseNotesUrl: https://github.com/hashicorp/terraform-ls/releases/tag/v0.38.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.yaml b/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.yaml new file mode 100644 index 0000000000000..0eae4eaea2b28 --- /dev/null +++ b/manifests/h/Hashicorp/TerraformLanguageServer/0.38.8/Hashicorp.TerraformLanguageServer.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: Hashicorp.TerraformLanguageServer +PackageVersion: 0.38.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.installer.yaml new file mode 100644 index 0000000000000..d33ecc74ffb84 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImputNet.Helium +PackageVersion: 0.14.2.1 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Log: /VERBOSE-LOGGING /LOG-FILE="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: imput Helium +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- DisplayVersion: "" +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.2.1/helium_0.14.2.1_x64-installer.exe + InstallerSha256: 1258B675522941BB8D744F3E99171917691D1EF927A46E13CBB3C9A0DBF76BA3 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.2.1/helium_0.14.2.1_x64-installer.exe + InstallerSha256: 1258B675522941BB8D744F3E99171917691D1EF927A46E13CBB3C9A0DBF76BA3 + InstallerSwitches: + Custom: /SYSTEM +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.2.1/helium_0.14.2.1_arm64-installer.exe + InstallerSha256: 36AD2584F8759144D6EC8BB6B1CEA2F9DED3E000AFBE6C586A7F7A3C35B13207 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.2.1/helium_0.14.2.1_arm64-installer.exe + InstallerSha256: 36AD2584F8759144D6EC8BB6B1CEA2F9DED3E000AFBE6C586A7F7A3C35B13207 + InstallerSwitches: + Custom: /SYSTEM +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.locale.en-US.yaml b/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.locale.en-US.yaml new file mode 100644 index 0000000000000..8f6ad954d2ac5 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ImputNet.Helium +PackageVersion: 0.14.2.1 +PackageLocale: en-US +Publisher: The Helium Authors +PublisherUrl: https://imput.net/ +PublisherSupportUrl: https://github.com/imputnet/helium/issues +PrivacyUrl: https://helium.computer/privacy +PackageName: Helium +PackageUrl: https://helium.computer/ +License: GPL-3.0 +LicenseUrl: https://github.com/imputnet/helium/blob/HEAD/LICENSE +Copyright: 2026 The Helium Authors. All rights reserved. +ShortDescription: Private, fast, and honest web browser. +Description: The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise. +Moniker: helium +Tags: +- chromium +- helium-browser +- heliumbrowser +- manifestv2 +- mv2 +- web-browser +- webbrowser +ReleaseNotes: |- + Changes since last build: + helium-windows + 2fb6275 patches/command-ids: noop out BUILDFLAG()s (#310) + d8a4322 helium/updater: add winsparkle to expat visibility (#309) + e100233 update: helium 0.14.2.1 (#308) + helium-chromium + 9fb4aee3 merge: fix chromium 150.0.7871.46 merge (#2034) + 0ecd0665 revision: bump to 2 + fe345e47 patches: refresh for updated 150.0.7871.46 merge + 2aadcac1 merge: update ungoogled-chromium to updated 150.0.7871.46 + 3538f80f Update to Chromium 150.0.7871.46 + 7545e74a merge: update to chromium 150.0.7871.46 (#1998) + 65ec7ae7 revision: reset to 1 + 6453d4ba i18n: translate new strings (#1939) + ec45bcbe helium/webstore: fix add to chrome button finder + fd307e6b helium/toolbar-prefs: respect show-avatar-button flag + e6e5cd3b helium/core: enable some glow up features + a1759592 helium/core/irrelevant-flags: update for m150 + e1c55fcd ungoogled: restore clickable theme button in appearance settings + 47c26b8c helium/core: remove google stuff from simplified context menu + 582c023f helium/ui: fix rounded frame margins, separators, and floating corners + 1268a6cb helium/infobar: fix separator hiding with rounded frame enabled + 2f861632 helium: minor m150 merge fixes + 041b0cb4 patches: refresh for chromium 150.0.7871.46 + 17fc1428 merge: update ungoogled-chromium to 150.0.7871.46 + d3ba868e Fix building with ASAN+UBSAN (#3842) + c70e508b Update to Chromium 150.0.7871.46 + + See this GitHub Actions Run for the Workflow file used as well as the build logs and artifacts +ReleaseNotesUrl: https://github.com/imputnet/helium-windows/releases/tag/0.14.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.yaml b/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.yaml new file mode 100644 index 0000000000000..d125f42933a35 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.14.2.1/ImputNet.Helium.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: ImputNet.Helium +PackageVersion: 0.14.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.installer.yaml b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.installer.yaml new file mode 100644 index 0000000000000..322725d31e9b1 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.5.2.45323 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-06-18 +Installers: +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://update.cyberduck.io//Cyberduck-Installer-9.5.2.45323.exe + InstallerSha256: D3C6C2654FB864C4F2B956FD9E444F445E4B4D7AEDAF011CD7AB388544E9B023 + ProductCode: '{3DA5D498-9DCD-49B5-B6AD-E406C5C5B53B}' + AppsAndFeaturesEntries: + - UpgradeCode: '{69C1D059-4B45-4220-A82C-DAE80C9CD8E0}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://update.cyberduck.io//Cyberduck-Installer-9.5.2.45323.msi + InstallerSha256: D04C49E3FA5BA3422F3A37F60C6E2C4CDE1715DE49BB34D88BD939C7985021DB + InstallerSwitches: + InstallLocation: INSTALLLOCATION="" + ProductCode: '{4AEB5FB8-30F1-4D44-B0AA-8441D8DA0314}' + AppsAndFeaturesEntries: + - UpgradeCode: '{B9C33495-4B77-4863-9A40-4E767388647E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.locale.en-US.yaml b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.locale.en-US.yaml new file mode 100644 index 0000000000000..ea6fc1c44bbdb --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.5.2.45323 +PackageLocale: en-US +Publisher: iterate GmbH +PublisherUrl: https://iterate.ch/ +PublisherSupportUrl: https://cyberduck.io/help/ +PrivacyUrl: https://cyberduck.io/privacy/ +Author: iterate GmbH +PackageName: Cyberduck +PackageUrl: https://cyberduck.io/ +License: GPL-3.0 +LicenseUrl: https://cyberduck.io/license/ +Copyright: Copyright 2001-2026 David Kocher. Copyright 2011-2023 Yves Langisch +ShortDescription: A libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. +Moniker: cyberduck +Tags: +- file +- server +- share +- storage +ReleaseNotes: |- + - [Feature] Upgrade Runtime to .NET 10 (Windows) + - [Bugfix] Attempt to change to working directory of previous connection on connect to new bookmark (macOS) (#18213) + - [Bugfix] Crash opening folder prefixed with dot in filename (macOS) (#18208) + - [Bugfix] Connection profiles not updated with the latest version available (#18254) +ReleaseNotesUrl: https://cyberduck.io/changelog/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.cyberduck.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.locale.zh-CN.yaml b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6ada605cc290c --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.5.2.45323 +PackageLocale: zh-CN +ShortDescription: 一款适用于 Mac 和 Windows 的自由开源服务器及云存储浏览器,支持 FTP、SFTP、WebDAV、Amazon S3、OpenStack Swift、Backblaze B2、Microsoft Azure 和 OneDrive、Google Drive 以及 Dropbox。 +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cyberduck.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.yaml b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.yaml new file mode 100644 index 0000000000000..de283f02504b3 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.5.2.45323/Iterate.Cyberduck.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: Iterate.Cyberduck +PackageVersion: 9.5.2.45323 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.installer.yaml b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.installer.yaml new file mode 100644 index 0000000000000..58f9f5f1c3e4d --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 14.6.5.10119 +InstallerType: nullsoft +UpgradeBehavior: install +Protocols: +- qips +- qisu +FileExtensions: +- 3gp +- 3gpp +- asf +- avi +- flac +- flv +- m4v +- mkv +- mov +- mp4 +- mpe +- mpeg +- mpg +- ogm +- ogv +- pgf +- pmv +- qsv +- ts +- webm +- wmv +ProductCode: PPStream +Installers: +- Architecture: x64 + InstallerUrl: https://mesh.if.iqiyi.com/player/upgrade/file/14.6.5.10119/IQIYIsetup_winget.exe + InstallerSha256: 3DBD288438C9EEC4D77A7D00ACA7AF6A10AED3A5E9EE5D94C0481FEE333A7AE3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.en-US.yaml b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.en-US.yaml new file mode 100644 index 0000000000000..89711c65f197f --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 14.6.5.10119 +PackageLocale: en-US +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: Beijing Qiyi Century Science & Technology Co., Ltd. +PackageName: 爱奇艺 +PackageUrl: https://www.iqiyi.com/appstore.html +License: Proprietary +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2026 iQIYI All Rights Reserved +ShortDescription: iQIYI Windows client app. +Description: iQIYI comes with smooth streaming service, easy to use interface & tons of popular dramas, movies and TV shows! +Tags: +- china +- film +- media +- movie +- multimedia +- player +- prc +- serial +- series +- show +- video +PurchaseUrl: https://vip.iqiyi.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-CN.yaml b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f6f149417a741 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-CN.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: iQIYI.iQIYI +PackageVersion: 14.6.5.10119 +PackageLocale: zh-CN +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇艺世纪科技有限公司 +PackageName: 爱奇艺 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 专有软件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2026 爱奇艺 All Rights Reserved +ShortDescription: 爱奇艺 Windows 客户端 +Description: 爱奇艺秉承“悦享品质”的品牌口号,坚持“让人们平等便捷地获得更多、更好的视频”的企业愿景,奉行“简单想,简单做”的企业文化,积极推动产品、技术、内容、营销等全方位创新,为用户提供更丰富、高清、流畅的专业视频服务。截至目前,爱奇艺构建了涵盖电影、电视剧、综艺、动漫、纪录片等十余种类型的国内首家正版视频内容库,高清流畅的视频体验成为行业标杆。 +Tags: +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +ReleaseNotes: |- + 更新信息: + 1.《南部档案》《云秀行》《昨夜将至》热播中 + 2. 新增互动消息通知,互动动态及时掌握 + 3. 优化一些功能体验,修复一些已知问题 +PurchaseUrl: https://vip.iqiyi.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-HK.yaml b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-HK.yaml new file mode 100644 index 0000000000000..d51b21a51dc0e --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-HK.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 14.6.5.10119 +PackageLocale: zh-HK +Publisher: 愛奇藝 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇藝世紀科技有限公司 +PackageName: 愛奇藝 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 專有軟件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2026 愛奇藝 All Rights Reserved +ShortDescription: 愛奇藝 for Windows +Description: 愛奇藝內容豐富多元,涵蓋電影、電視劇、動漫、紀錄片、綜藝、娛樂等熱門視頻,持續快速更新內容;視頻播放清晰流暢,操作介面簡單友好,真正為用戶帶來“悅享品質”的觀映體驗。 +Tags: +- 多媒體 +- 媒體 +- 影片 +- 影音 +- 播放器 +- 紀錄片 +- 綜藝 +- 連續劇 +- 電影 +- 電視劇 +PurchaseUrl: https://vip.iqiyi.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-TW.yaml b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-TW.yaml new file mode 100644 index 0000000000000..72c291e725566 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.locale.zh-TW.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 14.6.5.10119 +PackageLocale: zh-TW +Publisher: 愛奇藝 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇藝世紀科技有限公司 +PackageName: 愛奇藝 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 專有軟件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2026 愛奇藝 All Rights Reserved +ShortDescription: 愛奇藝 for Windows +Description: 愛奇藝內容豐富多元,涵蓋電影、電視劇、動漫、紀錄片、綜藝、娛樂等熱門視頻,持續快速更新內容;視頻播放清晰流暢,操作介面簡單友好,真正為用戶帶來“悅享品質”的觀映體驗。 +Tags: +- 多媒體 +- 媒體 +- 影片 +- 影音 +- 播放器 +- 紀錄片 +- 綜藝 +- 連續劇 +- 電影 +- 電視劇 +PurchaseUrl: https://vip.iqiyi.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.yaml b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.yaml new file mode 100644 index 0000000000000..bc07a66465b71 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/14.6.5.10119/iQIYI.iQIYI.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: iQIYI.iQIYI +PackageVersion: 14.6.5.10119 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.installer.yaml b/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.installer.yaml new file mode 100644 index 0000000000000..e37c3cf18e97e --- /dev/null +++ b/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.installer.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotPeek +PackageVersion: 2026.1.4 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.4/JetBrains.dotPeek.2026.1.4.web.exe + InstallerSha256: 32D851554513914FC12A3C6A2130A7D50875701AD7EBACBB416972FC5372C3ED +- Architecture: x86 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.4/JetBrains.dotPeek.2026.1.4.web.exe + InstallerSha256: 32D851554513914FC12A3C6A2130A7D50875701AD7EBACBB416972FC5372C3ED + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.locale.en-US.yaml b/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.locale.en-US.yaml new file mode 100644 index 0000000000000..621e63c65bc85 --- /dev/null +++ b/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotPeek +PackageVersion: 2026.1.4 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains dotPeek +PackageUrl: https://www.jetbrains.com/profiler/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: .NET performance profiler +PurchaseUrl: https://www.jetbrains.com/store/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.yaml b/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.yaml new file mode 100644 index 0000000000000..66f1970f0a634 --- /dev/null +++ b/manifests/j/JetBrains/dotPeek/2026.1.4/JetBrains.dotPeek.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotPeek +PackageVersion: 2026.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..fc2d004cc0f6d --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.2 +UpgradeBehavior: install +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.2.2/cc-sessions-viewer_0.2.2_x64-setup.exe + InstallerSha256: E3B4F4F64C8FB823CF47899AEB95C7189E0BB56E78AE85E84E56EE9C5C11FBEA + ProductCode: cc-sessions-viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.2.2/cc-sessions-viewer_0.2.2_x64_en-US.msi + InstallerSha256: 9CB179924D3183EE832036B383D0C1E8ED3E744C5C6E6BBDE33609AF78FDA129 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{F8D7F1B9-0450-4B36-9BBF-1FE21E71699E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C46AF9F0-5188-5D4B-878E-9218A1C8CC56}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..df78603888c03 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.2 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/blob/HEAD/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..66684da4936eb --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.2 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..0cb5d2f4087b3 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.2/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.installer.yaml b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.installer.yaml new file mode 100644 index 0000000000000..deeb42eb300d9 --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kapibala.Shuitun +PackageVersion: 2.2.7 +InstallerType: nullsoft +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 水豚鼠标助手 +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.shuitunapp.com/v2.2.7/shuitunapp.exe + InstallerSha256: FCFBE5A72B201381CC9CBB38D8F40DE836D5F180425CDA2F62FA7B1A248ED195 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.locale.en-US.yaml b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.locale.en-US.yaml new file mode 100644 index 0000000000000..141bc80b18c28 --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kapibala.Shuitun +PackageVersion: 2.2.7 +PackageLocale: en-US +Publisher: shuitunapp.com +PublisherUrl: https://shuitunapp.com/ +PublisherSupportUrl: https://txc.qq.com/products/630332 +Author: Taiyuan Kapibala Technology Co., Ltd. +PackageName: 水豚鼠标助手 +PackageUrl: https://shuitunapp.com/ +License: Proprietary +Copyright: © 2026 Shuitun +ShortDescription: A presentation assistant tool. +Description: Shuitun, a presentation assistant tool, provides dozens of mouse utilities to meet your presentation needs in different scenarios. What's more, it has various features such as screen marking, magnifying, spotlight, whiteboard, countdown timer, etc., to deliver every key point in your presentation to the audience clearly and accurately. +Tags: +- china +- cursor +- mouse +- prc +- presentation +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://iv7g7qocabm.feishu.cn/wiki/NQu5wzrmqihNvxkUHblcVjWvnff +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.locale.zh-CN.yaml b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f24a29996c396 --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kapibala.Shuitun +PackageVersion: 2.2.7 +PackageLocale: zh-CN +Publisher: shuitunapp.com +PublisherUrl: https://shuitunapp.com/ +PublisherSupportUrl: https://txc.qq.com/products/630332 +Author: 太原卡皮巴拉科技有限公司 +PackageName: 水豚鼠标助手 +PackageUrl: https://shuitunapp.com/ +License: 专有软件 +Copyright: Copyright © 2026 水豚鼠标助手 +ShortDescription: 屏幕演示辅助工具 +Description: 水豚鼠标助手,一款屏幕演示辅助工具,提供数十种鼠标皮肤效果,满足你在不同场景下的展示需求。更有屏幕画笔、放大镜、聚光灯、白板、倒计时等多种功能,让你的演示过程中的每一个重点都能清晰、精准地呈现给观众。 +Tags: +- 指针 +- 演示 +- 鼠标 +ReleaseNotes: |- + 更新说明: + 1. 新增实心画笔笔触 + 2. 新增视频教程入口 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://iv7g7qocabm.feishu.cn/wiki/NQu5wzrmqihNvxkUHblcVjWvnff +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.yaml b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.yaml new file mode 100644 index 0000000000000..6e9e5e9009475 --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.7/Kapibala.Shuitun.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: Kapibala.Shuitun +PackageVersion: 2.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.installer.yaml b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.installer.yaml new file mode 100644 index 0000000000000..38b6892eb4a1d --- /dev/null +++ b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.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: KaringX.Karing +PackageVersion: 1.2.21+2406 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- clash +ProductCode: '{74F1C307-2E21-4951-BB25-763C3A2AE98F}_is1' +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/KaringX/karing/releases/download/v1.2.21.2406/karing_1.2.21.2406_windows_x64.exe + InstallerSha256: 4ACA2557FBFB6CD8B0D98FFFCB1DF17E49E015EC89114FA37E89826C48E1171A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.locale.en-US.yaml b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.locale.en-US.yaml new file mode 100644 index 0000000000000..796c110118b12 --- /dev/null +++ b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KaringX.Karing +PackageVersion: 1.2.21+2406 +PackageLocale: en-US +Publisher: Supernova Nebula LLC +PublisherUrl: https://karing.app/en/ +PublisherSupportUrl: https://github.com/KaringX/karing/issues +PrivacyUrl: https://dot.karing.app/privacy_policy.txt +PackageName: Karing +PackageUrl: https://karing.app/en/ +License: GPL-3.0-or-later +LicenseUrl: https://github.com/KaringX/karing/blob/HEAD/LICENSE.md +Copyright: Copyright (C) 2026 by nebula +ShortDescription: A singbox GUI based on flutter. +Description: |- + Karing is a singbox GUI based on flutter. It features + - Compatible with Clash, V2ray/V2fly, Sing-box, Shadowsocks, Sub, Github Subscriptions. + - Full clash config supported, Partial clash.meta config supported. + - A set of routing rules applied to multiple subscription sources automatically selects efficient nodes. + - Supports custom routing rule groups and node groups. + - Customizes default routing rule groups for novice users - ready to use right out of the box. + - Built-in geo-IP, geo-site, ACL, and other rulesets + - Backup and synchronization, synchronizing multiple devices with a single configuration. + - Supports iCloud synchronization [IOS/MacOS]. + - Supports synchronization within the local area network. + - Supports WebDAV. + - Supports importing/exporting ZIP files. + - Built-in support for the modified sing-box core. + - Introduces a beginner mode for simpler configuration. + - Plan to support more platforms. +Tags: +- network +- proxy +- singbox +- vpn +ReleaseNotes: |- + 1. Improved WebDAV + 2. macOS: Updated system extension installation prompts + 3. iOS: Fixed an issue where an internal error message appeared during connection. + IOS/TvOS AppStore: (Search Keywords: karing vpn) https://apps.apple.com/us/app/karing/id6472431552 +ReleaseNotesUrl: https://github.com/KaringX/karing/releases/tag/v1.2.21.2406 +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://karing.app/en/quickstart/ +- DocumentLabel: FAQ + DocumentUrl: https://karing.app/en/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.locale.zh-CN.yaml b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d06e7517bae28 --- /dev/null +++ b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: KaringX.Karing +PackageVersion: 1.2.21+2406 +PackageLocale: zh-CN +PublisherUrl: https://karing.app/ +PackageUrl: https://karing.app/ +ShortDescription: 一个基于 flutter 的 singbox 图形用户界面。 +Description: |- + Karing 是一个基于 flutter 的 singbox 图形用户界面。具备: + - 兼容 Clash、V2ray/V2fly、Sing-box、Shadowsocks、Sub、Github 订阅。 + - 完全支持 clash 配置,部分支持 clash.meta 配置。 + - 一套路由规则应用于多个订阅源,自动选择高效节点。 + - 支持自定义路由规则组、节点组 + - 为小白用户定制默认路由规则组 - 开箱即用。 + - 内置 geo-ip、geo-site、acl 等规则集 + - 备份和同步,一次配置多设备同步 + - 支持局域网内同步 + - 支持 Webdav + - 支持 zip 文件导入/导出 + - 内置支持 魔改版 singbox 核心。 + - 增加新手模式 配置更简单。 + - 计划支持所有平台。 +Tags: +- singbox +- vpn +- 代理 +- 网络 +ReleaseNotesUrl: https://github.com/KaringX/karing/releases/tag/v1.2.21.2406 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://karing.app/quickstart/ +- DocumentLabel: 常见问题 + DocumentUrl: https://karing.app/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.yaml b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.yaml new file mode 100644 index 0000000000000..e9a6bbbdbd298 --- /dev/null +++ b/manifests/k/KaringX/Karing/1.2.21+2406/KaringX.Karing.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: KaringX.Karing +PackageVersion: 1.2.21+2406 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 0000000000000..14f4c08ee79bc --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.16.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.16.0/P-ai_0.16.0_x64-setup.exe + InstallerSha256: 1EE35396BB2DB6C6B8A896D83DB47A4953873EB68C42DCED030F61B8ACF5B541 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 0000000000000..6a9aead2e48f0 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.16.0 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.15.9...v0.16.0' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.16.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 0000000000000..63b9610ece34d --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.16.0 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.yaml new file mode 100644 index 0000000000000..a798bea0b9285 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.16.0/kawayiYokami.P-ai.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: kawayiYokami.P-ai +PackageVersion: 0.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.installer.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.installer.yaml new file mode 100644 index 0000000000000..ff09e932c4beb --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.installer.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.0 +InstallerLocale: en-US +UpgradeBehavior: install +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.3.0/Antigravity.Tools_4.3.0_x64-setup.exe + InstallerSha256: ADF58A601FE3094826CB861353FE83A8F1281D470C6C41214A12C0CAD2A04E71 + ProductCode: Antigravity Tools + AppsAndFeaturesEntries: + - ProductCode: Antigravity Tools + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Antigravity Tools' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.3.0/Antigravity.Tools_4.3.0_x64_en-US.msi + InstallerSha256: 381CEDBCF9404488C1F35A30A3A945D1155752400F7EE0BCAA3D5F71B2F03A92 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{4973E517-7136-4C35-B54C-33A44A405A23}' + AppsAndFeaturesEntries: + - ProductCode: '{4973E517-7136-4C35-B54C-33A44A405A23}' + UpgradeCode: '{E6D0D59B-1948-5950-A427-E2A516157557}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Antigravity Tools' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.locale.en-US.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.locale.en-US.yaml new file mode 100644 index 0000000000000..408123afc1241 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.0 +PackageLocale: en-US +ShortDescription: Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust). +Description: |- + Antigravity Tools is a fully-featured desktop application designed specifically for developers and AI enthusiasts. It seamlessly integrates multi-account management, protocol conversion, and intelligent request scheduling, providing you with a stable, high-speed, and cost-effective local AI relay station. + With this application, you can convert common Web-based Sessions (Google/Anthropic) into standardized API interfaces, completely eliminating protocol barriers across different vendors. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.locale.zh-CN.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..318f439d20406 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.0 +PackageLocale: zh-CN +Publisher: lbjlaq +PublisherUrl: https://github.com/lbjlaq +PublisherSupportUrl: https://github.com/lbjlaq/Antigravity-Manager/issues +PackageName: Antigravity Tools +PackageUrl: https://github.com/lbjlaq/Antigravity-Manager +License: CC-BY-NC-SA-4.0 +LicenseUrl: https://github.com/lbjlaq/Antigravity-Manager/blob/HEAD/LICENSE +ShortDescription: 专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。 +Description: |- + Antigravity Tools 是一个专为开发者和 AI 爱好者设计的全功能桌面应用。它将多账号管理、协议转换和智能请求调度完美结合,为您提供一个稳定、极速且成本低廉的 本地 AI 中转站。 + 通过本应用,您可以将常见的 Web 端 Session (Google/Anthropic) 转化为标准化的 API 接口,彻底消除不同厂商间的协议鸿沟。 +Tags: +- account-manager +- antigravity +ReleaseNotes: |- + - [核心修复] 解决 Claude 请求映射到 Gemini 时混入 System 角色消息导致 400 错误的 Bug (Claude System Message Fix): + - System 消息提取与过滤: 在 Claude 转 Gemini 的协议映射中,提取并过滤掉 messages 列表中 role == "system" 的消息,防止其混入 contents 从而引起 Gemini API 返回 400 INVALID_ARGUMENT 报错。 + - 追加至 System Instruction: 过滤出的所有系统消息在 build_system_instruction 阶段会被作为文本块追加到 Gemini 的 system_instruction 中,保证系统提示词依然生效且符合 Gemini 的 API 格式要求。 + - 相关 PR: 详见 PR #3219 + - [核心修复/功能拓展] 引入 Apply Patch 预检系统与 WebSocket 代理支持 (Patch Pre-flight & WS Support): + - Pre-flight 自动修复: 在 patch 发送给 Codex 写入前,先读取本地目标文件进行预检,自动规整首尾空白、尾部空格等无害的格式偏差,极大降低了大模型因为少空格等瑕疵导致的 Failed to find expected lines 匹配失败。 + - 多会话项目目录(CWD)智能对齐: 支持进程级缓存 12 个最近的项目 cwd 历史。多会话并发修改时,会自动分析打分并选用与 patch 锚点命中率最高的目标路径,解决工具循环调用时不带工作目录的定位问题。 + - 新增 WebSocket 代理: 激活 Axum 的 WebSocket feature,引入 tokio-tungstenite 依赖,扩展了底层的实时流式代理与连接能力。 + - 相关 PR: 详见 PR #3214 +ReleaseNotesUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v4.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.yaml new file mode 100644 index 0000000000000..b03760644998f --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.0/lbjlaq.AntigravityTools.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.installer.yaml b/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.installer.yaml new file mode 100644 index 0000000000000..30d097370eccb --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.9.3 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgui.exe +ReleaseDate: 2026-07-02 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.9.3/mp3rgui-v2.9.3-windows-x86_64.zip + InstallerSha256: ACF1CE8B7EA342128AB0461618BAE72F28F0E3218073583EA15EF71630A82BEF + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.9.3/mp3rgui-v2.9.3-windows-arm64.zip + InstallerSha256: 4CF0306AA7C6DE803D5A4D9E44294B3CBE62AEAC9B7C17A2C2B86E8C63BAAD2C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.locale.en-US.yaml new file mode 100644 index 0000000000000..b3b53542ddd79 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.9.3 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgui +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: GUI for lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgui is the graphical interface for mp3rgain, a lossless MP3 volume normalizer. + It provides an easy-to-use GUI for adjusting MP3 volume without re-encoding, + supporting ReplayGain analysis, AAC/M4A, FLAC, and OGG formats. +Moniker: mp3rgui +Tags: + - audio + - flac + - gain + - gui + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.yaml b/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.yaml new file mode 100644 index 0000000000000..e6d959dd565fa --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.9.3/M-Igashi.mp3rgui.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.installer.yaml b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.installer.yaml new file mode 100644 index 0000000000000..0a9f1bebc35da --- /dev/null +++ b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ManicTime.ManicTime +PackageVersion: 26.2.1.1 +Installers: +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ManicTime.exe + InstallerUrl: https://cdn.manictime.com/setup/v2026_2_1_1/manictime-portable-2026.2.1.1-win-x86.zip + InstallerSha256: A174BE886317B697BC42162C07E2979EBA83D6523BEABD5ADF27A418C81070A0 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ManicTime.exe + InstallerUrl: https://cdn.manictime.com/setup/v2026_2_1_1/manictime-portable-2026.2.1.1-win-x64.zip + InstallerSha256: 76B4B1696DD327B80266FA5711EE5BB988690F834D687EADD9845A7E1204E9CF +- InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + Scope: user + InstallerUrl: https://cdn.manictime.com/setup/v2026_2_1_1/manictime-setup-2026.2.1.1-win-x86.msi + InstallerSha256: 3741C399882D9D9881AEAAA921782F34669B56A77EEB3A0E2DF889159B703026 + ProductCode: '{287B6138-E1E1-48E3-96C6-048C61CF49CC}' + AppsAndFeaturesEntries: + - ProductCode: '{287B6138-E1E1-48E3-96C6-048C61CF49CC}' + UpgradeCode: '{EDF2F2D1-1851-4424-8682-9B52D765B0E8}' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\ManicTime' +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: user + InstallerUrl: https://cdn.manictime.com/setup/v2026_2_1_1/manictime-setup-2026.2.1.1-win-x64.msi + InstallerSha256: 7B8A7B099193EEEECF8D2BDF8EAE0D56C1D13181FAAE2FF8B9CCC74480AFC7E2 + ProductCode: '{719A182F-39FA-49FC-BD88-B777481A411C}' + AppsAndFeaturesEntries: + - ProductCode: '{719A182F-39FA-49FC-BD88-B777481A411C}' + UpgradeCode: '{EDF2F2D1-1851-4424-8682-9B52D765B0E8}' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\ManicTime' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.locale.en-US.yaml b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.locale.en-US.yaml new file mode 100644 index 0000000000000..9c69cc1b945a0 --- /dev/null +++ b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ManicTime.ManicTime +PackageVersion: 26.2.1.1 +PackageLocale: en-US +Publisher: Finkit d.o.o. +PublisherUrl: https://www.manictime.com/ +PrivacyUrl: https://www.manictime.com/privacy-policy +PackageName: ManicTime +PackageUrl: https://www.manictime.com/ +License: Proprietary +Copyright: Copyright (c) 2025 ManicTime +ShortDescription: Manage your time better. +Description: Let ManicTime focus on keeping track of your time, so you can focus on your business. +Documentations: +- DocumentLabel: Getting started in ManicTime + DocumentUrl: https://docs.manictime.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.locale.zh-CN.yaml b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d2e71ce84ee89 --- /dev/null +++ b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ManicTime.ManicTime +PackageVersion: 26.2.1.1 +PackageLocale: zh-CN +Publisher: Finkit d.o.o. +PublisherUrl: https://www.manictime.com/ +PrivacyUrl: https://www.manictime.com/privacy-policy +PackageName: ManicTime +PackageUrl: https://www.manictime.com/ +License: 专有软件 +Copyright: 版权所有 (c) 2025 ManicTime +ShortDescription: 更好的管理您的时间。 +Description: 让 ManicTime 专注于记录您的时间,这样您就可以专注于您的业务。 +Documentations: +- DocumentLabel: Getting started in ManicTime + DocumentUrl: https://docs.manictime.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.yaml b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.yaml new file mode 100644 index 0000000000000..d0b6567b408a6 --- /dev/null +++ b/manifests/m/ManicTime/ManicTime/26.2.1.1/ManicTime.ManicTime.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ManicTime.ManicTime +PackageVersion: 26.2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.installer.yaml b/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.installer.yaml new file mode 100644 index 0000000000000..777e3f40ab301 --- /dev/null +++ b/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: MattWhitwam.DiffThis +PackageVersion: 1.7.0 +Installers: +- Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/matt-dx/diffthis/releases/download/v1.7.0/DiffThis-windows-x64.zip + InstallerSha256: 47306d11b40cd508868db9b7e12a5c0f396087ec44a5c5d143111b0e8b897530 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: DiffThis.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.locale.en-US.yaml b/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.locale.en-US.yaml new file mode 100644 index 0000000000000..45f35f49a788e --- /dev/null +++ b/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.locale.en-US.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: MattWhitwam.DiffThis +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Matt Whitwam +PublisherUrl: https://github.com/matt-dx/diffthis +PackageName: DiffThis +License: The Unlicense +ShortDescription: A Windows desktop diff tool for comparing git branches, with AI-powered code review and explanation. +Tags: +- git +- diff +- developer-tools +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.yaml b/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.yaml new file mode 100644 index 0000000000000..c6b7f1d435d8e --- /dev/null +++ b/manifests/m/MattWhitwam/DiffThis/1.7.0/MattWhitwam.DiffThis.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: MattWhitwam.DiffThis +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.installer.yaml b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.installer.yaml new file mode 100644 index 0000000000000..17ddd4a99625f --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 95.0.1.110 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{933CA07F-DDC3-4C9D-ADC9-1AB2AAE8A82E}' +ReleaseDate: 2026-06-25 +AppsAndFeaturesEntries: +- UpgradeCode: '{BC5E6690-391D-48C6-9A51-5BD7C3C931C7}' +Installers: +- Architecture: x64 + InstallerUrl: https://securecdn.oculus.com/binaries/download/?id=27196444876648975 + InstallerSha256: 4628544F68A9BE4C33D5CB8828EE736C91E98B82807BF49D235F14C20A9AF8D5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.locale.en-US.yaml b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..546d33ec2193d --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 95.0.1.110 +PackageLocale: en-US +Publisher: Facebook +Author: Meta Platforms, Inc. +PackageName: Meta Quest Remote Desktop +License: Proprietary +Copyright: © 2026 Meta. +ShortDescription: Pair your computer to your Meta Quest headset, streaming what is on your computer screen into VR. +Tags: +- oculus +- quest +- virtual-reality +- vr +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.locale.zh-CN.yaml b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3594c2ad263b7 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 95.0.1.110 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将您的电脑与 Meta Quest 头显配对,将电脑屏幕内容串流至虚拟现实环境中。 +Tags: +- oculus +- quest +- vr +- 虚拟现实 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.yaml b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.yaml new file mode 100644 index 0000000000000..9389ff6a3896f --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/95.0.1.110/Meta.QuestRemoteDesktop.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: Meta.QuestRemoteDesktop +PackageVersion: 95.0.1.110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..98b32e5818c79 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.381.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.381.0&arch=x86 + InstallerSha256: 18834A5949087C450EED8ACEEEB91CB99B89742435C43A7DC1D98CFD055AEBE7 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.381.0&arch=amd64 + InstallerSha256: 07081A178E38EF64A1F8CBF310436F94C9A99CA014D677296D57A78E87CC1A42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..280953b75ec4c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.381.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..fa52c7e1c249d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.381.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.381.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..25435e8759ecd --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.386.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.386.0&arch=amd64 + InstallerSha256: A52D339D336E49F12EAD5B853F82D5A500F7A7C1FDB8DE1247E252D748974555 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..795ac91285229 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.386.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..8fc0a989097ac --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.386.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.386.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..afc6dba2b7e94 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.388.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.388.0&arch=x86 + InstallerSha256: 951488A32F6A54F6FD11433C0DEDEFD7D6CFA28A7B8321B2B9FB3EBA6D8C5B76 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.388.0&arch=amd64 + InstallerSha256: 80ABE4E5F08B75C66AE9CBF0FB682E9AB005E7B871D41ED08D076DAF915E2CB1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..28a6567bd7371 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.388.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..564f51f09c2d6 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.388.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.388.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..99bcfe58d337f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.390.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.390.0&arch=x86 + InstallerSha256: B10E35A26BE2AD563315FBB5B96824FD7FE980F8BB61ACBB118FD4063FEA18A1 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.390.0&arch=amd64 + InstallerSha256: DBDF42E05B87E20AC29D73B1AAF346ECA8E5787C9EC3788ABEB07E2BBC1AF88E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..22dd5ede92ecf --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.390.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..62ebef4a462ab --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.390.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.390.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.installer.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.installer.yaml new file mode 100644 index 0000000000000..03eda8e2a3e77 --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.5 +PackageVersion: 1.5.9 +MinimumOSVersion: 10.0.17763.0 +InstallerType: exe +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --quiet +UpgradeBehavior: install +PackageFamilyName: Microsoft.WindowsAppRuntime.1.5_8wekyb3d8bbwe +AppsAndFeaturesEntries: +- DisplayName: WindowsAppRuntime.1.5 + DisplayVersion: 5001.373.1736.0 + InstallerType: msix +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/windowsappsdk/1.5/1.5.250108004/windowsappruntimeinstall-x64.exe + InstallerSha256: 7418DC8DC18CFEE1CDC1B087A326EA6FD66E2E3A5E1C76D49FA948737A83A45E +- Architecture: x86 + InstallerUrl: https://aka.ms/windowsappsdk/1.5/1.5.250108004/windowsappruntimeinstall-x86.exe + InstallerSha256: F5172236986881FE646327FFA020924AAFA242111B846AED7451313382B7D53E +- Architecture: arm64 + InstallerUrl: https://aka.ms/windowsappsdk/1.5/1.5.250108004/windowsappruntimeinstall-arm64.exe + InstallerSha256: 3B6871891D07AF7B6943E16DC6F2235CEB0BF49C0E7528004BA9DF0DDF2FFA07 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2025-01-15 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.locale.en-US.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.locale.en-US.yaml new file mode 100644 index 0000000000000..082377219a7c2 --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.5 +PackageVersion: 1.5.9 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Windows App Runtime 1.5 +PackageUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads-archive +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Microsoft Windows App Runtime 1.5 +Moniker: windowsappsdk-1.5 +Tags: +- winappsdk +- windows-app-sdk +- winappruntime +- windows-app-runtime +- appsdk +ReleaseNotes: |- + This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.5 release. + - Fixed another potential issue where a menu off a CommandBar may incorrectly open up instead of down when the CommandBar is at the bottom of the window. + - Fixed a potential crash when running on older graphics hardware. +ReleaseNotesUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes/windows-app-sdk-1-5?pivots=stable#version-159-15250108004 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.locale.zh-CN.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b56c1a801d1c --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.5 +PackageVersion: 1.5.9 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Windows App Runtime 1.5 +PackageUrl: https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/downloads-archive +License: 专有软件 +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: Copyright(c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Microsoft Windows 应用运行时 1.5 +ReleaseNotes: |- + 这是 Windows 应用 SDK 的服务版本,其中包含针对版本 1.5 的关键 bug 修复。 + - 修复了当 CommandBar 位于窗口底部时,命令栏外的菜单可能会错误地打开而不是向下打开的另一个潜在问题。 + - 修复了在较旧图形硬件上运行时可能出现的崩溃。 +ReleaseNotesUrl: https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/release-notes/windows-app-sdk-1-5?pivots=stable#version-159-15250108004 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.yaml new file mode 100644 index 0000000000000..ce784e12d2f51 --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/5/1.5.9/Microsoft.WindowsAppRuntime.1.5.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.5 +PackageVersion: 1.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.installer.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.installer.yaml new file mode 100644 index 0000000000000..366aee0d3f0b1 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub +PackageVersion: 1.0.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax-hub +ProductCode: d414eb59-510f-5dc8-950d-953402d18e79 +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://file.cdn.minimax.io/public/minimax-hub/release/overseas/MiniMax%20Hub%20Setup%201.0.9.exe + InstallerSha256: A4D82ED1505424DAAF10C3679E27BEFB382008CD567C4263B01B6019A45C5C7F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://file.cdn.minimax.io/public/minimax-hub/release/overseas/MiniMax%20Hub%20Setup%201.0.9.exe + InstallerSha256: A4D82ED1505424DAAF10C3679E27BEFB382008CD567C4263B01B6019A45C5C7F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.locale.en-US.yaml new file mode 100644 index 0000000000000..fc2504565b824 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub +PackageVersion: 1.0.9 +PackageLocale: en-US +Publisher: MiniMax +PublisherUrl: https://www.minimax.io/ +PublisherSupportUrl: https://discord.com/invite/hmfVm9dc4B +PrivacyUrl: https://www.minimax.io/privacy-policy-v2.html?show=platform,agent,video +Author: Shanghai Xiyu Technology Co., Ltd. +PackageName: MiniMax Hub +PackageUrl: https://hub.minimax.io/ +License: Proprietary +LicenseUrl: https://www.minimax.io/terms-of-service-v2.html?show=platform,agent,video +Copyright: © 2026 MiniMax +CopyrightUrl: https://www.minimax.io/terms-of-service-v2.html?show=platform,agent,video +ShortDescription: Your own multimodal Agent team +Description: |- + One director. A whole agent team. + One person. A whole production. + + Describe Your Idea, Agent Does the Rest + Say what you want — or drop in a brief. The main agent reads your intent, breaks down the task, and matches the best model automatically. Manual selection available too. + + Build Your Canvas, Cover Every Format + Script, storyboard, video, music, and editing — all on one canvas. Nodes connect automatically. From research to final cut, no tool-switching required. + + Save Your Skills, Reuse What Works + Agent automatically captures and builds Skills unique to you as you work. Or browse the MiniMax Skills Market and exclusive plugins — one click to activate. + + Access Local Files, Export to Pro Tools + Agent retrieves your local assets on its own. One click imports everything into your editing software — team assets organized, creative loop closed. + + Review Every Step, Deliver With Confidence + At key checkpoints, Agent asks for your direction before moving forward. Agent + Harness loads domain knowledge and runs multi-round quality checks behind the scenes — every frame ready to deliver. Built for: Short dramas · E-commerce content · Brand TVC · Ad creatives. +Tags: +- agent +- agentic +- ai +- chatbot +- large-language-model +- llm +- minimax +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://my.feishu.cn/wiki/X3pGw8I5Gi6E1fkMqQpcP5ZBnHd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a7358b90792e5 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub +PackageVersion: 1.0.9 +PackageLocale: zh-CN +Author: 上海稀宇科技有限公司 +License: 专有软件 +ShortDescription: 属于你自己的多模态 Agent 团队 +Description: |- + 首个多模态本地创作平台 + 多能力提升,开启创作新范式。 + + 描述你的创意,启动 Agent 执行 + 说出想法,或直接丢进一份策划文档——主 Agent 理解意图后,自动拆解任务分配,自动(也可手动)适配最优模型,开始运作。 + + 搭建画布工作流,创作内容统一 + 你的脚本、分镜、视频、音乐、剪辑全在一块画布上——节点自动连线;从调研到成片,告别工具割裂。 + + 调用或自定义 Skills,经验持续复用 + 对话过程中,Agent 会自动记录、生成专属你的 Skill。也可以访问 Skills 精选市场与 MiniMax Hub 独家交互插件,一键调用。 + + 让 Agent 完成本地操作,一键直连专业工具 + 你的本地素材,Agent 自己去取;做完可一键导入专业剪辑软件,实现创作闭环,适配团队资产统一管理。 + + 审核把控,交付优质成片 + 在关键节点,Agent 会主动询问你的核心方向;Agent + Harness 后台调用专业知识库、多轮校验质量,确保每一帧都值得交付。适合场景包括但不限于:短剧全流程 · 电商批量出图出视频 · 品牌 TVC · 投放素材。 +Tags: +- minimax +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://my.feishu.cn/wiki/VEoVwpfCKiTHvHkAGQ7cQJxCncf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.yaml new file mode 100644 index 0000000000000..6ef7621d630f9 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.9/MiniMax.MiniMaxHub.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: MiniMax.MiniMaxHub +PackageVersion: 1.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.installer.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.installer.yaml new file mode 100644 index 0000000000000..16f777bf2263f --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax-hub-cn +ProductCode: 3e8b7c9a-b469-5185-aeed-382f7ea7a0a5 +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://filecdn.minimax.chat/public/minimax-hub/release/domestic/MiniMax%20Hub%20Setup%201.0.9.exe + InstallerSha256: 481EFDE3810F3AD4132EF8004B1285486AB3C1DB14A642C91EF934D552019162 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://filecdn.minimax.chat/public/minimax-hub/release/domestic/MiniMax%20Hub%20Setup%201.0.9.exe + InstallerSha256: 481EFDE3810F3AD4132EF8004B1285486AB3C1DB14A642C91EF934D552019162 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..2dd9d684ea707 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.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: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.9 +PackageLocale: en-US +Author: Shanghai Xiyu Technology Co., Ltd. +License: Proprietary +ShortDescription: Your own multimodal Agent team +Description: |- + One director. A whole agent team. + One person. A whole production. + + Describe Your Idea, Agent Does the Rest + Say what you want — or drop in a brief. The main agent reads your intent, breaks down the task, and matches the best model automatically. Manual selection available too. + + Build Your Canvas, Cover Every Format + Script, storyboard, video, music, and editing — all on one canvas. Nodes connect automatically. From research to final cut, no tool-switching required. + + Save Your Skills, Reuse What Works + Agent automatically captures and builds Skills unique to you as you work. Or browse the MiniMax Skills Market and exclusive plugins — one click to activate. + + Access Local Files, Export to Pro Tools + Agent retrieves your local assets on its own. One click imports everything into your editing software — team assets organized, creative loop closed. + + Review Every Step, Deliver With Confidence + At key checkpoints, Agent asks for your direction before moving forward. Agent + Harness loads domain knowledge and runs multi-round quality checks behind the scenes — every frame ready to deliver. Built for: Short dramas · E-commerce content · Brand TVC · Ad creatives. +Tags: +- agent +- agentic +- ai +- chatbot +- large-language-model +- llm +- minimax +ReleaseNotes: |- + Refreshed onboarding, smoother canvas, safer Lark integration + + - Refreshed login flow with first-time onboarding and interest selection for more personalized recommendations + - Lark credentials now stored locally with encryption, plus a new in-app credential manager for easy review and rotation + - Canvas tidy upgraded with multi-source node positioning and subset layout for faster arrangement + - Fixed image-to-video upload failures for large 20–30MB reference images + - Voice input now routes all languages through Whisper for more accurate Chinese recognition + - Fixed overlay and highlight issues with the chat history anchor navigation + - Fixed login issues on macOS development builds and made the login gate dismissible +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://my.feishu.cn/wiki/X3pGw8I5Gi6E1fkMqQpcP5ZBnHd +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bac40d7b2a806 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.9 +PackageLocale: zh-CN +Publisher: MiniMax +PublisherUrl: https://www.minimaxi.com/ +PrivacyUrl: https://minimaxi.com/privacy-policy-v2-cn.html?show=platform,agent,video +Author: 上海稀宇科技有限公司 +PackageName: MiniMax Hub (CN) +PackageUrl: https://hub.minimaxi.com/ +License: 专有软件 +LicenseUrl: https://minimaxi.com/terms-of-service-v2-cn.html?show=platform,agent,video +Copyright: © 2026 MiniMax +CopyrightUrl: https://minimaxi.com/terms-of-service-v2-cn.html?show=platform,agent,video +ShortDescription: 属于你自己的多模态 Agent 团队 +Description: |- + 首个多模态本地创作平台 + 多能力提升,开启创作新范式。 + + 描述你的创意,启动 Agent 执行 + 说出想法,或直接丢进一份策划文档——主 Agent 理解意图后,自动拆解任务分配,自动(也可手动)适配最优模型,开始运作。 + + 搭建画布工作流,创作内容统一 + 你的脚本、分镜、视频、音乐、剪辑全在一块画布上——节点自动连线;从调研到成片,告别工具割裂。 + + 调用或自定义 Skills,经验持续复用 + 对话过程中,Agent 会自动记录、生成专属你的 Skill。也可以访问 Skills 精选市场与 MiniMax Hub 独家交互插件,一键调用。 + + 让 Agent 完成本地操作,一键直连专业工具 + 你的本地素材,Agent 自己去取;做完可一键导入专业剪辑软件,实现创作闭环,适配团队资产统一管理。 + + 审核把控,交付优质成片 + 在关键节点,Agent 会主动询问你的核心方向;Agent + Harness 后台调用专业知识库、多轮校验质量,确保每一帧都值得交付。适合场景包括但不限于:短剧全流程 · 电商批量出图出视频 · 品牌 TVC · 投放素材。 +Tags: +- minimax +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 登录焕新、画布更顺手、飞书接入更安心 + + - 登录流程焕然一新:首次进入新增引导与兴趣选择,首页推荐更懂你的偏好 + - 飞书接入支持本地加密保存凭证,并新增凭证管理界面,查看与轮换更安心 + - 画布整理体验升级:节点布局支持多源参考,新增子集整理,整体排布更高效 + - 修复图生视频上传 20–30MB 参考图时偶发的失败问题,大尺寸素材可正常提交 + - 语音输入全语言统一接入 Whisper 模型,中文识别更稳更准 + - 修复历史消息锚点导航的遮挡与高亮落点异常,回看长对话更清晰 + - 修复 macOS 开发环境下的登录异常,登录门可手动关闭不再强制停留 +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://my.feishu.cn/wiki/VEoVwpfCKiTHvHkAGQ7cQJxCncf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.yaml new file mode 100644 index 0000000000000..a9c5e7bd989e6 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.9/MiniMax.MiniMaxHub.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.installer.yaml b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.installer.yaml new file mode 100644 index 0000000000000..b38fd7689401a --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.3.35 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- multica +ProductCode: d8b75c36-d208-59aa-9acd-26838c159dc3 +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.35/multica-desktop-0.3.35-windows-x64.exe + InstallerSha256: 9A53578A947DFDED364176E8FA39FD1938233C5275C2994C76BCDCE4C676CEF9 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.35/multica-desktop-0.3.35-windows-arm64.exe + InstallerSha256: 3818AB48A12F3AF7DC59DBA37012EF804A1C426A66D9C87F024467366C72F2D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.locale.en-US.yaml b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..7efaec55a7810 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.3.35 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - 8b9caded75b6aa23e55a1a5854c0e4f15c11a2aa Fix Mermaid syntax error rendering (MUL-3900) (#4771) + - 5ed381a9d63ab56e38ddc558f187c19a9014d032 Fix comment attachment URL resolution (#4816) + - 8b529efc097f37577fe08b87e41384de9947680b Fix recovered Antigravity transcript messages (#4814) + - ade6b34e5f8de4b2ab06ae528c0c99323bf810fd MUL-3903: Extract shared issue surfaces (#4774) + - 2cf52978149c03ad199e6dd318c1c5b84bbabeb6 Revert "fix(editor): keep the comment-box caret in the ordered list after switching issues (MUL-3973) (#4813)" (#4851) + - 4416313f8f7f801df8b7f5072087da8a6502a89c docs(changelog): add v0.3.35 entry for the 2026-07-02 release (MUL-3984) (#4856) + - 8c3745dc7e43fef7f7ce83950b251d9602cbd944 feat(issues): add 'Show sub-issues' display toggle (MUL-3923) (#4801) + - 3c3a3fed2c152ed1f9e5143a50d89dfe01fe5f72 feat(skills): add "Add to agent" action on skill detail page (#4802) + - c4b116ec3ac4dd564f0b91773e440e0a03a62ff5 feat(views): expose add-label entry in create-issue dialog (#4846) + - da624a883539b1d41c7d6a69a37a3177f4ca60b9 feat: add configurable S3 path-style addressing (#4739) + - ac75a0df72c78800bc8dc4957ee14a0be6a5f28a fix(attachments): align text preview whitelist (#4834) + - 2e8578acbd2c0a3b490f5f75b82c9c2f424bd384 fix(chat): stop remounting the live timeline on every streamed task message (MUL-3960) (#4845) + - 0c4c3ff038715d3dff7a4a29932a7c08d46e81cc fix(cli): prevent daemon-managed CLI from silently using user tokens (MUL-3922) + - 101cc29e20307c88962b15197d55bb258edd7047 fix(daemon): time out repo cache git commands + - 94778449ebe1aad5deaee1bf2cef2cb2ac4df3bc fix(docker): derive web pnpm version from packageManager (#4815) + - c2903365a9c48c81c8daf9f1f98b959fdbf06e6a fix(editor): keep the comment-box caret in the ordered list after switching issues (MUL-3973) (#4813) + - 03828015cae2a177245f25f768120396477b8928 fix(feedback): validate response and pass error kind (#4633) + - e4994cd4318659f5ac6632dd71f12a2e53a2d15d fix(github): allow one installation to bind multiple workspaces (#4855) + - 078f2aa65c48108b4e65c0a9624089887c7da7ec fix(handler): keep runtime pending redis keys in one slot + - c328fdbcd0357d5986ce174ae86c30d96b9d5a7d fix(issues): wake parent squad leader on same-squad/shared-leader child-done (MUL-3969) (#4843) + - c3a33fff495ca2fb8d47090ba3b9aa0655929e15 fix(markdown): render inline data-URI images (MUL-3961) (#4832) + - 88377c1b1dc84f312bc1ed751e299d36a16d41ad fix(slack): recover attachment/blocks text for empty-Text chat messages (MUL-3931) (#4805) + - 7d310a9f6a2865213c8e83e5dda6c034a9db0d59 fix: expose local skills for ACP providers (#4800) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.3.35 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.locale.zh-CN.yaml b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d6ebe33f567d5 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.3.35 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.yaml b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.yaml new file mode 100644 index 0000000000000..6bef1510983eb --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.35/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.3.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.installer.yaml b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.installer.yaml new file mode 100644 index 0000000000000..984649679576a --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetEase.CloudMusic +PackageVersion: 3.1.36.205322 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- orpheus +FileExtensions: +- aac +- ape +- cda +- cue +- flac +- m4a +- mp3 +- ncm +- ogg +- wav +- wma +ProductCode: 网易云音乐 +Installers: +- Architecture: x86 + InstallerUrl: https://d8.music.126.net/dmusic2/NeteaseCloudMusic_Music_official_3.1.36.205322_32.exe + InstallerSha256: C74EAE00C5CB87B332BAAE5797DDE515CBE6AD89614C9C4E95594597AC3196A5 +- Architecture: x64 + InstallerUrl: https://d8.music.126.net/dmusic2/NeteaseCloudMusic_Music_official_3.1.36.205322_64.exe + InstallerSha256: 1985907E6649A5E44F5CDD45E8CE9F3154347C9CAA70D57B81A69972087E134A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.locale.en-US.yaml b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..13faf7fd81fb4 --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.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: NetEase.CloudMusic +PackageVersion: 3.1.36.205322 +PackageLocale: en-US +Publisher: 网易公司 +PublisherUrl: https://music.163.com/ +PublisherSupportUrl: https://mp.music.163.com/600948c936c13f4d09752e73/contact-us-web/ +PrivacyUrl: https://st.music.163.com/official-terms/privacy +Author: Hangzhou NetEase Cloud Music Technology Co., Ltd. +PackageName: 网易云音乐 +PackageUrl: https://music.163.com/#/download +License: Proprietary +LicenseUrl: https://st.music.163.com/official-terms/service +Copyright: © NetEase Corporation. All rights reserved. +ShortDescription: A music product focused on discovery and sharing. +Description: NetEase CloudMusic is one of the most popular music streaming platforms among young users and the leading music community in the industry. In NetEase CloudMusic, you can not only listen to a large number of genuine music, but also meet music-loving partners like you. Use music to connect each other and convey the power of pleasure. +Tags: +- album +- artist +- audio +- china +- cloud +- music +- player +- playlist +- prc +- song +- sound +ReleaseNotesUrl: https://music.163.com/#/pcupdatelog +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.locale.zh-CN.yaml b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..baa356f7d24f1 --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.CloudMusic +PackageVersion: 3.1.36.205322 +PackageLocale: zh-CN +Publisher: 网易公司 +PublisherUrl: https://music.163.com/ +PublisherSupportUrl: https://mp.music.163.com/600948c936c13f4d09752e73/contact-us-web/ +PrivacyUrl: https://st.music.163.com/official-terms/privacy +Author: 杭州网易云音乐科技有限公司 +PackageName: 网易云音乐 +PackageUrl: https://music.163.com/#/download +License: 专有软件 +LicenseUrl: https://st.music.163.com/official-terms/service +Copyright: © NetEase Corporation. All rights reserved. +ShortDescription: 专注于发现与分享的音乐产品 +Description: 网易云音乐是当下最受年轻用户喜爱的音乐平台之一,同时也是业内领先的音乐社区。在网易云音乐,不仅可以听到海量正版音乐,还能遇见和你同样热爱音乐的伙伴。用音乐连接彼此,用音乐传递美好力量。 +Tags: +- 专辑 +- 云村 +- 云音乐 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: ★ 修复已知问题,优化体验 +ReleaseNotesUrl: https://music.163.com/#/pcupdatelog +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.yaml b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.yaml new file mode 100644 index 0000000000000..0dda90ee0563d --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.36.205322/NetEase.CloudMusic.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: NetEase.CloudMusic +PackageVersion: 3.1.36.205322 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.installer.yaml b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.installer.yaml new file mode 100644 index 0000000000000..43fa7fc8320a7 --- /dev/null +++ b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenVPNTechnologies.OpenVPN +PackageVersion: 2.7.501 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: PRODUCTDIR="" +UpgradeBehavior: install +Commands: +- openvpn +FileExtensions: +- ovpn +ProductCode: '{B766B97E-E81C-4B7D-8948-067E4D42C88A}' +Installers: +- Architecture: x86 + InstallerUrl: https://swupdate.openvpn.org/community/releases/OpenVPN-2.7.5-I001-x86.msi + InstallerSha256: 070F6077337ACD6385EE81E43D24F30B1C0C981CF00E8E4D9CBA3845A35F6C29 + AppsAndFeaturesEntries: + - DisplayName: OpenVPN 2.7.5-I001 x86 + ProductCode: '{B766B97E-E81C-4B7D-8948-067E4D42C88A}' + UpgradeCode: '{1195A47B-A37A-4055-9D34-B7A691F7E97B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\OpenVPN' +- Architecture: x64 + InstallerUrl: https://swupdate.openvpn.org/community/releases/OpenVPN-2.7.5-I001-amd64.msi + InstallerSha256: 20A9B2831CC3BE26C250CAF60891C230F3BF3E1E7BD6E17B4E182F166026377A + AppsAndFeaturesEntries: + - DisplayName: OpenVPN 2.7.5-I001 amd64 + ProductCode: '{B766B97E-E81C-4B7D-8948-067E4D42C88A}' + UpgradeCode: '{461BDF86-D389-4471-BF36-99806B64C127}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenVPN' +- Architecture: arm64 + InstallerUrl: https://swupdate.openvpn.org/community/releases/OpenVPN-2.7.5-I001-arm64.msi + InstallerSha256: 425D0B87651A7C58E3F8E6FFED0FA0B7D6F5FC45D51B654A337E8BDA1B2DD211 + AppsAndFeaturesEntries: + - DisplayName: OpenVPN 2.7.5-I001 arm64 + ProductCode: '{B766B97E-E81C-4B7D-8948-067E4D42C88A}' + UpgradeCode: '{1E8C4DDC-9E93-4AE2-9495-DF86821EAA3A}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenVPN' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.en-GB.yaml b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.en-GB.yaml new file mode 100644 index 0000000000000..ee59503223f82 --- /dev/null +++ b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.en-GB.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenVPNTechnologies.OpenVPN +PackageVersion: 2.7.501 +PackageLocale: en-GB +PackageName: OpenVPN +ShortDescription: Create secure VPN connections over the internet with this VPN software. +Description: OpenVPN provides flexible VPN solutions to secure your data communications, whether it's for Internet privacy, remote access for employees, securing IoT, or for networking Cloud data centres. +ReleaseNotesUrl: https://github.com/OpenVPN/openvpn/releases/tag/v2.7.5 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.en-US.yaml b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..70f3276910447 --- /dev/null +++ b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.en-US.yaml @@ -0,0 +1,116 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenVPNTechnologies.OpenVPN +PackageVersion: 2.7.501 +PackageLocale: en-US +Publisher: OpenVPN, Inc. +PublisherUrl: https://openvpn.net/ +PublisherSupportUrl: https://support.openvpn.com/ +PrivacyUrl: https://openvpn.net/privacy-policy/ +Author: OpenVPN, Inc. +PackageName: OpenVPN +PackageUrl: https://openvpn.net/community/ +License: GPLv2 +LicenseUrl: https://github.com/OpenVPN/openvpn/blob/HEAD/COPYING +Copyright: © 2002-2026 OpenVPN Inc +CopyrightUrl: https://openvpn.net/legal/ +ShortDescription: Create secure VPN connections over the internet with this VPN software. +Description: OpenVPN provides flexible VPN solutions to secure your data communications, whether it's for Internet privacy, remote access for employees, securing IoT, or for networking Cloud data centers. +Moniker: openvpn +Tags: +- network +- open-vpn +- virtual-private-network +- virtualprivatenetwork +- vpn +ReleaseNotes: |- + Security fixes: + - openvpnserv (windows): fix DNS SearchList state pollution on (dis)connect. + specific combinations of --dns config entries plus local DNS config + could lead to corruption of pre-openvpn DNS config (CVE-2026-13379) + Bug found by 章鱼哥 (www.aipyaipy.com). + - Fix use-after-free bug in ack_write_buf(), triggerable by a well-timed + sequence of control channel + authentication packets (CVE-2026-12996) + Bug found by multiple researchers: + - 章鱼哥 (www.aipyaipy.com) + - Haiyang Huang + - Haruki Oyama (Waseda University) + - Fix use-after-free bug in tls_wrap_reneg(), triggerable by suitable + sequence of dynamic tls-crypt control-channel packets (CVE-2026-13117) + Bug found by multiple researchers: + - Trace37 Labs (github.com/trace37labs) + - Haiyang Huang + - Fix server crash on reception of suitably malformed auth-token, if + --auth-gen-token external-auth is active (CVE-2026-13122) + Bug found by Haiyang Huang. + - Fix memory-leak in tls-crypt-v2 client key handling that could lead + to out-of-memory situations and subsequent server crashes (CVE-2026-12932) + Bug found by Valton Tahiri. + - Fix possible 1-byte buffer overrun on NTLMv2 proxy responses. + (CVE-2026-11771) + Bug found by Tristan Madani (@TristanInSec). + - Fix another memory leak on reception of suitable tls-crypt-v2 packets + that could lead to an out of memory situation and server crash + (CVE-2026-13698) + Bug found by Max Fillinger. Overlaps with a report + from Valton Tahiri that we believe to + be fixed by this bugfix as well. + Bugfixes: + - Windows: fix plugin trusted-dir check prefix bypass + (this fixes a bug in the path checking logic we do on Windows for + "is loading a plugin from this path allowed?", but since we could + not find a way to exploit this unless starting with admin privs or + a social engineering attack, not classified as a security fix) + - Windows: openvpnserv: rework ConvertItfDnsDomains and tests + (this fixes a buffer overread that is not exploitable and as such + not classified as security fix) + - options: fix use-after-free of DNS options on client connect + (using suitable --dns or --dhcp-option DNS options in a server + config - not pushed, but applying to the server itself - triggers a + double free() and use-after-free condition, possibly crashing the + server) (Github: OpenVPN/openvpn#1060) + - dns: Fix memory leak in dns_server_addr_parse, if too many server + addresses are configured (Github: OpenVPN/openvpn#1055) + - improve multi-socket event handling further - multiple open UDP sockets + with concurrent traffic could lead to inefficient processing, and the + old code was also very hard to follow. + (This was initially triggered by a report from Joshua Rogers using ZeroPath, + but turned out to be "just bad code" not a security vulnerability) + - Null-terminate tls-crypt client keys when testing - non-exploitable + strlen() on a buffer that is not null-terminated + - mudp: send HMAC reset reply synchronously + this fixes a bug where multiple incoming tls-crypt-v2 RESET packets + on different sockets could end up overwriting each other's control + structures, leading to initial handshake packets (HMAC reset reply) + being sent to the wrong client IP, or on a non-suitable socket + ("v4 packet on a v6 socket"). Since the overall flow here is stateless + by nature, do not artificially create state by creating elaborate + queues, just send-or-drop. + - fix port-share and multi-socket interaction - port-share needs TCP + listeners, but the check was wrong. So "as long as any of the listening + sockets is TCP, port-share can be used" (Github: OpenVPN/openvpn#1027) + - Ensure pushed tun-mtu is no lower than TUN_MTU_MIN - this fixes a bug + where a server can push a suitable combination of options and make the + client ASSERT(). + (Reported as security issue by Haiyang Huang, + but it was decided that the server always has means to make the client + "not function properly", and it can not be exploited beyond that) + - Windows: socket: assert buffer length before reading prepended sockaddr + family - a misbehaviour in the windows DCO driver could trigger an + overread in the userland client. No such bug exists, which this was + not treated as a security vulnerability + Documentation improvements: + - improve documentation for --float (Github: OpenVPN/openvpn#358) + - add documentation for --preresolve (Github: OpenVPN/openvpn#532) + - impove documentation around DNS config (Github: OpenVPN/openvpn#937) + For details see Changes.rst + Windows Client: Community MSI installer for Windows client can be found at Community Downloads. + Linux Packages: Instructions for installing community-maintained Linux packages can be found in the Community Wiki. + Full Changelog: https://github.com/OpenVPN/openvpn/compare/v2.7.4...v2.7.5 +ReleaseNotesUrl: https://github.com/OpenVPN/openvpn/releases/tag/v2.7.5 +Documentations: +- DocumentLabel: Community Resources + DocumentUrl: https://openvpn.net/community-resources/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.zh-CN.yaml b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6bef6bf3a702a --- /dev/null +++ b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenVPNTechnologies.OpenVPN +PackageVersion: 2.7.501 +PackageLocale: zh-CN +ShortDescription: 开源 VPN 守护进程 +Description: |- + OpenVPN 是一个功能强大且高度灵活的 VPN 守护进程。OpenVPN 支持 SSL/TLS 安全性、以太网桥接、通过代理或 NAT 的 TCP 或 UDP 隧道传输、动态 IP 地址和 DHCP 的支持、可扩展性(支持数百或数千用户),以及在大多数主流操作系统平台上的便携性。 + OpenVPN 与 OpenSSL 库紧密结合,其大部分加密能力来源于 OpenSSL。 + OpenVPN 支持使用预共享密钥(静态密钥模式)进行传统加密,或使用客户端和服务器证书的公钥安全性(SSL/TLS 模式)。OpenVPN 还支持非加密的 TCP/UDP 隧道。 + OpenVPN 设计用于与大多数平台上存在的 TUN/TAP 虚拟网络接口协同工作。 + 总体而言,OpenVPN 旨在提供 IPSec 的诸多关键功能,但具有相对较轻的负载。 +Tags: +- vpn +- 网络 +ReleaseNotesUrl: https://github.com/OpenVPN/openvpn/releases/tag/v2.7.5 +Documentations: +- DocumentLabel: 社区资源 + DocumentUrl: https://openvpn.net/community-resources/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.yaml b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.yaml new file mode 100644 index 0000000000000..8171fe3313626 --- /dev/null +++ b/manifests/o/OpenVPNTechnologies/OpenVPN/2.7.501/OpenVPNTechnologies.OpenVPN.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: OpenVPNTechnologies.OpenVPN +PackageVersion: 2.7.501 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.installer.yaml b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.installer.yaml new file mode 100644 index 0000000000000..18ca363607a09 --- /dev/null +++ b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 133.0.5932.20 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operastable +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/133.0.5932.20/win/Opera_133.0.5932.20_Setup.exe + InstallerSha256: 719351B2AFC80CF7A5AC110520A67E0F9BB15B0AC196353A6E585AD6869D5251 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/133.0.5932.20/win/Opera_133.0.5932.20_Setup.exe + InstallerSha256: 719351B2AFC80CF7A5AC110520A67E0F9BB15B0AC196353A6E585AD6869D5251 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/133.0.5932.20/win/Opera_133.0.5932.20_Setup_x64.exe + InstallerSha256: EDDD5DD8298C489FE7D0C27CE434620FAB4AF94626D880BA19C31DC102D24162 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/133.0.5932.20/win/Opera_133.0.5932.20_Setup_x64.exe + InstallerSha256: EDDD5DD8298C489FE7D0C27CE434620FAB4AF94626D880BA19C31DC102D24162 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/133.0.5932.20/win/Opera_133.0.5932.20_Setup_arm64.exe + InstallerSha256: 1D1A6E73D7C4F095C986EAF8B78D888A643B449665CF56A34D115F2E02C5C698 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/133.0.5932.20/win/Opera_133.0.5932.20_Setup_arm64.exe + InstallerSha256: 1D1A6E73D7C4F095C986EAF8B78D888A643B449665CF56A34D115F2E02C5C698 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.en-US.yaml b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.en-US.yaml new file mode 100644 index 0000000000000..6ba0963461bd2 --- /dev/null +++ b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 133.0.5932.20 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Stable +PackageUrl: https://www.opera.com/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online. +Description: Opera is a multi-platform web browser developed by Opera Software. Opera is a Chromium-based browser. It distinguishes itself from other browsers through its user interface, functionality, and other features. +Moniker: opera +Tags: +- chromium +- internet +- manifestv2 +- mv2 +- opera-browser +- opera-stable +- operabrowser +- operastable +- web +- web-browser +- webbrowser +- webpages +- xp8cf6s8g2d5t6 +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/133.0.5932.20/Opera.Opera.locale.nb-NO.yaml b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e4f7b8d2d2bf1 --- /dev/null +++ b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.nb-NO.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: Opera.Opera +PackageVersion: 133.0.5932.20 +PackageLocale: nb-NO +Publisher: Opera Software +PublisherUrl: https://www.opera.com/no +PublisherSupportUrl: https://www.opera.com/no/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Software +PackageName: Opera Stable +PackageUrl: https://www.opera.com/no/browsers/opera +License: Gratis +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: © 1995-2026 Opera Software AS. Med enerett. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera-nettleseren inneholder alt du trenger for privat, trygg og effektiv surfing, sammen med en rekke unike funksjoner for å forbedre mulighetene dine online. +Description: Opera er en nettleser med flere plattformer utviklet av Opera Software. Opera er en Chromium-basert nettleser. Den skiller seg fra andre nettlesere gjennom brukergrensesnittet, funksjonaliteten og andre funksjoner. +Tags: +- nettleser +- xp8cf6s8g2d5t6 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.zh-CN.yaml b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.zh-CN.yaml new file mode 100644 index 0000000000000..854bc5d8c41fe --- /dev/null +++ b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 133.0.5932.20 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Stable +PackageUrl: https://www.opera.com/zh-cn/browsers/opera +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera 浏览器让您可以私密、安全和高效地浏览,还有各种独特功能提高您的上网冲浪能力。 +Description: Opera 是 Opera 软件公司开发的多平台网络浏览器。Opera 是一款基于 Chromium 的浏览器,在用户界面、功能和其它特性上与其它浏览器有所不同。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.yaml b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.yaml new file mode 100644 index 0000000000000..069c826bcf467 --- /dev/null +++ b/manifests/o/Opera/Opera/133.0.5932.20/Opera.Opera.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 133.0.5932.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.installer.yaml b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.installer.yaml new file mode 100644 index 0000000000000..87adeab4f9af0 --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.installer.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 133.0.5932.18 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- opera-gxstable +FileExtensions: +- crx +- gxanimations +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.18/win/Opera_GX_133.0.5932.18_Setup.exe + InstallerSha256: 94D533B22B548D7BC2ADF2470468B16F758DD5E9314476A1D7B75A2817013D7C + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.18/win/Opera_GX_133.0.5932.18_Setup.exe + InstallerSha256: 94D533B22B548D7BC2ADF2470468B16F758DD5E9314476A1D7B75A2817013D7C + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.18/win/Opera_GX_133.0.5932.18_Setup_x64.exe + InstallerSha256: A94FEA261DBCFAA9A0E825D7DCD1759096502892711C2BB84BA37C45402129A1 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/133.0.5932.18/win/Opera_GX_133.0.5932.18_Setup_x64.exe + InstallerSha256: A94FEA261DBCFAA9A0E825D7DCD1759096502892711C2BB84BA37C45402129A1 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.locale.en-US.yaml b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.locale.en-US.yaml new file mode 100644 index 0000000000000..fd17d245df159 --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.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: Opera.OperaGX +PackageVersion: 133.0.5932.18 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/gx +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX is a special version of the Opera browser which, on top of Opera’s great features for privacy, security and efficiency, includes special features designed to complement gaming. +Moniker: operagx +Tags: +- chromium +- internet +- manifestv2 +- mv2 +- opera-gx +- web +- web-browser +- webbrowser +- webpages +- xpdbz4mprknn30 +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.locale.zh-CN.yaml b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6a0ab980a848 --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 133.0.5932.18 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/zh-cn/gx +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX 是 Opera 浏览器的一个特殊版本,不仅继承了 Opera 在隐私、安全和效率方面的强大功能,还包括专门为游戏设计的特殊功能。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.yaml b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.yaml new file mode 100644 index 0000000000000..1c0a586eba7be --- /dev/null +++ b/manifests/o/Opera/OperaGX/133.0.5932.18/Opera.OperaGX.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 133.0.5932.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.installer.yaml b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.installer.yaml new file mode 100644 index 0000000000000..5b33101de19a4 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Powerformer.OpenDesign +PackageVersion: 0.13.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Open Design-release-stable-win +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nexu-io/open-design/releases/download/open-design-v0.13.0/open-design-0.13.0-win-x64-setup.exe + InstallerSha256: 68900AC273684A8362A007071C30FC06722ECDAA3C5490C6732D94E3476444AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.locale.en-US.yaml b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.locale.en-US.yaml new file mode 100644 index 0000000000000..bb4992bb8a574 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Powerformer.OpenDesign +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: Powerformer, Inc. +PublisherUrl: https://nexu.io/ +PublisherSupportUrl: https://github.com/nexu-io/open-design/issues +Author: Powerformer, Inc. +PackageName: Open Design +PackageUrl: https://open-design.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/nexu-io/open-design/blob/HEAD/LICENSE +Copyright: Copyright 2026 Open Design contributors +ShortDescription: The open-source alternative to Claude Design. Your existing coding agent — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — becomes the design engine, driven by 31 composable skills and 72 brand-grade design systems. +Description: |- + The open-source alternative to Claude Design. Local-first, web-deployable, BYOK at every layer — 16 coding-agent CLIs auto-detected on your PATH (Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI) become the design engine, driven by 31 composable Skills and 72 brand-grade Design Systems. No CLI? An OpenAI-compatible BYOK proxy is the same loop minus the spawn. + + Why this exists + Anthropic's Claude Design (released 2026-04-17, Opus 4.7) showed what happens when an LLM stops writing prose and starts shipping design artifacts. It went viral — and stayed closed-source, paid-only, cloud-only, locked to Anthropic's model and Anthropic's skills. There is no checkout, no self-host, no Vercel deploy, no swap-in-your-own-agent. + Open Design (OD) is the open-source alternative. Same loop, same artifact-first mental model, none of the lock-in. We don't ship an agent — the strongest coding agents already live on your laptop. We wire them into a skill-driven design workflow that runs locally with pnpm tools-dev, can deploy the web layer to Vercel, and stays BYOK at every layer. + Type make me a magazine-style pitch deck for our seed round. The interactive question form pops up before the model improvises a single pixel. The agent picks one of five curated visual directions. A live TodoWrite plan streams into the UI. The daemon builds a real on-disk project folder with a seed template, layout library, and self-check checklist. The agent reads them — pre-flight enforced — runs a five-dimensional critique against its own output, and emits a single that renders in a sandboxed iframe seconds later. + That's not "AI tries to design something". That's an AI that has been trained, by the prompt stack, to behave like a senior designer with a working filesystem, a deterministic palette library, and a checklist culture — exactly the bar Claude Design set, but open and yours. + OD stands on four open-source shoulders: + - alchaincyf/huashu-design — the design-philosophy compass. Junior-Designer workflow, the 5-step brand-asset protocol, the anti-AI-slop checklist, the 5-dimensional self-critique, and the "5 schools × 20 design philosophies" idea behind our direction picker — all distilled into apps/daemon/src/prompts/discovery.ts. + - op7418/guizang-ppt-skill — the deck mode. Bundled verbatim under skills/guizang-ppt/ with original LICENSE preserved; magazine-style layouts, WebGL hero, P0/P1/P2 checklists. + - OpenCoworkAI/open-codesign — the UX north star and our closest peer. The first open-source Claude-Design alternative. We borrow its streaming-artifact loop, its sandboxed-iframe preview pattern (vendored React 18 + Babel), its live agent panel (todos + tool calls + interruptible generation), and its five-format export list (HTML / PDF / PPTX / ZIP / Markdown). We deliberately diverge on form factor — they are a desktop Electron app bundling pi-ai; we are a web app + local daemon that delegates to your existing CLI. + - multica-ai/multica — the daemon-and-runtime architecture. PATH-scan agent detection, the local daemon as the only privileged process, the agent-as-teammate worldview. +Tags: +- agent +- agentic +- ai +- claude +- design +- large-language-model +- llm +ReleaseNotes: |- + 🌟 Codename: Stay in Flow + 🧭 116 PRs · 26 contributors · 6 days — 0.13.0 keeps the design session alive. The old rhythm was easy to break: a run lost its place, a model picker made you guess, an OpenDesign Cloud balance check hid behind a retry, or a finished deck needed one more export detour. 0.13.0 turns those interruptions into a calmer loop: resume the work, see what is happening, choose the right model faster, and hand off real files without leaving Open Design. 🚀 + 🔥 Highlights + - 🧵 Resume the conversation instead of rebuilding the context. Long design sessions used to punish every interruption: switch tools, come back later, and the next prompt might feel like starting from scratch. Native session resume now keeps Codex, OpenCode, Pi, and OpenDesign Cloud runs connected across turns, so follow-up work can continue from the same live thread. (#4629) Thanks @lefarcen. + - 🔑 BYOK setup stops feeling like provider archaeology. Bringing your own keys should be a choice, not a scavenger hunt through model names and provider quirks. Presets now make provider setup clearer, and the first-artifact handoff is cleaner for both CLI and BYOK flows. (#4902, #4634) Thanks @PerishCode. + - 🤖 OpenDesign Cloud shows its wallet, its retries, and its next move. Balance checks are no longer a black box. The settings card shows wallet state more clearly, keeps actions inline, restores follow-up handling, and promotes retry statuses so a transient balance lookup feels recoverable instead of mysterious. (#4675, #4965, #4984, #5002, #5010, #5015) Thanks @alchemistklk. + - 📤 Exports behave more like deliverables. Finished work can now go straight to screenshot-backed PPTX and PDF output, while deck keyboard navigation no longer double-steps through slides. The export path feels closer to handoff, not a separate production chore. (#4604, #4897) Thanks @lefarcen, @PerishCode. + - 🧩 Design-system previews got richer and easier to trust. Brand pages stay previewable after prefetch, rich design-system chips are easier to scan, logo previews behave, and bundled plugin examples are easier to open as real projects. (#4530, #4776, #4806, #4861, #4952) Thanks @PerishCode, @pftom, chaoxiaoche. + - 🧠 Agent choices are broader, clearer, and less brittle. Open Design now recognizes the standalone Codex app bundle, ships a newer bundled Vela CLI, supports Mimo Code, and fixes the Cogito output cap so agent setup is less likely to fail for environmental reasons. (#4575, #4578, #4888, #4889) Thanks @Grumpster-Dev, @yangweijie, @lefarcen, @xne998808-ai. + - 🏢 Teams and official channels are easier to find. Workspace-for-Teams now has a visible entry point and enterprise lead page, official social links include Instagram, LinkedIn, and Xiaohongshu, and the product/resource navigation is less likely to steal clicks from the pages people meant to open. (#4737, #4779, #4784, #4977) Thanks @lefarcen, @Tuola, @xne998808-ai. + - 🩺 When something fails, the app gives you a better starting point. Run lifecycle tracing, clearer task-failure cards, simpler error-source diagnostics, and better cache accounting make failed or resumed work easier to understand without turning the UI into a log viewer. (#4431, #4432, #4656, #4701, #4903) Thanks @PerishCode, michaeltaxman911-hue, @lefarcen. + 📥 Download: Tag open-design-v0.13.0. All assets are published on GitHub Releases and releases.open-design.ai. + Platform Architecture Asset + macOS Apple Silicon (arm64) open-design-0.13.0-mac-arm64.dmg + macOS Intel (x64) open-design-0.13.0-mac-x64.dmg + Windows x64 (installer) open-design-0.13.0-win-x64-setup.exe + ✨ Added + 🎨 Studio, export & design systems + - Programmatic screenshot-backed PPTX/PDF export so finished HTML work can move into shareable documents with less manual staging. (#4604) Thanks @lefarcen. + - Bundled Perplexity AI design-system plugin manifest and duplicated example plugins as projects, making real plugin material easier to inspect and reuse. (#4828, #4861) Thanks @MaxHsu, @pftom. + - Richer design-system chip and preview UI for scanned brands and built-in systems. (#4530, #4776, #4806) Thanks @PerishCode. + - Explicit data-od-id guidance in generated HTML prompts so inspect/edit affordances have a clearer contract. (#4305) Thanks @fuyizheng3120. + 🔑 BYOK, OpenDesign Cloud & model choice + - BYOK provider presets to make model setup more discoverable. (#4902) Thanks @PerishCode. + - OpenDesign Cloud wallet balance visibility across the Settings card and follow-up flows. (#4675, #4965) Thanks @alchemistklk. + - Mimo Code support and a corrected Cogito output cap for broader agent/model coverage. (#4578, #4575) Thanks @yangweijie, @Grumpster-Dev. + 🧠 Agents, sessions & diagnostics + - Native session resume across Codex, OpenCode, Pi, and OpenDesign Cloud so follow-up turns can reconnect to the same work. (#4629) Thanks @lefarcen. + - Run lifecycle tracing and touched-file tracking for better reopen and diagnosis flows. (#4431, #4432) Thanks @PerishCode. + - Packaged startup telemetry before daemon launch so early desktop failures are easier to see. (#4696) Thanks @lefarcen. + 🌐 Home, teams & docs + - Workspace-for-Teams entry chip and enterprise lead page for teams evaluating Open Design. (#4737) Thanks @lefarcen. + - Long-form tutorials, comparison pages, release blog posts, and customer-story polish across the public site. (#4693, #4748, #4807, #4809, #4853, #4860) Thanks @xne998808-ai, @ScarletttMoon. + - Azure deployment support for teams deploying Open Design on Azure App Service or ACI. (#3387) Thanks @youcefzemmar. + 🔁 Changed + - Settings social links now cover the official channels people actually ask for: Instagram, LinkedIn, Xiaohongshu, and refreshed Discord. (#4779, #4849, #4977) Thanks @Tuola, @kokisanai, @lefarcen. + - The Open Design CLI picker controls are tighter, making command-line selection flows easier to drive. (#4958) Thanks @PerishCode. + - The startup splash now consistently says "Open Design" and uses dark-mode-friendly card tokens where relevant. (#4674, #4721) Thanks @PerishCode, @lefarcen. + - First-touch attribution, design-system analytics, and Home task-card analytics are clearer without changing the user's core workflow. (#4769, #4783, #4820) Thanks @elifive555555, @PerishCode, @ScarletttMoon. + 🐛 Fixed + 🎨 Studio, Home & onboarding + - Home task cards and document chips stay usable by seeding required inputs and keeping the pinned Home tab visually stable. (#4446) Thanks @AriaZhao. + - Onboarding brand extraction, brand actions, and language menu placement are calmer and less likely to collide. (#4633, #4702, #4813, #4939) Thanks @PerishCode. + - Logo previews and OpenDesign Cloud card layout no longer fight for space. (#4952, #4984, #5002) Thanks chaoxiaoche, @alchemistklk. + - The chat splitter no longer overlaps the scrollbar hit area. (#4583) Thanks @CaipingPeng. + 🔑 OpenDesign Cloud, agents & runtime + - OpenDesign Cloud retry states are visible and balance checks recover better from stderr noise. (#5010, #5015) Thanks @alchemistklk. + - Codex installed through the standalone Codex.app bundle is detected correctly. (#4889) Thanks @xne998808-ai. + - Idle MCP stdio helpers release abandoned sessions, reducing process leaks during agent setup. (#4658) Thanks @Sid-Qin. + - WSL MCP setup paths are clearer. (#4655) Thanks @Sid-Qin. + 🩺 Reliability & release quality + - Run error diagnostics and task-failure cards are easier to read. (#4656, #4701) Thanks michaeltaxman911-hue. + - Additive cache-hit reporting no longer exceeds 100%. (#4903) Thanks @lefarcen. + - Settings updater status controls are back. (#4946) + - Stable release publishing mode is restored, so the release workflow can move from dry-run validation to a real public release. (#5031) Thanks @PerishCode. + - A security issue in multiple subprocess calls was fixed. (#4754) Thanks @OrbisAI. + 🙏 Thanks to everyone who shipped 0.13.0 + @AbhishekSarkar · @AmyShang-alt · @AriaZhao · @CaipingPeng · @alchemistklk · chaoxiaoche · @elifive555555 · @EthanGuo-coder · @fuyizheng3120 · @Grumpster-Dev · @Hashim-K · @kokisanai · @lefarcen · @MaxHsu · michaeltaxman911-hue · @nettee · @PerishCode · @pftom · @ScarletttMoon · @Sid-Qin · @TheAngryPit · @Tuola · Vitor Cepeda Lopes · @xne998808-ai · @yangweijie · @youcefzemmar +ReleaseNotesUrl: https://github.com/nexu-io/open-design/releases/tag/open-design-v0.13.0 +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.locale.zh-CN.yaml b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fbfb9538aec8b --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.13.0 +PackageLocale: zh-CN +ShortDescription: Claude Design 的开源替代品。你现有的编程智能体 — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — 可成为设计引擎,由 31 个可组合技能与 72 个品牌级设计系统驱动。 +Description: |- + Claude Design 的开源替代品。本地优先、可部署到 Vercel、每一层都 BYOK —— 16 套 coding-agent CLI 在 PATH 上自动检测(Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI)就是设计引擎,由 31 个可组合 Skills 和 72 套品牌级 Design System 驱动。 + + 为什么要做这个 + Anthropic 的 Claude Design(2026-04-17 发布,基于 Opus 4.7)让大家第一次看到:当一个 LLM 不再写废话、开始直接交付设计成品,会是什么样子。它瞬间出圈 —— 然后保持闭源、付费、只跑在云上、绑定 Anthropic 的模型和 Anthropic 的内部 skill。没有 checkout,没有自托管,没有 Vercel 部署,也换不了自己的 agent。 + Open Design(OD)就是它的开源替代品。 同一套 loop、同一种「artifact-first」心智模型,但没有锁定。我们不做 agent —— 你笔记本上最强的 coding agent 已经装好了。我们要做的,是把它接进一个 skill 驱动的设计工作流:本地用 pnpm tools-dev 跑完整本地闭环,云端可单独部署 Web 层,每一层都 BYOK(自带 Key)。 + 输入「帮我做一份杂志风的种子轮 pitch deck」。在模型挥洒第一个像素之前,初始化问题表单已经先跳出来。Agent 从 5 套精挑的视觉方向里选一个。一张活的 TodoWrite 计划卡片实时流入 UI。Daemon 在磁盘上构建出一个真实的项目目录,里面有 seed 模板、布局库、自检 checklist。Agent 强制 pre-flight 读取它们,对自己的输出跑一轮五维评审,几秒后吐出一个 ,渲染在沙盒 iframe 里。 + 这不是「AI 试图做点设计」。这是一个被提示词栈训练得像高级设计师一样工作的 AI —— 有可用的文件系统、有确定性的色板库、有 checklist 文化 —— 也就是 Claude Design 立下的那条线,只是这次它开源、归你。 + OD 站在四个开源项目的肩膀上: + - alchaincyf/huashu-design(花叔的画术) —— 设计哲学的指南针。Junior-Designer 工作流、5 步品牌资产协议、anti-AI-slop checklist、五维自评审、以及方向选择器背后的「5 流派 × 20 种设计哲学」思路 —— 全部蒸馏进 apps/daemon/src/prompts/discovery.ts。 + - op7418/guizang-ppt-skill(歸藏的杂志风 PPT skill) —— Deck 模式。原样捆绑在 skills/guizang-ppt/ 下,原 LICENSE 保留;杂志版式、WebGL hero、P0/P1/P2 checklist。 + - OpenCoworkAI/open-codesign —— UX 北极星,也是我们最接近的同类。第一个开源的 Claude-Design 替代品。我们借鉴了它的流式 artifact 循环、沙盒 iframe 预览模式(自带 React 18 + Babel)、实时 agent 面板(todos + tool calls + 可中断生成)、5 种导出格式列表(HTML / PDF / PPTX / ZIP / Markdown)。我们刻意在形态上分流 —— 它是桌面 Electron 应用,把 pi-ai 打包进去做 agent;我们是 Web 应用 + 本地 daemon,把 agent 运行时委托给你已经装好的 CLI。 + - multica-ai/multica —— Daemon 与运行时架构。PATH 扫描式 agent 检测,本地 daemon 作为唯一的特权进程,agent-as-teammate 的世界观。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +- 设计 +Documentations: +- DocumentLabel: 快速开始 + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.yaml b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.yaml new file mode 100644 index 0000000000000..f4c2c19d5ccb4 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.13.0/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.installer.yaml b/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.installer.yaml new file mode 100644 index 0000000000000..21b307cd54bb8 --- /dev/null +++ b/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pulumi.Pulumi +PackageVersion: 3.250.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +ProductCode: '{29169606-E64D-45EF-B629-A8BF96395EC0}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pulumi/pulumi-winget/releases/download/v3.250.0/pulumi-3.250.0-windows-x64.msi + InstallerSha256: 1A84EDB85BC44D11818CCD99038BD945E9F6D3A65B305B8093F7B7EBCAA684FF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.locale.en-US.yaml b/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.locale.en-US.yaml new file mode 100644 index 0000000000000..5b4235d5c1e59 --- /dev/null +++ b/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pulumi.Pulumi +PackageVersion: 3.250.0 +PackageLocale: en-US +Publisher: Pulumi Corp +PublisherUrl: https://github.com/pulumi +PublisherSupportUrl: https://github.com/pulumi/pulumi-winget/issues +PackageName: Pulumi +PackageUrl: https://www.pulumi.com +License: Apache License 2.0 +LicenseUrl: https://github.com/pulumi/pulumi/blob/master/LICENSE +ShortDescription: Pulumi CLI for managing modern infrastructure as code +Tags: +- aws +- azure +- containers +- cloud +- cloud-computing +- dotnet +- gcp +- go +- iac +- infrastructure-as-code +- kubernetes +- python +- serverless +- typescript +ReleaseNotesUrl: https://github.com/pulumi/pulumi-winget/releases/tag/v3.250.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/pulumi/pulumi-winget/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.yaml b/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.yaml new file mode 100644 index 0000000000000..e22da27fc91a0 --- /dev/null +++ b/manifests/p/Pulumi/Pulumi/3.250.0/Pulumi.Pulumi.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Pulumi.Pulumi +PackageVersion: 3.250.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.installer.yaml b/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.installer.yaml new file mode 100644 index 0000000000000..478705f48dd3f --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.13.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-02" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.13.5/ogcode_0.13.5_windows_arm64.zip + InstallerSha256: f3d7350851f1d1943010606273a5ca0993e288653a79649c1df063e28ba18914 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.13.5/ogcode_0.13.5_windows_x86_64.zip + InstallerSha256: ce14c3d43f76fa2eb56c7fa1406bfc03a075d07f124f4569a990c8f0e2a8f8cb + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.locale.en-US.yaml b/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.locale.en-US.yaml new file mode 100644 index 0000000000000..5ec38f29a6ec5 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.locale.en-US.yaml @@ -0,0 +1,21 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.13.5 +PackageLocale: en-US +Publisher: prasenjeet-symon +PublisherUrl: https://github.com/prasenjeet-symon +PublisherSupportUrl: https://github.com/prasenjeet-symon/ogcode/issues +PackageName: ogcode +PackageUrl: https://github.com/prasenjeet-symon/ogcode +License: MIT +LicenseUrl: https://github.com/prasenjeet-symon/ogcode/blob/main/LICENSE +ShortDescription: Agentic coding assistant with web UI +Description: ogcode is an agentic coding assistant with a web UI that helps you write, review, and manage code. +Moniker: ogcode +Tags: + - ogcode + - coding-assistant +ReleaseNotesUrl: https://github.com/prasenjeet-symon/ogcode/releases/tag/v0.13.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.yaml b/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.yaml new file mode 100644 index 0000000000000..e8aa49ead100c --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.13.5/prasenjeet-symon.ogcode.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.13.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RARLab/WinRAR/7.23.0/RARLab.WinRAR.installer.yaml b/manifests/r/RARLab/WinRAR/7.23.0/RARLab.WinRAR.installer.yaml index ad438c530ef17..ec4d7e8dbf5e4 100644 --- a/manifests/r/RARLab/WinRAR/7.23.0/RARLab.WinRAR.installer.yaml +++ b/manifests/r/RARLab/WinRAR/7.23.0/RARLab.WinRAR.installer.yaml @@ -117,6 +117,10 @@ Installers: Architecture: x64 InstallerUrl: https://www.rarlab.com/rar/winrar-x64-723id.exe InstallerSha256: 66459C836247623D09A62EE13A58D079ACF5E5AC13D52382E47CC5C8BC0C380F +- InstallerLocale: ja + Architecture: x64 + InstallerUrl: https://www.rarlab.com/rar/winrar-x64-723jp.exe + InstallerSha256: 804556FC6960DC6D0375FB21D961DFFDAACEADE8CB2ADE689BA2E9BE33643301 - InstallerLocale: ko Architecture: x64 InstallerUrl: https://www.rarlab.com/rar/winrar-x64-723kr.exe diff --git a/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.installer.yaml b/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.installer.yaml new file mode 100644 index 0000000000000..d4f7e1733f3c9 --- /dev/null +++ b/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ReversingLabs.SAFEViewer +PackageVersion: 1.6.3 +InstallerType: zip +NestedInstallerType: nullsoft +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: rl-safe\rl-safe-viewer-installer-win-x64.exe + InstallerUrl: https://downloads.secure.software/rlSAFE163-Windows-x64.zip + InstallerSha256: 90B9ED9D0CA77E366EA74791C036707456EDCE23AFF8FB8C06D9789B4AC2F1B4 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: rl-safe\rl-safe-viewer-installer-win-arm64.exe + InstallerUrl: https://downloads.secure.software/rlSAFE163-Windows-arm64.zip + InstallerSha256: 424BD126B450AE606A65CE6A5996BDE9686720E09F676FB4DC666CB367AFA6B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.locale.en-US.yaml b/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..dc50c457c5649 --- /dev/null +++ b/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ReversingLabs.SAFEViewer +PackageVersion: 1.6.3 +PackageLocale: en-US +Publisher: ReversingLabs +PackageName: SAFE Viewer +License: SAFE Viewer - EULA +ShortDescription: SAFE Viewer is a standalone application developed by ReversingLabs for working with the SAFE report in the RL-SAFE archive format. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.yaml b/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.yaml new file mode 100644 index 0000000000000..1885b567e1540 --- /dev/null +++ b/manifests/r/ReversingLabs/SAFEViewer/1.6.3/ReversingLabs.SAFEViewer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ReversingLabs.SAFEViewer +PackageVersion: 1.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.installer.yaml b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.installer.yaml new file mode 100644 index 0000000000000..75ba84bfc9f55 --- /dev/null +++ b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.installer.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RubyInstallerTeam.Ruby.3.4 +PackageVersion: 3.4.10-1 +InstallerType: inno +UpgradeBehavior: install +Commands: +- ruby +- rubyw +FileExtensions: +- rb +- rbw +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-3.4.10-1-x86.exe + InstallerSha256: 13A9DF387C0E08A188E025E31CD0D2C3BD3265D6D4DFA3B875995BD1C2B4FCB1 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: RubyInstaller-3.4-i386-mingw32_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x86 +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-3.4.10-1-x86.exe + InstallerSha256: 13A9DF387C0E08A188E025E31CD0D2C3BD3265D6D4DFA3B875995BD1C2B4FCB1 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: RubyInstaller-3.4-i386-mingw32_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x86 +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-3.4.10-1-x64.exe + InstallerSha256: 0E1210B0189E679563FE3F301F35B5640DC4C640BD21C96810D552611F5A6113 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: RubyInstaller-3.4-x64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-3.4.10-1-x64.exe + InstallerSha256: 0E1210B0189E679563FE3F301F35B5640DC4C640BD21C96810D552611F5A6113 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: RubyInstaller-3.4-x64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-3.4.10-1-arm.exe + InstallerSha256: 991D1EBC00DA3B46983B33D01CC00BC5963A2274C11E91130329A28344BD740F + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: RubyInstaller-3.4-aarch64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-arm +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-3.4.10-1-arm.exe + InstallerSha256: 991D1EBC00DA3B46983B33D01CC00BC5963A2274C11E91130329A28344BD740F + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: RubyInstaller-3.4-aarch64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-arm +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.locale.en-US.yaml b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.locale.en-US.yaml new file mode 100644 index 0000000000000..fb6a43e33e6fa --- /dev/null +++ b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RubyInstallerTeam.Ruby.3.4 +PackageVersion: 3.4.10-1 +PackageLocale: en-US +Publisher: RubyInstaller Team +PublisherUrl: https://rubyinstaller.org/ +PublisherSupportUrl: https://github.com/oneclick/rubyinstaller2/issues +PackageName: Ruby 3.4 +PackageUrl: https://rubyinstaller.org/downloads/ +License: BSD-3-Clause +LicenseUrl: https://github.com/oneclick/rubyinstaller2/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2007-2026, RubyInstaller Team. All rights reserved. +ShortDescription: The Ruby language execution environment +Description: The RubyInstaller project provides a self-contained Windows-based installer that includes a Ruby-language execution environment and a baseline set of required RubyGems and extensions. +Moniker: ruby3-4 +Tags: +- language +- programming +- programming-language +- ruby +ReleaseNotes: |- + Added + - Add more text to the startmenu buttons and more color to outputs. + Changed + - Update to ruby-3.4.10, see release notes. + - Update the SSL CA certificate list. + - Change libssl-3.dll to libssl-3-arm64.dll on ARM64. +ReleaseNotesUrl: https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-3.4.10-1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/oneclick/rubyinstaller2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.locale.zh-CN.yaml b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.locale.zh-CN.yaml new file mode 100644 index 0000000000000..83032e81b0701 --- /dev/null +++ b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: RubyInstallerTeam.Ruby.3.4 +PackageVersion: 3.4.10-1 +PackageLocale: zh-CN +ShortDescription: Ruby 语言运行环境 +Description: RubyInstaller 项目提供一个独立的基于 Windows 的安装包,其中包含 Ruby 语言的运行环境,以及一组基本所需的 RubyGems 和扩展。 +Tags: +- ruby +- 编程 +- 编程语言 +- 语言 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.yaml b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.yaml new file mode 100644 index 0000000000000..59d7fc25a2ba7 --- /dev/null +++ b/manifests/r/RubyInstallerTeam/Ruby/3/4/3.4.10-1/RubyInstallerTeam.Ruby.3.4.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: RubyInstallerTeam.Ruby.3.4 +PackageVersion: 3.4.10-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.installer.yaml b/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.installer.yaml new file mode 100644 index 0000000000000..92159c2c49505 --- /dev/null +++ b/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SabreTools.MPF +PackageVersion: 3.8.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: MPF.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-01 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/SabreTools/MPF/releases/download/3.8.2/MPF.UI_3.8.2_net10.0-windows_win-x86_release.zip + InstallerSha256: DAF62D325F7D503926DE46E03F4D9C764A733204FB7149D545F1DE1E208ADCB2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/SabreTools/MPF/releases/download/3.8.2/MPF.UI_3.8.2_net10.0-windows_win-x64_release.zip + InstallerSha256: 037DAA935364B95A709A84BAE2CF3F4180FDFC6A92347597B9C52DC48C67F3BB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.locale.en-US.yaml b/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.locale.en-US.yaml new file mode 100644 index 0000000000000..d3f8a8e39468b --- /dev/null +++ b/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SabreTools.MPF +PackageVersion: 3.8.2 +PackageLocale: en-US +Publisher: SabreTools +PublisherUrl: https://github.com/SabreTools +PublisherSupportUrl: https://github.com/SabreTools/MPF/issues +Author: SabreTools +PackageName: Media Preservation Frontend +PackageUrl: https://github.com/SabreTools/MPF +License: MIT +LicenseUrl: https://github.com/SabreTools/MPF/blob/HEAD/LICENSE +Copyright: Copyright (c) 2018-2026 Matt Nadareski +ShortDescription: Redumper/Aaru/DiscImageCreator GUI in C# +Moniker: mpf +Tags: +- media-preservation +- opensource +- portable +ReleaseNotes: |- + UI Builds + Windows x64 - Recommended for all Windows users + Windows x86 - Only needed for older machines + Changelog + - Output used configuration path for commandline programs + - Resolve tilde-prefixed paths for binaries + - Add feature to list path macros + - Avoid possible unwanted filtering behavior + - Enable new languages and regions + - Update RedumpLib to 2.0.7 + - Enable new languages and regions + - Fix media type dropdown display issue + - Fix detection issue for floppy disks + - Fix WPF issue with older .NET versions + - Fix message when clipboard is disabled + - Update RedumpLib to 2.0.8 + - Attempt to handle generic disc labels again + - Add temporary hack for multiline Dat field output + Full Changelog: 3.8.1...3.8.2 +ReleaseNotesUrl: https://github.com/SabreTools/MPF/releases/tag/3.8.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/SabreTools/MPF/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.yaml b/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.yaml new file mode 100644 index 0000000000000..4980a97667709 --- /dev/null +++ b/manifests/s/SabreTools/MPF/3.8.2/SabreTools.MPF.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SabreTools.MPF +PackageVersion: 3.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.installer.yaml b/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.installer.yaml new file mode 100644 index 0000000000000..9e663504e17ab --- /dev/null +++ b/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.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: Sirstrap.CLI +PackageVersion: 10.12.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Sirstrap.exe + PortableCommandAlias: Sirstrap.CLI +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/massimopaganigh/Sirstrap/releases/download/v10.12.4.0-beta/Sirstrap.CLI_fat.zip + InstallerSha256: 436B872EE4AAA7460E076C80321AA6A934716EC08A312D97D67058E222BC7B24 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.locale.en-US.yaml b/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d18f07bc5d6bc --- /dev/null +++ b/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Sirstrap.CLI +PackageVersion: 10.12.4.0 +PackageLocale: en-US +Publisher: Sirstrap +PublisherUrl: https://github.com/massimopaganigh +PublisherSupportUrl: https://github.com/massimopaganigh/sirstrap/issues +PackageName: CLI +PackageUrl: https://github.com/massimopaganigh/sirstrap +License: AGPL-3.0 license +ShortDescription: An alternative bootstrapper for Roblox with a bunch of extra features. +Tags: +- bloxstrap +- roblox +ReleaseNotesUrl: https://github.com/massimopaganigh/Sirstrap/releases/tag/v10.12.4.0-beta +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/massimopaganigh/sirstrap/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.yaml b/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.yaml new file mode 100644 index 0000000000000..237c9e6eddaa9 --- /dev/null +++ b/manifests/s/Sirstrap/CLI/10.12.4.0/Sirstrap.CLI.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: Sirstrap.CLI +PackageVersion: 10.12.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.installer.yaml b/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.installer.yaml new file mode 100644 index 0000000000000..373ca4f3545c6 --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.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: Sirstrap.UI +PackageVersion: 10.12.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Sirstrap.exe + PortableCommandAlias: Sirstrap.UI +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/massimopaganigh/Sirstrap/releases/download/v10.12.4.0-beta/Sirstrap.UI_fat.zip + InstallerSha256: 608B008E486747A4308F901852CD1065D2145D895B8F17E6DA28D5B9AB0A3D55 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.locale.en-US.yaml b/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.locale.en-US.yaml new file mode 100644 index 0000000000000..1f84a81e0e774 --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Sirstrap.UI +PackageVersion: 10.12.4.0 +PackageLocale: en-US +Publisher: Sirstrap +PublisherUrl: https://github.com/massimopaganigh +PublisherSupportUrl: https://github.com/massimopaganigh/sirstrap/issues +PackageName: UI +PackageUrl: https://github.com/massimopaganigh/sirstrap +License: AGPL-3.0 license +ShortDescription: An alternative bootstrapper for Roblox with a bunch of extra features. +Tags: +- bloxstrap +- roblox +ReleaseNotesUrl: https://github.com/massimopaganigh/Sirstrap/releases/tag/v10.12.4.0-beta +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/massimopaganigh/sirstrap/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.yaml b/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.yaml new file mode 100644 index 0000000000000..65098de9f0bfe --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.4.0/Sirstrap.UI.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: Sirstrap.UI +PackageVersion: 10.12.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.installer.yaml b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.installer.yaml new file mode 100644 index 0000000000000..f4efbbe4400d2 --- /dev/null +++ b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.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: SmartBear.ReadyAPIVirtServer +PackageVersion: 3.33.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +ProductCode: 1281-1086-3162-5984 +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.eviware.com/virtserver/3.33.0/VirtServer-x64-3.33.0.exe + InstallerSha256: 0A22407390CCF4DC60AF45B80D03E63CA459C500F8F64DBFA1A29BE764AF57B3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.locale.en-US.yaml b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.locale.en-US.yaml new file mode 100644 index 0000000000000..dfaf944c9aa2e --- /dev/null +++ b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SmartBear.ReadyAPIVirtServer +PackageVersion: 3.33.0 +PackageLocale: en-US +Publisher: SmartBear Software +PublisherUrl: https://smartbear.com/ +PublisherSupportUrl: https://support.smartbear.com/ +PrivacyUrl: https://smartbear.com/privacy/ +Author: SmartBear Software Inc. +PackageName: ReadyAPI VirtServer +PackageUrl: https://support.smartbear.com/virtserver/docs/index.html +License: Proprietary +LicenseUrl: https://smartbear.com/terms-of-use/ +Copyright: Copyright (C) 2004-2026 smartbear.com +CopyrightUrl: https://smartbear.com/terms-of-use/ +ShortDescription: Run virtual services in your network +Description: |- + You use VirtServer to run virtual services in your network. It is an addition to ReadyAPI Virtualization that is used for creating, editing, and running virtualized services. + VirtServer is tightly integrated with ReadyAPI Virtualization, allowing you to run and manage virtual services created with ReadyAPI Virtualization and hosted on VirtServer. VirtServer runs on Windows, Linux, macOS, and headless machines . +Tags: +- readyapi +ReleaseNotes: |- + - Support for ReadyAPI version 4.1.0: VirtServer is recommended for use with ReadyAPI 4.1.0. For version pairings, see ReadyAPI-VirtServer Compatibility Matrix. + - Endpoint-level latency control: VirtServer now supports endpoint-level latency control, configured through REST and SOAP Virtual Services in ReadyAPI. + - HAR logging stability during performance tests: Fixed an issue where HAR logging stopped working during performance tests. HAR logs now reliably capture request and response data throughout the test run. +ReleaseNotesUrl: https://support.smartbear.com/virtserver/docs/version-history.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.locale.zh-CN.yaml b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33b05ddc5d994 --- /dev/null +++ b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SmartBear.ReadyAPIVirtServer +PackageVersion: 3.33.0 +PackageLocale: zh-CN +ShortDescription: 在网络中运行虚拟服务 +Description: |- + 使用 VirtServer 在网络中运行虚拟服务。VirtServer 是 ReadyAPI 虚拟化的一个补充,用于创建、编辑和运行虚拟化服务。 + VirtServer 与 ReadyAPI 虚拟化紧密集成,帮助您运行和管理由 ReadyAPI 虚拟化创建并托管在 VirtServer 上的虚拟服务。VirtServer 可在 Windows、Linux、macOS 以及无头机器上运行。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.yaml b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.yaml new file mode 100644 index 0000000000000..a509a00b1ddda --- /dev/null +++ b/manifests/s/SmartBear/ReadyAPIVirtServer/3.33.0/SmartBear.ReadyAPIVirtServer.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: SmartBear.ReadyAPIVirtServer +PackageVersion: 3.33.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.installer.yaml b/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.installer.yaml new file mode 100644 index 0000000000000..e201b4cca6b4d --- /dev/null +++ b/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.11.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: discrawl.exe + PortableCommandAlias: discrawl +Commands: +- discrawl +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.11.4/discrawl_0.11.4_windows_amd64.zip + InstallerSha256: EF43A45844AB052398367F822522FCBDE37C494FED29DE818E47FAEF0112F484 +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.11.4/discrawl_0.11.4_windows_arm64.zip + InstallerSha256: FA032ECF78692AA71A044DB58642B953FC7204E0D2CEACC1AF13E70BC68B0C9A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.locale.en-US.yaml b/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.locale.en-US.yaml new file mode 100644 index 0000000000000..033916a27244e --- /dev/null +++ b/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.11.4 +PackageLocale: en-US +Publisher: Peter Steinberger +PublisherUrl: https://steipete.me/ +PublisherSupportUrl: https://github.com/steipete/discrawl/issues +Author: Peter Steinberger +PackageName: discrawl +PackageUrl: https://github.com/steipete/discrawl +License: MIT +LicenseUrl: https://github.com/openclaw/discrawl/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Peter Steinberger +CopyrightUrl: https://github.com/steipete/discrawl/blob/HEAD/LICENSE +ShortDescription: CLI for Discord with SQLite backend +Description: |- + discrawl mirrors Discord guild data into local SQLite so you can search, inspect, and query server history without depending on Discord search. + + It is a bot-token crawler. No user-token hacks. Data stays local. + + What It Does + - discovers every guild the configured bot can access + - syncs channels, threads, members, and message history into SQLite + - maintains FTS5 search indexes for fast local text search + - builds an offline member directory from archived profile payloads + - extracts small text-like attachments into the local search index + - records structured user and role mentions for direct querying + - tails Gateway events for live updates, with periodic repair syncs + - exposes read-only SQL for ad hoc analysis + - keeps schema multi-guild ready while preserving a simple single-guild default UX +Moniker: discrawl +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.yaml b/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.yaml new file mode 100644 index 0000000000000..9e1548dae2089 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.11.4/steipete.discrawl.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.installer.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.installer.yaml similarity index 83% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.installer.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.installer.yaml index 90291ab2e5ff0..da677d1640878 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.installer.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 InstallerType: exe Scope: user InstallModes: @@ -17,6 +17,6 @@ ProductCode: Tandem Installers: - Architecture: x64 InstallerUrl: https://tandemhealth.blob.core.windows.net/tandem-public/native/Tandem-win-Setup.exe - InstallerSha256: 3F7C953ECC59E0CC91CF633BD3F1F1D60BCFFB7ABFC8F1C49A5DB391D39CABFB + InstallerSha256: 7F670FD91ED089A1F454017859EEA810E5D14A5728EF517F54A082F352F84C66 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.da.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.da.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.da.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.da.yaml index 54823b6df2ac3..2dc91e3039a1d 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.da.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.da.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: da PublisherUrl: https://tandemhealth.ai/da/ PrivacyUrl: https://tandemhealth.ai/da/juridisk/privatlivspolitik diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.de.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.de.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.de.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.de.yaml index b1f90d2612854..f0cb732af3e23 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.de.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.de.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: de PublisherUrl: https://tandemhealth.ai/de/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/de/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.en-US.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.en-US.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.en-US.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.en-US.yaml index ee15860e9ef55..9c0b949ec049d 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.en-US.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: en-US Publisher: Tandem PublisherUrl: https://tandemhealth.ai/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.es.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.es.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.es.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.es.yaml index db05078f9b475..d15ab6cfcf5b7 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.es.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.es.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: es PublisherUrl: https://tandemhealth.ai/es/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/es/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.et.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.et.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.et.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.et.yaml index 3cbe0ff9e5d35..c31381c9eef8c 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.et.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.et.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: et PublisherUrl: https://tandemhealth.ai/et/ PrivacyUrl: https://tandemhealth.ai/et/juriidiline/privacy-policy diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.fi.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.fi.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.fi.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.fi.yaml index 32cfc421e387a..01dc3098b38c3 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.fi.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.fi.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: fi PublisherUrl: https://tandemhealth.ai/fi/ PrivacyUrl: https://tandemhealth.ai/fi/legal/tietosuoja diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.fr.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.fr.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.fr.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.fr.yaml index 6712f58197e69..aa96527715438 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.fr.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.fr.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: fr PublisherUrl: https://tandemhealth.ai/fr/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/fr/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.nb-NO.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.nb-NO.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.nb-NO.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.nb-NO.yaml index 30e2941081127..a7cb6c7425c5f 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.nb-NO.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: nb-NO PublisherUrl: https://tandemhealth.ai/no/ PrivacyUrl: https://tandemhealth.ai/no/juridisk/personvern diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.sv.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.sv.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.sv.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.sv.yaml index 51ff4543f3467..84c6fbc968249 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.locale.sv.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.locale.sv.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 PackageLocale: sv PublisherUrl: https://tandemhealth.ai/sv/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/sv/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.yaml b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.yaml similarity index 90% rename from manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.yaml index 30e60cd9444af..21904d6a61744 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.1/TandemHealth.Tandem.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.2/TandemHealth.Tandem.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.1 +PackageVersion: 2026.7.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/CodeBuddy/1.102.3/Tencent.CodeBuddy.installer.yaml b/manifests/t/Tencent/CodeBuddy/1.102.3/Tencent.CodeBuddy.installer.yaml index ee475b73b2b29..70b9df8bb2f3f 100644 --- a/manifests/t/Tencent/CodeBuddy/1.102.3/Tencent.CodeBuddy.installer.yaml +++ b/manifests/t/Tencent/CodeBuddy/1.102.3/Tencent.CodeBuddy.installer.yaml @@ -152,10 +152,10 @@ FileExtensions: - yml - zsh ProductCode: '{CC6B787D-37A0-49E8-AE24-8559A032BE0C}_is1' -ReleaseDate: 2026-06-22 +ReleaseDate: 2026-06-28 Installers: - Architecture: x64 - InstallerUrl: https://codebuddy-1328495429.cos.accelerate.myqcloud.com/aiide/win32-x64-user/CodeBuddy-win32-x64-user-4.9.14.31414011-6230de8a.exe - InstallerSha256: 7181EB05AD01283C9918214427B50128C2A98F9BC49902E7C57CC646D611CC56 + InstallerUrl: https://codebuddy-1328495429.cos.accelerate.myqcloud.com/aiide/win32-x64-user/CodeBuddy-win32-x64-user-4.9.15.31887257-cbd94294.exe + InstallerSha256: 8731919CFC4E84E5FB47AA5118658CF78BB0890D70BBD160C6950CD32A3F3E14 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.installer.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.installer.yaml new file mode 100644 index 0000000000000..774019230309a --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.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: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.1.4087.32 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- mht +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Vivaldi +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.1.4087.32.x64.exe + InstallerSha256: 4F7346294C3676F3737702B1F6EC10FA6FEDD97D88545C6774072EAC0B8205FE + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.1.4087.32.x64.exe + InstallerSha256: 4F7346294C3676F3737702B1F6EC10FA6FEDD97D88545C6774072EAC0B8205FE + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.1.4087.32.arm64.exe + InstallerSha256: 12D250FDB87E6DF759490658C1FB616B256A0BE6CA9B9A9C993562FB3128F9B9 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.1.4087.32.arm64.exe + InstallerSha256: 12D250FDB87E6DF759490658C1FB616B256A0BE6CA9B9A9C993562FB3128F9B9 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml new file mode 100644 index 0000000000000..b2850e4e2c23a --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.1.4087.32 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi (Snapshot) +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + - [Chromium] Update to 150.0.7871.91 + - [Tabs] Collapsed accordion tab stacks automatically expand when "Hibernate Background Tabs" is used VB-129131 + - [Tabs][Speed dial] Opening from the speed dial in new tabs are not opening at the end of the tab strip VB-129622 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/snapshot/8.1.4087.32.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e55f8bbd493bd --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.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: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.1.4087.32 +PackageLocale: zh-CN +PublisherUrl: https://vivaldi.com/zh-hans/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +PackageName: Vivaldi(快照版) +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.yaml new file mode 100644 index 0000000000000..daaa8884b86ab --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.1.4087.32/Vivaldi.Vivaldi.Snapshot.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: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.1.4087.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.installer.yaml b/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.installer.yaml new file mode 100644 index 0000000000000..eb67e60da0bb9 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.07.02-074747 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msi +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.07.02-074747/wendy-cli-windows-amd64-2026.07.02-074747.msi + InstallerSha256: 8AA269444FE69D66A6D32D979A909AD94421A7097386FE113EB4E08361371FE7 + ProductCode: '{18C91BDE-4E8D-49F0-A09A-8B83B3C93C1D}' +- Architecture: arm64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.07.02-074747/wendy-cli-windows-arm64-2026.07.02-074747.msi + InstallerSha256: 6DFB843B10C72F9ECEBEDB21E960D418AC2CE4737F2848FAA6A259E1BDFF847E + ProductCode: '{7305A63C-D90A-4257-9439-2755C831D020}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.locale.en-US.yaml b/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.locale.en-US.yaml new file mode 100644 index 0000000000000..a6dffbeb6a5a1 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.07.02-074747 +PackageLocale: en-US +Publisher: Wendy Labs +PublisherUrl: https://github.com/wendylabsinc +PublisherSupportUrl: https://github.com/wendylabsinc/wendy-agent/issues +PackageName: Wendy +PackageUrl: https://github.com/wendylabsinc/wendy-agent +License: Proprietary +ShortDescription: CLI for building and deploying apps to WendyOS edge devices. +Tags: +- cli +- edge-computing +- iot +- developer-tools +ReleaseNotesUrl: https://github.com/wendylabsinc/WendyOS/releases/tag/2026.07.02-074747 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/wendylabsinc/wendy-agent/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.yaml b/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.yaml new file mode 100644 index 0000000000000..bbd84262a49c4 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.07.02-074747/WendyLabs.Wendy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.07.02-074747 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.installer.yaml b/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.installer.yaml new file mode 100644 index 0000000000000..0568c081c0a06 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.07.02-102729 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msi +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.07.02-102729/wendy-cli-windows-amd64-2026.07.02-102729.msi + InstallerSha256: 85E05B734897E65F089BBD11448BBE1400BAA9D9411335BFB4B29B53E8F3C234 + ProductCode: '{646DA89E-35EB-43E5-B7D3-A46B276295F5}' +- Architecture: arm64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.07.02-102729/wendy-cli-windows-arm64-2026.07.02-102729.msi + InstallerSha256: 8F6FE0B9BFC53949AAAED11A9D985761BF74F8A0C1CE52C34C1A5104FA79CAA2 + ProductCode: '{C7A024F2-E0A6-4F97-936E-AF33DAA93487}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-02 diff --git a/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.locale.en-US.yaml b/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.locale.en-US.yaml new file mode 100644 index 0000000000000..3b04ac5971ee9 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.07.02-102729 +PackageLocale: en-US +Publisher: Wendy Labs +PublisherUrl: https://github.com/wendylabsinc +PublisherSupportUrl: https://github.com/wendylabsinc/wendy-agent/issues +PackageName: Wendy +PackageUrl: https://github.com/wendylabsinc/wendy-agent +License: Proprietary +ShortDescription: CLI for building and deploying apps to WendyOS edge devices. +Tags: +- cli +- edge-computing +- iot +- developer-tools +ReleaseNotesUrl: https://github.com/wendylabsinc/WendyOS/releases/tag/2026.07.02-102729 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/wendylabsinc/wendy-agent/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.yaml b/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.yaml new file mode 100644 index 0000000000000..ff413e109977b --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.07.02-102729/WendyLabs.Wendy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.07.02-102729 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.installer.yaml b/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.installer.yaml new file mode 100644 index 0000000000000..c225c744087df --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wasmCloud.wash +PackageVersion: 2.5.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: wash.exe + PortableCommandAlias: wash +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wasmCloud/wasmCloud/releases/download/v2.5.1/wash-x86_64-pc-windows-msvc.zip + InstallerSha256: AD731091D61EADA4626E945DEEDA5D0FCD3A571DB0D61AB8CFF5ED2A8B642F59 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.locale.en-US.yaml b/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.locale.en-US.yaml new file mode 100644 index 0000000000000..099b3f7aae0d7 --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wasmCloud.wash +PackageVersion: 2.5.1 +PackageLocale: en-US +Publisher: wasmCloud +PublisherUrl: https://wasmcloud.com/ +PublisherSupportUrl: https://github.com/wasmCloud/wasmCloud/issues +Author: The wasmCloud Authors +PackageName: wash +PackageUrl: https://wasmcloud.com/docs/wash/ +License: Apache-2.0 +LicenseUrl: https://github.com/wasmCloud/wasmCloud/blob/HEAD/LICENSE +Copyright: Copyright The wasmCloud Authors +ShortDescription: The wasmCloud Shell (wash) - a CLI for building, running, and managing WebAssembly components and wasmCloud applications. +Description: |- + wash is the wasmCloud Shell, a single CLI tool for working with WebAssembly components and wasmCloud. + - Build WebAssembly components from multiple languages with `wash build` + - Iterate quickly with a live dev loop using `wash dev` + - Run a local wasmCloud host and deploy applications + - Manage plugins and WIT interfaces +Moniker: wash +Tags: +- cli +- component +- rust +- wasi +- wasm +- wasmcloud +- webassembly +- wit +ReleaseNotes: |- + What's Changed + - test(runtime-operator): cover host controller reconcile paths by @ricochet in #5300 + - Add endpointslices/restricted virtual resource to RBAC by @jfleitz in #5302 + - async backends by @ricochet in #5297 + - chore: wasm-pkg-client by @ricochet in #5304 + - release: v2.5.1 by @automation-wasmcloud in #5306 + - release: v2.5.1 by @automation-wasmcloud in #5308 + Full Changelog: v2.5.0...v2.5.1 +ReleaseNotesUrl: https://github.com/wasmCloud/wasmCloud/releases/tag/v2.5.1 +Documentations: +- DocumentUrl: https://wasmcloud.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.yaml b/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.yaml new file mode 100644 index 0000000000000..05c131e29f982 --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.5.1/wasmCloud.wash.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: wasmCloud.wash +PackageVersion: 2.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.installer.yaml b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.installer.yaml new file mode 100644 index 0000000000000..a0e44d4347a16 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.54 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Work Review +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wm94i/Work-Review/releases/download/v1.0.54/Work_Review_1.0.54_x64-setup.exe + InstallerSha256: 69345E42DFE825D606CC04CF6AF5844BAB2CBE05F459397ED7293C363071FC74 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.locale.en-US.yaml b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.locale.en-US.yaml new file mode 100644 index 0000000000000..993207419925e --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.locale.en-US.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: wm94i.WorkReview +PackageVersion: 1.0.54 +PackageLocale: en-US +License: Freeware +ShortDescription: Automatically records for you which apps you use, which web pages you browse, and how much time you spend on each app throughout the day. +Description: |- + Work Review continuously records the apps you use, websites you visit, key windows and screen content throughout the day in the background, then organizes these discrete fragments into a work trajectory that supports playback, follow-up queries, and work retrospectives. + - No manual clock-in is required, nor do you need to recall what you did that day afterwards + - The overview, timeline, daily report, and work assistant all share the same set of underlying records + - You can not only view statistics, but also directly trace back to specific pages, window titles and contextual screenshots + - Supports three interface languages: Simplified Chinese, English, and Traditional Chinese; daily reports are generated and switched automatically according to the currently selected language + - Supports lightweight mode, hourly activity view, Markdown export of daily reports, and switching between multi-screen screenshot strategies + - The Desktop Avatar Beta is now available, accompanying you during work with more lightweight virtual desktop pet status feedback + All data is stored locally, and no data will be uploaded to any server. AI features are optional, and the product is fully usable even when these features are disabled. +Tags: +- time +- timer +- tracker +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.locale.zh-CN.yaml b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a48a614e6e74e --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.54 +PackageLocale: zh-CN +Publisher: workreview +PublisherUrl: https://github.com/wm94i +PublisherSupportUrl: https://github.com/wm94i/Work-Review/issues +PackageName: Work Review +PackageUrl: https://github.com/wm94i/Work-Review +License: 免费软件 +Copyright: © 2026 WorkReview +ShortDescription: 帮你自动记录一天中使用了哪些应用、浏览了哪些网页、在每个应用上花了多少时间 +Description: |- + Work Review 会在后台持续记录你当天使用过的应用、访问过的网站、关键窗口和屏幕内容,再把这些离散片段整理成一条可回看、可追问、可复盘的工作轨迹。 + - 不需要手动打卡,也不用事后回忆今天干了什么 + - 概览、时间线、日报、工作助手共用同一份底层记录 + - 既能看统计,也能直接追到具体页面、窗口标题和上下文截图 + - 支持简体中文 / English / 繁體中文三种界面语言,日报会按当前语言分别生成与切换 + - 支持轻量模式、按小时活跃度视图、日报 Markdown 导出和多屏截图策略切换 + - 现在还提供 桌面化身 Beta,用更轻量的桌宠状态反馈陪你工作 + 全部数据本地存储,不上传任何服务器。AI 功能可选,关掉也完全可用。 +Tags: +- 时间 +- 计时器 +- 跟踪器 +ReleaseNotes: |- + English → | 繁體中文 → + + 修复 + - 日报区块隐藏后无法恢复(#109):apply_preferences 生成日报时不再过滤 hidden 区块,隐藏完全交给前端显示层;在「管理段落」恢复后立即可见,无需重新生成。 + - 托盘菜单英文模式下中文残留(#115):config 新增 locale 字段,托盘菜单文案三语映射(zh-CN/en/zh-TW),切换语言时实时刷新托盘。 + - 助手回答不跟随提问语言(#116):AI 增强(Agent)/ 闲聊(Direct)/ 无模型(Fast)三条路径现在都按用户提问语言回答,英文提问英文答、中文提问中文答,不管工作记录里存的是什么语言。 + - FastPath 分类名中文残留:fast_answer 分类分布按提问语言分流,英文模式不再夹中文分类名。 + - 更新器兜底泄漏:未识别的后端中文状态串不再原样返回,避免英文模式泄漏。 + - Linux 编译失败(1.0.53 遗留):修复 commands.rs 拆分后 avatar.rs 的 include_str! 路径深一层、system.rs 跨模块引用 gnome_avatar_extension_* 私有函数未补 use、avatar.rs 缺 PathBuf import。 + - 托盘命令编译:set_app_locale 改私有(避免 #[tauri::command] pub 宏重导出冲突 E0255)+ AppHandle 所有权 clone。 + - 日报生成闭包语法:修复 apply_preferences 闭包参数多余 >。 + 优化 + - 静默驻留 GPU 占用(#118):开机自启 + 静默驻留 + 轻量模式下,主窗口隐藏时暂停所有 CSS 动画(animation-play-state: paused),WebView2 GPU 占用从 7-30% 降到接近 0。 + - 概览日期栏:删除日期选择栏下方的分隔横线(消除"内容没加载"误解)+ 收紧高度。日历式选择控件实测后保留原 text input。 + - 桌宠设置文案:精简桌宠相关描述(两轮 + 主动 AI 提醒优化),数据说明新增"会消耗少量 token"提示。 + macOS 安装说明 + 首次打开可能提示「已损坏,无法打开」,请执行: + sudo xattr -rd com.apple.quarantine '/Applications/Work Review.app' +ReleaseNotesUrl: https://github.com/wm94i/Work-Review/releases/tag/v1.0.54 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.yaml b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.yaml new file mode 100644 index 0000000000000..815129fe2721f --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.54/wm94i.WorkReview.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: wm94i.WorkReview +PackageVersion: 1.0.54 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.installer.yaml b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.installer.yaml new file mode 100644 index 0000000000000..9f1d09ac27fe6 --- /dev/null +++ b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xAI.GrokBuild +PackageVersion: 0.2.82 +InstallerType: portable +Commands: +- grok +Installers: +- Architecture: x64 + InstallerUrl: https://x.ai/cli/grok-0.2.82-windows-x86_64.exe + InstallerSha256: 64CFC67400A3D58299D62790C567C8ABD37181BB63EDD3634DDE9F1DB53B571B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://x.ai/cli/grok-0.2.82-windows-aarch64.exe + InstallerSha256: 5E1C3FC58F9D944B9F9D13C8B30E2B352E60B1225A28CB50E9E1C9BE21A2F55B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.locale.en-US.yaml b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.locale.en-US.yaml new file mode 100644 index 0000000000000..27ac731f7a97b --- /dev/null +++ b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xAI.GrokBuild +PackageVersion: 0.2.82 +PackageLocale: en-US +Publisher: xAI Corp. +PublisherUrl: https://x.ai/ +PublisherSupportUrl: https://x.ai/contact +PrivacyUrl: https://x.ai/legal/privacy-policy +Author: xAI Corp. +PackageName: Grok Build +PackageUrl: https://x.ai/cli +License: Proprietary +LicenseUrl: https://x.ai/legal/terms-of-service +Copyright: © 2026 xAI Corp. +CopyrightUrl: https://x.ai/legal/terms-of-service +ShortDescription: A powerful new coding agent and CLI for complex coding work. +Description: |- + Grok Build is a powerful and extensible coding agent. Use it via an interactive TUI, headlessly in scripts or bots, or through the Agent Client Protocol (ACP) in other apps. + The TUI provides a rich, mouse-interactive, fullscreen experience for coding with agents. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- grok +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://docs.x.ai/developers/release-notes +PurchaseUrl: https://x.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.x.ai/build/overview +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.locale.zh-CN.yaml b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf6dafb157e1a --- /dev/null +++ b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: xAI.GrokBuild +PackageVersion: 0.2.82 +PackageLocale: zh-CN +PackageName: 专有软件 +ShortDescription: 一个用于复杂编码工作的强大新编码智能体和命令行工具。 +Description: |- + Grok Build 是一个强大且可扩展的编码智能体。您可以通过交互式 TUI、在脚本或机器人中以无头模式使用,或通过其他应用程序中的智能体客户端协议 (ACP) 来使用它。 + TUI 提供了丰富的、支持鼠标交互的全屏体验,用于与智能体进行编码。 +Tags: +- grok +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.x.ai/build/overview +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.yaml b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.yaml new file mode 100644 index 0000000000000..e6d497af9de23 --- /dev/null +++ b/manifests/x/xAI/GrokBuild/0.2.82/xAI.GrokBuild.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: xAI.GrokBuild +PackageVersion: 0.2.82 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.installer.yaml b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.installer.yaml new file mode 100644 index 0000000000000..0ec1e154d81a2 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.16.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 58e103f9-7c07-5ccc-9a52-ce8faf14c36b +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.16.0/FlyEnv-Setup-4.16.0.exe + InstallerSha256: C8FC6DFBCA01A131FA2966856159C109147F17FA556C2FC40DB2E06E6C404975 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.16.0/FlyEnv-Setup-4.16.0.exe + InstallerSha256: C8FC6DFBCA01A131FA2966856159C109147F17FA556C2FC40DB2E06E6C404975 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.locale.en-US.yaml b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.locale.en-US.yaml new file mode 100644 index 0000000000000..4866f06e5ba7d --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.16.0 +PackageLocale: en-US +Publisher: pengfei xu +PublisherUrl: https://github.com/xpf0000 +PublisherSupportUrl: https://github.com/xpf0000/FlyEnv/issues +Author: Xu Pengfei +PackageName: FlyEnv +PackageUrl: https://www.macphpstudy.com/ +License: BSD-3-Clause +LicenseUrl: https://github.com/xpf0000/FlyEnv/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026, Xu Pengfei +ShortDescription: Powerful Web Server and Environment Manager +Description: |- + FlyEnv is an all-in-one Web Server / Database Server / Development environment management GUI App + In short, FlyEnv provides a complete set of operating environments. Help users develop and debug PHP/NodeJS/Java/Go/Python applications such as laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask... +Tags: +- server +ReleaseNotes: |- + FlyEnv v4.16.0 Update Release Notes + 🚀 New Features + 1. Added FlyEnv MCP Server + FlyEnv now includes a built-in MCP Server that lets AI clients connect directly to your local FlyEnv environment. You can start the server from FlyEnv, generate ready-to-use client configuration snippets, and register the server into supported AI coding CLIs without editing everything by hand. + This integration provides: + - MCP Service Control: Start and stop the FlyEnv MCP server from the UI, configure host, port, access token, and local/remote access behavior + - Client Quick Config: Generate HTTP and stdio-compatible configuration snippets and copy them directly from FlyEnv + - One-Click Client Registration: Register the FlyEnv MCP server into Claude Code, Codex, OpenCode, Kimi, Antigravity CLI, and GitHub Copilot CLI + - Tool Policy Management: Enable or disable individual MCP tools and require confirmation for risky operations such as service control, installation, or site changes + - Audit Logging: Review MCP tool activity through the built-in audit log + + 2. Added AI Coding CLI Modules + FlyEnv now includes dedicated modules for Claude Code, Codex, OpenCode, Kimi, Antigravity CLI, and GitHub Copilot CLI. These integrations bring AI coding CLIs into the same desktop workflow as your local runtimes and services, making them easier to install, inspect, and manage from one place. + This integration provides: + - CLI Installation & Detection: Install supported AI coding CLIs and check their installed version from FlyEnv + - Config File Access: View important config file paths and manage client configuration from the UI + - Session Management: Browse saved sessions, reopen them in a terminal, and clean up old sessions when supported + - MCP Management: List configured MCP servers and add or remove FlyEnv MCP connections directly from each client module + - Client-Specific Extras: Manage plugins for Claude Code and Codex, skills for Antigravity CLI and GitHub Copilot CLI, provider/stats views for OpenCode, and logs/session export workflows for Kimi + Issue #712 + + 🛠️ Improvements & Bug Fixes + 3. Updated MinIO Download Source + FlyEnv now uses the maintained pgsty/minio fork as the updated MinIO download source, improving install availability after upstream distribution changes and making MinIO version downloads more reliable. + Issue #626 + + 4. Fixed Windows Python Environment Variable Setup + Resolved a Windows issue where FlyEnv could register an incorrect Python environment path during setup. Python environment registration now points to the correct FlyEnv-managed runtime layout, so newly installed Python versions are exposed more reliably. + Issue #633 + + 5. Fixed Rust Toolchain Detection for Custom CARGO_HOME / RUSTUP_HOME + Resolved an issue where FlyEnv could miss Rust toolchains installed through rustup when CARGO_HOME or RUSTUP_HOME had been customized. FlyEnv now respects those environment variables when locating rustup, toolchains, and related runtime data. + Issue #691 + + 6. Improved Local Site Support for localhost + Port Workflows + FlyEnv site management now supports using localhost with explicit ports such as localhost:8080 when adding or editing sites. This makes local multi-port workflows easier to model without creating extra fake domains just to separate ports. + This improvement includes: + - Port-Aware Duplicate Checks: Sites with the same hostname are allowed as long as their listening ports do not conflict + - Port Extraction from Host Input: Entering localhost:port now applies that port to the site configuration instead of dropping it on save + - Cleaner Hosts File Behavior: Pure loopback sites no longer require redundant hosts-file writes, which reduces unnecessary admin prompts + - Stable Vhost File Naming: Generated vhost, rewrite, and log files now avoid same-name collisions across multi-port localhost sites + Issue #700 + + 7. Fixed FlyEnv Environment Variable Ordering + Resolved an issue where FlyEnv-managed environment variables could appear in the wrong order, allowing system or Homebrew Python binaries to take precedence over the version selected in FlyEnv. FlyEnv now rebuilds Python PATH entries with dedicated shims so python and python3 resolve consistently to the active FlyEnv version. + Issue #713 + + 8. Fixed Windows Cron Jobs for Paths Containing Spaces + Resolved a Windows scheduled-task issue where cron jobs could fail when the generated task wrapper or working directory path contained spaces. FlyEnv now launches the PowerShell wrapper through a safer quoted command path, improving reliability for projects stored under directories such as C:\\Program Files\\... or other spaced workspace paths. + Issue #728 Issue #729 + + 📦 Build & Transparency + All FlyEnv installation packages are built using GitHub Actions. You can verify the build process and download the artifacts directly from the following links: + - Global Build History: GitHub Actions + + We welcome your continued feedback and bug reports via GitHub Issues + Enjoy the update! +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.16.0 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.macphpstudy.com/guide/what-is-flyenv.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.locale.zh-CN.yaml b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d65d7178d874a --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.16.0 +PackageLocale: zh-CN +Author: 徐鹏飞 +PackageUrl: https://www.macphpstudy.com/zh/ +Copyright: Copyright (c) 2026, 徐鹏飞 +ShortDescription: 功能强大的 Web 服务器和环境管理器 +Description: |- + FlyEnv 是一个集 Web 服务器/数据库服务器/开发环境管理于一体的 GUI 应用程序 + 简而言之,FlyEnv 提供了一套完整的运行环境。帮助用户开发和调试 PHP/NodeJS/Java/Go/Python 程序,如 laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask…… +Tags: +- 服务器 +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.16.0 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://www.macphpstudy.com/zh/guide/what-is-flyenv.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.yaml b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.yaml new file mode 100644 index 0000000000000..7dfb623bb1231 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.16.0/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0