diff --git a/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..1ea1837c5fbf8 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.8.1/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: 0.8.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.8.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: 7F091A82F26AE220A971433C0170F1943B7D0610E392F964A338C2073141414D + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.8.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: 7F091A82F26AE220A971433C0170F1943B7D0610E392F964A338C2073141414D + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.8.1/OpenCowork-win-arm64-setup.exe + InstallerSha256: 83EC99A296E2B5563BDA2A36E79597B515FBF138DFDE0A380EB2C4C76B248CED + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..25f6552ecb32f --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 0.8.1 +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: |- + Added + - Added a dedicated in-app changelog dialog with optional AI translation support. + - Added direct PluginSendMessage and PluginReplyMessage tool support for CronAgent channel delivery flows. + - Added window-region capture plus clipboard image helpers to improve image export and copy flows. + - Added support for opening local file paths directly from markdown links and inline code references. + Changed + - Refined assistant workspace rendering with collapsible tool execution summaries and first-class widget output blocks. + - Improved file change cards to better distinguish created versus modified writes and to show richer inline previews. + - Optimized session lookup, background-session buffering, sidebar subscriptions, and session switch remount behavior for heavier multi-session workloads. + - Tightened cron agent delivery instructions and plugin tool registration so plugin-bound sessions keep the expected messaging tools available. + - Bumped the app version to v0.8.1. + Fixed + - Reduced widget iframe sizing and resize jitter issues in chat output. + - Prevented background-session updates from being dropped or applied stale when switching back to an active session. + - Improved copied chat image reliability by capturing the window region directly and normalizing clipboard image writes. + Notes + - This release focuses on chat workspace polish, plugin-channel delivery, session-state reliability, local file navigation, and export/copy stability. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a919bde6df5b --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.8.1/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: 0.8.1 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.8.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/0.8.1/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..29ee873942b44 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.8.1/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: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml index 3e93457c923cb..817464d7ea33c 100644 --- a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml +++ b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{943D6004-554E-4B49-A1D5-52F999A1B3C9}_is1' -ReleaseDate: 2026-04-11 +ReleaseDate: 2026-04-13 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/0.12.2/QoderUserSetup-x64.exe - InstallerSha256: C98235EDDED9F8AA05607910DFD0AD53DEB1BCCCB1B5A568BCB19BDE3FF43CF0 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/0.12.3/QoderUserSetup-x64.exe + InstallerSha256: 2F50BBA8EA2571192EFA92F6FBEAE18AFB8065352E59AFC7501D5D3D220220AB ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.installer.yaml b/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.installer.yaml index 3f36b4809b1e8..f224b6fec2457 100644 --- a/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.installer.yaml +++ b/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: Apache.Groovy.4 PackageVersion: 4.0.30 -InstallerLocale: en-US InstallerType: wix Scope: machine InstallerSwitches: @@ -25,13 +24,12 @@ FileExtensions: - gy ProductCode: '{672D3171-1585-4C93-B2EC-D9C26DA270BB}' AppsAndFeaturesEntries: -- DisplayName: Groovy - ProductCode: '{672D3171-1585-4C93-B2EC-D9C26DA270BB}' +- ProductCode: '{672D3171-1585-4C93-B2EC-D9C26DA270BB}' UpgradeCode: '{786BFBD0-0462-4AAD-B54E-70F1F3F58A9A}' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles(x86)%\Groovy' Installers: -- Architecture: x86 +- Architecture: neutral InstallerUrl: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.30/groovy-4.0.30.msi InstallerSha256: F7C7125CB72B5123F96F9BC37C987EA07A2ED37A576829AD3D22AFF8FE694A66 ManifestType: installer diff --git a/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.en-US.yaml b/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.en-US.yaml index 78063846aa760..a8b4bc1f55be5 100644 --- a/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.en-US.yaml +++ b/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.en-US.yaml @@ -26,6 +26,7 @@ Tags: - programming - programming-language - static-typing +ReleaseNotesUrl: https://groovy-lang.org/releasenotes/groovy-4.0.html Documentations: - DocumentLabel: Documentation DocumentUrl: https://www.groovy-lang.org/documentation.html diff --git a/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.zh-CN.yaml b/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.zh-CN.yaml index 3bc128f528e52..f4c7bd3744dc3 100644 --- a/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.zh-CN.yaml +++ b/manifests/a/Apache/Groovy/4/4.0.30/Apache.Groovy.4.locale.zh-CN.yaml @@ -4,16 +4,6 @@ PackageIdentifier: Apache.Groovy.4 PackageVersion: 4.0.30 PackageLocale: zh-CN -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2026 the Apache Groovy project ShortDescription: 适用于 Java 平台的多功能语言 Description: Apache Groovy 是一种功能强大、可选择类型的动态语言,具有静态类型和静态编译功能,适用于 Java 平台,旨在通过简洁、熟悉和易学的语法提高开发人员的工作效率。它能与任何 Java 程序顺利集成,并能立即为您的应用程序提供强大的功能,包括脚本能力、特定域语言编写、运行时和编译时元编程以及函数式编程。 Tags: diff --git a/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.installer.yaml b/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.installer.yaml index 86eb03faa41ce..693f40ec330e7 100644 --- a/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.installer.yaml +++ b/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: Apache.Groovy.4 PackageVersion: 4.0.31 -InstallerLocale: en-US InstallerType: wix Scope: machine InstallerSwitches: @@ -25,8 +24,7 @@ FileExtensions: - gy ProductCode: '{C0845C5B-4CC3-49D3-B0CB-E6E2AEB253DB}' AppsAndFeaturesEntries: -- DisplayName: Groovy - ProductCode: '{C0845C5B-4CC3-49D3-B0CB-E6E2AEB253DB}' +- ProductCode: '{C0845C5B-4CC3-49D3-B0CB-E6E2AEB253DB}' UpgradeCode: '{786BFBD0-0462-4AAD-B54E-70F1F3F58A9A}' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles(x86)%\Groovy' diff --git a/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.en-US.yaml b/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.en-US.yaml index 632af584f3327..1e5723e0a3b8c 100644 --- a/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.en-US.yaml +++ b/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.en-US.yaml @@ -26,6 +26,7 @@ Tags: - programming - programming-language - static-typing +ReleaseNotesUrl: https://groovy-lang.org/releasenotes/groovy-4.0.html Documentations: - DocumentLabel: Documentation DocumentUrl: https://www.groovy-lang.org/documentation.html diff --git a/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.zh-CN.yaml b/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.zh-CN.yaml index ebe61594f84b4..be1f8261ed62e 100644 --- a/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.zh-CN.yaml +++ b/manifests/a/Apache/Groovy/4/4.0.31/Apache.Groovy.4.locale.zh-CN.yaml @@ -4,16 +4,6 @@ PackageIdentifier: Apache.Groovy.4 PackageVersion: 4.0.31 PackageLocale: zh-CN -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2026 the Apache Groovy project ShortDescription: 适用于 Java 平台的多功能语言 Description: Apache Groovy 是一种功能强大、可选择类型的动态语言,具有静态类型和静态编译功能,适用于 Java 平台,旨在通过简洁、熟悉和易学的语法提高开发人员的工作效率。它能与任何 Java 程序顺利集成,并能立即为您的应用程序提供强大的功能,包括脚本能力、特定域语言编写、运行时和编译时元编程以及函数式编程。 Tags: diff --git a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.installer.yaml b/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.installer.yaml deleted file mode 100644 index 2672712bdc363..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.installer.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.0 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: APPLICATIONFOLDER="" -UpgradeBehavior: install -Commands: -- grape -- groovy -- groovyConsole -- groovyc -- groovydoc -- groovysh -- java2groovy -- startGroovy -FileExtensions: -- groovy -- gsh -- gvy -- gy -ProductCode: '{753EBE0C-AE3C-41B5-A093-D7C6DD1A7A2C}' -ReleaseDate: 2025-09-01 -AppsAndFeaturesEntries: -- DisplayName: Groovy - ProductCode: '{753EBE0C-AE3C-41B5-A093-D7C6DD1A7A2C}' - UpgradeCode: '{786BFBD0-0462-4AAD-B54E-70F1F3F58A9A}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Groovy' -Installers: -- Architecture: x86 - InstallerUrl: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0/groovy-5.0.0.msi - InstallerSha256: 96ECEA9E1DACA341703D6A7CF487F55933EED0F756692E5B57F9DDF935B67D9A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.locale.en-US.yaml b/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.locale.en-US.yaml deleted file mode 100644 index d92c69fa825f1..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.0 -PackageLocale: en-US -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2024 the Apache Groovy project -ShortDescription: A multi-faceted language for the Java platform -Description: Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. -Moniker: groovy-4 -Tags: -- dynamic-typing -- functional-programming -- jvm-languages -- language -- metaprogramming -- programming -- programming-language -- static-typing -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://www.groovy-lang.org/documentation.html -- DocumentLabel: FAQ - DocumentUrl: https://www.groovy-lang.org/faq.html -- DocumentLabel: Learn - DocumentUrl: https://www.groovy-lang.org/learn.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.locale.zh-CN.yaml b/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.locale.zh-CN.yaml deleted file mode 100644 index fa96f17020ad2..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.0 -PackageLocale: zh-CN -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2024 the Apache Groovy project -ShortDescription: 适用于 Java 平台的多功能语言 -Description: Apache Groovy 是一种功能强大、可选择类型的动态语言,具有静态类型和静态编译功能,适用于 Java 平台,旨在通过简洁、熟悉和易学的语法提高开发人员的工作效率。它能与任何 Java 程序顺利集成,并能立即为您的应用程序提供强大的功能,包括脚本能力、特定域语言编写、运行时和编译时元编程以及函数式编程。 -Tags: -- jvm语言 -- 元编程 -- 函数式编程 -- 动态类型 -- 编程 -- 编程语言 -- 语言 -- 静态类型 -Documentations: -- DocumentLabel: 学习 - DocumentUrl: https://www.groovy-lang.org/learn.html -- DocumentLabel: 常见问题 - DocumentUrl: https://www.groovy-lang.org/faq.html -- DocumentLabel: 文档 - DocumentUrl: https://www.groovy-lang.org/documentation.html -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.yaml b/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.yaml deleted file mode 100644 index d05677d360496..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.0/Apache.Groovy.4.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.installer.yaml b/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.installer.yaml deleted file mode 100644 index f0439ecbf865d..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.installer.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.1 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: APPLICATIONFOLDER="" -UpgradeBehavior: install -Commands: -- grape -- groovy -- groovyConsole -- groovyc -- groovydoc -- groovysh -- java2groovy -- startGroovy -FileExtensions: -- groovy -- gsh -- gvy -- gy -ProductCode: '{C7710CD0-732C-4463-AD4B-467F6821B2AE}' -ReleaseDate: 2025-09-26 -AppsAndFeaturesEntries: -- DisplayName: Groovy - ProductCode: '{C7710CD0-732C-4463-AD4B-467F6821B2AE}' - UpgradeCode: '{786BFBD0-0462-4AAD-B54E-70F1F3F58A9A}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Groovy' -Installers: -- Architecture: x86 - InstallerUrl: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.1/groovy-5.0.1.msi - InstallerSha256: 2AA6A2494EB902855341B5432C463899EC9D22FFF70EC6B6DFDC8456EBAFC316 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.locale.en-US.yaml b/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.locale.en-US.yaml deleted file mode 100644 index 23282d5dc80d1..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.1 -PackageLocale: en-US -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2024 the Apache Groovy project -ShortDescription: A multi-faceted language for the Java platform -Description: Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. -Moniker: groovy-4 -Tags: -- dynamic-typing -- functional-programming -- jvm-languages -- language -- metaprogramming -- programming -- programming-language -- static-typing -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://www.groovy-lang.org/documentation.html -- DocumentLabel: FAQ - DocumentUrl: https://www.groovy-lang.org/faq.html -- DocumentLabel: Learn - DocumentUrl: https://www.groovy-lang.org/learn.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.locale.zh-CN.yaml b/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.locale.zh-CN.yaml deleted file mode 100644 index bc3a8b0f093c3..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.1 -PackageLocale: zh-CN -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2024 the Apache Groovy project -ShortDescription: 适用于 Java 平台的多功能语言 -Description: Apache Groovy 是一种功能强大、可选择类型的动态语言,具有静态类型和静态编译功能,适用于 Java 平台,旨在通过简洁、熟悉和易学的语法提高开发人员的工作效率。它能与任何 Java 程序顺利集成,并能立即为您的应用程序提供强大的功能,包括脚本能力、特定域语言编写、运行时和编译时元编程以及函数式编程。 -Tags: -- jvm语言 -- 元编程 -- 函数式编程 -- 动态类型 -- 编程 -- 编程语言 -- 语言 -- 静态类型 -Documentations: -- DocumentLabel: 学习 - DocumentUrl: https://www.groovy-lang.org/learn.html -- DocumentLabel: 常见问题 - DocumentUrl: https://www.groovy-lang.org/faq.html -- DocumentLabel: 文档 - DocumentUrl: https://www.groovy-lang.org/documentation.html -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.yaml b/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.yaml deleted file mode 100644 index 4f1c2f056d341..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.1/Apache.Groovy.4.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.installer.yaml b/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.installer.yaml deleted file mode 100644 index bde169cad9e9d..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.installer.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.3 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: APPLICATIONFOLDER="" -UpgradeBehavior: install -Commands: -- grape -- groovy -- groovyConsole -- groovyc -- groovydoc -- groovysh -- java2groovy -- startGroovy -FileExtensions: -- groovy -- gsh -- gvy -- gy -ProductCode: '{547F0566-DB23-4C35-9B7B-B154F8A7E084}' -ReleaseDate: 2025-12-06 -AppsAndFeaturesEntries: -- DisplayName: Groovy - ProductCode: '{547F0566-DB23-4C35-9B7B-B154F8A7E084}' - UpgradeCode: '{786BFBD0-0462-4AAD-B54E-70F1F3F58A9A}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Groovy' -Installers: -- Architecture: x86 - InstallerUrl: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.3/groovy-5.0.3.msi - InstallerSha256: 8FF8F6BFF50AF482E7FDB3A42F1D4E731151E98EBA1045A2C0CBF5EF45F5EFCB -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.locale.en-US.yaml b/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.locale.en-US.yaml deleted file mode 100644 index 5c2693a6f60c7..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.3 -PackageLocale: en-US -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2024 the Apache Groovy project -ShortDescription: A multi-faceted language for the Java platform -Description: Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. -Moniker: groovy-4 -Tags: -- dynamic-typing -- functional-programming -- jvm-languages -- language -- metaprogramming -- programming -- programming-language -- static-typing -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://www.groovy-lang.org/documentation.html -- DocumentLabel: FAQ - DocumentUrl: https://www.groovy-lang.org/faq.html -- DocumentLabel: Learn - DocumentUrl: https://www.groovy-lang.org/learn.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.locale.zh-CN.yaml b/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.locale.zh-CN.yaml deleted file mode 100644 index 3a819ccf5b1d0..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.3 -PackageLocale: zh-CN -Publisher: The Groovy Team -PublisherUrl: https://apache.org/ -PublisherSupportUrl: https://www.groovy-lang.org/support.html -PrivacyUrl: https://privacy.apache.org/policies/privacy-policy-public.html -Author: The Groovy Team -PackageName: Groovy 4 -PackageUrl: https://www.groovy-lang.org/ -License: Apache-2.0 -LicenseUrl: https://github.com/apache/groovy/blob/HEAD/LICENSE -Copyright: © 2003-2024 the Apache Groovy project -ShortDescription: 适用于 Java 平台的多功能语言 -Description: Apache Groovy 是一种功能强大、可选择类型的动态语言,具有静态类型和静态编译功能,适用于 Java 平台,旨在通过简洁、熟悉和易学的语法提高开发人员的工作效率。它能与任何 Java 程序顺利集成,并能立即为您的应用程序提供强大的功能,包括脚本能力、特定域语言编写、运行时和编译时元编程以及函数式编程。 -Tags: -- jvm语言 -- 元编程 -- 函数式编程 -- 动态类型 -- 编程 -- 编程语言 -- 语言 -- 静态类型 -Documentations: -- DocumentLabel: 学习 - DocumentUrl: https://www.groovy-lang.org/learn.html -- DocumentLabel: 常见问题 - DocumentUrl: https://www.groovy-lang.org/faq.html -- DocumentLabel: 文档 - DocumentUrl: https://www.groovy-lang.org/documentation.html -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.yaml b/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.yaml deleted file mode 100644 index 7cc4673a3f66f..0000000000000 --- a/manifests/a/Apache/Groovy/4/5.0.3/Apache.Groovy.4.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Apache.Groovy.4 -PackageVersion: 5.0.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.installer.yaml b/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.installer.yaml deleted file mode 100644 index 1fde6bfb87817..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.installer.yaml +++ /dev/null @@ -1,279 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS2.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.111.9808 -InstallerType: nullsoft # NSIS + MSI -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /S /GUILEVEL=qn - SilentWithProgress: /S /GUILEVEL=qb - InstallLocation: /INSTALLLOCATION="" - Log: /PARAM1="/log """ - Custom: /PARAM2="/norestart" -ExpectedReturnCodes: -- InstallerReturnCode: 1601 - ReturnResponse: contactSupport -- InstallerReturnCode: 1602 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1618 - ReturnResponse: installInProgress -- InstallerReturnCode: 1625 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1638 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated -- InstallerReturnCode: 3010 - ReturnResponse: rebootRequiredToFinish -UpgradeBehavior: install -FileExtensions: -- "123" -- bau -- csv -- dbf -- dif -- doc -- docm -- docx -- dot -- dotm -- dotx -- htm -- html -- mml -- odb -- odf -- odg -- odm -- odp -- ods -- odt -- otg -- oth -- otp -- ots -- ott -- oxt -- pot -- potm -- potx -- pps -- ppt -- pptm -- pptx -- rtf -- sdg -- sdv -- slk -- sob -- soc -- sod -- soe -- sog -- soh -- stc -- std -- sti -- stw -- sxc -- sxd -- sxg -- sxi -- sxm -- sxw -- thm -- txt -- vor -- wk1 -- wks -- wpd -- xba -- xcs -- xcu -- xdl -- xls -- xlsb -- xlsm -- xlsx -- xlt -- xltm -- xltx -- xlw -- xml -ReleaseDate: 2021-10-06 -AppsAndFeaturesEntries: -- DisplayName: OpenOffice 4.1.11 - Publisher: Apache Software Foundation - UpgradeCode: '{7C35B9AB-2CE3-4C18-BE7C-5B97EA089EB3}' - InstallerType: msi -Installers: -- Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/en-US/Apache_OpenOffice_4.1.11_Win_x86_install_en-US.exe/download - InstallerSha256: 9D4389C0A7D9FD13D0168F1F3FAA6D67339162F7359694FF44FFB51BC303D11E -- InstallerLocale: ast - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ast/Apache_OpenOffice_4.1.11_Win_x86_install_ast.exe/download - InstallerSha256: 7DF94300E844555969D8A0D1BB48CE36C5A54CD436BE556AE9293B5A2ADBB5C4 -- InstallerLocale: bg - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/bg/Apache_OpenOffice_4.1.11_Win_x86_install_bg.exe/download - InstallerSha256: EB34B36673EF8303AB980E3DE0E9DBABE5214F063D60F9FEB92C5F59CAA1A198 -- InstallerLocale: ca - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ca/Apache_OpenOffice_4.1.11_Win_x86_install_ca.exe/download - InstallerSha256: D986CC420C07612098AFAA3EEAB4E1F83901ECCE45D83BB1A1BB77A3341331B3 -- InstallerLocale: ca-XR # ca-ES-valencia - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ca-XR/Apache_OpenOffice_4.1.11_Win_x86_install_ca-XR.exe/download - InstallerSha256: A614703181AE699B198B2B5911F7F6C90BBED09170BDABD11A79627CBBF923B7 -- InstallerLocale: ca-XV # ca-ES-valencia - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ca-XV/Apache_OpenOffice_4.1.11_Win_x86_install_ca-XV.exe/download - InstallerSha256: C0421192EF9671FAF698E626FD23CA202546A1F746BBB2B49037B99C6016691B -- InstallerLocale: cs - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/cs/Apache_OpenOffice_4.1.11_Win_x86_install_cs.exe/download - InstallerSha256: E677E02A4DF88DFBC7A7D4BFB382DF906BE818A8E0430B7B7257F69FC24885F6 -- InstallerLocale: da - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/da/Apache_OpenOffice_4.1.11_Win_x86_install_da.exe/download - InstallerSha256: F2563F9D59680EE53F617581E14D4DFE6B123F5A1CFFDD7E5B7BAEC3BFAA8DDE -- InstallerLocale: de - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/de/Apache_OpenOffice_4.1.11_Win_x86_install_de.exe/download - InstallerSha256: 95372EFDB627231848426237583DFBB70D00C689398A45D670E211F18CE08DD2 -- InstallerLocale: el - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/el/Apache_OpenOffice_4.1.11_Win_x86_install_el.exe/download - InstallerSha256: 33E24C77E624D2B87D0B2EBD0EEDFEA5697328B445B7F7B3D90CCC7F2783F7E1 -- InstallerLocale: en-GB - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/en-GB/Apache_OpenOffice_4.1.11_Win_x86_install_en-GB.exe/download - InstallerSha256: FFC5AC41F6367739DF05FB1FB46AF6891B3AEB2BA87B1B234529A0D6C961595B -- InstallerLocale: es - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/es/Apache_OpenOffice_4.1.11_Win_x86_install_es.exe/download - InstallerSha256: FFD59F5B13F7CD586BA2B571078343441A61D77A4E80311DC2F6F75B28B92BA3 -- InstallerLocale: eu - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/eu/Apache_OpenOffice_4.1.11_Win_x86_install_eu.exe/download - InstallerSha256: 460976FA8E32B2E9A062C4EFA975FF9C7F8597FD3DC245E623893914DD340501 -- InstallerLocale: fi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fi/Apache_OpenOffice_4.1.11_Win_x86_install_fi.exe/download - InstallerSha256: 77944639C2694A0FA097D930DA0747C415C5EDEC694A0BC5FB7733AB326E9AAC -- InstallerLocale: fr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fr/Apache_OpenOffice_4.1.11_Win_x86_install_fr.exe/download - InstallerSha256: 42489341B91F948787BCAF6B03F40049BB2356DB5FFF1CB65A7F8CFEC6F3E275 -- InstallerLocale: gd - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/gd/Apache_OpenOffice_4.1.11_Win_x86_install_gd.exe/download - InstallerSha256: 16624573C68BEF5143CE2D4D33C5428DB127E2BC43730F82B3D84A9CA7D09C6B -- InstallerLocale: gl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/gl/Apache_OpenOffice_4.1.11_Win_x86_install_gl.exe/download - InstallerSha256: 5C22BEE3ADFFA5FFB9FF9F68180A9A1700BEE6B546052E19B826B32ABF17B7B7 -- InstallerLocale: he - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/he/Apache_OpenOffice_4.1.11_Win_x86_install_he.exe/download - InstallerSha256: F83FE4AB0ACB6EE4AFCD55BBA62CF8431937F0BACC1647A71E35818EFF93C116 -- InstallerLocale: hi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/hi/Apache_OpenOffice_4.1.11_Win_x86_install_hi.exe/download - InstallerSha256: E56FE1BD4119A3DA906F156E66F9A0A803D6568FD798188F23CE7385F945C0AB -- InstallerLocale: hu - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/hu/Apache_OpenOffice_4.1.11_Win_x86_install_hu.exe/download - InstallerSha256: A18D68364F7B01E2BFF0FAADF986312910BC22BDA9778F0780C39579E643E3DA -- InstallerLocale: it - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/it/Apache_OpenOffice_4.1.11_Win_x86_install_it.exe/download - InstallerSha256: 4AFDA765588A1F5FF59C770AF1C16313DCBE7CB40138271BB90C258D0FD7F119 -- InstallerLocale: ja - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ja/Apache_OpenOffice_4.1.11_Win_x86_install_ja.exe/download - InstallerSha256: A5D9B9C9E965AD414960D118E45EAA9189FB4D15AE7AB4A3F402DC7F24CFF781 -- InstallerLocale: km - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/km/Apache_OpenOffice_4.1.11_Win_x86_install_km.exe/download - InstallerSha256: 7122424D60D7766EA51DEB8661323352BC1866B465D9B271F0BFBC1300BFB8AB -- InstallerLocale: ko - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ko/Apache_OpenOffice_4.1.11_Win_x86_install_ko.exe/download - InstallerSha256: 5B31B89D40115A2225E3DF93CCA2581D5BCC7377B15A5AC16FF2D48926A7EE62 -- InstallerLocale: lt - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/lt/Apache_OpenOffice_4.1.11_Win_x86_install_lt.exe/download - InstallerSha256: D229FF97C0DCCB6A487577AC8BF3B80B5D06B0B6A12E5363115BAA65D236A164 -- InstallerLocale: nb - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/nb/Apache_OpenOffice_4.1.11_Win_x86_install_nb.exe/download - InstallerSha256: 1A8CFAAC7991BE4C649A4D9860652498D7F5F1222CF8EE604260D5F302673D46 -- InstallerLocale: nl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/nl/Apache_OpenOffice_4.1.11_Win_x86_install_nl.exe/download - InstallerSha256: EE2DF8FF54A0BF2B422480F6D144112A3CC9F4E83A64C8F4194CF5B39039447B -- InstallerLocale: pl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/pl/Apache_OpenOffice_4.1.11_Win_x86_install_pl.exe/download - InstallerSha256: FBE0E1892021CDED8D5BD47F231F55AA6040FBA690D62372A99A1D67F9271FF3 -- InstallerLocale: pt - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/pt/Apache_OpenOffice_4.1.11_Win_x86_install_pt.exe/download - InstallerSha256: 92FEF5CE91BE9B46261DD8E78A7E647955C8BFBE2A6EC8E757528E28438894BE -- InstallerLocale: pt-BR - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/pt-BR/Apache_OpenOffice_4.1.11_Win_x86_install_pt-BR.exe/download - InstallerSha256: 068EF87C373AB96F728E2D92AE80ED93F6B550A70420F5D5E86991C3A0E09DF5 -- InstallerLocale: ru - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ru/Apache_OpenOffice_4.1.11_Win_x86_install_ru.exe/download - InstallerSha256: 4DD84FECB2E13FE25D62305FFDD1248BD4A2B15765F9A093CAB07640980F633B -- InstallerLocale: sk - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/sk/Apache_OpenOffice_4.1.11_Win_x86_install_sk.exe/download - InstallerSha256: 2E03882964F282DB4A6DBEEBBC8543C3A8DCC1BD19903D9CFF6DB081A6EC2997 -- InstallerLocale: sl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/sl/Apache_OpenOffice_4.1.11_Win_x86_install_sl.exe/download - InstallerSha256: EE8C9E6B6A4D8573F1B45B0764D12F7CEC085ADBDE7806C31E94BD23ED4E928B -- InstallerLocale: sr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/sr/Apache_OpenOffice_4.1.11_Win_x86_install_sr.exe/download - InstallerSha256: 3E02632809C0327D3806E62893ADD035BD6A62319B6ECEC4ACDAD7F2A9AA2F19 -- InstallerLocale: sv - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/sv/Apache_OpenOffice_4.1.11_Win_x86_install_sv.exe/download - InstallerSha256: 842377F6F7720C6ADE0D285B9B4E5196D48C3441D4D0E8F624B5AF5C499E12AA -- InstallerLocale: ta - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/ta/Apache_OpenOffice_4.1.11_Win_x86_install_ta.exe/download - InstallerSha256: 08370EB17178ECC6949279431F72248786CB7B7DA45783697AB443F8865962CE -- InstallerLocale: th - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/th/Apache_OpenOffice_4.1.11_Win_x86_install_th.exe/download - InstallerSha256: C92F4E435EE5E87ED34850EDACEABC2550176EF27BDF74CAE18F79C492704448 -- InstallerLocale: tr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/tr/Apache_OpenOffice_4.1.11_Win_x86_install_tr.exe/download - InstallerSha256: 9400EDB4990CBD9B6EC23BA1307E179FAD6C7C9F66AD4BED0307E64F18728191 -- InstallerLocale: vi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/vi/Apache_OpenOffice_4.1.11_Win_x86_install_vi.exe/download - InstallerSha256: CAE74918322E62B0C6036AB2595061DBFA1CB2C89F6CD54CB9F7A8D98C7FAC88 -- InstallerLocale: zh-CN - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/zh-CN/Apache_OpenOffice_4.1.11_Win_x86_install_zh-CN.exe/download - InstallerSha256: 3074907712EBB62747CB43F5A320D97659C5553B49D1D78CDFBC19360C43EC0E -- InstallerLocale: zh-TW - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/zh-TW/Apache_OpenOffice_4.1.11_Win_x86_install_zh-TW.exe/download - InstallerSha256: BCE515B56820EE80A8C6A6AD6A70BD5E52BC086D61B0ADE211CB5FD4B1F32999 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.locale.en-US.yaml b/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.locale.en-US.yaml deleted file mode 100644 index d7cb68a47bf6e..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS2.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.111.9808 -PackageLocale: en-US -Publisher: Apache Software Foundation -PublisherUrl: https://www.apache.org/ -PublisherSupportUrl: https://www.openoffice.org/support/index.html -PrivacyUrl: https://www.openoffice.org/privacy.html -Author: Apache Software Foundation -PackageName: OpenOffice -PackageUrl: https://www.openoffice.org/ -License: Apache-2.0 -LicenseUrl: https://www.openoffice.org/license.html -Copyright: Copyright © 2021 The Apache Software Foundation. -CopyrightUrl: https://openoffice.apache.org/trademarks.html -ShortDescription: The Free and Open Productivity Suite -Description: Apache OpenOffice is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can be downloaded and used completely free of charge for any purpose. -# Moniker: -Tags: -- docs -- document -- editor -- excel -- office -- powerpoint -- presentation -- sheet -- slide -- spreadsheet -- word -- work -# Agreements: -ReleaseNotes: Apache OpenOffice 4.1.11 is a Security release incorporating other bug fixes and little enhancements. -ReleaseNotesUrl: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.11+Release+Notes -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://wiki.openoffice.org/wiki/Documentation -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.locale.zh-CN.yaml b/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.locale.zh-CN.yaml deleted file mode 100644 index 4a88d319c0a35..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS2.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.111.9808 -PackageLocale: zh-CN -Publisher: Apache Software Foundation -PublisherUrl: https://www.apache.org/ -PublisherSupportUrl: https://www.openoffice.org/support/index.html -PrivacyUrl: https://www.openoffice.org/privacy.html -Author: Apache Software Foundation -PackageName: OpenOffice -PackageUrl: https://www.openoffice.org/zh-cn/ -License: Apache-2.0 -LicenseUrl: https://www.openoffice.org/license.html -Copyright: Copyright © 2021 The Apache Software Foundation. -CopyrightUrl: https://openoffice.apache.org/trademarks.html -ShortDescription: 开放免费的文字处理软件 -Description: Apache OpenOffice 是一款先进的开源 办公软件套件,它包含文本文档、电子表格、演示文稿、绘图、数据库等。它能够支持许多语言并且在所有普通计算机上工作。它将你所有的数据以国际开放标准格式存储下来,并能够读写从其它常用办公软件包来的文件。它可以被完全免费下载并使用于任何用途。 -# Moniker: -Tags: -- excel -- office -- powerpoint -- ppt -- word -- 办公 -- 幻灯片 -- 文档 -- 演示 -- 编辑器 -- 表格 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.11+Release+Notes -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://wiki.openoffice.org/wiki/Documentation -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.yaml b/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.yaml deleted file mode 100644 index eb2fa3e81e29f..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.111.9808/Apache.OpenOffice.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS2.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.111.9808 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.installer.yaml b/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.installer.yaml deleted file mode 100644 index 9becb94538798..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.installer.yaml +++ /dev/null @@ -1,279 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.113.9810 -InstallerType: nullsoft # NSIS + MSI -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /S /GUILEVEL=qn - SilentWithProgress: /S /GUILEVEL=qb - InstallLocation: /INSTALLLOCATION="" - Log: /PARAM1="/log """ - Custom: /PARAM2="/norestart" -ExpectedReturnCodes: -- InstallerReturnCode: 1601 - ReturnResponse: contactSupport -- InstallerReturnCode: 1602 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1618 - ReturnResponse: installInProgress -- InstallerReturnCode: 1625 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1638 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated -- InstallerReturnCode: 3010 - ReturnResponse: rebootRequiredToFinish -UpgradeBehavior: install -FileExtensions: -- "123" -- bau -- csv -- dbf -- dif -- doc -- docm -- docx -- dot -- dotm -- dotx -- htm -- html -- mml -- odb -- odf -- odg -- odm -- odp -- ods -- odt -- otg -- oth -- otp -- ots -- ott -- oxt -- pot -- potm -- potx -- pps -- ppt -- pptm -- pptx -- rtf -- sdg -- sdv -- slk -- sob -- soc -- sod -- soe -- sog -- soh -- stc -- std -- sti -- stw -- sxc -- sxd -- sxg -- sxi -- sxm -- sxw -- thm -- txt -- vor -- wk1 -- wks -- wpd -- xba -- xcs -- xcu -- xdl -- xls -- xlsb -- xlsm -- xlsx -- xlt -- xltm -- xltx -- xlw -- xml -ReleaseDate: 2022-07-22 -AppsAndFeaturesEntries: -- DisplayName: OpenOffice 4.1.13 - Publisher: Apache Software Foundation - UpgradeCode: '{7C35B9AB-2CE3-4C18-BE7C-5B97EA089EB3}' - InstallerType: msi -Installers: -- Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/en-US/Apache_OpenOffice_4.1.13_Win_x86_install_en-US.exe/download - InstallerSha256: 0E393B90E58C3E3870F7A1571F98294204A04DB1D23D009A5980E5BE6BCDCECE -- InstallerLocale: ast - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ast/Apache_OpenOffice_4.1.13_Win_x86_install_ast.exe/download - InstallerSha256: 58BEC9F828396F909AC4DA1331FACAD4ECB71300EE5D955B9ACFEA85A2320620 -- InstallerLocale: bg - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/bg/Apache_OpenOffice_4.1.13_Win_x86_install_bg.exe/download - InstallerSha256: 0E90E1F1CB9A99D0E4F20D880982CE498FB534857D94D52A29984D7DEAFEE443 -- InstallerLocale: ca - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ca/Apache_OpenOffice_4.1.13_Win_x86_install_ca.exe/download - InstallerSha256: E8190FBFA2C1555C8B9004360725A14A53F9A832511957C6CE233097DD41C711 -- InstallerLocale: ca-XR # ca-ES-valencia - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ca-XR/Apache_OpenOffice_4.1.13_Win_x86_install_ca-XR.exe/download - InstallerSha256: 22A8A23163DF07AB778086D90FEA99D08DFBB812948AD4285010E8D2DEE22966 -- InstallerLocale: ca-XV # ca-ES-valencia - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ca-XV/Apache_OpenOffice_4.1.13_Win_x86_install_ca-XV.exe/download - InstallerSha256: 8935A3B2518C776CC1F621EFDE21FD5B442FBEA0B198D6A870B5A7DB1F2FB1F9 -- InstallerLocale: cs - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/cs/Apache_OpenOffice_4.1.13_Win_x86_install_cs.exe/download - InstallerSha256: 43B8521398529C9CFE7BD80EB6A24FDBFDF0E8BCEE37A9EBA4398299A3344203 -- InstallerLocale: da - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/da/Apache_OpenOffice_4.1.13_Win_x86_install_da.exe/download - InstallerSha256: 2DFC14E670ED52E16A5F43CC7F2B0AB31F2C4A1434201949B02BE27E1DC09453 -- InstallerLocale: de - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/de/Apache_OpenOffice_4.1.13_Win_x86_install_de.exe/download - InstallerSha256: 86651BCCEFE120B84DA8FB0D0DCD694A22B632F82531C38E7141BC5675C821E5 -- InstallerLocale: el - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/el/Apache_OpenOffice_4.1.13_Win_x86_install_el.exe/download - InstallerSha256: 172D923F83C4DFD13418AB31D8B789208553C4B5F0B7BDC94E32E100936ACD35 -- InstallerLocale: en-GB - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/en-GB/Apache_OpenOffice_4.1.13_Win_x86_install_en-GB.exe/download - InstallerSha256: 36735D5AA9750EE1B2D57BDD25EAFCDD7AB420A5D0569710F0398FE76D6EBF7B -- InstallerLocale: es - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/es/Apache_OpenOffice_4.1.13_Win_x86_install_es.exe/download - InstallerSha256: 813D81ED71BE50496FCF3FA21409BAB06AD586950F5AC47530045BED5F94883D -- InstallerLocale: eu - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/eu/Apache_OpenOffice_4.1.13_Win_x86_install_eu.exe/download - InstallerSha256: 8DAF8973D3B9CD4FEC5B06CDE894589F892B0D346EDB8C1E70E10D2D10810475 -- InstallerLocale: fi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/fi/Apache_OpenOffice_4.1.13_Win_x86_install_fi.exe/download - InstallerSha256: 2E72737BABE7034462987DD01774339DA6C6AE45FD0BFE74E0E877A8ACA78871 -- InstallerLocale: fr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/fr/Apache_OpenOffice_4.1.13_Win_x86_install_fr.exe/download - InstallerSha256: 013CD3A9DE2C65E45D9D179878988BC03C53086A4633F1AF2D050F50AF93AF7C -- InstallerLocale: gd - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/gd/Apache_OpenOffice_4.1.13_Win_x86_install_gd.exe/download - InstallerSha256: 9A384409C7E24D8560D3099D8346BE9A28637A76E5233ADC7E5A5A3A9C534EBD -- InstallerLocale: gl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/gl/Apache_OpenOffice_4.1.13_Win_x86_install_gl.exe/download - InstallerSha256: 32DF1678E767CF86B723609F1BD34373CFB7D570A68E79E8337D7FB259821E08 -- InstallerLocale: he - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/he/Apache_OpenOffice_4.1.13_Win_x86_install_he.exe/download - InstallerSha256: 0176A375AEC494C7EDEE716EFDAE89FA5E2F392D5466C3C4F70843CE456785BA -- InstallerLocale: hi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/hi/Apache_OpenOffice_4.1.13_Win_x86_install_hi.exe/download - InstallerSha256: 7AAF57BDC1D236296AF147F60B2FD92841B464967C6262BB1F4C7923B20CA78E -- InstallerLocale: hu - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/hu/Apache_OpenOffice_4.1.13_Win_x86_install_hu.exe/download - InstallerSha256: 045D65E26FD7BBA5C332051D1BE6CAC94CEC6F09C58D48806F3EA17873603D28 -- InstallerLocale: it - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/it/Apache_OpenOffice_4.1.13_Win_x86_install_it.exe/download - InstallerSha256: 3F09207162108DD71C40F586389B2C1C55E038FF05320C55C6EFC31ADABE10CD -- InstallerLocale: ja - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ja/Apache_OpenOffice_4.1.13_Win_x86_install_ja.exe/download - InstallerSha256: 761D83F12778908B86AB9D3F4C7B670E6B6C78FC361DBFFAE20590D1AD0F009A -- InstallerLocale: km - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/km/Apache_OpenOffice_4.1.13_Win_x86_install_km.exe/download - InstallerSha256: 6BD6B75D80F3C42139406FC6DCE3ADF3BA7B49027ED0109C00BE9EEA16106E19 -- InstallerLocale: ko - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ko/Apache_OpenOffice_4.1.13_Win_x86_install_ko.exe/download - InstallerSha256: 016C2D115530588C6EACD4E3FB6721CE2B977198ED095773E232F13F0C9059FA -- InstallerLocale: lt - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/lt/Apache_OpenOffice_4.1.13_Win_x86_install_lt.exe/download - InstallerSha256: A77F999354A656CD6152B3B762DDA2E0DAA3CBD1D251BC10F7CE05117ABAD8C0 -- InstallerLocale: nb - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/nb/Apache_OpenOffice_4.1.13_Win_x86_install_nb.exe/download - InstallerSha256: 0C8FD5DCECC29A45720D935851C80EBF95644C135953719258B7DDD66EC927E9 -- InstallerLocale: nl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/nl/Apache_OpenOffice_4.1.13_Win_x86_install_nl.exe/download - InstallerSha256: 04BC7A15C53661F135481D2F0387C119B553DCEB089A33DBF15D5E29A6328C2D -- InstallerLocale: pl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/pl/Apache_OpenOffice_4.1.13_Win_x86_install_pl.exe/download - InstallerSha256: 02E94CD4F9923DAE2D7CA725F6722EF162403C360366D273AC3A89B69913959E -- InstallerLocale: pt - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/pt/Apache_OpenOffice_4.1.13_Win_x86_install_pt.exe/download - InstallerSha256: 285CE553261851ED4F334CD1B559FF9562BFACBE2CD1F122AA17C680BEDB1E40 -- InstallerLocale: pt-BR - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/pt-BR/Apache_OpenOffice_4.1.13_Win_x86_install_pt-BR.exe/download - InstallerSha256: 0A2585F73128ACF1E90CBC91D1E71CE675CE9B3F987A6CE87A95E715B1751C0C -- InstallerLocale: ru - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ru/Apache_OpenOffice_4.1.13_Win_x86_install_ru.exe/download - InstallerSha256: 3C0A0830DCAD4B4DE3CF8A7D23C7B395634EB60D4F6CFF2F1D935DF617C608EF -- InstallerLocale: sk - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/sk/Apache_OpenOffice_4.1.13_Win_x86_install_sk.exe/download - InstallerSha256: 8F70B487318F96AAD0FB9AC3226A1C59324AD2AEC9AE9DD4F1F1AFF281A7418B -- InstallerLocale: sl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/sl/Apache_OpenOffice_4.1.13_Win_x86_install_sl.exe/download - InstallerSha256: 60D742BBA6A8582DCB088EB52C2C99AD147971689D843B121ECE2DF6B8562E30 -- InstallerLocale: sr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/sr/Apache_OpenOffice_4.1.13_Win_x86_install_sr.exe/download - InstallerSha256: 3920CE21FF5738FB572B28B40CF471DE9FD393CC1513495421ABA77D68364F5C -- InstallerLocale: sv - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/sv/Apache_OpenOffice_4.1.13_Win_x86_install_sv.exe/download - InstallerSha256: 8E7E0A8E8E8CB70572B6F20A1E08C665861D1C74A1AE832F8D42CA8CE0012C57 -- InstallerLocale: ta - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/ta/Apache_OpenOffice_4.1.13_Win_x86_install_ta.exe/download - InstallerSha256: B722DA32D3D08F35B21B4ED7F5E46930507F7BB5C2FC215AA9B71693BD0C07A3 -- InstallerLocale: th - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/th/Apache_OpenOffice_4.1.13_Win_x86_install_th.exe/download - InstallerSha256: 1D4476BF97282759BA3F5862B254D4BC2939B40023B11799D867F8A1813990F8 -- InstallerLocale: tr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/tr/Apache_OpenOffice_4.1.13_Win_x86_install_tr.exe/download - InstallerSha256: 93D1950C6A5B09953E90D290A058A18D365CDB77BDB6F1297F629BA4FE23FB1F -- InstallerLocale: vi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/vi/Apache_OpenOffice_4.1.13_Win_x86_install_vi.exe/download - InstallerSha256: 91AF3C5F52A1D2CC5987196C44F981FA9249F34D0B8442F5DD5DFB99BCEF8B9F -- InstallerLocale: zh-CN - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/zh-CN/Apache_OpenOffice_4.1.13_Win_x86_install_zh-CN.exe/download - InstallerSha256: 62F9D23B8B0CD575C0ECD30380A64BB8D3DE50BDC378C63F9530E27A52A1422C -- InstallerLocale: zh-TW - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/zh-TW/Apache_OpenOffice_4.1.13_Win_x86_install_zh-TW.exe/download - InstallerSha256: 589DCB5C0A07D0E868BFCEFAFC81C3A01E41A925FEE99356E1EF9586B89BE221 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.locale.en-US.yaml b/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.locale.en-US.yaml deleted file mode 100644 index 8125c986562dc..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.113.9810 -PackageLocale: en-US -Publisher: Apache Software Foundation -PublisherUrl: https://www.apache.org/ -PublisherSupportUrl: https://www.openoffice.org/support/index.html -PrivacyUrl: https://www.openoffice.org/privacy.html -Author: Apache Software Foundation -PackageName: OpenOffice -PackageUrl: https://www.openoffice.org/ -License: Apache-2.0 -LicenseUrl: https://www.openoffice.org/license.html -Copyright: Copyright © 2022 The Apache Software Foundation. -CopyrightUrl: https://openoffice.apache.org/trademarks.html -ShortDescription: The Free and Open Productivity Suite -Description: Apache OpenOffice is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can be downloaded and used completely free of charge for any purpose. -# Moniker: -Tags: -- docs -- document -- editor -- excel -- office -- powerpoint -- presentation -- sheet -- slide -- spreadsheet -- word -- work -# Agreements: -ReleaseNotes: Apache OpenOffice 4.1.13 is a Security release, incorporating bug fixes and little enhancements. -ReleaseNotesUrl: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.13+Release+Notes -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://wiki.openoffice.org/wiki/Documentation -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.locale.zh-CN.yaml b/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.locale.zh-CN.yaml deleted file mode 100644 index aab8455886611..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.113.9810 -PackageLocale: zh-CN -Publisher: Apache Software Foundation -PublisherUrl: https://www.apache.org/ -PublisherSupportUrl: https://www.openoffice.org/support/index.html -PrivacyUrl: https://www.openoffice.org/privacy.html -Author: Apache Software Foundation -PackageName: OpenOffice -PackageUrl: https://www.openoffice.org/zh-cn/ -License: Apache-2.0 -LicenseUrl: https://www.openoffice.org/license.html -Copyright: Copyright © 2022 The Apache Software Foundation. -CopyrightUrl: https://openoffice.apache.org/trademarks.html -ShortDescription: 开放免费的文字处理软件 -Description: Apache OpenOffice 是一款先进的开源 办公软件套件,它包含文本文档、电子表格、演示文稿、绘图、数据库等。它能够支持许多语言并且在所有普通计算机上工作。它将你所有的数据以国际开放标准格式存储下来,并能够读写从其它常用办公软件包来的文件。它可以被完全免费下载并使用于任何用途。 -# Moniker: -Tags: -- excel -- office -- powerpoint -- ppt -- word -- 办公 -- 幻灯片 -- 文档 -- 演示 -- 编辑器 -- 表格 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.13+Release+Notes -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://wiki.openoffice.org/wiki/Documentation -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.yaml b/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.yaml deleted file mode 100644 index 3faac823fae09..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.113.9810/Apache.OpenOffice.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.113.9810 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.installer.yaml b/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.installer.yaml deleted file mode 100644 index 07ed602e44c21..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.installer.yaml +++ /dev/null @@ -1,282 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.114.9811 -InstallerType: nullsoft # NSIS + MSI -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /S /GUILEVEL=qn /PARAM1="/norestart" - SilentWithProgress: /S /GUILEVEL=qb /PARAM1="/norestart" - InstallLocation: /INSTALLLOCATION="" - Log: /PARAM2="/log """ -ExpectedReturnCodes: -- InstallerReturnCode: 1601 - ReturnResponse: contactSupport -- InstallerReturnCode: 1602 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1618 - ReturnResponse: installInProgress -- InstallerReturnCode: 1625 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1638 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated -- InstallerReturnCode: 3010 - ReturnResponse: rebootRequiredToFinish -UpgradeBehavior: install -FileExtensions: -- "123" -- bau -- csv -- dbf -- dif -- doc -- docm -- docx -- dot -- dotm -- dotx -- htm -- html -- mml -- odb -- odf -- odg -- odm -- odp -- ods -- odt -- otg -- oth -- otp -- ots -- ott -- oxt -- pot -- potm -- potx -- pps -- ppt -- pptm -- pptx -- rtf -- sdg -- sdv -- slk -- sob -- soc -- sod -- soe -- sog -- soh -- stc -- std -- sti -- stw -- sxc -- sxd -- sxg -- sxi -- sxm -- sxw -- thm -- txt -- vor -- wk1 -- wks -- wpd -- xba -- xcs -- xcu -- xdl -- xls -- xlsb -- xlsm -- xlsx -- xlt -- xltm -- xltx -- xlw -- xml -ReleaseDate: 2023-02-27 -AppsAndFeaturesEntries: -- DisplayName: OpenOffice 4.1.14 - Publisher: Apache Software Foundation - UpgradeCode: '{7C35B9AB-2CE3-4C18-BE7C-5B97EA089EB3}' - InstallerType: msi -Installers: -- Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/en-US/Apache_OpenOffice_4.1.14_Win_x86_install_en-US.exe/download - InstallerSha256: 2DF5DCF77FFBACFF12CB39D004AC3BCE5643595FF8A9E5E45828BBC7C942969F -- InstallerLocale: ast-ES - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ast/Apache_OpenOffice_4.1.14_Win_x86_install_ast.exe/download - InstallerSha256: 3E717397AED84233225220095C5E9DCCA85A9F7B6C55AC221D719CB8F5690E92 -- InstallerLocale: bg - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/bg/Apache_OpenOffice_4.1.14_Win_x86_install_bg.exe/download - InstallerSha256: 552D058BC4E429EDFE5B5253A1D727C9364B3DC94FA64F5A0CA6978DB499566E -- InstallerLocale: ca - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ca/Apache_OpenOffice_4.1.14_Win_x86_install_ca.exe/download - InstallerSha256: B5E8242569F49F524F7FECE8C05BEE8E8AAC3024285313E9B9A74C5516E2B322 -- InstallerLocale: ca-XV # ca-ES-valencia - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ca-XV/Apache_OpenOffice_4.1.14_Win_x86_install_ca-XV.exe/download - InstallerSha256: CB6B984A025FE622CA8D0A59243F24295D885295084946F22ED0B9D7A2438CC5 -- InstallerLocale: ca-XR # ca-ES-valencia - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ca-XR/Apache_OpenOffice_4.1.14_Win_x86_install_ca-XR.exe/download - InstallerSha256: 44E4EC3918CE37F0CCCA0D6CD522D26441F60B2387FF1975170D3B9471D86FFF -- InstallerLocale: cs - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/cs/Apache_OpenOffice_4.1.14_Win_x86_install_cs.exe/download - InstallerSha256: 14D8AE90F975C89F435177F7D01DE73448D62C0B9667DD6C1A9B22114181495A -- InstallerLocale: da - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/da/Apache_OpenOffice_4.1.14_Win_x86_install_da.exe/download - InstallerSha256: 7C46BDE47A638F6A2BF36EB094ACAAB0150B559810FBE3A7C3183D4BB00EF642 -- InstallerLocale: de - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/de/Apache_OpenOffice_4.1.14_Win_x86_install_de.exe/download - InstallerSha256: 5B83BFEAD59051FB1D173DF4F77024479F443E13167EFD642B534A383115CCDA -- InstallerLocale: el - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/el/Apache_OpenOffice_4.1.14_Win_x86_install_el.exe/download - InstallerSha256: 0C3F2BB7B261F2FC22521F9A8BE4BE08F1FE6A8BDA19E120BA9725525350B762 -- InstallerLocale: en-GB - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/en-GB/Apache_OpenOffice_4.1.14_Win_x86_install_en-GB.exe/download - InstallerSha256: 2930EC6DD02AACEEB637FE85B19EF4146D7D0FD39CFDE81FB05FD57A4CE13A03 -- InstallerLocale: es - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/es/Apache_OpenOffice_4.1.14_Win_x86_install_es.exe/download - InstallerSha256: B04B8D34BDFC50A0EF0C0A59529A5907F1D49F1A97EC959F21937D5CE04259C5 -- InstallerLocale: eu - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/eu/Apache_OpenOffice_4.1.14_Win_x86_install_eu.exe/download - InstallerSha256: A0A1945DEF5CBE7D390E0BF1ADC697177FE37785BDD4582F6F90C9E0A1AAC91F -- InstallerLocale: fi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/fi/Apache_OpenOffice_4.1.14_Win_x86_install_fi.exe/download - InstallerSha256: FA8D1C59102A0612C87236D959A6FB810B7156F4B9E2B0E738744CDD4F566E6E -- InstallerLocale: fr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/fr/Apache_OpenOffice_4.1.14_Win_x86_install_fr.exe/download - InstallerSha256: 5D92A1EFE837226376C3BD6C4AD0EC58ED2455DA8001D8E25C96CA82EA7D1119 -- InstallerLocale: gd-GB - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/gd/Apache_OpenOffice_4.1.14_Win_x86_install_gd.exe/download - InstallerSha256: CF9ADDBC42C8C55430DB45330BC974766E2242EE33FB7F6E045427C7F3556CB6 -- InstallerLocale: gl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/gl/Apache_OpenOffice_4.1.14_Win_x86_install_gl.exe/download - InstallerSha256: 847329CB63654B9512687F2394016EB9447B09B53A7F697B55A404F3561A4736 -- InstallerLocale: he - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/he/Apache_OpenOffice_4.1.14_Win_x86_install_he.exe/download - InstallerSha256: 19C59BE23D72C2F7589D2CAAFA5C12D0D152312A7CCF2BFA13CAF2C810395267 -- InstallerLocale: hi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/hi/Apache_OpenOffice_4.1.14_Win_x86_install_hi.exe/download - InstallerSha256: 60004A6605FBD1144EB3AA335243F44276D8DE51658F7C7D10CD8732A5C0105E -- InstallerLocale: hu - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/hu/Apache_OpenOffice_4.1.14_Win_x86_install_hu.exe/download - InstallerSha256: 635BEADBCB655A015B929E02D9D31E084304138370F5BFB2E28DC79CE406A926 -- InstallerLocale: it - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/it/Apache_OpenOffice_4.1.14_Win_x86_install_it.exe/download - InstallerSha256: 5AE4CD25EA1CFC188A3C746748DD36C210D5F11FD10BB67D7E2472C630065BCF -- InstallerLocale: ja - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ja/Apache_OpenOffice_4.1.14_Win_x86_install_ja.exe/download - InstallerSha256: 45108D200AA806B1FE1C93B510417E8B9DF51D6AA3E72F46CBD7EACD616B3F9B -- InstallerLocale: km - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/km/Apache_OpenOffice_4.1.14_Win_x86_install_km.exe/download - InstallerSha256: 392772E2B6E25193E8A366A7CDABD878B2C1E5334A6159BDD189B174CE9BAE62 -- InstallerLocale: ko - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ko/Apache_OpenOffice_4.1.14_Win_x86_install_ko.exe/download - InstallerSha256: 10144F3B1CB2BCD0140739E3F50D14B676E6867F7413C59066BCBBD1D3FD6699 -- InstallerLocale: lt - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/lt/Apache_OpenOffice_4.1.14_Win_x86_install_lt.exe/download - InstallerSha256: 82700C1EFF9AC5D4E6D237B029E95823A50E692870A46032971A6D5976F5E14F -- InstallerLocale: nb - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/nb/Apache_OpenOffice_4.1.14_Win_x86_install_nb.exe/download - InstallerSha256: D59330A3783BA939C671A24FD8AA9AE92C13EEF365366A92C57E206D0AE5DC93 -- InstallerLocale: nl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/nl/Apache_OpenOffice_4.1.14_Win_x86_install_nl.exe/download - InstallerSha256: FD33924ADB02315630DFD8ED4BF10740136CF0A5A15CD05A2D9EB87C37D284E2 -- InstallerLocale: pl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/pl/Apache_OpenOffice_4.1.14_Win_x86_install_pl.exe/download - InstallerSha256: A86CA69938B1D49806575AB95313B010C8362C4305629DEE902240BE5AE9A9C7 -- InstallerLocale: pt - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/pt/Apache_OpenOffice_4.1.14_Win_x86_install_pt.exe/download - InstallerSha256: C3DCF3712B3CC5FBE750078B90826D81F75F3C015EF5C66D86795772DE221B84 -- InstallerLocale: pt-BR - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/pt-BR/Apache_OpenOffice_4.1.14_Win_x86_install_pt-BR.exe/download - InstallerSha256: 9F712FDE441C2F37B3AB8A4258FA09485DBC7B5E776615C416FBF06786B60C9B -- InstallerLocale: ru - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ru/Apache_OpenOffice_4.1.14_Win_x86_install_ru.exe/download - InstallerSha256: 21627F53F8D9A53A008AD7229566E8040472ECD004383B898A35FEF50DE9CEEC -- InstallerLocale: sk - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/sk/Apache_OpenOffice_4.1.14_Win_x86_install_sk.exe/download - InstallerSha256: D72EE964014D5F320EEABB2D0F1ADFEB2E89ABF880D26207C08B8647896016AC -- InstallerLocale: sl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/sl/Apache_OpenOffice_4.1.14_Win_x86_install_sl.exe/download - InstallerSha256: F800C7DCE087BC20AD8D31B67D7F8F17BDC04904790190E155FBA50B460EC178 -- InstallerLocale: sr-Cyrl - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/sr/Apache_OpenOffice_4.1.14_Win_x86_install_sr.exe/download - InstallerSha256: E485267B94C25176692FB8E99F3340D68D45283492F3BB664EECE8C91D92BDF2 -- InstallerLocale: sr-Latn - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/sr/Apache_OpenOffice_4.1.14_Win_x86_install_sr.exe/download - InstallerSha256: E485267B94C25176692FB8E99F3340D68D45283492F3BB664EECE8C91D92BDF2 -- InstallerLocale: sv - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/sv/Apache_OpenOffice_4.1.14_Win_x86_install_sv.exe/download - InstallerSha256: 635EF4C4D531690AC17B44712C605958467675A482D856966A2864166697A271 -- InstallerLocale: ta - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/ta/Apache_OpenOffice_4.1.14_Win_x86_install_ta.exe/download - InstallerSha256: F64AA173C453D9507D1D18DE9477D3153090AFB7F08C1999D100F13BB5A2CD5A -- InstallerLocale: th - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/th/Apache_OpenOffice_4.1.14_Win_x86_install_th.exe/download - InstallerSha256: F66779363D06AE44AABDFFFA429FEC71092E6A0FCC5747BE4EC57D2C56DB9943 -- InstallerLocale: tr - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/tr/Apache_OpenOffice_4.1.14_Win_x86_install_tr.exe/download - InstallerSha256: 6E324A4A3F3F6A5C82D1824A51B07A0B3EA9FE382DAE45E8BBDCD4C1C1FEE3AF -- InstallerLocale: vi - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/vi/Apache_OpenOffice_4.1.14_Win_x86_install_vi.exe/download - InstallerSha256: 9FDB94426671E0AE123317AE12F80A419C630F375BE4AE2A293278A2F80A359B -- InstallerLocale: zh-CN - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/zh-CN/Apache_OpenOffice_4.1.14_Win_x86_install_zh-CN.exe/download - InstallerSha256: 007631495AD9662B1ACFA689AEE5549BBF7C0AC8B454E92DCFDF2671FA098A52 -- InstallerLocale: zh-TW - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.14/binaries/zh-TW/Apache_OpenOffice_4.1.14_Win_x86_install_zh-TW.exe/download - InstallerSha256: E1AC25EC748172027958E8F6075BD30E8D0524783733F14404813BC8E8F82402 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.locale.en-US.yaml b/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.locale.en-US.yaml deleted file mode 100644 index 05d756f5fb176..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.114.9811 -PackageLocale: en-US -Publisher: Apache Software Foundation -PublisherUrl: https://www.apache.org/ -PublisherSupportUrl: https://www.openoffice.org/support/index.html -PrivacyUrl: https://www.openoffice.org/privacy.html -Author: Apache Software Foundation -PackageName: OpenOffice -PackageUrl: https://www.openoffice.org/ -License: Apache-2.0 -LicenseUrl: https://www.openoffice.org/license.html -Copyright: Copyright © 2023 The Apache Software Foundation. -CopyrightUrl: https://openoffice.apache.org/trademarks.html -ShortDescription: The Free and Open Productivity Suite -Description: Apache OpenOffice is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can be downloaded and used completely free of charge for any purpose. -# Moniker: -Tags: -- docs -- document -- editor -- excel -- office -- powerpoint -- presentation -- sheet -- slide -- spreadsheet -- word -- work -ReleaseNotes: Apache OpenOffice 4.1.14 is a Security Release, incorporating bug fixes and little enhancements. -ReleaseNotesUrl: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.14+Release+Notes -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://wiki.openoffice.org/wiki/Documentation -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.locale.zh-CN.yaml b/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.locale.zh-CN.yaml deleted file mode 100644 index 2e4981a482e80..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.114.9811 -PackageLocale: zh-CN -Publisher: Apache Software Foundation -PublisherUrl: https://www.apache.org/ -PublisherSupportUrl: https://www.openoffice.org/support/index.html -PrivacyUrl: https://www.openoffice.org/privacy.html -Author: Apache Software Foundation -PackageName: OpenOffice -PackageUrl: https://www.openoffice.org/zh-cn/ -License: Apache-2.0 -LicenseUrl: https://www.openoffice.org/license.html -Copyright: Copyright © 2023 The Apache Software Foundation. -CopyrightUrl: https://openoffice.apache.org/trademarks.html -ShortDescription: 开放免费的文字处理软件 -Description: Apache OpenOffice 是一款先进的开源 办公软件套件,它包含文本文档、电子表格、演示文稿、绘图、数据库等。它能够支持许多语言并且在所有普通计算机上工作。它将你所有的数据以国际开放标准格式存储下来,并能够读写从其它常用办公软件包来的文件。它可以被完全免费下载并使用于任何用途。 -# Moniker: -Tags: -- excel -- office -- powerpoint -- ppt -- word -- 办公 -- 幻灯片 -- 文档 -- 演示 -- 编辑器 -- 表格 -# ReleaseNotes: -ReleaseNotesUrl: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.14+Release+Notes -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://wiki.openoffice.org/wiki/Documentation -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.yaml b/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.yaml deleted file mode 100644 index 53e37bc10a832..0000000000000 --- a/manifests/a/Apache/OpenOffice/4.114.9811/Apache.OpenOffice.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Apache.OpenOffice -PackageVersion: 4.114.9811 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.installer.yaml b/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.installer.yaml new file mode 100644 index 0000000000000..659e9d4208619 --- /dev/null +++ b/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.installer.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AppControl.AppControl +PackageVersion: 1.2.0.282b +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: AppControl +ReleaseDate: 2026-04-09 +AppsAndFeaturesEntries: +- DisplayName: AppControl 1.2 + Publisher: AppControl + DisplayVersion: 1.2.0.282 + ProductCode: AppControl +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\AppControl' +Installers: +- Architecture: x64 + InstallerUrl: https://www.appcontrol.com/files/AppControlSetup.exe + InstallerSha256: 60E0BB95046E32A4C98512B8B41D48F5F75D2B8768C1F69185A91C82CDDCF0BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.locale.en-US.yaml b/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.locale.en-US.yaml new file mode 100644 index 0000000000000..dfa2f28baabde --- /dev/null +++ b/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.locale.en-US.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AppControl.AppControl +PackageVersion: 1.2.0.282b +PackageLocale: en-US +Publisher: AppControl Labs +PublisherUrl: https://www.appcontrol.com/ +PublisherSupportUrl: https://www.appcontrol.com/help +PackageName: AppControl +PackageUrl: https://www.appcontrol.com/ +License: Proprietary (EULA) +LicenseUrl: https://www.appcontrol.com/eula/ +Copyright: (c) 2025-2026 AppControl Labs +ShortDescription: Power Up Your Task Manager +Description: > + Historical resource monitoring, powerful controls for managing troublesome apps, and detailed + visibility into hidden behavior that impacts your PCs performance, privacy, and security. +ReleaseNotesUrl: https://www.appcontrol.com/changelog/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.yaml b/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.yaml new file mode 100644 index 0000000000000..0cd63f1ffde4a --- /dev/null +++ b/manifests/a/AppControl/AppControl/1.2.0.282b/AppControl.AppControl.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AppControl.AppControl +PackageVersion: 1.2.0.282b +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.installer.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.installer.yaml new file mode 100644 index 0000000000000..0d20d5af96043 --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.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: Atlassian.AtlassianCLI +PackageVersion: 1.3.18-stable +InstallerType: zip +NestedInstallerType: portable +Commands: +- acli +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: acli_1.3.18-stable_windows_amd64\acli.exe + InstallerUrl: https://acli.atlassian.com/windows/1.3.18-stable/acli_1.3.18-stable_windows_amd64.zip + InstallerSha256: 4859D50CB4090D4A6E91EC0A2040295C7EB1D2D102A96FCEF588A1FA36FA19D8 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: acli_1.3.18-stable_windows_arm64\acli.exe + InstallerUrl: https://acli.atlassian.com/windows/1.3.18-stable/acli_1.3.18-stable_windows_arm64.zip + InstallerSha256: 0B47720ABCA852CE15B45033667992590B2F2EDD2608DD5DB90A56B81A78A133 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.locale.en-US.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..6bdcbc289585d --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Atlassian.AtlassianCLI +PackageVersion: 1.3.18-stable +PackageLocale: en-US +Publisher: Atlassian +PublisherUrl: https://www.atlassian.com/ +PublisherSupportUrl: https://developer.atlassian.com/support +PrivacyUrl: https://www.atlassian.com/legal/privacy-policy +Author: Atlassian Pty Ltd +PackageName: Atlassian CLI +PackageUrl: https://developer.atlassian.com/cloud/acli/ +License: Proprietary +LicenseUrl: https://www.atlassian.com/legal/software-license-agreement +Copyright: Copyright Atlassian 2012-2026. All rights reserved. +CopyrightUrl: https://www.atlassian.com/legal/software-license-agreement +ShortDescription: Work seamlessly with Atlassian from the command line. +Description: Utilize Atlassian Command Line Interface (CLI) to effortlessly engage with our suite of products through a streamlined command-line interface. Atlassian CLI provides a powerful toolset that allows users to automate tasks, integrate processes, and interact with various Atlassian products such as Jira, all from the comfort of your terminal. +Moniker: acli +Tags: +- jira +- rovo +- rovo-dev +ReleaseNotesUrl: https://developer.atlassian.com/cloud/acli/changelog/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://developer.atlassian.com/cloud/acli/guides/introduction/ +- DocumentLabel: Command Reference + DocumentUrl: https://developer.atlassian.com/cloud/acli/reference/commands/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.locale.zh-CN.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d20875f261edb --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Atlassian.AtlassianCLI +PackageVersion: 1.3.18-stable +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在命令行中与 Atlassian 无缝协作。 +Description: 使用 Atlassian 命令行界面 (CLI),您可以通过简化的命令行接口轻松地与我们的产品套件进行交互。Atlassian CLI 提供了一套强大的工具,使用户能够自动化任务、集成流程,并在终端中便捷地与 Jira 等各种 Atlassian 产品进行交互。 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://developer.atlassian.com/cloud/acli/guides/introduction/ +- DocumentLabel: 命令参考 + DocumentUrl: https://developer.atlassian.com/cloud/acli/reference/commands/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.yaml new file mode 100644 index 0000000000000..8bad24c7c78d2 --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.18-stable/Atlassian.AtlassianCLI.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: Atlassian.AtlassianCLI +PackageVersion: 1.3.18-stable +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 569dc8c28a366..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.1.1 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.1.1.exe - InstallerSha256: A215E0CEAEDC3A5A99E65AC2D8E82831447DF7AAD9DCE5BB8A6B848D0EB0DD3F -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.1.1.exe - InstallerSha256: 1CC591B44F9F986F087BB63E59FF80E82F9128CC3E7266E8A053D0882BF9AB2D -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 4c33d7c647f2d..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.1.1 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.yaml deleted file mode 100644 index af4d03bdd58c8..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.1.1/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index ef44028c82b22..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.11.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup.exe - InstallerSha256: 5328D2CAC7E2BA4B8436DF01F11D8A011FC009EA099DBACF5B3B2C062BD12D08 -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup.exe - InstallerSha256: EC3A637CF9F678FEFC1A73B636B947BA1DED020728D5DB90399BBC6D51DB216E -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 24733e6a924fc..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.11.0 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.yaml deleted file mode 100644 index 40e4752018583..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.11.0/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.11.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 5829948e211fd..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.12.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup.exe - InstallerSha256: EC3A637CF9F678FEFC1A73B636B947BA1DED020728D5DB90399BBC6D51DB216E -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index d7b8f280ae381..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.12.0 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.yaml deleted file mode 100644 index cbade56c9df2f..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.12.0/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.12.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 47eeb0b11cb78..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.13.0 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -Protocols: -- gitkraken -Installers: -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/windows/GitKrakenSetup-9.13.0.exe - InstallerSha256: 247877471845CCB62A4C181C4ADF1598516363E4DDA3CD3702B2FA3A075D5CDE - ProductCode: gitkraken -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 158377549fd49..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,71 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.13.0 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.axosoft.com/ -PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC DBA GitKraken -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2014-2024 Axosoft, LLC DBA GitKraken All rights reserved -# CopyrightUrl: -ShortDescription: The legendary Git client with an ultra-intuitive GUI, a powerful terminal, and offers a seamless experience for Windows, Mac and Linux. -# Description: -Moniker: gitkraken -Tags: -- git -ReleaseNotes: |- - New ✨ - - Added the ability to add reviewers to a new Azure Devops PR. - - Select users from your Azure DevOps project to be a reviewer or required reviewer in the Create Pull Request panel. - - Improvements 🙌 - - Focus View is improved to make it even easier to take action on your most important work. Open the Focus View tab to see an actionable list of your PRs, Issues, and WIPs. - - Focus View will now show hosting service connection status from the Hosting Service dropdown, and provide a link to Preferences if not connected. - - Added the ability to select a repo for issues in the Focus View that are not tied to a repository. - - Selecting a Cloud Workspace in the Workspace dropdown in the Focus View now ensures the correct hosting service for that Workspace is selected. - - Experimental Feature – Git Executable: - - Added rebase support. - - Added pull (rebase) support. - - Added checkout suppport. - - LFS improvements by calling git-lfs directly. - - Upgraded to Electron 28. - - Upgraded libgit2 to 1.7.2. - - Bug Fixes 🐛 - - Fetch: - - Fixed an issue where a remote can’t be fetched again until GitKraken Client is restarted. - - Fixed an issue on macOS where GitKraken Client might not find the GPG path. - - Fixed an issue where Jira Issues for the Focus View would not load if the token was expired. - - Fixed an issue where the Focus View filter Needs my review would show reviewed pull requests. - - Fixed a regression where a remote couldn’t be fetched while a different remote was already fetching. - - Fixed a regression where fetch spinners on remotes in the Left Panel would take a long time to appear. - - When trying to fetch while a remote is already auto-fetching in the background, the fetch spinner will appear on the remote and any error that occurs will be shown. - - Experimental Feature – Git Executable: - - Fixed an issue with LFS repositories where credentials were blocking the application in some cases. - - Focus View: - - Fixed an issue where Focus View items were not sorted. - - Fixed an issue where Focus View items would not be removed when merged (pull requests) or set to done (issues). - - Fixed an issue where pull requests would not load in the Focus View when filtering with a Bitbucket Workspace. - - There is still a known issue where pull requests from a forked repository will not appear unless the base and fork are both within the Workspace. - - Fixed an issue where the Focus View would appear in Self-Hosted and Serverless clients - - Workspaces: - - Fixed an issue where Azure DevOps Workspaces would show duplicate repositories in the repositories page. - - Improved reliability at loading Workspace repositories. - - Background colors for added/removed lines in the diff editor now correctly respect theme variables. - - Fixed an issue where line endings were not honored when merging LFS pointers when AutoCRLF is enabled. - - Fixed an issue where, if the user became logged out, GitKraken Client wouldn’t acknowledge that the user was logged out and wouldn’t allow the user to log back in. -ReleaseNotesUrl: https://help.gitkraken.com/gitkraken-client/current/ -PurchaseUrl: https://www.gitkraken.com/pricing -# InstallationNotes: -Documentations: -- DocumentLabel: Cheat Sheet - DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.locale.zh-CN.yaml b/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.locale.zh-CN.yaml deleted file mode 100644 index 4be95836acdf0..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.13.0 -PackageLocale: zh-CN -Publisher: GitKraken -PublisherUrl: https://www.axosoft.com/ -PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC DBA GitKraken -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: 专有软件 -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2014-2024 Axosoft, LLC DBA GitKraken All rights reserved -# CopyrightUrl: -ShortDescription: 传奇的 Git 客户端,拥有超直观的图形用户界面和强大的终端,并为 Windows、Mac 和 Linux 提供无缝体验。 -# Description: -# Moniker: -Tags: -- git -# ReleaseNotes: -ReleaseNotesUrl: https://help.gitkraken.com/gitkraken-client/current/ -PurchaseUrl: https://www.gitkraken.com/pricing -# InstallationNotes: -Documentations: -- DocumentLabel: 速查表 - DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.yaml deleted file mode 100644 index 8a2a96f13b533..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.13.0/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.13.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index e914b04a2117c..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.2.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.2.0.exe - InstallerSha256: 358628FBC820C83E17260C4BAA824AE839CD8020E8C61E1E3B867276D1EC5A56 -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.2.0.exe - InstallerSha256: 6F5DE085E662111913EF5C831B97E4673E9F3A9C3440FD523E5EA53CAEB6BD19 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 85a8e142b5152..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.2.0 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.yaml deleted file mode 100644 index 4100425e47949..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.2.0/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 9751e772bc5a8..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.2.1 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.2.1.exe - InstallerSha256: 157789AA51B1087BDD6A74231CF21E01F4E455729F3837D74F2FEF0E5DE94067 -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.2.1.exe - InstallerSha256: B0536BFDF0808701667F5B22CA088F4583E4BD86FA2CF0AC6950638DBDC73FC5 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 4aa99a9295512..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.2.1 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.yaml deleted file mode 100644 index 7c2ea5def2d89..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.2.1/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.2.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 5229f14c71b1b..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.3.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.3.0.exe - InstallerSha256: A36F434D14524775D669F61CDB97CC16E43361A27CE62603C6F03F1B1D1E92E3 -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.3.0.exe - InstallerSha256: 45502EC54558D5205045120BE204C89E8936A286AD84778945C876240E9A4CAE -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index e0e9365b179f1..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.3.0 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.yaml deleted file mode 100644 index 7f3dc6c4de822..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.3.0/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 7975bde2d2508..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.4.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -ReleaseDate: 2023-05-05 -Installers: -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.4.0.exe - InstallerSha256: 5E73A15094706E327203D20D8753B7CA771C86CE08BCC22C6A0B45019CB5A0EC -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.4.0.exe - InstallerSha256: 772CE6DE0099B5A5A50E2A279FC61E510284DD59B3DFB3C41B5309FF9094F4C1 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 9f9e19470724c..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.4.0 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.yaml deleted file mode 100644 index ff0b38110465c..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.4.0/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index da69b5b7173d3..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.5.1 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.5.1.exe - InstallerSha256: 4B00E81092726791E8A1BA6309A202AFEB11BB9787E244503B132D130A94DA6D -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.5.1.exe - InstallerSha256: 8CCA674F603F21F57355B1FA4E09517AE8661B2F1B5CEA0F1A9819DFF63165C7 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 73258e883a8ac..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.5.1 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.yaml deleted file mode 100644 index e63665931f37d..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.5.1/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 77b1b9f90b804..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.7.1 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -ReleaseDate: 2023-08-15 -Installers: -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.7.1.exe - InstallerSha256: 02F91B25417DDE73B6809392F5111B27BFA186D32007CF50EAFA172297E9D89E -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.7.1.exe - InstallerSha256: 2DB7F2EDCFB365ED1E55AB3A3D236152C21340DD450FD1D4385507E8AB480D0F -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index 865a89e240748..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.7.1 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.yaml deleted file mode 100644 index 3d1e71573679b..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.7.1/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.7.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 8bc7e42ffc70b..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.8.1 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -ReleaseDate: 2023-09-06 -Installers: -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.8.1.exe - InstallerSha256: 54C07284742311ED186C79EC6FFA385340A634D9F35275C93B36CE47B6799AEB -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.8.1.exe - InstallerSha256: BF701E1A5925E650124D0409C8D40410871865ABF8DF9D413107C0EA1105E9BE -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index fa8298922ff31..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.8.1 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.yaml deleted file mode 100644 index 4875d07b00b71..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.8.1/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.8.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.installer.yaml deleted file mode 100644 index 27d2082031ea7..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.8.2 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -ReleaseDate: 2023-09-15 -Installers: -- Architecture: x86 - InstallerUrl: https://release.axocdn.com/win32/GitKrakenSetup-9.8.2.exe - InstallerSha256: DA23DC63D086ABB12A8F16DA938B8B86BA3C52DDC027144ED515F33636AC9AC7 -- Architecture: x64 - InstallerUrl: https://release.axocdn.com/win64/GitKrakenSetup-9.8.2.exe - InstallerSha256: 89ECBE80F41D8A4A971B4163C671B4A0E6C810346538066A9B36FC022FBF59C4 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.locale.en-US.yaml deleted file mode 100644 index aae9f15bec360..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.8.2 -PackageLocale: en-US -Publisher: GitKraken -PublisherUrl: https://www.gitkraken.com -PublisherSupportUrl: https://support.gitkraken.com -PrivacyUrl: https://www.gitkraken.com/privacy -Author: Axosoft, LLC -PackageName: GitKraken -PackageUrl: https://www.gitkraken.com/git-client -License: Proprietary -LicenseUrl: https://www.gitkraken.com/eula -Copyright: © 2021 Axosoft, LLC. -CopyrightUrl: https://www.gitkraken.com/eula -ShortDescription: Legendary Git GUI client for Windows, Mac & Linux. -Description: Legendary Git GUI client for Windows, Mac & Linux. -Moniker: gitkraken -Tags: -- cross-platform -- git -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.yaml deleted file mode 100644 index 53fe53312f7c1..0000000000000 --- a/manifests/a/Axosoft/GitKraken/9.8.2/Axosoft.GitKraken.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Axosoft.GitKraken -PackageVersion: 9.8.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.installer.yaml deleted file mode 100644 index 751040106a4a6..0000000000000 --- a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.10.6 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.10.6.exe - InstallerSha256: 0E8E87DA0B3C148F29526AD57C2AB6AC5BBA85DA99702AB3548E1DEB9E364D2A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.10.6.exe - InstallerSha256: 0E8E87DA0B3C148F29526AD57C2AB6AC5BBA85DA99702AB3548E1DEB9E364D2A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.10.6.exe - InstallerSha256: B74C0A832AAC563FC9535E641A97A267EBA486869B5C8E4A4E0C21C6A8CF898D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.10.6.exe - InstallerSha256: B74C0A832AAC563FC9535E641A97A267EBA486869B5C8E4A4E0C21C6A8CF898D - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.10.6.exe - InstallerSha256: A88F71475DC0766DF729DEED950A7D069658E00AA385951EF26CDE7960C0F124 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.10.6.exe - InstallerSha256: A88F71475DC0766DF729DEED950A7D069658E00AA385951EF26CDE7960C0F124 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.10.6.exe - InstallerSha256: 0E8E87DA0B3C148F29526AD57C2AB6AC5BBA85DA99702AB3548E1DEB9E364D2A - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.10.6.exe - InstallerSha256: 0E8E87DA0B3C148F29526AD57C2AB6AC5BBA85DA99702AB3548E1DEB9E364D2A - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.10.6.exe - InstallerSha256: B74C0A832AAC563FC9535E641A97A267EBA486869B5C8E4A4E0C21C6A8CF898D - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.10.6.exe - InstallerSha256: B74C0A832AAC563FC9535E641A97A267EBA486869B5C8E4A4E0C21C6A8CF898D - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.10.6.exe - InstallerSha256: A88F71475DC0766DF729DEED950A7D069658E00AA385951EF26CDE7960C0F124 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.10.6.exe - InstallerSha256: A88F71475DC0766DF729DEED950A7D069658E00AA385951EF26CDE7960C0F124 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 952ec7663ccee..0000000000000 --- a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.10.6 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -Tags: -- editor -- markdown -ReleaseNotes: |- - Improvements - - Mermaid is now upgrade to 11.4, with new diagrams including: - - Packet Diagram - - Kanban Diagram - - Architecture Diagrams - - Update translations for Danish, Hindi and Vietnamese. - - Better PDF export on Windows / Linux: Able to export to PDF with dark themes and keep the background. - - Toggle alert from View menu now follows the same logic as blockquote, which means you can select a range of paragraph and changes them into Github Alert from Paragraph → Alert from menubar. - - Add gas syntax highlight, in previous version, gas will be treated as alias of assembly incorrectly. - - Add url syntax highlight. - - The image uploader option, piclist, is applied on all languages. - - Fix syntax switch for images failed in some cases. - - Allow users to drag-and-drop / insert images with jiff extension. - - Do not escape image url with http protocol. - Fix - - Fix window fullscreen / maximize state not restored on Typora restart. - - Allow scroll the side mega menu panel when zoomed under Windows. - - Fix file contains some emojis are not detected as UTF-8 encode - - Fix select lists items and toggle list type be applied on wrong blocks. - - Fix typing on last line of code block may make the app hangs. - - Fix adding anchor link to headings with “+” character not work correctly after export. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.10/ -PurchaseUrl: https://store.typora.io/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 440c0e5d1506e..0000000000000 --- a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.10.6 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -Tags: -- markdown -- 编辑器 -ReleaseNotesUrl: https://support.typora.io/What's-New-1.10/ -PurchaseUrl: https://store.typora.io/ -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.yaml deleted file mode 100644 index aaec4c56c1f8b..0000000000000 --- a/manifests/a/appmakes/Typora/1.10.6/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.10.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.installer.yaml deleted file mode 100644 index 100b6d459ea77..0000000000000 --- a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,67 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.2.3 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.2.3.exe - InstallerSha256: 792332AFBD284CF015D49CD6593145B00FAB2DE94BDFABB9458BC55F12406EDD - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.2.3.exe - InstallerSha256: 792332AFBD284CF015D49CD6593145B00FAB2DE94BDFABB9458BC55F12406EDD - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.2.3.exe - InstallerSha256: ED37257CFD4143398BFBB16F728A8F915EC35BF8FA2B408F5DF715DEF1FB3177 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.2.3.exe - InstallerSha256: ED37257CFD4143398BFBB16F728A8F915EC35BF8FA2B408F5DF715DEF1FB3177 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.2.3.exe - InstallerSha256: D6C3523EF04FC49313FCDE571421644A02FE691638832789C14BFE5AFECD7040 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.2.3.exe - InstallerSha256: D6C3523EF04FC49313FCDE571421644A02FE691638832789C14BFE5AFECD7040 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 5dc392145519b..0000000000000 --- a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.2.3 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - New / Improvements - - Upgrade mermaid version - - Support image move operation. - - Support image delete operation. - - Add new image uploader -- Picsee. (macOS) - - Improve macOS performance when document contains large image set - - Add option to reload all images, undo image copy operation will do remove the copied image file. - - Add default shortcut for task list. - - Add syntax highlight for `dart`, `python` and `sql`. - - Added `py` as alias of `python`, `docker` as alias of `dockerfile` for code fences. - - Improve utf8 encode detection on Windows / Linux.. - - Slightly improve context menu UI for Windows / Linux. - - Update i18n translations. - - Fix - - Fix some typo at the welcome page. - - Fix an issue that `title` not displayed for reference link. - - Fix `reveal in sidebar` not working when global search is displayed. - - Fix some issues relates to unnecessary scroll when code fences is involved. - - Fix delete folder in sidebar throw permission errors on Windows. - - Fix a bug that "Export in process" not hide when you cancel the export operation. - - Other bug fixes. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.2/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index eeaaf601bc24b..0000000000000 --- a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.2.3 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://support.typoraio.cn/What's-New-1.2/ -PurchaseUrl: https://typoraio.cn/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.yaml deleted file mode 100644 index 01a48562c1dc9..0000000000000 --- a/manifests/a/appmakes/Typora/1.2.3/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.2.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.installer.yaml deleted file mode 100644 index c45e5c0fb07fe..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.6 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.3.6.exe - InstallerSha256: AC1C8C8ED2E7C19E469D22A4F54428E9CAA3E9AF6934C98C75F19BE04883AAB5 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.3.6.exe - InstallerSha256: AC1C8C8ED2E7C19E469D22A4F54428E9CAA3E9AF6934C98C75F19BE04883AAB5 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.3.6.exe - InstallerSha256: 690EFBFC3C3457D16A26CF1BD35861EBE8F48823D90573297CA2EFA8CCA40291 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.3.6.exe - InstallerSha256: 690EFBFC3C3457D16A26CF1BD35861EBE8F48823D90573297CA2EFA8CCA40291 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 2ede101968a04..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,60 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.6 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - New / Improvements - - Support copy / move / download all images. - - Add advanced copy / paste action in context menu. - - Support regular expression in file search, find and replace. - - Show match counts in find and replace panel. - - Support auto move image folder when move or rename current opened markdown document. - - Support ${currentFolder} as export command variable. - - Add Hindi language support. - - Fix - - Fix window content not displayed under macOS ventura. - - Update translations for Chinese, Polish, Slovenian, Spanish, Arabic, Indonesian, Portuguese, etc. - - Update image and math for replace operation, fix search with html entities. - - Fix learned word not kept in some cases (Window / Linux). - - Support abbreviation like (e.g.) is always marked as misspelled in Window / Linux. - - Reduce laggy when editing file with large set of math expressions. - - Do not auto capitalize words after and inside inline math. - - Fix some bugs about text selection. - - Fix poster support for video element. - - Fix live rendering for footnote. - - Fix parsing rules about hr in lists. - - Fix copy table header may include control elements. - - Fix display issue for code block line number when window resize and export. - - Fix issues about open links to other file with anchor position. - - Fix select line at first char of line. - - Keep unicode quote when import. - - Fix context menu for code fences. - - Fix PDF export pay produce empty page as the last page. - - Other bug fix and performance improvement -ReleaseNotesUrl: https://support.typora.io/What's-New-1.3/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index ec7051aea67b1..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.6 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.3/ -PurchaseUrl: https://typoraio.cn/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.yaml deleted file mode 100644 index 5b5dd367fa5fb..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.6/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.installer.yaml deleted file mode 100644 index c253dd688260f..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.7 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.3.7.exe - InstallerSha256: 4775D86D303DA1B3415E3DECA00BF38ABE7AFB19AF78D6AF3F2F3766CCBE2E77 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.3.7.exe - InstallerSha256: 4775D86D303DA1B3415E3DECA00BF38ABE7AFB19AF78D6AF3F2F3766CCBE2E77 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.3.7.exe - InstallerSha256: 94FA42E0A42121F2A2D3DAC581E0ACFEB6D794D87E762A7DE1C9A74392B3A7B0 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.3.7.exe - InstallerSha256: 94FA42E0A42121F2A2D3DAC581E0ACFEB6D794D87E762A7DE1C9A74392B3A7B0 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 0d21920513ded..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.7 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - - Fix file import with newer Pandoc version. - - Fix shortcut key not responding sometimes. - - Fix search not triggered sometimes on macOS. - - Fix mermaid save-as issue when contains unicode characters or br tag. - - Fix upload all local images not working in v1.3.6. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 62ce50483695c..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.7 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://typoraio.cn/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.yaml deleted file mode 100644 index dfb27b7b138d0..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.7/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.installer.yaml deleted file mode 100644 index 79177a85a3776..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.8 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.3.8.exe - InstallerSha256: 2BA881DE633AF410E3EB0CF40C5D86D51BEE220FD53756356EA9F3E4E8D8114D - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.3.8.exe - InstallerSha256: 2BA881DE633AF410E3EB0CF40C5D86D51BEE220FD53756356EA9F3E4E8D8114D - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.3.8.exe - InstallerSha256: A21E1BC62ABE69FAB37813DD92FB8E46DC1DDCC9A3246DBB31C6D94303450876 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.3.8.exe - InstallerSha256: A21E1BC62ABE69FAB37813DD92FB8E46DC1DDCC9A3246DBB31C6D94303450876 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index cb3298be7da1f..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.8 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - - Fix image upload via picgo-cli on Windows. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 32b54f4d1b4b6..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.8 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://typoraio.cn/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.yaml deleted file mode 100644 index 99970a8dba35b..0000000000000 --- a/manifests/a/appmakes/Typora/1.3.8/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.3.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.installer.yaml deleted file mode 100644 index af0f6a11ec031..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,68 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.3 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.4.3.exe - InstallerSha256: DBF899E5BBD7279305921A536019AE50393350D8819FE10017606C161F626F6C - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.4.3.exe - InstallerSha256: DBF899E5BBD7279305921A536019AE50393350D8819FE10017606C161F626F6C - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.3.exe - InstallerSha256: C88C4B3182B57D52F8C32C933C8246670F3A273417A63B62E10B1D329BDD3E38 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.3.exe - InstallerSha256: C88C4B3182B57D52F8C32C933C8246670F3A273417A63B62E10B1D329BDD3E38 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.4.3.exe - InstallerSha256: 65E0BA9FC5C48CBA025B2BC08CEE0A173CEDC063CCFAAC2EB9B97D6E7FBA7F10 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.4.3.exe - InstallerSha256: 65E0BA9FC5C48CBA025B2BC08CEE0A173CEDC063CCFAAC2EB9B97D6E7FBA7F10 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index ff23e72e95f00..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,79 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.3 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - New - - Upgrade mermaid version. Support inline mermaid configs. - - Upgrade mathjax version. - - Add copy as image option for math and diagrams. - - Add option to mix files and folders when sorting in file tree. - - Add sort by creation time option for file tree / file list. - - File tree view and file list view now is configured separately. - - Increase max line count for global search results. - - Fuzzy search in Open Quickly will now also match folder path. - - Add new math auto numbering rule — AMS Numbering Rules (where only certain environments produce numbered equations, as they would be in LaTeX). - - Add option to always add “./” when generating relative path for images. - - Add rename image in context menu. (Which is the same menu item with move images). - - Improve Pascal lang support, add more keyword highlight for Pascal. - - Add syntax support for Smarty. - - Improve performance when using find function and prevent hangs. - - Make search result more readable compared to ==highlight== texts. - - Increase max col count in table edit UI. - - Recognize .qmd as markdown file. - - Now user can select multiple cols and apply text align from table tool tip all at once. - - Fix - - Fix bugs about switching files. - - Fix triple click on code block. - - Fix code block height not auto changed when enter or exit fullscreen mode on macOS. - - Make font color of completed task more readable in dark themes - - Fix some rendering issue for mermaidjs. - - Remove unnecessary horizontal scroll bar on side bar. - - Fix undo deleted file not displayed in file tree view. - - Fix error when switch files. - - Fix hint behavior when hover on folders of sidebar menu. - - Use smaller margin between math block and normal paragraphs. - - Fix compatibility issues when search with Tai. - - PDF export now supports headers or footers contains non-ASSIC code when export. - - Improve image export quantity. - - Fix PDF export not working on Windows when user account contains special characters. - - Fix epub export show warnings in epub reader when contains video tag - - Fix page size setting of PDF not working on macOS when export. - - Fix the setting of margin right and margin left of PDF not correctly applied when export. - - Fix last export path not saved on macOS. - - Fix docx import fail on newer pandoc versions. - - Fix replace may ignore search results matches with regular expressions contains non-capture groups. - - Fix move images not working for windows. - - Improve performance when md file contains video tag. - - Fix a caret jump issue when typing after inline math. - - Fix minor issues with spellcheck. - - Fix load image with src contains escaped @ mark. - - Fix save-as sometimes not popped up on diagrams. - - Update language translations. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.4/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 635d8d86adc71..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.3 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.4/ -PurchaseUrl: https://typoraio.cn/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.yaml deleted file mode 100644 index f2cd4cae92dbe..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.3/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.installer.yaml deleted file mode 100644 index 0b9af9c37b715..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,87 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.4 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.4.4.exe - InstallerSha256: C1300AC9705FAE71D09805C26509F85057118B31B5DCE255DDCD7BA31A96F70E - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.4.4.exe - InstallerSha256: C1300AC9705FAE71D09805C26509F85057118B31B5DCE255DDCD7BA31A96F70E - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.4.exe - InstallerSha256: 9D015818BF789306511CA7091E18AFB5105ACCCE2B3F4090B455345A60094C3A - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.4.exe - InstallerSha256: 9D015818BF789306511CA7091E18AFB5105ACCCE2B3F4090B455345A60094C3A - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://typora-download.oss-cn-shanghai.aliyuncs.com/windows/typora-setup-ia32-1.4.4.exe - InstallerSha256: C1300AC9705FAE71D09805C26509F85057118B31B5DCE255DDCD7BA31A96F70E - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://typora-download.oss-cn-shanghai.aliyuncs.com/windows/typora-setup-ia32-1.4.4.exe - InstallerSha256: C1300AC9705FAE71D09805C26509F85057118B31B5DCE255DDCD7BA31A96F70E - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://typora-download.oss-cn-shanghai.aliyuncs.com/windows/typora-setup-x64-1.4.4.exe - InstallerSha256: 9D015818BF789306511CA7091E18AFB5105ACCCE2B3F4090B455345A60094C3A - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://typora-download.oss-cn-shanghai.aliyuncs.com/windows/typora-setup-x64-1.4.4.exe - InstallerSha256: 9D015818BF789306511CA7091E18AFB5105ACCCE2B3F4090B455345A60094C3A - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 194be3c600757..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.4 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - - Fix scroll for code block not displayed in some cases. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index ac04381fa747d..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.4 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.yaml deleted file mode 100644 index 6dd3eda1f4fef..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.4/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.installer.yaml deleted file mode 100644 index a5782694bc3b6..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with Sundry. -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.7 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.7.exe - InstallerSha256: E7A513AE0E00F28EED10AA8001B18FB03EA8B4258E9C6DAE01F95D18081D9611 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.7.exe - InstallerSha256: E7A513AE0E00F28EED10AA8001B18FB03EA8B4258E9C6DAE01F95D18081D9611 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 3dec408e68c87..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with Sundry. -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.7 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - - Fix issues about page break for PDF export. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 84fed184b9b33..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with Sundry. -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.7 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.yaml deleted file mode 100644 index 39e129615eee8..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.7/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with Sundry. -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.installer.yaml deleted file mode 100644 index e53842ad7b209..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,56 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.8 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.8.exe - InstallerSha256: E88F4A99D1F08BE42D683BCCC8437CAD6C29FCA9E4A50EE0DEE68EED9D6ADDC6 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.4.8.exe - InstallerSha256: E88F4A99D1F08BE42D683BCCC8437CAD6C29FCA9E4A50EE0DEE68EED9D6ADDC6 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.4.8.exe - InstallerSha256: E88F4A99D1F08BE42D683BCCC8437CAD6C29FCA9E4A50EE0DEE68EED9D6ADDC6 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.4.8.exe - InstallerSha256: E88F4A99D1F08BE42D683BCCC8437CAD6C29FCA9E4A50EE0DEE68EED9D6ADDC6 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index d8658ba784d84..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.8 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - 1. Fix math rendering under macOS Ventura. - 2. (Windows / Linux) Fix open Folder. - 3. (Windows / Linux) Fix issues about page break for PDF export. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 47481c0a81f49..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.8 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.yaml deleted file mode 100644 index 70d0ea830f5d9..0000000000000 --- a/manifests/a/appmakes/Typora/1.4.8/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.4.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.installer.yaml deleted file mode 100644 index a5cf200d78689..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.10 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.10.exe - InstallerSha256: 7FD3B2D990C209F4EAD8BC02928E72AFB95F6A87AB49EEA32C28CA7DB33CD56F - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.10.exe - InstallerSha256: 7FD3B2D990C209F4EAD8BC02928E72AFB95F6A87AB49EEA32C28CA7DB33CD56F - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.10.exe - InstallerSha256: A0E938871C0E66233D733AF56C2A9E035541AE430BE9B8DB44B78C0CC1ADD89D - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.10.exe - InstallerSha256: A0E938871C0E66233D733AF56C2A9E035541AE430BE9B8DB44B78C0CC1ADD89D - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.10.exe - InstallerSha256: 7FD3B2D990C209F4EAD8BC02928E72AFB95F6A87AB49EEA32C28CA7DB33CD56F - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.10.exe - InstallerSha256: 7FD3B2D990C209F4EAD8BC02928E72AFB95F6A87AB49EEA32C28CA7DB33CD56F - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.10.exe - InstallerSha256: A0E938871C0E66233D733AF56C2A9E035541AE430BE9B8DB44B78C0CC1ADD89D - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.10.exe - InstallerSha256: A0E938871C0E66233D733AF56C2A9E035541AE430BE9B8DB44B78C0CC1ADD89D - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index eae9d87b54121..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.10 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - - Fix selection range after insert image. - - Fix cursor when typing inside styled links. - - Fix find again after switch docs. - - Fix use command line typora aaa.md when aaa.md does not exists. - - Fix garbled path under open recent menu. - - Fix PDF export contains page break div. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 0eb04f2de3904..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.10 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.yaml deleted file mode 100644 index 33fcf65f85d6f..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.10/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.installer.yaml deleted file mode 100644 index 9d40ebb982b63..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.12 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.12.exe - InstallerSha256: 1455041C96B0B8E4FC069E5728AE300A68B1627D95B7C840F55871607407396B - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.12.exe - InstallerSha256: 1455041C96B0B8E4FC069E5728AE300A68B1627D95B7C840F55871607407396B - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.12.exe - InstallerSha256: 1B7E6D1E2C232408755ECFDA1E723D2A10E7D50A9AB7FFD750EDB17DFA51CC49 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.12.exe - InstallerSha256: 1B7E6D1E2C232408755ECFDA1E723D2A10E7D50A9AB7FFD750EDB17DFA51CC49 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.12.exe - InstallerSha256: 1455041C96B0B8E4FC069E5728AE300A68B1627D95B7C840F55871607407396B - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.12.exe - InstallerSha256: 1455041C96B0B8E4FC069E5728AE300A68B1627D95B7C840F55871607407396B - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.12.exe - InstallerSha256: 1B7E6D1E2C232408755ECFDA1E723D2A10E7D50A9AB7FFD750EDB17DFA51CC49 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.12.exe - InstallerSha256: 1B7E6D1E2C232408755ECFDA1E723D2A10E7D50A9AB7FFD750EDB17DFA51CC49 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index b8580eba08496..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.12 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: '- Fix anchor link in exported HTML.' -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 1fd3c0101ddf0..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.12 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.yaml deleted file mode 100644 index 0c7e33d270660..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.12/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.installer.yaml deleted file mode 100644 index d43eff6806ee0..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.8 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.8.exe - InstallerSha256: 2495C465FCC24F3637418D0CE7B639318703F9BF87491FE8FB48F4ED697EED12 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.8.exe - InstallerSha256: 2495C465FCC24F3637418D0CE7B639318703F9BF87491FE8FB48F4ED697EED12 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.8.exe - InstallerSha256: 8A294B348D78856964851C0AF7599F42D9D1D2C45B336D905ADDB3F1A0264BF6 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.8.exe - InstallerSha256: 8A294B348D78856964851C0AF7599F42D9D1D2C45B336D905ADDB3F1A0264BF6 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.5.8.exe - InstallerSha256: D9BF7042174E9647E2034316DEC1ADC9ADEB6B4776FE420EDCF4B6DCC170139E - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.5.8.exe - InstallerSha256: D9BF7042174E9647E2034316DEC1ADC9ADEB6B4776FE420EDCF4B6DCC170139E - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.8.exe - InstallerSha256: 2495C465FCC24F3637418D0CE7B639318703F9BF87491FE8FB48F4ED697EED12 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.8.exe - InstallerSha256: 2495C465FCC24F3637418D0CE7B639318703F9BF87491FE8FB48F4ED697EED12 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.8.exe - InstallerSha256: 8A294B348D78856964851C0AF7599F42D9D1D2C45B336D905ADDB3F1A0264BF6 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.8.exe - InstallerSha256: 8A294B348D78856964851C0AF7599F42D9D1D2C45B336D905ADDB3F1A0264BF6 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.5.8.exe - InstallerSha256: D9BF7042174E9647E2034316DEC1ADC9ADEB6B4776FE420EDCF4B6DCC170139E - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.5.8.exe - InstallerSha256: D9BF7042174E9647E2034316DEC1ADC9ADEB6B4776FE420EDCF4B6DCC170139E - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 288148e449825..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.8 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - - Fix the behavior of opening folder in Typora. - - Fix create new file in file tree. - - Fix footer and header for exported PDF. - - Other bug fix. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index f84e37ac735c5..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.8 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.yaml deleted file mode 100644 index 2fecdc60dece6..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.8/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.installer.yaml deleted file mode 100644 index 98534a094c9b4..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.9 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.9.exe - InstallerSha256: 3767362106E8D62B61810E62696A306FCE2B44814E5A87C4149FE723C95BF711 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.5.9.exe - InstallerSha256: 3767362106E8D62B61810E62696A306FCE2B44814E5A87C4149FE723C95BF711 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.9.exe - InstallerSha256: CFB8FE7EA42368FBA9D3207BC54DC564A86EDEC858070E373068EADCAC56C5E7 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.5.9.exe - InstallerSha256: CFB8FE7EA42368FBA9D3207BC54DC564A86EDEC858070E373068EADCAC56C5E7 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.9.exe - InstallerSha256: 3767362106E8D62B61810E62696A306FCE2B44814E5A87C4149FE723C95BF711 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.5.9.exe - InstallerSha256: 3767362106E8D62B61810E62696A306FCE2B44814E5A87C4149FE723C95BF711 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.9.exe - InstallerSha256: CFB8FE7EA42368FBA9D3207BC54DC564A86EDEC858070E373068EADCAC56C5E7 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.5.9.exe - InstallerSha256: CFB8FE7EA42368FBA9D3207BC54DC564A86EDEC858070E373068EADCAC56C5E7 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 49084fe79a300..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.9 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - - Add option to switch Shift+Tab behavior between outdent and auto indent inside code blocks. - - Add menu and context menu to copy all code contents. - - Add menu and context menu to auto indent code contents. - - Fix sort in file tree not saved. - - Fix compatibility issue with Pandoc 3.0 - - Other bug fixes. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 327140dbf1be5..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.9 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.yaml deleted file mode 100644 index 08921ad5eccf5..0000000000000 --- a/manifests/a/appmakes/Typora/1.5.9/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.5.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.installer.yaml deleted file mode 100644 index fa172f6c96f15..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.6 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.6.6.exe - InstallerSha256: 5110F011DEC7545D332D9E2EBBF9CF6E69F9A9E4CBD564A8535C80206BFD3421 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.6.6.exe - InstallerSha256: 5110F011DEC7545D332D9E2EBBF9CF6E69F9A9E4CBD564A8535C80206BFD3421 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.6.6.exe - InstallerSha256: 80DE603BBD709929AB763C0F4CC4D72461314C778AD922623128A5C5665EC76A - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.6.6.exe - InstallerSha256: 80DE603BBD709929AB763C0F4CC4D72461314C778AD922623128A5C5665EC76A - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.6.6.exe - InstallerSha256: E17F315554EA337F825079ED31AF822BE0746F64002F64938661FAF8CD2A39FB - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.6.6.exe - InstallerSha256: E17F315554EA337F825079ED31AF822BE0746F64002F64938661FAF8CD2A39FB - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.6.6.exe - InstallerSha256: 5110F011DEC7545D332D9E2EBBF9CF6E69F9A9E4CBD564A8535C80206BFD3421 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.6.6.exe - InstallerSha256: 5110F011DEC7545D332D9E2EBBF9CF6E69F9A9E4CBD564A8535C80206BFD3421 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.6.6.exe - InstallerSha256: 80DE603BBD709929AB763C0F4CC4D72461314C778AD922623128A5C5665EC76A - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.6.6.exe - InstallerSha256: 80DE603BBD709929AB763C0F4CC4D72461314C778AD922623128A5C5665EC76A - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.6.6.exe - InstallerSha256: E17F315554EA337F825079ED31AF822BE0746F64002F64938661FAF8CD2A39FB - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.6.6.exe - InstallerSha256: E17F315554EA337F825079ED31AF822BE0746F64002F64938661FAF8CD2A39FB - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 896f9dbf19780..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.6 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - Breaking Changes - - The Windows version no longer support Windows 7, 8, 8.1. - Better Preferences Panel - - Add "Files" section and retune Preferences Panel. - - Add options to set default file extension. - - Add options to control behavior when drop file or folder into Typora. - - Add options to disable auto link. - - Add options to set default code language when inserting code blocks. - - Add options to auto apply last used code language when inserting code blocks. - Other New Features - - Support Timeline for MermaidJS diagrams. - - Add Thai Language UI. - - Add PicList as an Image Uploader. - - Add PEG.js syntax highlight support. - Other Improvements - - Fix CVE-2023-2317. - - Fix CVE-2023-2316. - - Avoid using google font mirrors in exported HTML, now official google font CDN is used. - - using keyword["keyword"] sometimes causes node not rendered in Mermaid diagram. - - color of typic package not readable in dark themes. - - setting inline mermaid configs may also affect other mermaid blocks. - - tasks status cannot be changed from menu bar when task list is under nested lists. - - math block is always auto numbered in exported docx and related setting is ignored. - - [Spec change] Typora now allow users to escape : mark to avoid input unwanted emoji codes. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.6/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index d0f3077a4d6be..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.6 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.6/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.yaml deleted file mode 100644 index a4eba89f919ba..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.6/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.installer.yaml deleted file mode 100644 index 391352452e9d0..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.7 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.6.7.exe - InstallerSha256: B30B2A6234540F5981EE303559CAC8831F3DACFBC704E330252FBE95EB1724E3 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.6.7.exe - InstallerSha256: B30B2A6234540F5981EE303559CAC8831F3DACFBC704E330252FBE95EB1724E3 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.6.7.exe - InstallerSha256: 221B154BDAFFE150216AFEF23EEAA643381CCF7147775DA5D28BC25B27D218DC - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.6.7.exe - InstallerSha256: 221B154BDAFFE150216AFEF23EEAA643381CCF7147775DA5D28BC25B27D218DC - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.6.7.exe - InstallerSha256: B30B2A6234540F5981EE303559CAC8831F3DACFBC704E330252FBE95EB1724E3 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.6.7.exe - InstallerSha256: B30B2A6234540F5981EE303559CAC8831F3DACFBC704E330252FBE95EB1724E3 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.6.7.exe - InstallerSha256: 221B154BDAFFE150216AFEF23EEAA643381CCF7147775DA5D28BC25B27D218DC - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.6.7.exe - InstallerSha256: 221B154BDAFFE150216AFEF23EEAA643381CCF7147775DA5D28BC25B27D218DC - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index e1685c9715e5b..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.7 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -# Agreements: -ReleaseNotes: |- - Breaking Changes - - The Windows version no longer support Windows 7, 8, 8.1. - Better Preferences Panel - - Add "Files" section and retune Preferences Panel. - - Add options to set default file extension. - - Add options to control behavior when drop file or folder into Typora. - - Add options to disable auto link. - - Add options to set default code language when inserting code blocks. - - Add options to auto apply last used code language when inserting code blocks. - Other New Features - - Support Timeline for MermaidJS diagrams. - - Add Thai Language UI. - - Add PicList as an Image Uploader. - - Add PEG.js syntax highlight support. - Other Improvements - - Fix CVE-2023-2317. - - Fix CVE-2023-2316. - - Avoid using google font mirrors in exported HTML, now official google font CDN is used. - - using keyword["keyword"] sometimes causes node not rendered in Mermaid diagram. - - color of typic package not readable in dark themes. - - setting inline mermaid configs may also affect other mermaid blocks. - - tasks status cannot be changed from menu bar when task list is under nested lists. - - math block is always auto numbered in exported docx and related setting is ignored. - - [Spec change] Typora now allow users to escape : mark to avoid input unwanted emoji codes. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.6/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 9ed14b098f238..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.7 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.6/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.yaml deleted file mode 100644 index 860da75f83abe..0000000000000 --- a/manifests/a/appmakes/Typora/1.6.7/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.6 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.6.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.installer.yaml deleted file mode 100644 index 23c6201669dc2..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.3 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.3.exe - InstallerSha256: DDED0814F901EEFB180529941A4D05CA6C8B4B06AD93389E20288705108EEB23 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.3.exe - InstallerSha256: DDED0814F901EEFB180529941A4D05CA6C8B4B06AD93389E20288705108EEB23 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.3.exe - InstallerSha256: 5F04D47B91C2AC85D18768C59004A0A394909B13C8A1279D76BAFBD59CC2D8B9 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.3.exe - InstallerSha256: 5F04D47B91C2AC85D18768C59004A0A394909B13C8A1279D76BAFBD59CC2D8B9 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.7.3.exe - InstallerSha256: 644D7DB840FD6E847A7884EF69E288E59375D0E091A4EF9A3DFDE9198CC94034 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.7.3.exe - InstallerSha256: 644D7DB840FD6E847A7884EF69E288E59375D0E091A4EF9A3DFDE9198CC94034 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.3.exe - InstallerSha256: DDED0814F901EEFB180529941A4D05CA6C8B4B06AD93389E20288705108EEB23 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.3.exe - InstallerSha256: DDED0814F901EEFB180529941A4D05CA6C8B4B06AD93389E20288705108EEB23 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.3.exe - InstallerSha256: 5F04D47B91C2AC85D18768C59004A0A394909B13C8A1279D76BAFBD59CC2D8B9 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.3.exe - InstallerSha256: 5F04D47B91C2AC85D18768C59004A0A394909B13C8A1279D76BAFBD59CC2D8B9 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.7.3.exe - InstallerSha256: 644D7DB840FD6E847A7884EF69E288E59375D0E091A4EF9A3DFDE9198CC94034 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.7.3.exe - InstallerSha256: 644D7DB840FD6E847A7884EF69E288E59375D0E091A4EF9A3DFDE9198CC94034 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index f6df2707d9229..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,66 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.3 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - New - - Upgrade mermaid to 10.3.1, supports Sankey diagrams and Quadrant Chart. - - Add menu item to open outline popover (macOS) and Wordcount popover. - - Larger scrollbar when hover on Windows/ Linux. - - Add Modelica language syntax support. - - Add delete diagram option in context menu. - - Add options to not save recent folders / files. - - Add buttons to pin and remove recent folders from sidebar panel. - - Add variable ${outputFolder} and ${outputFolderName} - Improvements and Fix - - Better paste list from Apple Notes. - - Improve open file with anchor locations. - - Fix sort order not saved after restart Typora. - - Header and footers now respect page margins when export to PDF. - - Fix exporting ordered list when using theme Whitey. - - typora-root-url now supports absolute image path on Windows. - - Fix filename suggestion is improper when first heading is under editing. - - Fix indent in code blocks not kept when paste into other web apps on macOS. - - Non-exist #anchor links is now preserved. - - Disable alert in embeded iframes. - - Fix shortcut key for upload image cannot be set. - - Fix drag files from file sidebar on some Linux distributions. - - Fix app not responsive when do line-wise cut on empty line. - - Fix some issues about cut line. - - Fix indent issue when indent paragraph is enabled on macOS ≥ 13 - - Fix improper behavior when press shift + arrow key then press arrow key on macOS. - - Fix typo of the menu item for Greek encoding option on Windows / Linux. - - Fix code language autocomplete not work for ~~~. - - Fix security issue STAR-2023-0062 - - Add menu item of “jump to line start”, fix Ctrl + A/E on macOS. - - Add batch as alias of BAT in code language selector. - - Fix some meta data on YAML not get read or applied on export. - - Fix cursor jump after :emoji:. - - Fix shift + down on task lists. - - Fix checkbox style on macOS. - - Fix anchor link related issues. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.7/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 28826d5192c62..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.3 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.7/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.yaml deleted file mode 100644 index 8cf2f8e460018..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.3/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.installer.yaml deleted file mode 100644 index abe499d462fe5..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.4 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.4.exe - InstallerSha256: 11AF5FCF5F13AD5C08B68F4E5BA29C99E61BC9FEE8366CD7866D30B67507D6D0 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.4.exe - InstallerSha256: 11AF5FCF5F13AD5C08B68F4E5BA29C99E61BC9FEE8366CD7866D30B67507D6D0 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.4.exe - InstallerSha256: 0159C1F5AE961285920C1FF77FE4560518BB5B8C69A8E6E2C2733435DC1B4F97 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.4.exe - InstallerSha256: 0159C1F5AE961285920C1FF77FE4560518BB5B8C69A8E6E2C2733435DC1B4F97 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.7.4.exe - InstallerSha256: A9B3C9AE46EA1BD09CCF79EE03F3D887E53968F519CE1BD7A300E84F0890609B - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.7.4.exe - InstallerSha256: A9B3C9AE46EA1BD09CCF79EE03F3D887E53968F519CE1BD7A300E84F0890609B - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.4.exe - InstallerSha256: 11AF5FCF5F13AD5C08B68F4E5BA29C99E61BC9FEE8366CD7866D30B67507D6D0 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.4.exe - InstallerSha256: 11AF5FCF5F13AD5C08B68F4E5BA29C99E61BC9FEE8366CD7866D30B67507D6D0 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.4.exe - InstallerSha256: 0159C1F5AE961285920C1FF77FE4560518BB5B8C69A8E6E2C2733435DC1B4F97 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.4.exe - InstallerSha256: 0159C1F5AE961285920C1FF77FE4560518BB5B8C69A8E6E2C2733435DC1B4F97 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.7.4.exe - InstallerSha256: A9B3C9AE46EA1BD09CCF79EE03F3D887E53968F519CE1BD7A300E84F0890609B - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.7.4.exe - InstallerSha256: A9B3C9AE46EA1BD09CCF79EE03F3D887E53968F519CE1BD7A300E84F0890609B - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index da5bd733ff034..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.4 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: '- Fix search in preferences panel.' -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 01495fc282755..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.4 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.yaml deleted file mode 100644 index 6443ca361f975..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.4/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.installer.yaml deleted file mode 100644 index bd0347c3e3357..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.5 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.5.exe - InstallerSha256: 3C8389DB5FB18F0DD30BA8D73205F9A66DB6C1E13AD8B188D8CB13B2CD465748 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.5.exe - InstallerSha256: 3C8389DB5FB18F0DD30BA8D73205F9A66DB6C1E13AD8B188D8CB13B2CD465748 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.5.exe - InstallerSha256: 99A470E8B7A57165096604DF0C3757A5BC4A25403C193D87F988553D214873A2 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.5.exe - InstallerSha256: 99A470E8B7A57165096604DF0C3757A5BC4A25403C193D87F988553D214873A2 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.7.5.exe - InstallerSha256: 29853A2CF88E6EA4B401C82CEC0AF09BBB6028F1B14F051DEC1A579A3B1D2A26 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.7.5.exe - InstallerSha256: 29853A2CF88E6EA4B401C82CEC0AF09BBB6028F1B14F051DEC1A579A3B1D2A26 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.5.exe - InstallerSha256: 3C8389DB5FB18F0DD30BA8D73205F9A66DB6C1E13AD8B188D8CB13B2CD465748 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.5.exe - InstallerSha256: 3C8389DB5FB18F0DD30BA8D73205F9A66DB6C1E13AD8B188D8CB13B2CD465748 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.5.exe - InstallerSha256: 99A470E8B7A57165096604DF0C3757A5BC4A25403C193D87F988553D214873A2 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.5.exe - InstallerSha256: 99A470E8B7A57165096604DF0C3757A5BC4A25403C193D87F988553D214873A2 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.7.5.exe - InstallerSha256: 29853A2CF88E6EA4B401C82CEC0AF09BBB6028F1B14F051DEC1A579A3B1D2A26 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.7.5.exe - InstallerSha256: 29853A2CF88E6EA4B401C82CEC0AF09BBB6028F1B14F051DEC1A579A3B1D2A26 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 9e447413ce722..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.5 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - - Fix security issues, including CVE-2023-4863. - - Fix search in preferences panel. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 4e01abfff5645..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.5 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.yaml deleted file mode 100644 index 10a933713bb3d..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.5/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.installer.yaml deleted file mode 100644 index 42049164b74d6..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.6 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.6.exe - InstallerSha256: 7B711841C855F2A583D6036E5844E24C5D895F98DC8C2F2D5E4489EA90080F5D - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.7.6.exe - InstallerSha256: 7B711841C855F2A583D6036E5844E24C5D895F98DC8C2F2D5E4489EA90080F5D - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.6.exe - InstallerSha256: 959CFDB3C45E5141E35C13ED0B0E2AB00AAD1275DB16B7D07652F1F5B70BD563 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.7.6.exe - InstallerSha256: 959CFDB3C45E5141E35C13ED0B0E2AB00AAD1275DB16B7D07652F1F5B70BD563 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.6.exe - InstallerSha256: 7B711841C855F2A583D6036E5844E24C5D895F98DC8C2F2D5E4489EA90080F5D - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.7.6.exe - InstallerSha256: 7B711841C855F2A583D6036E5844E24C5D895F98DC8C2F2D5E4489EA90080F5D - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.6.exe - InstallerSha256: 959CFDB3C45E5141E35C13ED0B0E2AB00AAD1275DB16B7D07652F1F5B70BD563 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.7.6.exe - InstallerSha256: 959CFDB3C45E5141E35C13ED0B0E2AB00AAD1275DB16B7D07652F1F5B70BD563 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 2bbca3a151a8d..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.6 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - - Fix "save as" logic on Windows / Linux. - - Improve activation network for users in China mainland. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 155eb037e998c..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.6 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://typoraio.cn/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.yaml deleted file mode 100644 index 3ebd06d645ac1..0000000000000 --- a/manifests/a/appmakes/Typora/1.7.6/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.7.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.installer.yaml deleted file mode 100644 index 2e63ea35f4f78..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.10 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.10.exe - InstallerSha256: E35861534DE3FD5FFFB692CA0205810B3860C149EE7B1609DDB50DACDD3F0D1B - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.10.exe - InstallerSha256: E35861534DE3FD5FFFB692CA0205810B3860C149EE7B1609DDB50DACDD3F0D1B - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.10.exe - InstallerSha256: C739B8625F395A08165E19A6F09190179579ED527FE306957DBDD4BD02049FA1 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.10.exe - InstallerSha256: C739B8625F395A08165E19A6F09190179579ED527FE306957DBDD4BD02049FA1 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.10.exe - InstallerSha256: E35861534DE3FD5FFFB692CA0205810B3860C149EE7B1609DDB50DACDD3F0D1B - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.10.exe - InstallerSha256: E35861534DE3FD5FFFB692CA0205810B3860C149EE7B1609DDB50DACDD3F0D1B - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.10.exe - InstallerSha256: C739B8625F395A08165E19A6F09190179579ED527FE306957DBDD4BD02049FA1 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.10.exe - InstallerSha256: C739B8625F395A08165E19A6F09190179579ED527FE306957DBDD4BD02049FA1 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 90168aa203e45..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.10 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - - Fix inline code parsing rules. - - Open correct tab in preferences panel when clicking related menu item. - - Fix some issues when click menu items on macOS 14. - - Improve logic to re-open Typora at last closed position on monitor. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index c7c9a07260a5b..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.10 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.yaml deleted file mode 100644 index 2f92989284319..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.10/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.installer.yaml deleted file mode 100644 index ca88bed26d177..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.5 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.5.exe - InstallerSha256: D8D4C92F70D3551391F8D29FEA802E135C18950DF36F4610992BE863F13D812C - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.5.exe - InstallerSha256: D8D4C92F70D3551391F8D29FEA802E135C18950DF36F4610992BE863F13D812C - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.5.exe - InstallerSha256: 4A4482FFF5D3772F171A23A90148549625717D47EAB8C268C9CC441E119D3FCA - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.5.exe - InstallerSha256: 4A4482FFF5D3772F171A23A90148549625717D47EAB8C268C9CC441E119D3FCA - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.8.5.exe - InstallerSha256: FC2F57FABC5BD75BFB4C34C6B81544E884948CEB2B287A7703FE276F20188F26 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.8.5.exe - InstallerSha256: FC2F57FABC5BD75BFB4C34C6B81544E884948CEB2B287A7703FE276F20188F26 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.5.exe - InstallerSha256: D8D4C92F70D3551391F8D29FEA802E135C18950DF36F4610992BE863F13D812C - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.5.exe - InstallerSha256: D8D4C92F70D3551391F8D29FEA802E135C18950DF36F4610992BE863F13D812C - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.5.exe - InstallerSha256: 4A4482FFF5D3772F171A23A90148549625717D47EAB8C268C9CC441E119D3FCA - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.5.exe - InstallerSha256: 4A4482FFF5D3772F171A23A90148549625717D47EAB8C268C9CC441E119D3FCA - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.8.5.exe - InstallerSha256: FC2F57FABC5BD75BFB4C34C6B81544E884948CEB2B287A7703FE276F20188F26 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.8.5.exe - InstallerSha256: FC2F57FABC5BD75BFB4C34C6B81544E884948CEB2B287A7703FE276F20188F26 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 44097f79e1b64..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.5 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - New - - Add support for Github style alerts / callouts. - - Add option to enable zoom with command or ctrl key and mouse wheel. - - Upgrade mermaid library with XY charts support. - Improvements - - Linux version now also support separate theme for light and dark mode. - - Quicker way to add “New Markdown” menu item in Windows Explorer - - Now, typora uses mermaid's own dark theme when rendering mermaid in dark mode. - - Improve performance and stability. - - Update translation for Spanish, French, Galician, Slovenian, Vietnamese and Chinese. - - Add Norwegian Nynorsk language interface. - Bug Fix - - Fix window position in multiple monitor. - - Fix save as image for diagrams. - - Hide “copy as HTML” for unsupported blocks. - - Add “copy as HTML” support for mermaid diagrams. - - Fix “PicList not found” error when using PicList to upload images. - - Fix cursor misplaced when editing emoji. - - Fix issues on image syntax parse and convert. - - Other bug fix. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.8/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 1696f3a019c20..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.5 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.8/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.yaml deleted file mode 100644 index 5d3be66fbec8a..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.5/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.installer.yaml deleted file mode 100644 index 19a74690e33b8..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.6 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.6.exe - InstallerSha256: F55FCA6F71E51C23EA602842999FDAE9E9D90631E3218AF9D976784319D721DD - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.6.exe - InstallerSha256: F55FCA6F71E51C23EA602842999FDAE9E9D90631E3218AF9D976784319D721DD - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.6.exe - InstallerSha256: 66B439B76771EB02D11F186A1994842959F1DB2921ED465EFD9B83A301859912 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.6.exe - InstallerSha256: 66B439B76771EB02D11F186A1994842959F1DB2921ED465EFD9B83A301859912 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.6.exe - InstallerSha256: F55FCA6F71E51C23EA602842999FDAE9E9D90631E3218AF9D976784319D721DD - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.6.exe - InstallerSha256: F55FCA6F71E51C23EA602842999FDAE9E9D90631E3218AF9D976784319D721DD - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.6.exe - InstallerSha256: 66B439B76771EB02D11F186A1994842959F1DB2921ED465EFD9B83A301859912 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.6.exe - InstallerSha256: 66B439B76771EB02D11F186A1994842959F1DB2921ED465EFD9B83A301859912 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index f5adf350835a6..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.6 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - New - - Add support for Github style alerts / callouts. - - Add option to enable zoom with command or ctrl key and mouse wheel. - - Upgrade mermaid library with XY charts support. - Improvements - - Linux version now also support separate theme for light and dark mode. - - Quicker way to add “New Markdown” menu item in Windows Explorer - - Now, typora uses mermaid's own dark theme when rendering mermaid in dark mode. - - Improve performance and stability. - - Update translation for Spanish, French, Galician, Slovenian, Vietnamese and Chinese. - - Add Norwegian Nynorsk language interface. - Bug Fix - - Fix window position in multiple monitor. - - Fix save as image for diagrams. - - Hide “copy as HTML” for unsupported blocks. - - Add “copy as HTML” support for mermaid diagrams. - - Fix “PicList not found” error when using PicList to upload images. - - Fix cursor misplaced when editing emoji. - - Fix issues on image syntax parse and convert. - - Other bug fix. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.8/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index de53b3b854614..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.6 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.8/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.yaml deleted file mode 100644 index ea71e72e93bc1..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.6/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.installer.yaml deleted file mode 100644 index baee451ee9da9..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.9 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.9.exe - InstallerSha256: 86BB7ED1157BD1A0D1239F8919C509C3B8BF9FF66A9FF5EB945A447872653142 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.8.9.exe - InstallerSha256: 86BB7ED1157BD1A0D1239F8919C509C3B8BF9FF66A9FF5EB945A447872653142 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.9.exe - InstallerSha256: 5DFFA55000750D041DC87A686E1E3F55379EA70805D38D0393D1554F7DD6A892 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.8.9.exe - InstallerSha256: 5DFFA55000750D041DC87A686E1E3F55379EA70805D38D0393D1554F7DD6A892 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.9.exe - InstallerSha256: 86BB7ED1157BD1A0D1239F8919C509C3B8BF9FF66A9FF5EB945A447872653142 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.8.9.exe - InstallerSha256: 86BB7ED1157BD1A0D1239F8919C509C3B8BF9FF66A9FF5EB945A447872653142 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.9.exe - InstallerSha256: 5DFFA55000750D041DC87A686E1E3F55379EA70805D38D0393D1554F7DD6A892 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.8.9.exe - InstallerSha256: 5DFFA55000750D041DC87A686E1E3F55379EA70805D38D0393D1554F7DD6A892 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index eb2a5a3baf145..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.9 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - - Fix search in preferences panel. - - Fix install and export issue on Linux. -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 82de19c3d63c4..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.9 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.yaml deleted file mode 100644 index a8e72f7e0ff2d..0000000000000 --- a/manifests/a/appmakes/Typora/1.8.9/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.8.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.installer.yaml deleted file mode 100644 index 2c2c1815c7ef8..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.3 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.9.3.exe - InstallerSha256: E9DC4C288544FCB0769BDEFB98E9ED684C0B84607237140BBC7E660601E33A36 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.9.3.exe - InstallerSha256: E9DC4C288544FCB0769BDEFB98E9ED684C0B84607237140BBC7E660601E33A36 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.9.3.exe - InstallerSha256: CF5B49A47A8FEAC0920D6CCACEEC21EAE979E51554A592319A658DC5D5C24012 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.9.3.exe - InstallerSha256: CF5B49A47A8FEAC0920D6CCACEEC21EAE979E51554A592319A658DC5D5C24012 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.9.3.exe - InstallerSha256: E797BE8BD307D159E9624557A0B8D8831735FD7E9FBE678C3CF3FABBC94D5239 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.9.3.exe - InstallerSha256: E797BE8BD307D159E9624557A0B8D8831735FD7E9FBE678C3CF3FABBC94D5239 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.9.3.exe - InstallerSha256: E9DC4C288544FCB0769BDEFB98E9ED684C0B84607237140BBC7E660601E33A36 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.9.3.exe - InstallerSha256: E9DC4C288544FCB0769BDEFB98E9ED684C0B84607237140BBC7E660601E33A36 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.9.3.exe - InstallerSha256: CF5B49A47A8FEAC0920D6CCACEEC21EAE979E51554A592319A658DC5D5C24012 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.9.3.exe - InstallerSha256: CF5B49A47A8FEAC0920D6CCACEEC21EAE979E51554A592319A658DC5D5C24012 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.9.3.exe - InstallerSha256: E797BE8BD307D159E9624557A0B8D8831735FD7E9FBE678C3CF3FABBC94D5239 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.9.3.exe - InstallerSha256: E797BE8BD307D159E9624557A0B8D8831735FD7E9FBE678C3CF3FABBC94D5239 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 10d2898d73dcf..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.3 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: |- - New - - Support gitlab style math code block. - - Upgrade mermaid 10.9.1, Block Diagrams are now supported. - Improvements - - Follow CommonMark rule to handle whitespace inside code. - - Improve scroll performance, improve performance on macOS 14. - - Shorten file path in open recent menu. - - “Inspect Element” on macOS moved from context menu to Sfarai Develop menu. - - New file on file tree no longer need confirm after input its filename. - - Add structured text code syntax highlight. - - Chapter levels can be configured for ePub export. - - Update languages in Polish, Traditional Chinese, Slovenian, Czech and Norwegian Nynorsk. - Fix - - Fix Javascript XSS on mermaid and math. - - Fix anchor id when export. - - Fix bookmark for exported PDF cannot be shown in Adobe Reader. - - Fix some remote images cannot be loaded on macOS. - - Fix “&” not displayed for file path contains “&” In “recent files” menu on Windows / Linux. - - Fix “$” in code language name leads to a wrong string. - - Other bug fix. -ReleaseNotesUrl: https://support.typora.io/What's-New-1.9/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index 3f93ec176008b..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.3 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://support.typora.io/What's-New-1.9/ -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.yaml deleted file mode 100644 index 2afb96bfb0e43..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.3/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.installer.yaml deleted file mode 100644 index 3ba4846dd704a..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.4 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.9.4.exe - InstallerSha256: ED940F5B58390D70612757E277B70FA01EEEDE5404FEBEA03704781548D24513 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.9.4.exe - InstallerSha256: ED940F5B58390D70612757E277B70FA01EEEDE5404FEBEA03704781548D24513 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.9.4.exe - InstallerSha256: 9935E636D9DEB4BF2C671D6A2B48469C7360C19E5C5F9AD74FC95219898104A2 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.9.4.exe - InstallerSha256: 9935E636D9DEB4BF2C671D6A2B48469C7360C19E5C5F9AD74FC95219898104A2 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.9.4.exe - InstallerSha256: ED940F5B58390D70612757E277B70FA01EEEDE5404FEBEA03704781548D24513 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.9.4.exe - InstallerSha256: ED940F5B58390D70612757E277B70FA01EEEDE5404FEBEA03704781548D24513 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.9.4.exe - InstallerSha256: 9935E636D9DEB4BF2C671D6A2B48469C7360C19E5C5F9AD74FC95219898104A2 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.9.4.exe - InstallerSha256: 9935E636D9DEB4BF2C671D6A2B48469C7360C19E5C5F9AD74FC95219898104A2 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 62717e9640b42..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.4 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: '- Fix download / copy online images on Windows.' -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index eb4cd535b6dca..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.4 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.yaml deleted file mode 100644 index 97b55b7c5efdd..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.4/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.installer.yaml deleted file mode 100644 index f3d784287cd38..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.installer.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.5 -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- apib -- markdown -- md -- mdown -- mdtext -- mdtxt -- mdwn -- mdx -- mkd -- mmd -- qmd -- rmarkdown -- rmd -- text -- txt -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.9.5.exe - InstallerSha256: 786247DB5C9C5F18870FB7683573E0D5C55BA507CB0EE52618935F9EBAB222A8 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-ia32-1.9.5.exe - InstallerSha256: 786247DB5C9C5F18870FB7683573E0D5C55BA507CB0EE52618935F9EBAB222A8 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.9.5.exe - InstallerSha256: 047DEAB87662BCB6222F7900164CDDB08E0247FEAC179039067DB9EEB9D79447 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-x64-1.9.5.exe - InstallerSha256: 047DEAB87662BCB6222F7900164CDDB08E0247FEAC179039067DB9EEB9D79447 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: user - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.9.5.exe - InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- Architecture: arm64 - Scope: machine - InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.9.5.exe - InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.9.5.exe - InstallerSha256: 786247DB5C9C5F18870FB7683573E0D5C55BA507CB0EE52618935F9EBAB222A8 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-ia32-1.9.5.exe - InstallerSha256: 786247DB5C9C5F18870FB7683573E0D5C55BA507CB0EE52618935F9EBAB222A8 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.9.5.exe - InstallerSha256: 047DEAB87662BCB6222F7900164CDDB08E0247FEAC179039067DB9EEB9D79447 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-x64-1.9.5.exe - InstallerSha256: 047DEAB87662BCB6222F7900164CDDB08E0247FEAC179039067DB9EEB9D79447 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: user - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.9.5.exe - InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -- InstallerLocale: zh-CN - Architecture: arm64 - Scope: machine - InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.9.5.exe - InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.en-US.yaml deleted file mode 100644 index 6accd710d87e9..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.5 -PackageLocale: en-US -Publisher: typora.io -PublisherUrl: https://typora.io/ -PublisherSupportUrl: https://support.typora.io/ -PrivacyUrl: https://support.typora.io/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typora.io/ -License: Proprietary -LicenseUrl: https://support.typora.io/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typora.io/Acknowledgement/ -ShortDescription: A markdown editor, markdown reader. -Description: Typora is a cross-platform minimal markdown editor, providing seamless experience for both markdown readers and writers. -# Moniker: -Tags: -- editor -- markdown -ReleaseNotes: '- Fix IME input on secondary monitor.' -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.zh-CN.yaml deleted file mode 100644 index f21dc4e1c1a63..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.5 -PackageLocale: zh-CN -Publisher: typora.io -PublisherUrl: https://typoraio.cn/ -PublisherSupportUrl: https://support.typoraio.cn/ -PrivacyUrl: https://support.typoraio.cn/Privacy-Policy/ -Author: Abner -PackageName: Typora -PackageUrl: https://typoraio.cn/ -License: 专有软件 -LicenseUrl: https://support.typoraio.cn/License-Agreement/ -Copyright: Typora is developed by @LeeAbner. All rights reserved. -CopyrightUrl: https://support.typoraio.cn/Acknowledgement/ -ShortDescription: 一款 Markdown 编辑器和阅读器 -Description: Typora 是一款轻巧的跨平台 Markdown 编辑器,为 Markdown 读者和作家提供无缝体验。 -# Moniker: -Tags: -- markdown -- 编辑器 -# ReleaseNotes: -ReleaseNotesUrl: https://typora.io/releases/stable -PurchaseUrl: https://store.typora.io/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.yaml deleted file mode 100644 index 9491f62706b47..0000000000000 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: appmakes.Typora -PackageVersion: 1.9.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 12b63f297d7ea..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.5.1 -InstallerLocale: en-US -Installers: -- Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.5.1/AeroFTP_2.5.1_x64-setup.exe - InstallerSha256: E8BE7562B13A28B543767DFA86EDE1DA62A355B78BAA3FF5EC4863479D448F60 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.5.1/AeroFTP_2.5.1_x64_en-US.msi - InstallerSha256: 0509AA4E1D39E7BA4EB819AE8169355AFC2C2503E65197040F31A3910590AC81 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 0b835754ec870..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.5.1 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/main/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.yaml deleted file mode 100644 index bdd78dc8cc0be..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.5.1/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 8cc9e09acf5cf..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.2 -InstallerLocale: en-US -ReleaseDate: 2026-03-04 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.2/AeroFTP_2.8.2_x64-setup.exe - InstallerSha256: 9049D666E456B80027A0DE6F9412F10AC6E00EA47A335FE31B521E029F321B3A - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.2/AeroFTP_2.8.2_x64_en-US.msi - InstallerSha256: 8A5F238944D2E686C3A4197520E63A29828490F417717AD91C284B7264247D36 - ProductCode: '{13E4882D-E112-452E-AB3A-D565CF9270C6}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{13E4882D-E112-452E-AB3A-D565CF9270C6}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index e17b381b417ae..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.2 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.8.2] - 2026-03-04 - pCloud Production Activation - Changed - - pCloud enabled in production: Removed dev-only gate from ProtocolSelector. pCloud OAuth2 with automatic region detection (US/EU) is now available to all users - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.8.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.yaml deleted file mode 100644 index a6a2fccd06d29..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 4225d9f6c16b2..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.3 -InstallerLocale: en-US -ReleaseDate: 2026-03-04 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.3/AeroFTP_2.8.3_x64-setup.exe - InstallerSha256: 01DA533B1BBC8C15FFF7E7C329940B5E52D4E2B4578DEA03EB5391F916FDBC48 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.3/AeroFTP_2.8.3_x64_en-US.msi - InstallerSha256: A558F84140B68664508F3376751874DE7AC547E2B9CAC4EB527F69DFD6FCF07A - ProductCode: '{1EB0DD82-B5C1-4894-9E1A-BE3F2888AE60}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{1EB0DD82-B5C1-4894-9E1A-BE3F2888AE60}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 57bf51f516c2b..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.3 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.8.3] - 2026-03-04 - OAuth UX Polish & Pro Banner Fix - Fixed - - Pro nag banner visible in production: NagBanner was not gated behind import.meta.env.DEV, showing "Unlock AeroFTP Pro" toast to all users. Now dev-only - - 4shared missing local folder in active state: FourSharedConnect active view had no Local Folder field, preventing users from changing the local path without re-authenticating - Added - - OAuth account summary: Active OAuth providers now show Client ID (truncated) and Client Secret (masked) below the Connect button for quick reference - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.8.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.yaml deleted file mode 100644 index ac444ef1a2ea2..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 467d18116198b..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.6 -InstallerLocale: en-US -ReleaseDate: 2026-03-05 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.6/AeroFTP_2.8.6_x64-setup.exe - InstallerSha256: C7F1C329177FB74176822A3A67B69557539894CBB8C417E5094C29A2428730BD - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.6/AeroFTP_2.8.6_x64_en-US.msi - InstallerSha256: 1B068BFBED5422B7CF98F75DAC27E0C7A10F2A13E39F447235E2B49B5A24C995 - ProductCode: '{74821EFF-3203-4883-B117-0CDC4BE41709}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{74821EFF-3203-4883-B117-0CDC4BE41709}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 4a4c8fd3edd25..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.6 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.8.6] - 2026-03-05 - Cloud Provider Audit & Security Hardening - Comprehensive audit of all 13 cloud providers (Google Drive, Dropbox, OneDrive, Box, MEGA, pCloud, Azure Blob, Filen, Internxt, kDrive, Koofr, FileLu, 4shared) plus security review. All findings resolved. - Fixed - - Google Drive upload creates duplicates: upload() now checks for existing file via find_by_name() and uses PATCH (update) instead of POST (create) for both resumable and multipart uploads - - OneDrive resume_upload ignores offset: resume_upload() now seeks past already-uploaded bytes using the start_offset parameter instead of always starting from zero - - MEGA inconsistent delete semantics: delete() and rmdir() now use soft delete (rubbish bin) consistent with rmdir_recursive(). Permanent deletion only via permanent_delete_from_trash() - - Box rename fails for cross-folder moves: rename() now detects parent folder change and includes "parent": {"id": "..."} in the PUT body for cross-folder move+rename - - Internxt HTTP calls not retried: Activated send_retryable() with exponential backoff on ~20 HTTP calls that previously had no retry logic - - FileLu upload OOM on large files: Replaced full-memory tokio::fs::read() with streaming ReaderStream + stream_with_length - - FileLu server_copy ignores destination: server_copy() now clones file and moves to the correct destination folder with proper rename - - OneDrive special characters in paths: Added encode_path_segments() helper for per-segment URL encoding instead of encoding the full path - - Shell command injection via newlines: Added \n and \r to shell_execute meta-character denylist preventing command injection via line separators - - CSP unsafe-eval unnecessarily broad: Removed 'unsafe-eval' from CSP, keeping only 'wasm-unsafe-eval' for WebAssembly - - AI SFTP auto-trusts unknown hosts: Removed automatic trust_unknown_hosts override for AI server_exec SFTP connections, preserving user's TOFU verification - - Sensitive paths accessible via AI tools: Extended deny list with .docker, .config/aeroftp, .vault-token, and /run/secrets - - Dropbox secret not toggling in Settings: Fixed hardcoded type="password" to use showOAuthSecrets state - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.8.6 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.yaml deleted file mode 100644 index bc61d0fe2ad0c..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.6/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index d33285d7ebe96..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.8 -InstallerLocale: en-US -ReleaseDate: 2026-03-07 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.8/AeroFTP_2.8.8_x64-setup.exe - InstallerSha256: AA9F1F79D10F9C76E0DDA6F883BA0E058A054E48BEF0C224BBA8EDDBF0D43E69 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.8/AeroFTP_2.8.8_x64_en-US.msi - InstallerSha256: AF28643F76EFFDEC2757BCC2B83F3287CC6D2ED38847C811199E7505ED5CC98F - ProductCode: '{93483565-41DF-4FB0-948F-074D281EF8E0}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{93483565-41DF-4FB0-948F-074D281EF8E0}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 6bd551b5efc78..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.8 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.8.8] - 2026-03-07 - Updater Hotfix & Privacy Policy - Fixed - - Updater URL whitelist: Corrected GitHub repository URL in ALLOWED_URL_PREFIXES from AXP-OS/AeroFTP to axpnet/aeroftp — without this fix, auto-update would reject all legitimate release downloads - Added - - Privacy Policy: PRIVACY.md added to repository — required for SignPath OSS code signing application. Documents zero-telemetry, local-only storage, and explicit-connection-only external access - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.8.8 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.yaml deleted file mode 100644 index e2c87518c0536..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.8/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index de3a352727c31..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.9 -InstallerLocale: en-US -ReleaseDate: 2026-03-07 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.9/AeroFTP_2.8.9_x64-setup.exe - InstallerSha256: 47A816E7CA9D7BFDB16EC5CCD16F08504A262B3688D46679456F1C2BE9D7B903 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.9/AeroFTP_2.8.9_x64_en-US.msi - InstallerSha256: 292E1EBD27BFE5CA61EBA425211307E8E3288245D1B1C489CA5CC361108CE189 - ProductCode: '{AE57DC87-F980-41F6-9026-24837CF4014A}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{AE57DC87-F980-41F6-9026-24837CF4014A}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 4bb17b0366d48..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.9 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.8.9] - 2026-03-07 - AeroVault Crate Extraction - AeroVault v2 encryption engine extracted to the standalone aerovault crate on crates.io, replacing 2100+ lines of inline crypto code with a single dependency. - Changed - - AeroVault crate dependency: Replaced inline aerovault_v2.rs crypto implementation (562 → 14 lines of wrapper code) with aerovault = "0.3" from crates.io - - Removed direct crypto dependencies: aes-gcm-siv and subtle crates removed from direct dependencies (now transitive via aerovault crate) - Added - - README AeroVault badges: crates.io version and docs.rs badges added to AeroVault section with link to standalone crate - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.8.9 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.yaml deleted file mode 100644 index 0a9a1de49fd09..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.8.9/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.8.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index d2816df00da70..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.0 -InstallerLocale: en-US -ReleaseDate: 2026-03-07 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.0/AeroFTP_2.9.0_x64-setup.exe - InstallerSha256: 46AB4FBDE19AF2C95A92B325E00F6FA06DDA9F4D3379739E266C59DD7FA44F46 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.0/AeroFTP_2.9.0_x64_en-US.msi - InstallerSha256: 780D4AFB5ABCBA3337DFA44600B18A4FC7850465A836AA6582285CF54D28DA2B - ProductCode: '{F832BD58-DB6F-431C-81B6-058D79B26C2E}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{F832BD58-DB6F-431C-81B6-058D79B26C2E}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index ae41c8af8835c..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.0 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.9.0] - 2026-03-07 - Cloud Provider Audit & Security Hardening - Comprehensive security audit closure with 6 GPT-5.4 residual findings resolved, AeroCloud multi-protocol rebrand, and AeroVault crate extraction to crates.io. - Changed - - AeroVault crate dependency: Replaced inline aerovault_v2.rs crypto implementation (562 → 14 lines of wrapper code) with aerovault = "0.3" from crates.io - - Removed direct crypto dependencies: aes-gcm-siv and subtle crates removed from direct dependencies (now transitive via aerovault crate) - - AeroCloud multi-protocol rebrand: Removed "FTP-based" from all AeroCloud descriptions across code and 47 languages — AeroCloud now correctly reflects support for all 20 protocols - Added - - README AeroVault badges: crates.io version and docs.rs badges added to AeroVault section with link to standalone crate - Fixed - - A5-06 journal signing key: Signing key for sync journal moved from localStorage to Tauri process-side storage (~/.config/aeroftp/sync-journal/signing.key). Derived per-path-pair via HMAC-SHA256. Eliminates XSS exfiltration risk - - A3-05 provider password zeroization: config.zeroize_password() called after ProviderFactory::create() in session commands — password no longer persists in session config struct - - A7-07 Cryptomator SecretString: cryptomator_unlock and cryptomator_create wrap password in secrecy::SecretString for automatic zeroization on drop - - A3-03 WebDAV insecure detection: connectionSecurity in App.tsx now detects http:// WebDAV servers and shows "Insecure" badge - - A1-07 shell denylist expanded: DENIED_COMMAND_PATTERNS extended from 18 to 35 patterns — added crontab, nohup, systemctl, service, mount, umount, fdisk, parted, iptables, useradd, userdel, passwd, sudo, pkill, killall - Security - - GPT-5.4 residual audit closure: 6 of 11 remaining partial findings resolved (A5-06, A3-03, A3-05, A7-07, A1-07 fixed; A8-01 risk-accepted with documentation). Score: 29 fixed → 34 fixed, 5 partial, 1 open - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.9.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.yaml deleted file mode 100644 index b4977691d0c17..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.0/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 97703e258b378..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.1 -InstallerLocale: en-US -ReleaseDate: 2026-03-08 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.1/AeroFTP_2.9.1_x64-setup.exe - InstallerSha256: EC7CEC089384FDE9DA5AE2A598FA0B478ACA7378B19D92F2E12417C5BDC452E3 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.1/AeroFTP_2.9.1_x64_en-US.msi - InstallerSha256: BC6CDBCEC8B73BFB33C856C8C036320F5939D1D458BF5A759F975413756770AF - ProductCode: '{2F331078-CFDC-40F0-B85E-1C2BEFFEB4AC}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{2F331078-CFDC-40F0-B85E-1C2BEFFEB4AC}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index e6f95a0b82b3f..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,54 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.1 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.9.1] - 2026-03-08 - Snap Store Fix & UX Polish - Fixed - - Snap Store metadata redflag: Softened description keywords ("Military-grade" -> "Strong", "shell commands" -> "scripting", "Autonomous" -> "Multi-step") to pass automated Snap Store review - - MEGA session handling: Removed confusing EXP badge — backend auto-reauth handles session renewal transparently - - Jottacloud token persistence: OAuth tokens properly saved and restored across sessions - - Activity Log auto-open: Activity Log panel opens automatically on sync completion - Changed - - AeroVault creation flow: Right-click "Create AeroVault" now auto-includes selected files, uses filename-based default name, and shows file count preview in creation dialog - - Security audit documentation: Updated security-evidence README with all audit reports and AeroVault crate reference - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.9.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.yaml deleted file mode 100644 index eeb953980a4e8..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.1/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index be10502a71137..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.3 -InstallerLocale: en-US -ReleaseDate: 2026-03-11 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.3/AeroFTP_2.9.3_x64-setup.exe - InstallerSha256: 613C5DBB3726945116BBDD15C09E628433C34ED53932F59B94076C417D85BFA8 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.3/AeroFTP_2.9.3_x64_en-US.msi - InstallerSha256: 7E7FE9FA14A86C5A609B1F7C1F01CCB73641F5BF69A72B19F5BC17F683807B94 - ProductCode: '{E4AECA18-C8B1-493A-BD40-5845BEFF795A}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{E4AECA18-C8B1-493A-BD40-5845BEFF795A}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 36f1d632dff25..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.3 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.9.3] - 2026-03-11 - AeroVault OS Integration Fix & Security Patch - Fixed - - AeroVault MIME icon on Ubuntu: Icons now installed in active icon theme (Yaru, Adwaita, Papirus, Breeze, etc.) via deb postinst script — fixes missing icon in Nautilus and other file managers that don't fall back to hicolor - - AeroVault "Open with" handler: Custom .desktop template with MimeType and %f argument replaces Tauri-generated minimal desktop entry — enables right-click "Open with AeroFTP" and double-click association - - AeroVault icon in app: VaultIcon component used for .aerovault files in filled icon theme - - CVE-2026-31812: Update quinn-proto 0.11.13 → 0.11.14 fixing unauthenticated remote DoS via panic in QUIC transport parameter parsing - Added - - deb postinst script: Automatic MIME icon propagation to 9 icon themes with HiDPI @2x support, icon cache rebuild, and default handler registration - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.9.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.yaml deleted file mode 100644 index 572b33f7c3b8f..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.3/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index fc8d852d39051..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.4 -InstallerLocale: en-US -ReleaseDate: 2026-03-12 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.4/AeroFTP_2.9.4_x64-setup.exe - InstallerSha256: 7B0B84AD7397467FB4395930FD38746618082DB097B8224894D2DBA37F22E694 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.4/AeroFTP_2.9.4_x64_en-US.msi - InstallerSha256: C819FFF156FBE174ECB1E498D72D7E96CCD11A062BEE3C0E8918D8B3586378B9 - ProductCode: '{147BF13D-C4A8-42F5-BE21-815A6B1E0DA6}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{147BF13D-C4A8-42F5-BE21-815A6B1E0DA6}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 7802390f67720..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,69 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.4 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.9.4] - 2026-03-13 - Server Health Check, Sync Direction Fix, mtime Preservation & AeroVault Pro - Added - - Server Health Check: Real-time network diagnostics for saved servers — DNS resolution, TCP connect, TLS handshake, and HTTP response probes with latency measurements, health scoring (0-100), and professional modal with SVG radial gauge, latency bars, and Canvas 2D area chart - - Server context menu: Right-click on saved server cards for Connect, Edit, Duplicate, Health Check, and Delete actions via reusable useContextMenu hook - - Batch health check: "Check All" button in home screen header runs parallel diagnostics across all saved servers with healthy/degraded/unreachable summary and batch progress toast - - Cloud API host mapping: Health checks work across all 20 protocols — cloud providers probe their actual API endpoints (e.g., www.googleapis.com for Google Drive, api.dropboxapi.com for Dropbox) - - Provider-specific health probes: 16 cloud providers use dedicated lightweight endpoints (pCloud /getapiserver, kDrive /1/ping, Filen /v3/health, MEGA /cs, etc.) instead of generic HEAD / for accurate reachability detection - - Copy health check results: One-click copy of formatted diagnostic report with scores, check details, latencies, and healthy/degraded/unreachable summary - - AeroSync Pull preset: Remote → Local mirror with orphan deletion and size verification — downloads remote state to local - - AeroSync Remote Backup preset: Remote → Local with checksum verification and no deletes — safely backs up remote files locally - - AeroVault Pro modular architecture: VaultPanel refactored from 1117-line monolith into 5 focused components (VaultHome, VaultCreate, VaultOpen, VaultBrowse, useVaultState hook) - - Recent Vaults: SQLite WAL-backed vault history with last-opened tracking, security badges, and one-click reopen from VaultHome screen - - Folder encryption: Encrypt entire directories as AeroVault containers with recursive walkdir scan, progress events, and folder preview (file count, dir count, total size) - - Provider Integration Guide: Comprehensive developer reference for adding new storage protocols — StorageProvider trait, 7 auth patterns, upload strategies, XML parsing, pagination - Fixed - - Download mtime preservation: Downloaded files now retain the remote server's modification timestamp via filetime crate — fixes sync/overwrite-if-newer producing incorrect results after download because local files had download-time as mtime - - AeroSync missing directions: Mirror and Backup were Local → Remote only — added Pull (Remote → Local mirror) and Remote Backup (Remote → Local backup) to Quick Sync presets, covering all 5 sync patterns - - Health check false positives: SFTP no longer penalized for TLS (uses SSH), WebDAV on port 80 probed via HTTP not HTTPS, cloud API 404/400/429 treated as reachable, S3 resolves saved endpoint instead of localhost placeholder, TLS timeout on open TCP port scored as skip instead of fail, HEAD→GET fallback for providers that reject HEAD - - Health check React Strict Mode: mountedRef correctly reset on remount — fixes single and batch checks staying permanently in loading state - - AeroVault icon consistency: Titlebar and modal header now use outline-only shield+lock icon matching other titlebar icons; removed redundant Lock badge from VaultHome - - i18n vault keys: 6 missing vault.errors.* keys propagated to all 46 non-English locales, 5 stale keys removed, 4 extra root-level keys cleaned up - Changed - - Snap Store auto-publish disabled: Commented out pending manual review approval — .snap still built and uploaded to GitHub Releases. Re-enable when Snap Store review clears - - filetime crate added: Cross-platform file modification time setting for mtime preservation after downloads - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.9.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.yaml deleted file mode 100644 index fbb74ad42f273..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.4/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 359c9d0f56c09..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.5 -InstallerLocale: en-US -ReleaseDate: 2026-03-13 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.5/AeroFTP_2.9.5_x64-setup.exe - InstallerSha256: 7175361AC82AB90C89DA2ECEF12FD2633288FDC075F64CC7DD50EA8257ABAC8C - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.5/AeroFTP_2.9.5_x64_en-US.msi - InstallerSha256: 1A6DF8A3F4C4A54FA989D414B3A71C478700129475C8ED5C7F00B72066D467E1 - ProductCode: '{542E007B-9D84-4F3B-99D3-9A51399CE657}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{542E007B-9D84-4F3B-99D3-9A51399CE657}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 9682a1a92b8d4..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.5 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.9.5] - 2026-03-13 - Dual-Engine Security Audit Fix & Yandex Object Storage - Full 8-area security audit by Claude Opus 4.6 (103 findings) + GPT-5.4 independent counter-audit (14 findings). All P0-P2 findings remediated. Yandex Object Storage added as S3 preset. - Added - - Yandex Object Storage S3 preset: S3-compatible cloud storage (BETA) with path-style access, ru-central1 region, and official Yandex Cloud SVG logo - - DOMPurify sanitization: All dangerouslySetInnerHTML usages now sanitized via DOMPurify — applied to Prism.js code blocks in MarkdownRenderer and TextViewer - Fixed - - Shell denylist expansion (A1-05): Added redirect operators (>, <, >>, <<), command substitution (backtick, $(), and rm -r on home/root paths to shell_execute deny patterns - - NEVER_AUTO_APPROVE hardened (A1-01): server_exec and vault_manage added to auto-approval blocklist — prevents auto-execution in Extreme Mode - - Vault write crash safety (A2-01): fsync() errors now propagated (not silently ignored), parent directory fsync after rename ensures directory entry durability - - TOTP-before-cache flow (A2-08): Vault cache only populated after successful TOTP verification — prevents accessing vault contents before 2FA - - Keystore import rollback (GPT A2-02): Import now stages entries and commits all-or-nothing with lossless rollback — overwrites restore original values, new entries deleted on failure - - Keystore merge strategy validation: normalize_merge_strategy() validates input against whitelist, rejecting unknown strategies - - pCloud client_secret (A3-02): Token exchange sends client_secret in POST body instead of URL query parameter - - OAuth callback timeout (A3-04): 120s read timeout on OAuth callback listener socket - - Cloud config permissions (A3-01): cloud_config.json written with 0o600 Unix permissions after atomic rename - - Vault remote path confinement (A7-05): vault_v2_upload_remote verifies canonicalized temp path stays within system temp directory - - File tags path validation (A4-01): validate_path() applied to all 5 file_tags commands accepting paths from frontend - - Sync path traversal (A5-01): validate_relative_path() applied in build_comparison_results for GUI sync flow - - Archive symlink following (A7-02): 7z and TAR compression use follow_links(false) in WalkDir — prevents symlink escape - - Image edit atomic write (A7-01): process_image replace-original mode uses temp+rename pattern - - Editor reload path match (GPT A6-01): Changed from suffix match to exact path equality — prevents reloading wrong file - - install_windows_update dead code removed (A8-01): Unused Windows update function removed from lib.rs - Changed - - S3 preset reordering: DigitalOcean Spaces and Oracle Cloud (untested BETA) moved to bottom of S3 provider list - - FileLu S3 preset removed: S3 endpoint was too slow — WebDAV and native API work better - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.9.5 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.yaml deleted file mode 100644 index a4f44fdfc8c52..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.5/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index eeb06bb5996c3..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.6 -InstallerLocale: en-US -ReleaseDate: 2026-03-14 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.6/AeroFTP_2.9.6_x64-setup.exe - InstallerSha256: 65DABE9CDE0E80CA460A7FDD0BE2541DEC146EBD12649CDE3EE20F70C57833BD - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.6/AeroFTP_2.9.6_x64_en-US.msi - InstallerSha256: A9F06C6C0929FC059E52BE7CAA888CEC5B6E2EB82AA306A99BBC20287F254032 - ProductCode: '{93CC1AA6-8340-49E1-87CF-E1E67DD40FA0}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{93CC1AA6-8340-49E1-87CF-E1E67DD40FA0}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index e45f9ffa09132..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,56 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.6 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.9.6] - 2026-03-14 - Remote Timestamp Timezone Fix - Critical fix for remote file timestamps displayed in UTC instead of local timezone, affecting overwrite-if-newer decisions and sync comparisons. - Fixed - - Remote timestamps displayed in UTC (critical): MLSD (RFC 3659), SFTP, and cloud API timestamps now correctly converted from UTC to local timezone for display. All remote providers append Z suffix to UTC timestamps; frontend formatDate detects timezone markers and converts accordingly - - Sync timestamp comparisons: AeroSync compare_directories and provider_compare_directories correctly strip Z suffix before parsing, ensuring accurate overwrite-if-newer and skip-if-identical decisions - - Download mtime preservation: preserve_remote_mtime handles Z-suffixed timestamps from updated providers - - Frontend ISO parser expanded: Supports T separator, fractional seconds, Z, +HH:MM offsets, and RFC 2822 format (WebDAV/Azure getlastmodified) - Added - - CLI help banner: Branded banner displayed on aeroftp --help with color support detection - Changed - - 11 provider backends updated: ftp.rs (MLSD), sftp.rs, kdrive.rs, koofr.rs, jottacloud.rs, drime_cloud.rs, zoho_workdrive.rs, lib.rs, provider_commands.rs — all UTC timestamps now carry Z suffix - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.9.6 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.yaml deleted file mode 100644 index 05baf63289478..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.6/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 969dec853db10..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.7 -InstallerLocale: en-US -ReleaseDate: 2026-03-15 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.7/AeroFTP_2.9.7_x64-setup.exe - InstallerSha256: 2E6530D4DA3DA4AA09BD3ECA166CAC54197F17A129D4339BC29DF798F83081F7 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.9.7/AeroFTP_2.9.7_x64_en-US.msi - InstallerSha256: C3A00558909AF6EFF79CE279C8FFB434D08FEFC40E2BA8EF30592CFB2D4949E1 - ProductCode: '{B837DCAE-16F1-479D-8D82-452ACCE565BB}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{B837DCAE-16F1-479D-8D82-452ACCE565BB}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 3edcc5a0f8125..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,68 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.7 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [2.9.7] - 2026-03-15 - Yandex Disk, Share Links, Operation Feedback & UX Flow Polish - Yandex Disk native API as the 21st protocol. Extended share link support to all server-based protocols and improved visual feedback during long-running operations. - Added - - Yandex Disk provider (21st protocol): Native REST API integration with OAuth2 token authentication, 5 GB free storage. Full StorageProvider trait: list with pagination, streaming upload/download (two-step URL pattern), mkdir, delete, rename, share links (publish/unpublish), trash management (list/restore/empty/permanent delete), storage quota, MD5 checksums, server-side copy, file search. yandex_disk.rs ~1200 lines with 7 unit tests. Security: SecretString for tokens, path traversal validation, SSRF URL validation (https + yandex domain whitelist), pagination safety cap 100K entries. Independent security audit: B+ grade (17 findings, 3 HIGH fixed). Integrated in CLI, AeroCloud, AeroAgent - - Share links for FTP/SFTP/WebDAV servers: New publicUrlBase field in server profile settings enables "Copy Share Link" context menu for any server with HTTP access. Maps remote file path to public HTTP URL (e.g., FTP /www.example.com/docs/file.pdf → https://www.example.com/docs/file.pdf). URL path segments are properly percent-encoded. URL scheme validated to http:// or https:// only - - Per-server Public URL configuration: New input field in Settings > Servers > Edit with Link2 icon, description, and optional label. Value inherited into session on connection for instant access in context menus. Server initialPath correctly resolved for relative path computation - - generate_server_share_link Rust command: Backend URL generation with path-relative resolution, per-segment URL encoding via urlencoding crate, and http:///https:// scheme validation - - Folder scan progress toast: Centered toast with animated spinner shows real-time scan progress during recursive folder operations (delete and download). Displays folder name and live counters ("Scanning... 245 files, 12 folders found"). Auto-dismisses when the actual operation begins - - Delete scan progress events: Rust backend now emits scanning events every 500ms during recursive folder deletion Phase 1, matching the existing download scan pattern. Previously, deleting a large remote folder showed no feedback for minutes during the directory tree traversal - - Update install overlay: Fullscreen overlay with spinner and status message ("Installing update...") appears immediately after clicking "Install & Restart" and entering the system password. Covers the entire app to clearly signal the imminent restart, eliminating the confusing idle gap between password entry and app restart - - 15 new i18n keys: Share link settings (3), scanning toast (4), update overlay (2), common.optional — translated in all 47 languages - - AI Agent & CI/CD integration docs: New README section documenting AeroFTP CLI compatibility with AI coding agents (OpenClaw, Claude Code, Codex, Cursor, Devin) and CI/CD pipelines. Highlights --json output, semantic exit codes, URL-based connections, NO_COLOR compliance, and batch scripting for automated deployments - - Extended file preview support: Dotfiles (.gitignore, .dockerignore, .editorconfig, .npmrc, .eslintrc, .prettierrc), config variants (.htaccess.production, .env.local), extensionless files (Makefile, Dockerfile, LICENSE, README, Vagrantfile, Gemfile), and .manifest files now open in Quick Look, Monaco editor, and DevTools preview. Language detection maps each to appropriate syntax highlighting (ini, json, ruby, dockerfile, markdown) - - OAuth credentials always visible: Client ID and Client Secret fields in the OAuth connection panel are now shown immediately instead of being hidden behind a "Configure Credentials" toggle. Users see exactly what they need to fill in without extra clicks - Fixed - - AeroCloud sync ping-pong loop (critical, regression from v2.9.6 timezone fix): AeroCloud was re-downloading and re-uploading all files on every sync cycle, creating an infinite transfer loop. The v2.9.6 UTC Z suffix fix exposed a latent bug: SFTP timestamps formatted as "2026-03-12 00:00:00Z" (space separator) failed parse_from_rfc3339 which requires T, causing all remote timestamps to parse as None and every file to appear "new". Additionally, preserve_remote_mtime was never called after AeroCloud downloads, and SFTP servers reset mtime on upload. Fixed with flexible timestamp parser (RFC 3339 + space separator + naive fallback), preserve_remote_mtime_dt after every AeroCloud download, local mtime update after upload, and timestamp tolerance increased from 2s to 30s to absorb network transfer latency - - Directory sync loop: Directories present on both sides were compared by timestamp and always seen as different, triggering unnecessary mkdir operations every sync cycle. Now directories that exist on both local and remote are immediately marked as Identical - - Hardcoded local share link label: "Copy Share Link" in local file context menu now uses i18n key contextMenu.copyShareLink instead of hardcoded English string - - CloudPanel emoji removed: Replaced hardcoded 🔗 emoji with Lucide Link2 icon for consistency with project style guidelines - Changed - - delete_cancelled event type: Added to TransferEvent TypeScript union for proper type safety on cancellation events during folder deletion - - publicUrlBase in ServerProfileExport: Included in server profile export/import with serde(default) backward compatibility - - Share link log level: generate_server_share_link uses debug! instead of info! to avoid exposing file paths in production logs - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.9.7 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.yaml deleted file mode 100644 index 432a469f9cf2f..0000000000000 --- a/manifests/a/axpnet/AeroFTP/2.9.7/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 2.9.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 7101e90b9e92a..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.1 -InstallerLocale: en-US -ReleaseDate: 2026-03-17 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.1/AeroFTP_3.0.1_x64-setup.exe - InstallerSha256: C8E865955FD0B74F66383459ED9EC738499057D871B6089893B0DD8EEA28E557 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.1/AeroFTP_3.0.1_x64_en-US.msi - InstallerSha256: 8C48B7DDC8BE09B105D32B9FEC2606DA87C571823C6DC7DB1B20A68053118EDB - ProductCode: '{8BB27EFF-ACFA-4952-90EC-8ACA19B13BCB}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{8BB27EFF-ACFA-4952-90EC-8ACA19B13BCB}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 6ecfbb4a70649..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,65 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.1 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [3.0.1] - 2026-03-18 - GitHub App Fix & Sync Timestamp Preservation - Critical fix for GitHub App (.pem) authentication and comprehensive mtime preservation across all protocols to eliminate sync ping-pong. - Fixed - - GitHub App .pem token generation panic (critical): jsonwebtoken 10.x requires rust_crypto feature — missing feature caused thread panic on JWT signing, blocking token generation entirely - - GitHub App token timeout: Added 30s timeout on all GitHub auth HTTP requests — previously hung indefinitely on network issues - - GitHub App error messages: Specific error messages for 401 (invalid PEM/App ID), 403 (missing permissions), 404 (wrong Installation ID), timeout - - GitHub protected branch bypass: New DirectWriteProtected mode — attempts direct push first when user/app has ruleset bypass, falls back to working branch only if rejected. Previously always created a working branch even when bypass was configured - - AeroCloud manual sync protocol support (critical): Manual sync was hardcoded to FTP manager — failed with "Not connected to FTP server" on SFTP, WebDAV, S3, and all other protocols. Now uses the same multi-protocol factory as background sync - - Sync ping-pong elimination: Removed set_file_mtime(now) after upload that corrupted local timestamps, causing files to be re-transferred on every sync cycle - Added - - SFTP mtime preservation: setstat after upload sets remote file mtime to match local file's original timestamp - - FTP MFMT support: RFC draft MFMT command after upload preserves mtime on servers that support it (ProFTPD, FileZilla Server). Auto-detected via FEAT - - Universal sync mtime alignment: After upload on any provider, stat() reads the server-assigned mtime and applies it to the local file — ensures both sides match for accurate timestamp comparison - - Download mtime preservation (provider path): After download via StorageProvider, remote mtime is applied to the local file - - Token expiry local timezone: GitHub App token expiry displayed in user's local timezone instead of raw UTC - - Auth mode lock on edit: When editing a saved GitHub connection, authentication mode buttons are locked to prevent accidental mode switching - Changed - - GitHub App placeholder privacy: Replaced real App ID/Installation ID in placeholder text with generic examples across all 47 locales - - FTP MFMT command: Corrected from SITE MFMT to standalone MFMT command via custom_command() (MFMT is not a SITE sub-command) - - Tray Sync Now feedback: Sync result now logged in activity log after tray-triggered sync - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v3.0.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.yaml deleted file mode 100644 index 625906cb2bba5..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.1/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 1127ffc61fe51..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.3 -InstallerLocale: en-US -ReleaseDate: 2026-03-18 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.3/AeroFTP_3.0.3_x64-setup.exe - InstallerSha256: 53A834C0829A657CCD6E155CC998B2762F9B9571D70583C61B23CC5DA33823A4 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.3/AeroFTP_3.0.3_x64_en-US.msi - InstallerSha256: BADA5CBF1BB31D4EE588D56858C1664CCD56292FF5F5586EAB07B8356F0DCB8B - ProductCode: '{E305BDB9-792A-4639-9571-55A9AD6985E8}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{E305BDB9-792A-4639-9571-55A9AD6985E8}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 6172c7cfb078e..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,71 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.3 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [3.0.3] - 2026-03-18 - AeroAgent Tool Fixes & Provider Improvements - Comprehensive fixes to AeroAgent tool execution, AI provider compatibility, and recursive directory operations. All 47 tools now correctly handle relative paths and work reliably across providers. - Fixed - - AeroAgent relative path resolution: All local file tools (local_read, local_write, local_edit, local_list, local_search, local_rename, local_copy_files, local_move_files, archive_compress, archive_decompress, upload_files, download_files) now correctly resolve relative paths against the current local directory context - - AeroAgent tool validation: Pre-execution validation no longer falsely reports "file not found" or "parent directory does not exist" for relative paths that will be resolved at execution time - - AeroAgent upload_files recursive: Directories passed to upload_files are now expanded recursively with per-level remote mkdir, enabling full directory tree upload to remote servers - - AeroAgent server_exec credentials: Fixed credential lookup from vault — reads password from server_{id} key and profile data from config_server_profiles, matching the frontend's storage format - - AeroAgent server_exec TLS: Automatic retry with verify_cert=false when FTP/TLS connection fails due to hostname mismatch or self-signed certificates (common on shared hosting) - - AeroAgent server_exec active session: Detects when the target server is already connected in the active session and returns an informative message suggesting remote_list/upload_files instead - - AeroAgent Cohere streaming: Excluded stream_options field from Cohere and Perplexity API requests — these providers reject unknown fields with HTTP 400 - - AeroAgent empty messages: Assistant messages containing only thinking/tool calls (no visible text) now include a (tool execution) placeholder, preventing Cohere from rejecting the conversation history - - AeroAgent local_copy_files: Single file-to-file copy now works correctly (e.g., copy test.txt as backup.txt) instead of treating destination as directory - - Cohere API endpoint: Fixed from /compatibility to /compatibility/v1 - - DeepSeek API endpoint: Updated to https://api.deepseek.com (official, without /v1 suffix) - Added - - Website and Documentation links: Help menu now includes Website (aeroftp.app) and Documentation (docs.aeroftp.app) entries. About dialog shows both links - - Cohere Command A model registry: command-a-reasoning and command-a added with vision, thinking, and tool capabilities - - AeroAgent capabilities document: Public documentation with tool matrix, provider compatibility, and test results - - FtpManager.connected_host(): Public getter for active FTP connection hostname - Changed - - Default model capabilities: Models added from provider's model list now default to supportsTools: true — previously defaulted to false, causing tools to be silently disabled - - Hardcoded DEFAULT_MODELS removed: Provider model presets cleared — models change too frequently, users select from live provider catalog via the Models button - - About dialog: Protocol count updated to 22 - - Snapcraft: Website field updated to https://aeroftp.app - - AUR PKGBUILD: Switched from AppImage to .deb extraction — resolves EGL_BAD_PARAMETER error on Arch Linux with certain GPU drivers - - Tool error messages: Improved pattern matching for tool-related errors with informative hints - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v3.0.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.yaml deleted file mode 100644 index 6230b6f257f60..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.3/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index 8c0e61397f437..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.4 -InstallerLocale: en-US -ReleaseDate: 2026-03-19 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.4/AeroFTP_3.0.4_x64-setup.exe - InstallerSha256: 2CAB5F8E736EF78934E7127878220EE08E13819DB5FE90DB0EA64540DBC95623 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.4/AeroFTP_3.0.4_x64_en-US.msi - InstallerSha256: FAAE909D7D93F0AA77D700F9380ADF6319B73E8ED9665DABE1777C7D32BFA681 - ProductCode: '{8908BD34-946E-4810-9023-3604D3B545A7}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{8908BD34-946E-4810-9023-3604D3B545A7}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 8fb3e0555d225..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.4 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [3.0.4] - 2026-03-19 - GitHub Integration & Editor on All Protocols - Advanced GitHub repository integration and critical fix enabling the Monaco editor to open, preview, and save files on all 23 protocols. - Added - - GitHub Release Browser: Create, list, download, and delete releases from an in-app modal with asset management, source code archive download, and refresh button - - GitHub PR creation button: One-click Pull Request creation in branch workflow mode with title and body dialog - - GitHub batch commit: Atomic multi-file commits via GraphQL createCommitOnBranch mutation - - GitHub public/private badge: Repository visibility indicator in status bar - - GitHub auth mode label: Saved servers show authentication type (PAT, OAuth, App) in subtitle - - Release asset download: Native save-to-disk dialog for downloading release assets - - Shell completion: aeroftp completions bash/zsh/fish/powershell via clap_complete - - Search button disabled state: Protocols without remote search show disabled icon with tooltip - Fixed - - Editor preview on all protocols (critical): preview_remote_file now uses active StorageProvider with FTP fallback, enabling file preview on GitHub, Google Drive, Dropbox, and all cloud providers - - Editor save on all protocols (critical): save_remote_file and upload_file use provider-first pattern, enabling edit-in-place across all 23 protocols - - 8 CLI audit findings: 4shared OAuth1 CLI, credential store scope, vault init TOCTOU lock, password zeroize, StoredTokens ZeroizeOnDrop, profile/URL mutual exclusion - - 6 GitHub audit findings: Write-mode guard on repo helpers, content_branch in mutations, path normalization unified, Device Flow User-Agent, Retry-After on uploads, branch/tag URL encoding - - Draft release navigation: Fallback to listing all releases when tag endpoint returns 404 - - Source code archives: Show auto-generated zip/tar.gz in release asset listing - - Release delete confirmation: In-app dialog replacing window.confirm race condition - - AUR EGL fix: Switch from AppImage to .deb extraction (fixes EGL_BAD_PARAMETER on Arch) - - i18n: 28 GitHub keys translated in 47 languages, missing interpolation params render empty - Changed - - Snap Store auto-publish: Re-enabled after reviewer approval - - portable-pty: Upgraded from 0.8 to 0.9 - - Protocol count: Standardized to 23 (includes GitHub) across all docs and UI - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v3.0.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.yaml deleted file mode 100644 index 43ded0e019632..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.4/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index b981924305197..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.5 -InstallerLocale: en-US -ReleaseDate: 2026-03-20 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.5/AeroFTP_3.0.4_x64-setup.exe - InstallerSha256: 78D3938602601D4A5096588C2D1DC8D830AA6418362DE3CCCE1C5829551DAEEA - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - DisplayVersion: 3.0.4 - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.5/AeroFTP_3.0.4_x64_en-US.msi - InstallerSha256: F2064F750AEDC9C53286865288E8DFAEB0F8086EA9E8EB10CF1C72BF65B64D40 - ProductCode: '{27EBDFB7-B2B2-4C82-98EE-930029F58417}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - DisplayVersion: 3.0.4 - ProductCode: '{27EBDFB7-B2B2-4C82-98EE-930029F58417}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index bee681418a330..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,72 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.5 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [3.0.5] - 2026-03-20 - SFTP Upload Fix, GitHub Integration Pro & Download Safety - Critical fix for SFTP file uploads, complete GitHub integration with multi-repo, co-authoring, Pages monitoring, and atomic download writes across all 22 providers. - > First release tagged and published entirely from AeroFTP with aeroftp[bot]. - Fixed - - SFTP upload 0-byte bug (critical): File uploads via russh/russh-sftp produced 0-byte files on the server due to a write buffering race condition in russh 0.57.x. The SFTP upload backend was replaced with ssh2/libssh2 SCP, which reliably delivers file content. Downloads, listing, and navigation remain on russh. Identified by the development team through systematic root cause analysis and 10 fix attempts against a live NAS target - - Atomic download writes: All 22 providers now write downloads to a .aerotmp temporary file and atomically rename on completion. If a download fails mid-stream, the original file is untouched and no 0-byte file is left behind - Added - - GitHub PEM vault storage: GitHub App .pem private keys are now encrypted (AES-256-GCM) and stored in the vault on first import. Reconnection uses the vault copy — the original .pem file can be safely deleted - - GitHub token expiry badges: Dynamic status indicators show token state (valid, expiring soon, expired) with auto-refresh messaging - - GitHub PEM error messages: Specific, actionable error messages for missing, empty, or invalid PEM files instead of generic "InvalidKeyFormat" - - ssh2 dependency: Added ssh2 0.9.5 with vendored OpenSSL for reliable SFTP uploads via SCP protocol - - GitHub App co-authoring: Commits via App (.pem) mode now show both the repository owner (author) and aeroftp[bot] (committer) with dual avatars on GitHub - - GitHub auth mode badge: Colored badge (APP/PAT/OAuth) on saved GitHub servers for instant identification - - GitHub token countdown: Live remaining time in saved server subtitle (green >15min, amber <15min, red expired) with auto-refresh messaging - - 0 B file alert badge: Warning triangle on files with 0 bytes in list and grid views (local + remote panels) - - GitHub Pages browser: Site info, deployment history, build status, custom domain, and "Open Site" button for repos with GitHub Pages enabled (auto-detected via API) - - GitHub PAT vault storage: Personal Access Tokens encrypted in vault on first use; pre-populated for new connections to different repos - - GitHub OAuth vault storage: Device Flow tokens stored in vault; "Already authorized" badge for instant multi-repo setup - - GitHub multi-repo: Connect to multiple GitHub repositories simultaneously with separate tabs (APP, PAT, OAuth modes coexist) - - GitHub context menu icons: "Commit" with GitHub icon replaces "Upload" on local panel; "Delete" and "Rename" show GitHub icon on remote panel - - Release CHANGELOG import: "Import from CHANGELOG" button reads CHANGELOG.md from repo and auto-populates release body matching the tag version - - Release form improvements: Wider dialog (max-w-2xl), markdown preview toggle, smart tag suggestion (next patch version), resizable textarea - - github_read_file command: Generic Tauri command to read any text file from the connected GitHub repository - - 12 new i18n keys: GitHub Pages, PEM vault, token status, 0B warning, context menu, auth status in 47 languages - Changed - - SFTP upload architecture: Hybrid model — russh for SSH connection lifecycle, listing, downloads; ssh2/SCP for uploads with post-upload size verification - - README: AeroCloud documentation link updated to docs.aeroftp.app - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v3.0.5 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.yaml deleted file mode 100644 index 7dac44e6fe442..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.5/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.installer.yaml deleted file mode 100644 index d4da8f1eceaad..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.6 -InstallerLocale: en-US -ReleaseDate: 2026-03-21 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.6/AeroFTP_3.0.6_x64-setup.exe - InstallerSha256: 6F85C92DC6D2B1D97217267A0462389398EC24DF5D35B03D694DDB5F22D15AC6 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: AeroFTP - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: AeroFTP - InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\AeroFTP' -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v3.0.6/AeroFTP_3.0.6_x64_en-US.msi - InstallerSha256: 78155562581C80190915ED17FB02B98AA59A9122CA4010D479D8771718BABB56 - ProductCode: '{023FA05B-A38A-46B0-9FFE-405D6B277915}' - AppsAndFeaturesEntries: - - Publisher: aeroftp - ProductCode: '{023FA05B-A38A-46B0-9FFE-405D6B277915}' - UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/AeroFTP' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.locale.en-US.yaml deleted file mode 100644 index 9b4615b712eb0..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.locale.en-US.yaml +++ /dev/null @@ -1,65 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.6 -PackageLocale: en-US -Publisher: axpnet -PublisherUrl: https://github.com/axpnet -PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues -Author: axpnet -PackageName: AeroFTP -PackageUrl: https://github.com/axpnet/aeroftp -License: GPL-3.0 -LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE -ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. -Description: |- - AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). - It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), - features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), - bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. - Available in 47 languages with 4 themes. -Moniker: aeroftp -Tags: -- cloud-storage -- encryption -- file-manager -- file-transfer -- ftp -- ftp-client -- multi-protocol -- rust -- s3 -- sftp -- sync -- tauri -- webdav -ReleaseNotes: |- - [3.0.6] - 2026-03-21 - GitHub Actions Monitor, Search Filter & Co-Authoring Fix - Complete GitHub CI/CD monitoring with Actions workflow panel, universal file search filter across all 22 providers, and co-authoring fix ensuring aeroftp[bot] appears as repository contributor. - > Tagged and published from AeroFTP with aeroftp[bot]. - Added - - GitHub Actions browser: Live workflow runs monitor with status semaphore (green/amber/red), duration, commit SHA, actor, branch. Re-run all jobs, re-run failed only, cancel in-progress — all from the app. Auto-polls every 15s when runs are active - - GitHub code search: find() implementation via Git Trees API with recursive listing and case-insensitive filename matching - - Universal file filter: Client-side live filter enabled for all 22 providers (was disabled for FTP, SFTP, WebDAV, S3, Azure, GitHub). Type to filter files in current directory with result counter - - GitHub App credentials vault: App ID and Installation ID saved alongside PEM in vault. New connections pre-populate all fields — just enter the repo name - - GitHub PAT vault storage: Personal Access Tokens encrypted in vault on first use; pre-populated for new connections to different repos - - GitHub OAuth vault storage: Device Flow tokens stored in vault; "Already authorized" badge for instant multi-repo setup - - GitHub connection form UX: Auth method tabs hidden until clicked (no default selection), locked fields with "Edit" link (S3 pattern), "PEM found in vault" auto-detection - - 4 Tauri commands: github_list_actions_runs, github_rerun_workflow, github_rerun_failed_jobs, github_cancel_workflow - Fixed - - GitHub co-authoring contributor display: Commits via App mode now use Co-authored-by trailer ensuring aeroftp[bot] appears as contributor (not just committer) on GitHub - - GitHub PEM reconnection: Token auto-refresh on connect using vault-stored PEM — no manual re-import needed after token expiry - - Remote search 0 results: Search bar was calling API-based provider_find on Enter but not applying client-side filter. Now filters live on keystroke - - Version bump: All 5 version files updated to 3.0.6 (was showing 3.0.4 in splash screen on v3.0.5 release) - Changed - - Audit remediation: 4 findings fixed from 3-agent code review — setState side effect in polling, dead code removal, deduplicated methods, unified action handlers - - post_empty HTTP method: Added to GitHub HTTP client for Actions API endpoints that return 201/202 with no body - Downloads: - - Windows: .msi installer or .exe - - macOS: .dmg disk image - - Linux: .deb, .rpm, .snap, or .AppImage -ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v3.0.6 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.yaml deleted file mode 100644 index 140d0a12fe495..0000000000000 --- a/manifests/a/axpnet/AeroFTP/3.0.6/axpnet.AeroFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: axpnet.AeroFTP -PackageVersion: 3.0.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/7.7.0/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/7.7.0/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..eb052988a5a6e --- /dev/null +++ b/manifests/b/ByteDance/Douyin/7.7.0/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: 7.7.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: douyin +ReleaseDate: 2026-04-11 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-douyin-pc-web.douyinstatic.com/obj/douyin-pc-web/douyin-pc-client/7044145585217083655/releases/344418764/7.7.0/win32-ia32/douyin-v7.7.0-win32-ia32-default.exe + InstallerSha256: 3B7A6E0968EEE755C277EA5FCDE20F5EA78D5A2F2EB12513926EBF9514D20B87 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/7.7.0/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/7.7.0/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..f17acd9f1e358 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/7.7.0/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: 7.7.0 +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/7.7.0/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/7.7.0/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..21146d9a03e40 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/7.7.0/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: 7.7.0 +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/7.7.0/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/7.7.0/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..16a510ee0d8cf --- /dev/null +++ b/manifests/b/ByteDance/Douyin/7.7.0/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: 7.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.installer.yaml b/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.installer.yaml new file mode 100644 index 0000000000000..5842ddc7594ee --- /dev/null +++ b/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.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: babyworm.VideoViewer +PackageVersion: 0.5.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: video-viewer.exe + PortableCommandAlias: video-viewer +ReleaseDate: 2026-04-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/babyworm/video-viewer/releases/download/v0.5.5/video-viewer-v0.5.5-windows-x86_64.zip + InstallerSha256: C8AB8B9CF8487C40BD15AB07036D8979412C7A13DF488F3EDC9FA17611B7EADB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.locale.en-US.yaml b/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..423130c7e61ce --- /dev/null +++ b/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# 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: babyworm.VideoViewer +PackageVersion: 0.5.5 +PackageLocale: en-US +Publisher: babyworm +PublisherUrl: https://github.com/babyworm +PublisherSupportUrl: https://github.com/babyworm/video-viewer/issues +PackageName: Video Viewer +PackageUrl: https://github.com/babyworm/video-viewer +License: MIT +LicenseUrl: https://github.com/babyworm/video-viewer/blob/HEAD/LICENSE +ShortDescription: YUV/Raw video viewer with ISP sideband overlay support +Description: A native YUV/Raw video viewer supporting 75+ pixel formats with professional analysis tools including histogram, waveform, vectorscope, PSNR/SSIM metrics, and ISP sideband CTU heatmap overlay. +Tags: +- codec +- isp +- raw +- video +- viewer +- yuv +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.yaml b/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.yaml new file mode 100644 index 0000000000000..e233a2a3ca06b --- /dev/null +++ b/manifests/b/babyworm/VideoViewer/0.5.5/babyworm.VideoViewer.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: babyworm.VideoViewer +PackageVersion: 0.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.installer.yaml b/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.installer.yaml new file mode 100644 index 0000000000000..4c6d41f873faf --- /dev/null +++ b/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.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: babyworm.VideoViewer +PackageVersion: 0.5.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: video-viewer.exe + PortableCommandAlias: video-viewer +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/babyworm/video-viewer/releases/download/v0.5.6/video-viewer-v0.5.6-windows-x86_64.zip + InstallerSha256: D693F64481EFA6B8087F04A4843CBB8BDF629E090540428B75D6CE7390A344F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.locale.en-US.yaml b/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..5c10b8160d815 --- /dev/null +++ b/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# 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: babyworm.VideoViewer +PackageVersion: 0.5.6 +PackageLocale: en-US +Publisher: babyworm +PublisherUrl: https://github.com/babyworm +PublisherSupportUrl: https://github.com/babyworm/video-viewer/issues +PackageName: Video Viewer +PackageUrl: https://github.com/babyworm/video-viewer +License: MIT +LicenseUrl: https://github.com/babyworm/video-viewer/blob/HEAD/LICENSE +ShortDescription: YUV/Raw video viewer with ISP sideband overlay support +Description: A native YUV/Raw video viewer supporting 75+ pixel formats with professional analysis tools including histogram, waveform, vectorscope, PSNR/SSIM metrics, and ISP sideband CTU heatmap overlay. +Tags: +- codec +- isp +- raw +- video +- viewer +- yuv +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.yaml b/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.yaml new file mode 100644 index 0000000000000..0780a13636bab --- /dev/null +++ b/manifests/b/babyworm/VideoViewer/0.5.6/babyworm.VideoViewer.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: babyworm.VideoViewer +PackageVersion: 0.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..6e1f2ce3a3eea --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.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: blacktop.ipsw +PackageVersion: 3.1.671 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-04-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.671/ipsw_3.1.671_windows_arm64.zip + InstallerSha256: c0160c6d3a308762ab94c8aac4c22c6b5dede80e5cb728a0e1e8414efadb6a75 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.671/ipsw_3.1.671_windows_x86_64.zip + InstallerSha256: aff08deb881dcafc640d988a79d002c62e670dfd889aa29f2a3b939ce6a7995b + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..d56c53e1891fb --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: blacktop.ipsw +PackageVersion: 3.1.671 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..cd9afafb5e986 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.671/blacktop.ipsw.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: blacktop.ipsw +PackageVersion: 3.1.671 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..e1693e7aa3a34 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.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: blacktop.ipswd +PackageVersion: 3.1.671 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-04-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.671/ipswd_3.1.671_windows_arm64.zip + InstallerSha256: 9948e358e1716edf13932f562421fb6bde303be7c27d8ce4f9d4ee8a823202be + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.671/ipswd_3.1.671_windows_x86_64.zip + InstallerSha256: 6aabd387ed46911ec769b19a1a6c5bc7a522bf464bbc09d636271926337def0f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..c2507ff6e20d8 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: blacktop.ipswd +PackageVersion: 3.1.671 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..88680d4fb2614 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.671/blacktop.ipswd.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: blacktop.ipswd +PackageVersion: 3.1.671 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.installer.yaml b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.installer.yaml new file mode 100644 index 0000000000000..38d42a92d377e --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.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: CatoNetworks.CatoClient +PackageVersion: 6.2.0.8682 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + Upgrade: CATO_AUTOMATIC_UPGRADE=1 +UpgradeBehavior: install +Protocols: +- catoias +FileExtensions: +- ccst +ProductCode: '{BE5EBAC2-B110-4CAA-AE49-DE6BD98C0702}' +AppsAndFeaturesEntries: +- UpgradeCode: '{E72B4A8E-159B-4616-BEEB-A517E8F32151}' +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://clients.catonetworks.com/windows/6.2.0.8682/setup.msi + InstallerSha256: 8B0B87028F5B2D82E5F4972F04ECC65BC9C8A7F088486D1E16F08C7882EBBCCB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.locale.en-US.yaml b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.locale.en-US.yaml new file mode 100644 index 0000000000000..7ece1ee23b62c --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CatoNetworks.CatoClient +PackageVersion: 6.2.0.8682 +PackageLocale: en-US +Publisher: Cato Networks +PublisherUrl: https://www.catonetworks.com/ +PublisherSupportUrl: https://support.catonetworks.com/ +PrivacyUrl: https://www.catonetworks.com/privacypolicy/ +Author: Cato Networks Ltd. +PackageName: Cato Client +PackageUrl: https://clientdownload.catonetworks.com/ +License: Proprietary +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: Secure your network, devices and identify and support your users. +Tags: +- network +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.locale.zh-CN.yaml b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7422964ae89e5 --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CatoNetworks.CatoClient +PackageVersion: 6.2.0.8682 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 保护您的网络和设备,识别并支持您的用户。 +Tags: +- vpn +- 网络 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.yaml b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.yaml new file mode 100644 index 0000000000000..e78fbe3dc9760 --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.2.0.8682/CatoNetworks.CatoClient.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: CatoNetworks.CatoClient +PackageVersion: 6.2.0.8682 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.installer.yaml b/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.installer.yaml new file mode 100644 index 0000000000000..ed249bf6c2a68 --- /dev/null +++ b/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.installer.yaml @@ -0,0 +1,28 @@ +# 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: DimitarRadenkov.SnippingTool +PackageVersion: 4.5.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +ProductCode: '{A3F2C1D0-8B4E-4F7A-9C6D-0E5B2A1F3E8C}_is1' +ReleaseDate: 2026-04-13 +AppsAndFeaturesEntries: +- Publisher: Dimitris + ProductCode: '{A3F2C1D0-8B4E-4F7A-9C6D-0E5B2A1F3E8C}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SnippingTool' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dimitar-radenkov/SnippingTool/releases/download/v4.5.1/SnippingTool-4.5.1-Setup.exe + InstallerSha256: C8E5A0B8202472E0BC32BE528E8C5C59B65E68E19A63444EF13C2794F8F56C5A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.locale.en-US.yaml b/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.locale.en-US.yaml new file mode 100644 index 0000000000000..ba002f0312faf --- /dev/null +++ b/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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: DimitarRadenkov.SnippingTool +PackageVersion: 4.5.1 +PackageLocale: en-US +Publisher: Dimitar Radenkov +PublisherUrl: https://github.com/dimitar-radenkov +PublisherSupportUrl: https://github.com/dimitar-radenkov/SnippingTool/issues +PackageName: SnippingTool +PackageUrl: https://github.com/dimitar-radenkov/SnippingTool +License: MIT +LicenseUrl: https://github.com/dimitar-radenkov/SnippingTool/blob/HEAD/LICENSE +Copyright: Copyright (c) Dimitar Radenkov +ShortDescription: Open-source Windows snipping tool with OCR, screen recording, and annotation +Description: |- + SnippingTool is a lightweight Windows screen capture and annotation tool. + Press Print Screen to draw a region, annotate with arrows, shapes, text, blur, + and numbered steps, then copy to clipboard, pin as a floating always-on-top window, + or record your screen to MP4 (H.264) or AVI. Includes built-in OCR to extract text + from any screenshot. No subscription, no telemetry. +Moniker: snippingtool +Tags: +- annotation +- ocr +- screen-capture +- screen-recorder +- screenshot +- snipping-tool +- windows +- wpf +ReleaseNotes: |- + What's Changed + - Add microphone recording support to screen capture by @dimitar-radenkov in #74 + Full Changelog: v4.4.4...v4.5.1 +ReleaseNotesUrl: https://github.com/dimitar-radenkov/SnippingTool/releases/tag/v4.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.yaml b/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.yaml new file mode 100644 index 0000000000000..a5af2a6151e6e --- /dev/null +++ b/manifests/d/DimitarRadenkov/SnippingTool/4.5.1/DimitarRadenkov.SnippingTool.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: DimitarRadenkov.SnippingTool +PackageVersion: 4.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dio/PureCodec/20260330/Dio.PureCodec.locale.en-US.yaml b/manifests/d/Dio/PureCodec/20260330/Dio.PureCodec.locale.en-US.yaml index 7ba0282fff620..f33b1a0d7940a 100644 --- a/manifests/d/Dio/PureCodec/20260330/Dio.PureCodec.locale.en-US.yaml +++ b/manifests/d/Dio/PureCodec/20260330/Dio.PureCodec.locale.en-US.yaml @@ -10,7 +10,7 @@ PublisherSupportUrl: https://diodiy.lofter.com/ PackageName: Pure Codec PackageUrl: https://jm.wmzhe.com/ License: Freeware -ShortDescription: Codec pack for HD fans +ShortDescription: Codec pack for HD fans. Description: Pure Codec is a well-built codec pack for HD fans, capable of decoding and playing popular video and audio formats by hardware and software. It integrates multimedia player PotPlayer, MPC-HC and MPC-BE, splitter and decoder suite LAV Filters, high quality renderer madVR, and supports Chinese and English. Tags: - audio @@ -27,6 +27,8 @@ Tags: - player - potplayer - video +- prc +- china ReleaseNotesUrl: http://diodiy.top/?thread-1.htm ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.installer.yaml b/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.installer.yaml new file mode 100644 index 0000000000000..2ebb2c3e3eddf --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: danielmiessler.Fabric +PackageVersion: 1.4.445 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fabric.exe +Commands: +- fabric +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.445/fabric_Windows_i386.zip + InstallerSha256: CFD35EF027271DFBA46C08E6BF04078AE8A0D010C1D5E810C36BEE8792E055DF +- Architecture: x64 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.445/fabric_Windows_x86_64.zip + InstallerSha256: 0C5C8011137B53A70A03AB38BB9A9D58FDC4C3C00181E0B3A1FF2AAEE8011B51 +- Architecture: arm64 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.445/fabric_Windows_arm64.zip + InstallerSha256: E729E863E9CAF92442DEE75B9F51B5DADA642144D77CC10B806FCFF9C4A5C910 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.locale.en-US.yaml b/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.locale.en-US.yaml new file mode 100644 index 0000000000000..0f51bfc7886da --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: danielmiessler.Fabric +PackageVersion: 1.4.445 +PackageLocale: en-US +Publisher: danielmiessler +PublisherUrl: https://github.com/danielmiessler +PublisherSupportUrl: https://github.com/danielmiessler/Fabric/issues +PackageName: Fabric +PackageUrl: https://github.com/danielmiessler/Fabric +License: MIT +LicenseUrl: https://github.com/danielmiessler/Fabric/blob/HEAD/LICENSE +ShortDescription: Fabric is an open-source framework for augmenting humans using AI. +Tags: +- ai +- augmentation +- flourishing +- life +- work +ReleaseNotes: |- + Changes + PR #2091 by jimscard and ksylvan: Update Dockerfile for best practices and critical CVE fixes + - Pins Alpine 3.21 and Go 1.25.9 explicitly for reproducible, auditable builds. + - Installs the Go toolchain directly in the builder stage, removing the dependency on an unavailable upstream golang tag. + - Upgrades setuptools to remediate the critical vulnerability CVE-2025-47273. + - Refreshes the yt-dlp installation path to align with current packaging conventions. + - Configures the final image to run as a non-root user, reducing the container's attack surface. +ReleaseNotesUrl: https://github.com/danielmiessler/Fabric/releases/tag/v1.4.445 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.yaml b/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.yaml new file mode 100644 index 0000000000000..bca85fe971714 --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.445/danielmiessler.Fabric.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: danielmiessler.Fabric +PackageVersion: 1.4.445 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.installer.yaml b/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.installer.yaml deleted file mode 100644 index dfbdf3eb70394..0000000000000 --- a/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: dnSpyEx.dnSpy -PackageVersion: 6.3.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: zip -Installers: -- Architecture: x86 - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: dnSpy.exe - PortableCommandAlias: dnspy - - RelativeFilePath: dnSpy.Console.exe - PortableCommandAlias: dnspy.console - InstallerUrl: https://github.com/dnSpyEx/dnSpy/releases/download/v6.3.0/dnSpy-net-win32.zip - InstallerSha256: 9671993F1307BF9DF6BDE3BB08E8A624B848A1327F1732DB86856B70BE1EDA7B -- Architecture: x64 - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: dnSpy.exe - PortableCommandAlias: dnspy - - RelativeFilePath: dnSpy.Console.exe - PortableCommandAlias: dnspy.console - InstallerUrl: https://github.com/dnSpyEx/dnSpy/releases/download/v6.3.0/dnSpy-net-win64.zip - InstallerSha256: 168319866E0818AB2BDBDE8AFA01101C570D72F296404255235AFF1DF88303E0 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.locale.en-US.yaml b/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.locale.en-US.yaml deleted file mode 100644 index 63ade236634d4..0000000000000 --- a/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: dnSpyEx.dnSpy -PackageVersion: 6.3.0 -PackageLocale: en-US -Publisher: dnSpyEx -PublisherUrl: https://github.com/dnSpyEx/dnSpy -PublisherSupportUrl: https://github.com/dnSpyEx/dnSpy/issues -PackageName: dnSpy -PackageUrl: https://github.com/dnSpyEx/dnSpy -License: GPL3 -LicenseUrl: https://raw.githubusercontent.com/dnSpyEx/dnSpy/master/LICENSE.txt -Copyright: Copyright (C) 2007 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnSpyEx/dnSpy/master/LICENSE.txt -ShortDescription: dnSpyEx is a unofficial continuation of the dnSpy project which is a debugger and .NET assembly editor. -Description: "dnSpyEx is a unofficial continuation of the dnSpy project which is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available. Main features: Debug .NET and Unity assemblies, Edit .NET and Unity assemblies, Light and dark themes." -Moniker: dnspy -Tags: -- dnspy -- dnspyex -- .net -- dotnet -- c# -- csharp -- vb -- visualbasic -- debugger -- decompiler -- disassembler -ReleaseNotes: dnSpyEx 6.3.0 brings many improvements to the already existing components in dnSpy as well as features an improved search component. Many bugs and issues caused by obfuscated or malformed binaries have been fixed. The debugger received quite a lot of improvements for both the CorDebug and Mono APIs to improve the debugging experience. The decompiler has also received quite a few changes to help fix crashes and incorrect decompiled code. This update is recommended for all users of dnSpy and dnSpyEx! -ReleaseNotesUrl: https://github.com/dnSpyEx/dnSpy/releases/tag/v6.3.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.yaml b/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.yaml deleted file mode 100644 index f20651f8ac9f0..0000000000000 --- a/manifests/d/dnSpyEx/dnSpy/6.3.0/dnSpyEx.dnSpy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: dnSpyEx.dnSpy -PackageVersion: 6.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.installer.yaml b/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.installer.yaml deleted file mode 100644 index 1b3c77bb66369..0000000000000 --- a/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: dnSpyEx.dnSpy -PackageVersion: 6.4.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: zip -Installers: -- Architecture: x86 - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: dnSpy.exe - PortableCommandAlias: dnspy - - RelativeFilePath: dnSpy.Console.exe - PortableCommandAlias: dnspy.console - InstallerUrl: https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.0/dnSpy-net-win32.zip - InstallerSha256: 0CDC1519939A5C599DAFC5BED59EAB3D2372D0248F078D5C31B7F45445781CEF -- Architecture: x64 - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: dnSpy.exe - PortableCommandAlias: dnspy - - RelativeFilePath: dnSpy.Console.exe - PortableCommandAlias: dnspy.console - InstallerUrl: https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.0/dnSpy-net-win64.zip - InstallerSha256: 4800A5C4C980D352B649515496A6A6B6CEB62CD48A3FA3AEF5454CAC2D50FF15 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.locale.en-US.yaml b/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.locale.en-US.yaml deleted file mode 100644 index 36e3a761533e0..0000000000000 --- a/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: dnSpyEx.dnSpy -PackageVersion: 6.4.0 -PackageLocale: en-US -Publisher: dnSpyEx -PublisherUrl: https://github.com/dnSpyEx/dnSpy -PublisherSupportUrl: https://github.com/dnSpyEx/dnSpy/issues -PackageName: dnSpy -PackageUrl: https://github.com/dnSpyEx/dnSpy -License: GPL3 -LicenseUrl: https://raw.githubusercontent.com/dnSpyEx/dnSpy/master/LICENSE.txt -Copyright: Copyright (C) 2007 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnSpyEx/dnSpy/master/LICENSE.txt -ShortDescription: dnSpyEx is a unofficial continuation of the dnSpy project which is a debugger and .NET assembly editor. -Description: "dnSpyEx is a unofficial continuation of the dnSpy project which is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available. Main features: Debug .NET and Unity assemblies, Edit .NET and Unity assemblies, Light and dark themes." -Moniker: dnspy -Tags: -- dnspy -- dnspyex -- .net -- dotnet -- c# -- csharp -- vb -- visualbasic -- debugger -- decompiler -- disassembler -ReleaseNotes: This release of dnSpyEx addresses the many newfound vulnerabilities in .NET 6. Updating is highly recommended! See https://github.com/dotnet/announcements/issues issues 250 and 252-261 -ReleaseNotesUrl: https://github.com/dnSpyEx/dnSpy/releases/tag/v6.4.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.yaml b/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.yaml deleted file mode 100644 index aa8800fb09983..0000000000000 --- a/manifests/d/dnSpyEx/dnSpy/6.4.0/dnSpyEx.dnSpy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: dnSpyEx.dnSpy -PackageVersion: 6.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.installer.yaml b/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.installer.yaml new file mode 100644 index 0000000000000..459400df8b19a --- /dev/null +++ b/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: FAI-Solutions.move-window-between-desktops +PackageVersion: "1.3" +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/releases/download/latest/move-window-between-desktops-setup.exe + InstallerSha256: 896B5DD4099AA2975D0835A395029232EDFC5493E676692D038F40AE222274CD + ProductCode: '{B7E8A3C2-4D5F-4E6B-9A1C-3F2D8E7B6A5C}_is1' + AppsAndFeaturesEntries: + - DisplayName: Move Window Between Desktops + Publisher: FAI-Solutions + ProductCode: '{B7E8A3C2-4D5F-4E6B-9A1C-3F2D8E7B6A5C}_is1' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.locale.en-US.yaml b/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.locale.en-US.yaml new file mode 100644 index 0000000000000..c41c79a7e6a09 --- /dev/null +++ b/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: FAI-Solutions.move-window-between-desktops +PackageVersion: "1.3" +PackageLocale: en-US +Publisher: FAI-Solutions +PublisherUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops +PublisherSupportUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/issues +Author: Johannes Faber +PackageName: Move Window Between Desktops +PackageUrl: https://fai-solutions.codeberg.page/move-window-between-desktops/ +License: MIT +LicenseUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/src/branch/main/LICENSE +Copyright: Copyright (c) 2026 Johannes Faber (FAI-Solutions) +ShortDescription: Move the active window between virtual desktops using hotkeys +Description: Windows 10 and 11 let you switch between virtual desktops using Ctrl+Win+Arrow, but they lack a built-in shortcut to move the currently active window to another desktop. This script fills that gap by allowing you to move your active window to the next or previous virtual desktop on Windows 10 / 11 with a single keyboard shortcut - a feature Microsoft should have included long ago. +Moniker: move-window-between-desktops +Tags: +- move-virtualdesktop +- move-window-with-hotkeys +- virtual-desktop +- autohotkey +- hotkey +- windows +- keyboard-shortcuts +- ahk +- window-management +- desktop-switcher +- productivity +- windows10 +- windows11 +- desktop-utility +- move-window-between-desktops +- virtual-desktop-shortcut +ReleaseNotes: Compiled EXE distribution; Installer bundled with all dependencies; Added additional hotkeys; Autostart configured automatically during installation; New custom tray menu with hotkey description +ReleaseNotesUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/releases/tag/v1.3 +InstallationNotes: |2 + + ──────────────────────────────────────────────────── + Move Window Between Desktops v1.3 - Ready to use! + ──────────────────────────────────────────────────── + + HOTKEYS + Ctrl + Shift + Win + Right/Left move window to next/prev desktop + Ctrl + Shift + Alt + Right/Left move window (alternative key) + Ctrl + Win + Right/Left switch between desktops (native) + Ctrl + Alt + Right/Left switch between (alternative key) + + AUTOSTART is configured automatically --> active after every login + Install folder opens automatically > double click move-window-between-desktops.exe + + WEBSITE https://fai-solutions.codeberg.page/move-window-between-desktops/ + SUPPORT https://codeberg.org/FAI-Solutions/move-window-between-desktops/issues + MIRROR https://github.com/FAI-Solutions/move-window-between-desktops + ──────────────────────────────────────────────────── +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.yaml b/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.yaml new file mode 100644 index 0000000000000..0d75cfe0ad1af --- /dev/null +++ b/manifests/f/FAI-Solutions/move-window-between-desktops/1.3/FAI-Solutions.move-window-between-desktops.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: FAI-Solutions.move-window-between-desktops +PackageVersion: "1.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.204.0/Granola.Granola.installer.yaml deleted file mode 100644 index 7f821ada20676..0000000000000 --- a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.204.0 -InstallerType: nullsoft # electron-builder -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-09-18 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.214.0-win-x64.exe - InstallerSha256: 349754BB1177256EE83763B4BF184BC8C0835A7B19D236E25919B8CCD790B950 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.204.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 146eeb5162665..0000000000000 --- a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.204.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -# Moniker: -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://www.granola.ai/pricing -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.204.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index fc6b42dc45567..0000000000000 --- a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.204.0 -PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -License: 专有软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -# Moniker: -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://www.granola.ai/pricing -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.204.0/Granola.Granola.yaml deleted file mode 100644 index 5deb2d4165189..0000000000000 --- a/manifests/g/Granola/Granola/6.204.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.204.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.222.0/Granola.Granola.installer.yaml deleted file mode 100644 index dd5ec334ad2fb..0000000000000 --- a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.222.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-09-23 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.222.0-win-x64.exe - InstallerSha256: 4B53ADBB05999AAD8E09DFDEA25A0C19A12657BA0436727F66AF589B26E72D89 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.222.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index dd792f076a70c..0000000000000 --- a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.222.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.222.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index e4bcec9f3d24d..0000000000000 --- a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.222.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.222.0/Granola.Granola.yaml deleted file mode 100644 index 9a09db433f4ca..0000000000000 --- a/manifests/g/Granola/Granola/6.222.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.222.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.234.0/Granola.Granola.installer.yaml deleted file mode 100644 index 96de0e09441a0..0000000000000 --- a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.234.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-09-30 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.234.0-win-x64.exe - InstallerSha256: 2A533236D1DA0DFD6CCEEDB7017765416B90E0F8FEB45AE2A38C603AC3A1873C -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.234.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 22e1021dd7466..0000000000000 --- a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.234.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.234.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index fb3a81343b264..0000000000000 --- a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.234.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.234.0/Granola.Granola.yaml deleted file mode 100644 index 034c16d5a1725..0000000000000 --- a/manifests/g/Granola/Granola/6.234.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.234.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.235.0/Granola.Granola.installer.yaml deleted file mode 100644 index 27b6347ec9ae5..0000000000000 --- a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.235.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-09-30 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.235.0-win-x64.exe - InstallerSha256: AE7DA48CCECFD212E1104C95B11FA731F0CF194AD05841B67A85C4952F8B018A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.235.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 03cd8ee73bcb2..0000000000000 --- a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.235.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.235.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 149ca5dfa3fec..0000000000000 --- a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.235.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.235.0/Granola.Granola.yaml deleted file mode 100644 index dc3853d594186..0000000000000 --- a/manifests/g/Granola/Granola/6.235.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.235.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.253.0/Granola.Granola.installer.yaml deleted file mode 100644 index 38edbc5a70662..0000000000000 --- a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.253.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-10-09 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.253.0-win-x64.exe - InstallerSha256: 3E84B19A91B5203884D9324C7F951ADDA596D893F8435441E93CF00ED59FB252 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.253.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 58714614d881c..0000000000000 --- a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.253.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.253.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index bbbfa735f4fe8..0000000000000 --- a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.253.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.253.0/Granola.Granola.yaml deleted file mode 100644 index 4fa03ab7be514..0000000000000 --- a/manifests/g/Granola/Granola/6.253.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.253.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.267.0/Granola.Granola.installer.yaml deleted file mode 100644 index 004f7ee19dc6d..0000000000000 --- a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-10-17 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.267.0-win-x64.exe - InstallerSha256: D5DC787631FEB6394B61D4258D46BC01A08E456C241740E3F0B76838F4F9E031 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.267.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index a1d85a153a01a..0000000000000 --- a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.267.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 1a5bd4e56bd63..0000000000000 --- a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.267.0/Granola.Granola.yaml deleted file mode 100644 index 6b2b6a9a76570..0000000000000 --- a/manifests/g/Granola/Granola/6.267.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.267.1/Granola.Granola.installer.yaml deleted file mode 100644 index ce3ab0b4911e3..0000000000000 --- a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-10-20 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.267.1-win-x64.exe - InstallerSha256: 073B69CE9985A69D2D15BA25D0BC559CFD05A8082230F56E51AFAA9DBC038958 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.267.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 2a839b76e64e5..0000000000000 --- a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.267.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 8e27dfc80e8f0..0000000000000 --- a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.267.1/Granola.Granola.yaml deleted file mode 100644 index 108112257e1a5..0000000000000 --- a/manifests/g/Granola/Granola/6.267.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.267.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.276.0/Granola.Granola.installer.yaml deleted file mode 100644 index 280dda4426293..0000000000000 --- a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.276.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-10-22 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.276.0-win-x64.exe - InstallerSha256: 6F8F56AF8E99E7EA26DC2F754173B6A5FE1A614CFC0792F3C7D75BC241EB7129 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.276.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index ffdedf0103c95..0000000000000 --- a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.276.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.276.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 9575a1894a40f..0000000000000 --- a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.276.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.276.0/Granola.Granola.yaml deleted file mode 100644 index 9b9abfc6f7821..0000000000000 --- a/manifests/g/Granola/Granola/6.276.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.276.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.289.0/Granola.Granola.installer.yaml deleted file mode 100644 index 831bc8ec7e728..0000000000000 --- a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.289.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-10-27 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.289.0-win-x64.exe - InstallerSha256: 848077DBEC017FA6FC0126FEC79AD2422BF417FED3EA8E366345C953482EF0AA -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.289.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 10995d65b1fbf..0000000000000 --- a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.289.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.289.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 546ccf5301d21..0000000000000 --- a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.289.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.289.0/Granola.Granola.yaml deleted file mode 100644 index 02220ed777409..0000000000000 --- a/manifests/g/Granola/Granola/6.289.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.289.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.298.0/Granola.Granola.installer.yaml deleted file mode 100644 index 018be4a5eae31..0000000000000 --- a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.298.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-10-30 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.298.0-win-x64.exe - InstallerSha256: F47C1981253321CA05154E1A52DD216FA1F3E6A32F28F062A39AF19D3C55AF63 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.298.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index dafb1f803feaf..0000000000000 --- a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.298.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.298.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 58f7e0c037f5d..0000000000000 --- a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.298.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.298.0/Granola.Granola.yaml deleted file mode 100644 index c91f75d4e07fc..0000000000000 --- a/manifests/g/Granola/Granola/6.298.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.298.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.317.0/Granola.Granola.installer.yaml deleted file mode 100644 index 01f4f2f93ff6f..0000000000000 --- a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.317.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-11-06 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.317.0-win-x64.exe - InstallerSha256: AE541C15616E0DB97F4EF59404917A987B9B2D2B5FB1C4CC9EC9AEC58578ADED -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.317.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index edfdabd95686c..0000000000000 --- a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.317.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.317.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 85d0ee8b4e1a4..0000000000000 --- a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.317.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.317.0/Granola.Granola.yaml deleted file mode 100644 index fa607f03f2a45..0000000000000 --- a/manifests/g/Granola/Granola/6.317.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.317.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.321.0/Granola.Granola.installer.yaml deleted file mode 100644 index 155c34029e293..0000000000000 --- a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.321.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-11-07 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.321.0-win-x64.exe - InstallerSha256: 39CC7BB5012A055AC405E19B90FA74FC8FCE9704C34F1E1320B4EC1D717CF0EF -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.321.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index e4112557b5b8f..0000000000000 --- a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.321.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.321.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index affa5b35d88d6..0000000000000 --- a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.321.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.321.0/Granola.Granola.yaml deleted file mode 100644 index a53d65ae97211..0000000000000 --- a/manifests/g/Granola/Granola/6.321.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.321.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.333.1/Granola.Granola.installer.yaml deleted file mode 100644 index 516019f315d00..0000000000000 --- a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.333.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-11-14 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.333.1-win-x64.exe - InstallerSha256: 31AFE2D61654D5DCE010E0F00EEF4B9BF790A8FAD59B66540428F8EB53741FFA -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.333.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 6ee1df4381919..0000000000000 --- a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.333.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.333.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 5563559d7139a..0000000000000 --- a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.333.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.333.1/Granola.Granola.yaml deleted file mode 100644 index d5886a384ad28..0000000000000 --- a/manifests/g/Granola/Granola/6.333.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.333.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.342.0/Granola.Granola.installer.yaml deleted file mode 100644 index 3b7be5fdb48ae..0000000000000 --- a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.342.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-11-20 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.342.0-win-x64.exe - InstallerSha256: 0ED7D26735B681E896F9B16F069D57EB58BE612C800496CF11CC51755DD867D4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.342.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index fff4e37d995d9..0000000000000 --- a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.342.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.342.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 0fb25335ea055..0000000000000 --- a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.342.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.342.0/Granola.Granola.yaml deleted file mode 100644 index cb8d983f6ee21..0000000000000 --- a/manifests/g/Granola/Granola/6.342.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.342.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.installer.yaml deleted file mode 100644 index 9f1934021d787..0000000000000 --- a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.356.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-11-28 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.356.0-win-x64.exe - InstallerSha256: C77C81BDD6C28A2CDBD7F218F714FA10A9A2752799A71B50A1D9940E5F9F481F -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index a670b067ad3e2..0000000000000 --- a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.356.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 49f3bac10131a..0000000000000 --- a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.356.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.yaml deleted file mode 100644 index 48beeb55f2480..0000000000000 --- a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.356.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.377.0/Granola.Granola.installer.yaml deleted file mode 100644 index 736c76341a884..0000000000000 --- a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.377.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-04 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.377.0-win-x64.exe - InstallerSha256: 637A56D08BBA521C6509F616E86537B223E59588B189E8DC9C72083B54CA0B5C -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.377.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index b0bb9d37d0202..0000000000000 --- a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.377.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.377.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index af3c8e69cec1e..0000000000000 --- a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.377.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.377.0/Granola.Granola.yaml deleted file mode 100644 index 6582f1da3d5d3..0000000000000 --- a/manifests/g/Granola/Granola/6.377.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.377.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.399.0/Granola.Granola.installer.yaml deleted file mode 100644 index e595f54ff550f..0000000000000 --- a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.399.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-08 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.399.0-win-x64.exe - InstallerSha256: 0D5B6D3CF86A0BD934F9116ECC52202677319DEF14DA2FEC0C42FA06D69F2041 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.399.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 99c961926126e..0000000000000 --- a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.399.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.399.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index efe3a76a54831..0000000000000 --- a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.399.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.399.0/Granola.Granola.yaml deleted file mode 100644 index 0af5eac5e1366..0000000000000 --- a/manifests/g/Granola/Granola/6.399.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.399.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.426.0/Granola.Granola.installer.yaml deleted file mode 100644 index eaa37e1f2d72f..0000000000000 --- a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.426.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-12 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.426.0-win-x64.exe - InstallerSha256: AEE89057AE7A51046655BB0C7154EC2293D320CB921D3788687384FA1F5C39A9 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.426.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 880699fc183f4..0000000000000 --- a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.426.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.426.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 7f42220be2a1b..0000000000000 --- a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.426.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.426.0/Granola.Granola.yaml deleted file mode 100644 index e635b5caa1af1..0000000000000 --- a/manifests/g/Granola/Granola/6.426.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.426.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.442.0/Granola.Granola.installer.yaml deleted file mode 100644 index 28a06c3f807c5..0000000000000 --- a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.442.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-16 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.442.0-win-x64.exe - InstallerSha256: 8D5861A42DA9A528B1BAABBCBC7F7E22CB017D2BABC7DA876B9C62D58E8CF952 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.442.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 32d726280cfbb..0000000000000 --- a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.442.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.442.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 5577b14ea3a1f..0000000000000 --- a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.442.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.442.0/Granola.Granola.yaml deleted file mode 100644 index 4bec5f14417ab..0000000000000 --- a/manifests/g/Granola/Granola/6.442.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.442.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.459.0/Granola.Granola.installer.yaml deleted file mode 100644 index c1f1b62ca8931..0000000000000 --- a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-19 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.459.0-win-x64.exe - InstallerSha256: 4D72A9CABD0328527D2E23A7C5D9EB61D3891FA964C3A0E89AF4E33ECD4E0916 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.459.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 839a86c344d21..0000000000000 --- a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.459.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 1f507b97147ca..0000000000000 --- a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.459.0/Granola.Granola.yaml deleted file mode 100644 index 09bdb0fba7305..0000000000000 --- a/manifests/g/Granola/Granola/6.459.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.459.1/Granola.Granola.installer.yaml deleted file mode 100644 index 7a1052f363e44..0000000000000 --- a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-22 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.459.1-win-x64.exe - InstallerSha256: 570FCA72DE6239ADCE9E346C38CC9B26A23FBBA3DD7B0A76830567EFC7ED2428 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.459.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index f7e5949c5dbfc..0000000000000 --- a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.459.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 58a4115ddcc1d..0000000000000 --- a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.459.1/Granola.Granola.yaml deleted file mode 100644 index 9cdf7c8c2c2b2..0000000000000 --- a/manifests/g/Granola/Granola/6.459.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.459.2/Granola.Granola.installer.yaml deleted file mode 100644 index 8298530cee5c7..0000000000000 --- a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.2 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-22 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.459.2-win-x64.exe - InstallerSha256: 21EFA6C8E3796305F82B620C1AA3A299B1BBC8E5A330311119DF943BAAC0CF25 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.459.2/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 743b377e52503..0000000000000 --- a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.2 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2025 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.459.2/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 426b7712b952f..0000000000000 --- a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.2 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.459.2/Granola.Granola.yaml deleted file mode 100644 index ab852856d770e..0000000000000 --- a/manifests/g/Granola/Granola/6.459.2/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.459.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.462.1/Granola.Granola.installer.yaml deleted file mode 100644 index ab0d498dc05f1..0000000000000 --- a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.462.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2025-12-22 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.462.1-win-x64.exe - InstallerSha256: 2E0F47D1233113883D47FD5DFBD2AC36E19789FE4009917234F77B7DEA67E010 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.462.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index fe9abc75912f8..0000000000000 --- a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.462.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.462.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 7df52ab136ecb..0000000000000 --- a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.462.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.462.1/Granola.Granola.yaml deleted file mode 100644 index 5bf0f247e02b3..0000000000000 --- a/manifests/g/Granola/Granola/6.462.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.462.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.479.0/Granola.Granola.installer.yaml deleted file mode 100644 index 994e46596a49b..0000000000000 --- a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.479.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-01-07 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.479.0-win-x64.exe - InstallerSha256: 978FF9ECE70AD04CD0364B3854A70124D5B4C2BA3383E9BB2B77945225B85E3D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.479.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 320fc2e5d5a84..0000000000000 --- a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.479.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.479.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 785679b77b133..0000000000000 --- a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.479.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.479.0/Granola.Granola.yaml deleted file mode 100644 index 78743b876f71d..0000000000000 --- a/manifests/g/Granola/Granola/6.479.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.479.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.491.0/Granola.Granola.installer.yaml deleted file mode 100644 index ca400c052f970..0000000000000 --- a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-01-14 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.491.0-win-x64.exe - InstallerSha256: 8DE5A1AC31A4BE5B88EB5EB90FF40670378D06375B6DF483F65D7952B7039056 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.491.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index af98ddca71e03..0000000000000 --- a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.491.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 4f43d76527e40..0000000000000 --- a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.491.0/Granola.Granola.yaml deleted file mode 100644 index 7bd0c240b4a79..0000000000000 --- a/manifests/g/Granola/Granola/6.491.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.491.2/Granola.Granola.installer.yaml deleted file mode 100644 index 8238d72d6d8e8..0000000000000 --- a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.2 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-01-20 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.491.2-win-x64.exe - InstallerSha256: 6B6F92FB757D1398AAD90C0176813368EC81EEA70B69901127018BE8DED7EFAC -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.491.2/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index e6602ea649342..0000000000000 --- a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.2 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.491.2/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 38d2e74ab701d..0000000000000 --- a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.2 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.491.2/Granola.Granola.yaml deleted file mode 100644 index 6388acb574d47..0000000000000 --- a/manifests/g/Granola/Granola/6.491.2/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.491.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.518.0/Granola.Granola.installer.yaml deleted file mode 100644 index 3b7052783649c..0000000000000 --- a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-01-26 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.518.0-win-x64.exe - InstallerSha256: 3C251A1D8B28D22C5F96577648E1A7B452D113EE8E63F499D1D9AE0EBD2935F4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.518.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index eabb9678b365d..0000000000000 --- a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.518.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 85f259894b86d..0000000000000 --- a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.518.0/Granola.Granola.yaml deleted file mode 100644 index 5357f172d75e5..0000000000000 --- a/manifests/g/Granola/Granola/6.518.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.518.1/Granola.Granola.installer.yaml deleted file mode 100644 index 8f5e185028c14..0000000000000 --- a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-01-27 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.518.1-win-x64.exe - InstallerSha256: EB9ED4370AFFBA32E538095AE3E529059220DC4218D222851D4034D3AD725879 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.518.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index efa2f1e93d2bd..0000000000000 --- a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.518.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index cff408d7de45a..0000000000000 --- a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.518.1/Granola.Granola.yaml deleted file mode 100644 index c26028ab99715..0000000000000 --- a/manifests/g/Granola/Granola/6.518.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.518.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.529.0/Granola.Granola.installer.yaml deleted file mode 100644 index bad7c7a3566cc..0000000000000 --- a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.529.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-01-29 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.529.0-win-x64.exe - InstallerSha256: A40C4FD80A4D5447022E29EBBEDCED5C248D8C507375641451B467A5D23F01C8 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.529.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index ccc4012d6eb06..0000000000000 --- a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.529.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.529.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index f17aef5e85efa..0000000000000 --- a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.529.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.529.0/Granola.Granola.yaml deleted file mode 100644 index 906332864f0af..0000000000000 --- a/manifests/g/Granola/Granola/6.529.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 6.529.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.1.0/Granola.Granola.installer.yaml deleted file mode 100644 index 0eef3426b4753..0000000000000 --- a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.1.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-02 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.1.0-win-x64.exe - InstallerSha256: EEECADE825CA9E622718E595D8A66C4F314AA0ECB4F0285AC369DA220676F8E7 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.1.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 769e715960729..0000000000000 --- a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.1.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.1.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 9d1ddff3b7d0f..0000000000000 --- a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.1.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.1.0/Granola.Granola.yaml deleted file mode 100644 index 7f63e64562804..0000000000000 --- a/manifests/g/Granola/Granola/7.1.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.14.0/Granola.Granola.installer.yaml deleted file mode 100644 index 2defa1313ae7d..0000000000000 --- a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-10 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.14.0-win-x64.exe - InstallerSha256: ACDF59889FDD881E9CF53F3C57791FFB5E4E57279D25EA27AB484DCA14D58F9D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.14.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 3b2984c4c9159..0000000000000 --- a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.14.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index cdf96222c0c33..0000000000000 --- a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.14.0/Granola.Granola.yaml deleted file mode 100644 index f1ab04aaaa3ac..0000000000000 --- a/manifests/g/Granola/Granola/7.14.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.14.2/Granola.Granola.installer.yaml deleted file mode 100644 index 90232fff6f0c1..0000000000000 --- a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.2 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-10 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.14.2-win-x64.exe - InstallerSha256: 74AD3689E2C48371356ECAF155C08C011658F81DBD6516ECB6FDA1F805180305 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.14.2/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 06051425557f6..0000000000000 --- a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.2 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.14.2/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 4a01714a004b7..0000000000000 --- a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.2 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.14.2/Granola.Granola.yaml deleted file mode 100644 index 111ea8c25f771..0000000000000 --- a/manifests/g/Granola/Granola/7.14.2/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.14.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.30.1/Granola.Granola.installer.yaml deleted file mode 100644 index df3155c08e4b3..0000000000000 --- a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.30.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-19 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.30.1-win-x64.exe - InstallerSha256: 24E2D4680FD6998AC605CD9F09DF047A7404C0524C09F9923B44583A9BC19C10 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.30.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 8098fcf9b8acf..0000000000000 --- a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.30.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.30.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index b843de8dfc9ef..0000000000000 --- a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.30.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.30.1/Granola.Granola.yaml deleted file mode 100644 index 324aec5fc473f..0000000000000 --- a/manifests/g/Granola/Granola/7.30.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.30.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.41.2/Granola.Granola.installer.yaml deleted file mode 100644 index 68cae6c460ed4..0000000000000 --- a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.41.2 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-25 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.41.2-win-x64.exe - InstallerSha256: F59410C378B6928F516ADECF2730D8FEEE6169AB9EEC9648BCD0F71BDBC37B34 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.41.2/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 18c4fd3340933..0000000000000 --- a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.41.2 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.41.2/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 24df23c0a77d1..0000000000000 --- a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.41.2 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.41.2/Granola.Granola.yaml deleted file mode 100644 index c225697ec4d35..0000000000000 --- a/manifests/g/Granola/Granola/7.41.2/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.41.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.45.0/Granola.Granola.installer.yaml deleted file mode 100644 index 13d8d827b78ed..0000000000000 --- a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.45.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-26 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.45.0-win-x64.exe - InstallerSha256: 4954BDE98DC40E1CE660E96B1428CD0CA065CD87E46A518D469FA9701F180410 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.45.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 60e93dec8140b..0000000000000 --- a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.45.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.45.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 76846ebea4df9..0000000000000 --- a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.45.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.45.0/Granola.Granola.yaml deleted file mode 100644 index 962739a643cef..0000000000000 --- a/manifests/g/Granola/Granola/7.45.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.45.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.54.0/Granola.Granola.installer.yaml deleted file mode 100644 index 1d50daa7eb3a8..0000000000000 --- a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.54.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-03 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.54.0-win-x64.exe - InstallerSha256: C94612157C0063D49B1F6FACD17DBA156740499EDCF03A6A3D04A45462C82D3C -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.54.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 2ae34e23281a9..0000000000000 --- a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.54.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.54.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index cf66a1c901b07..0000000000000 --- a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.54.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.54.0/Granola.Granola.yaml deleted file mode 100644 index f0de92aac5337..0000000000000 --- a/manifests/g/Granola/Granola/7.54.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.54.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.installer.yaml deleted file mode 100644 index 5ee4d57960f61..0000000000000 --- a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.57.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-05 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.57.0-win-x64.exe - InstallerSha256: 4C34053194EE5B781A03B2E5A5FD033BA97C0223A81ECD38A776CD1F80839546 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 35197d2baa551..0000000000000 --- a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.57.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 172c8d1bb202b..0000000000000 --- a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.57.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.yaml deleted file mode 100644 index 483e1fa59f2ec..0000000000000 --- a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.57.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.6.0/Granola.Granola.installer.yaml deleted file mode 100644 index 3132027ef4ede..0000000000000 --- a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-04 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.6.0-win-x64.exe - InstallerSha256: 624FAFFC74A2305853835A86A40E06A08B16ECE3ECAF40BF8967A7D1432423B9 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.6.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 9b744994b81da..0000000000000 --- a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.6.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 12c3caf9e9caf..0000000000000 --- a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.6.0/Granola.Granola.yaml deleted file mode 100644 index 511d27a455f25..0000000000000 --- a/manifests/g/Granola/Granola/7.6.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.6.1/Granola.Granola.installer.yaml deleted file mode 100644 index c793bac162862..0000000000000 --- a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-04 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.6.1-win-x64.exe - InstallerSha256: 5C0C7A8AB3C9B9E0F5E4DB624949D9C3106CCB1D9618399783D8D7D13A0F29CD -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.6.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index ff460a9bd116f..0000000000000 --- a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.6.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index ff310d6ec91fe..0000000000000 --- a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.6.1/Granola.Granola.yaml deleted file mode 100644 index c693bed448da9..0000000000000 --- a/manifests/g/Granola/Granola/7.6.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.6.2/Granola.Granola.installer.yaml deleted file mode 100644 index 213fff03521c4..0000000000000 --- a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.2 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-02-06 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.6.2-win-x64.exe - InstallerSha256: 12F14B55B7758E5F0E16D02BF8CC5665C84DBACDE0E865350E118670FC35E72B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.6.2/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 42605f2c1ef5f..0000000000000 --- a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.2 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.6.2/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index ca85fe88ad9c4..0000000000000 --- a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.2 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.6.2/Granola.Granola.yaml deleted file mode 100644 index 0cbf13a6c5650..0000000000000 --- a/manifests/g/Granola/Granola/7.6.2/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.65.0/Granola.Granola.installer.yaml deleted file mode 100644 index 10d5752704196..0000000000000 --- a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.65.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-10 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.65.0-win-x64.exe - InstallerSha256: 94B5440030EF14CEBE46C32F363AD2DDD0F2D2F1386E4D80730BD327A747BB15 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.65.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 174f470b958e9..0000000000000 --- a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.65.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.65.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index de6e6b505ce49..0000000000000 --- a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.65.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.65.0/Granola.Granola.yaml deleted file mode 100644 index 10cab0b9e004c..0000000000000 --- a/manifests/g/Granola/Granola/7.65.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.65.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.71.1/Granola.Granola.installer.yaml deleted file mode 100644 index 25a8b8627e0bb..0000000000000 --- a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.71.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-13 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.71.1-win-x64.exe - InstallerSha256: 8E47B1A43F13A1C433FE25C8DDBA336B9C8CB853706914C22A0A03EAF295CD1D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.71.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 103c0913c39dc..0000000000000 --- a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.71.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.71.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index ee140e82768c7..0000000000000 --- a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.71.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.71.1/Granola.Granola.yaml deleted file mode 100644 index 265b16dd77d54..0000000000000 --- a/manifests/g/Granola/Granola/7.71.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.71.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.80.0/Granola.Granola.installer.yaml deleted file mode 100644 index eee95414added..0000000000000 --- a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-17 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.80.0-win-x64.exe - InstallerSha256: FDA9A0CC53C27CF623E65E3DE8E1A8197302CC76E018A2983AE6E7F70AFBBC3F -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.80.0/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index ea9c192719d83..0000000000000 --- a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.0 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.80.0/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 56c8bcd3cd63a..0000000000000 --- a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.80.0/Granola.Granola.yaml deleted file mode 100644 index fefe5e0eac3fc..0000000000000 --- a/manifests/g/Granola/Granola/7.80.0/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.80.1/Granola.Granola.installer.yaml deleted file mode 100644 index 0809cce661e26..0000000000000 --- a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-21 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.80.1-win-x64.exe - InstallerSha256: 6126B16BCD6D7DE6D9EC17E581E96C7F23BAF673BDD37EBC05F1653E0C3FE5BC -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.80.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 6f9de0526b641..0000000000000 --- a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.80.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index dbd1cb46ece32..0000000000000 --- a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.80.1/Granola.Granola.yaml deleted file mode 100644 index 8d0e04f227b2a..0000000000000 --- a/manifests/g/Granola/Granola/7.80.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.80.2/Granola.Granola.installer.yaml deleted file mode 100644 index b2f7fb6db2a8a..0000000000000 --- a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.2 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-21 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.80.2-win-x64.exe - InstallerSha256: 112CE8AB129EAD1ED35720C4636D6A189902006455AFCF8032AC4D248309D536 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.80.2/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 83726d50fcab0..0000000000000 --- a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.2 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.80.2/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index 5a2e640bf2bfc..0000000000000 --- a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.2 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.80.2/Granola.Granola.yaml deleted file mode 100644 index 7bb9c5e6ef49f..0000000000000 --- a/manifests/g/Granola/Granola/7.80.2/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.80.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.87.7/Granola.Granola.installer.yaml deleted file mode 100644 index 9ecbeaa08f33f..0000000000000 --- a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.87.7 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-24 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.87.7-win-x64.exe - InstallerSha256: 9EC50C7F5E09AF0608B50FD7E6CC3E0B1B5997301AADA120A68B9960D99A9888 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.87.7/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index 5bdbf247e2413..0000000000000 --- a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.87.7 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.87.7/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index bc81f27d80ef0..0000000000000 --- a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.87.7 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.87.7/Granola.Granola.yaml deleted file mode 100644 index a7f16266bf8c9..0000000000000 --- a/manifests/g/Granola/Granola/7.87.7/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.87.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.99.1/Granola.Granola.installer.yaml deleted file mode 100644 index 90854747c9808..0000000000000 --- a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.99.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- granola -ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d -ReleaseDate: 2026-03-31 -Installers: -- Architecture: x64 - InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.99.1-win-x64.exe - InstallerSha256: 2B89CE59802DEAFFC2E9B47E3E6E28A26BF3D09824A2D130039B2BC032593F25 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.99.1/Granola.Granola.locale.en-US.yaml deleted file mode 100644 index bc8a0c1535c00..0000000000000 --- a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.99.1 -PackageLocale: en-US -Publisher: Granola -PublisherUrl: https://www.granola.ai/ -PublisherSupportUrl: https://help.granola.ai/ -PrivacyUrl: https://help.granola.ai/article/privacy-policy -Author: Granola, Inc. -PackageName: Granola -PackageUrl: https://www.granola.ai/ -License: Proprietary -LicenseUrl: https://www.granola.ai/policies -Copyright: © Granola inc 2026 -CopyrightUrl: https://www.granola.ai/policies -ShortDescription: The AI notepad for people in back-to-back meetings -Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. -Tags: -- audio -- caption -- subtitle -- transcribe -- transcription -- video -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.99.1/Granola.Granola.locale.zh-CN.yaml deleted file mode 100644 index ea6c0029f09f8..0000000000000 --- a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.locale.zh-CN.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.99.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 -Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 -Tags: -- 字幕 -- 视频 -- 转写 -- 音频 -PurchaseUrl: https://www.granola.ai/pricing -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.99.1/Granola.Granola.yaml deleted file mode 100644 index 33b9b0eb97700..0000000000000 --- a/manifests/g/Granola/Granola/7.99.1/Granola.Granola.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Granola.Granola -PackageVersion: 7.99.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..b871872ab72dc --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# 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: Jackett.Jackett +PackageVersion: 0.24.1577 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-04-13 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.1577/Jackett.Installer.Windows.exe + InstallerSha256: DCB7DA4D1E4CA47286610304AF0B75D66B10BA7AAB9581056831D221EAE080A3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..c1a6087dea38a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,48 @@ +# 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: Jackett.Jackett +PackageVersion: 0.24.1577 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 36beb63 assorted torznab api indexers: simplify selectors + - b98ba93 nekobt: drop apikey + - 4554629 bluetorrents: add apikey validation + - 17c838e crazyspirits: add passkey validation + - bfc7223 ptlao: switch to cookie method, bump engine tag + - d38a4f4 1ptbar: switch to cookie method, bump engine tag + - d0d29ed assorted nexus: bump engine tag + - 9c12f90 add sunnypt a Chinese private site. resolves #16736 + - 3915e61 explosiv-world: new row selector + - 8a2c15d crazyspirits: replaced by crazyspirits-api resolves #5479 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.1577 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..5a88faf717ba6 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1577/Jackett.Jackett.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: Jackett.Jackett +PackageVersion: 0.24.1577 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..febf2501bc204 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2026.1.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ProductCode: JetBrains Rider 2026.1.0.1 +ReleaseDate: 2026-04-09 +AppsAndFeaturesEntries: +- DisplayVersion: 261.22158.394 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.1.0.1.exe + InstallerSha256: B1B6DA0B351B116B919037E96093C34BBB4DBD394EE6964DC76BF1F0EF569B4C +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.1.0.1.exe + InstallerSha256: B1B6DA0B351B116B919037E96093C34BBB4DBD394EE6964DC76BF1F0EF569B4C + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.1.0.1-aarch64.exe + InstallerSha256: D7E7BAF8C3738F3EEA30F1B95C32BD46554E81BCC4F768DD31C953265BF6C674 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.1.0.1-aarch64.exe + InstallerSha256: D7E7BAF8C3738F3EEA30F1B95C32BD46554E81BCC4F768DD31C953265BF6C674 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..439c5b54ec4bb --- /dev/null +++ b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2026.1.0.1 +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 Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2026.1.0.1 comes with the following fixes: + In the recent 2026.1 release, native Wayland support in Rider was prematurely enabled by default on Linux. This caused compatibility issues that prevented several key UI elements such as the Monitoring and dotMemory tool windows from rendering correctly. + We are now temporarily disabling Wayland support to restore your full access to all monitoring and profiling tools while we continue to finalize our native Wayland support. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-261/Rider-2026.1-release-notes +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3596a0e2e1638 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.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: JetBrains.Rider +PackageVersion: 2026.1.0.1 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-261/Rider-2026.1-release-notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..a7f8c135d575d --- /dev/null +++ b/manifests/j/JetBrains/Rider/2026.1.0.1/JetBrains.Rider.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: JetBrains.Rider +PackageVersion: 2026.1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.installer.yaml b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.installer.yaml index 2105571b9ab18..4bd3a40acae1f 100644 --- a/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.installer.yaml +++ b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.installer.yaml @@ -9,14 +9,14 @@ ProductCode: marknote Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1621-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D147AFA3752AE0EFA6A70698E394D997AFDE5C69ABC77D28F891AC855A6C53AE + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1640-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 77487E2DF99F4AABC541EBF4A508601B55AFAFC273C9A6B3327A9A629BC0CC9C InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1621-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D147AFA3752AE0EFA6A70698E394D997AFDE5C69ABC77D28F891AC855A6C53AE + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1640-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 77487E2DF99F4AABC541EBF4A508601B55AFAFC273C9A6B3327A9A629BC0CC9C InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.installer.yaml b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.installer.yaml new file mode 100644 index 0000000000000..a329e9c9cbb17 --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 2.13.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: witsy +ReleaseDate: 2025-08-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kochava-Studios/witsy/releases/download/v2.13.2/Witsy-2.13.2-win32-x64.Setup.exe + InstallerSha256: 29D153420003E424B3FE9DB7710B2CAF19E8B58C2DB4A7EC35BC7EED68A3A3DA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.locale.en-US.yaml b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.locale.en-US.yaml new file mode 100644 index 0000000000000..074df774887ea --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.locale.en-US.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 2.13.2 +PackageLocale: en-US +Publisher: Nicolas Bonamy +PublisherUrl: https://www.bonamy.fr/ +PublisherSupportUrl: https://github.com/Kochava-Studios/witsy/issues +Author: Nicolas Bonamy +PackageName: Witsy +PackageUrl: https://witsyai.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/LICENSE +Copyright: Copyright 2025, Nicolas Bonamy +ShortDescription: Desktop AI Assistant / Universal MCP Client +Description: |- + Witsy is a BYOK (Bring Your Own Keys) AI application: it means you need to have API keys for the LLM providers you want to use. Alternatively, you can use Ollama to run models locally on your machine for free and use them in Witsy. + It is the first of very few (only?) universal MCP clients: + Witsy allows you to run MCP servers with virtually any LLM! + Non-exhaustive feature list: + - OpenAI, Ollama, Anthropic, MistralAI, Google, xAI, Azure, OpenRouter, DeepSeek, Groq and Cerebras models supported + - Connect other providers (together, siliconflow, fireworks...) through OpenAI compatibility layer + - Chat completion with vision models support (describe an image) + - Text-to-image and text-to video with OpenAI, Google, xAI, Replicate, fal.ai and HuggingFace + - Image-to-image (image editing) and image-to-video with Google, Replicate and fal.ai + - LLM plugins to augment LLM: execute python code, search the Internet... + - Anthropic MCP server support + - Scratchpad to interactively create the best content with any model! + - Prompt anywhere allows to generate content directly in any application + - AI commands runnable on highlighted text in almost any application + - Experts prompts to specialize your bot on a specific topic + - Long-term memory plugin to increase relevance of LLM answers + - Read aloud of assistant messages (requires OpenAI or ElevenLabs API key) + - Read aloud of any text in other applications (requires OpenAI or ElevenLabs API key) + - Chat with your local files and documents (RAG) + - Transcription/Dictation (Speech-to-Text) + - Realtime Chat aka Voice Mode + - Anthropic Computer Use support + - Local history of conversations (with automatic titles) + - Formatting and copy to clipboard of generated code + - Conversation PDF export + - Image copy and download +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- gemini +- large-language-model +- llama +- llm +- mcp +- mistral +- ollama +- qwen +ReleaseNotes: |- + Added + - Add Support for Anthropic's 'thinking.budget_tokens' Parameter (https://github.com/Kochava-Studios/witsy/issues/392) + - MCP OAuth support (https://github.com/Kochava-Studios/witsy/issues/398) + - Preserve markdown when using copy (https://github.com/Kochava-Studios/witsy/issues/400) + - Improve the date/time value that is passed in system instructions (https://github.com/Kochava-Studios/witsy/issues/401) + - Add timestamps to the debug console (https://github.com/Kochava-Studios/witsy/issues/402) + Changed + - Agentic handling of MCP errors (https://github.com/Kochava-Studios/witsy/issues/366) + Fixed + - Expert name display in chat + - Multiple artifacts display fix, partial artifacts display fix + Removed + - N/A +ReleaseNotesUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/CHANGELOG.md#2132---2025-08-22 +Documentations: +- DocumentLabel: Help + DocumentUrl: https://witsyai.com/help +- DocumentLabel: FAQ + DocumentUrl: https://witsyai.com/#faq +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.locale.zh-CN.yaml b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0e01c7c1a856e --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.locale.zh-CN.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 2.13.2 +PackageLocale: zh-CN +ShortDescription: 桌面 AI 助手 / 通用 MCP 客户端 +Description: |- + Witsy 是一款 BYOK(自带密钥)AI 应用:这意味着您需要自行准备所选用 LLM 服务商的 API 密钥。您也可以选择通过 Ollama 在本地免费运行模型,并在 Witsy 中使用。 + 作为极少数(唯一?)的通用 MCP 客户端: + Witsy 能让您用几乎任何 LLM 运行 MCP 服务器! + 非完整功能清单: + - 支持 OpenAI、Ollama、Anthropic、MistralAI、Google、xAI、Azure、OpenRouter、DeepSeek、Groq 和 Cerebras 模型 + - 通过 OpenAI 兼容层连接其他供应商(together、siliconflow、fireworks...) + - 支持视觉模型的聊天补全(图像描述) + - 文生图/文生视频(OpenAI、Google、xAI、Replicate、fal.ai、HuggingFace) + - 图生图(图像编辑)/图生视频(Google、Replicate、fal.ai) + - LLM 增强插件:执行 Python 代码、联网搜索... + - 支持 Anthropic MCP 服务器 + - 交互式创作草稿板,适配所有模型! + - “随处提示”功能可在任意应用中直接生成内容 + - 在几乎所有应用中通过高亮文本执行 AI 命令 + - 专家级提示词让机器人专注特定领域 + - 长期记忆插件提升 LLM 回答相关性 + - 语音播报助手消息(需 OpenAI 或 ElevenLabs API 密钥) + - 任意应用的文本朗读(需 OpenAI 或 ElevenLabs API 密钥) + - 与本地文件/文档对话(RAG) + - 语音转录/听写(语音转文字) + - 实时聊天(语音模式) + - 支持 Anthropic Computer Use + - 带自动标题的本地对话历史 + - 生成代码的格式化与剪贴板复制 + - 对话记录 PDF 导出 + - 图像复制与下载 +Tags: +- chatgpt +- claude +- gemini +- llama +- llm +- mcp +- mistral +- ollama +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +ReleaseNotesUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/CHANGELOG.md +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://witsyai.com/help +- DocumentLabel: 常见问题 + DocumentUrl: https://witsyai.com/#faq +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.yaml b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.yaml new file mode 100644 index 0000000000000..dee114ff048d5 --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/2.13.2/KochavaStudios.Witsy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 2.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.installer.yaml b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.installer.yaml new file mode 100644 index 0000000000000..2250151694ce7 --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.0.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: witsy +ReleaseDate: 2025-10-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kochava-Studios/witsy/releases/download/v3.0.2/Witsy-3.0.2-win32-x64.Setup.exe + InstallerSha256: F570AD93349C4E1B2D02A20E34D91A5FB5205DA39249121CC6A74EDDBA107763 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.locale.en-US.yaml b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.locale.en-US.yaml new file mode 100644 index 0000000000000..a95cd38899f6f --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.locale.en-US.yaml @@ -0,0 +1,76 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.0.2 +PackageLocale: en-US +Publisher: Nicolas Bonamy +PublisherUrl: https://www.bonamy.fr/ +PublisherSupportUrl: https://github.com/Kochava-Studios/witsy/issues +Author: Nicolas Bonamy +PackageName: Witsy +PackageUrl: https://github.com/Kochava-Studios/witsy +License: Apache-2.0 +LicenseUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/LICENSE +Copyright: Copyright 2025, Nicolas Bonamy +ShortDescription: Desktop AI Assistant / Universal MCP Client +Description: |- + Witsy is a BYOK (Bring Your Own Keys) AI application: it means you need to have API keys for the LLM providers you want to use. Alternatively, you can use Ollama to run models locally on your machine for free and use them in Witsy. + It is the first of very few (only?) universal MCP clients: + Witsy allows you to run MCP servers with virtually any LLM! + Non-exhaustive feature list: + - OpenAI, Ollama, Anthropic, MistralAI, Google, xAI, Azure, OpenRouter, DeepSeek, Groq and Cerebras models supported + - Connect other providers (together, siliconflow, fireworks...) through OpenAI compatibility layer + - Chat completion with vision models support (describe an image) + - Text-to-image and text-to video with OpenAI, Google, xAI, Replicate, fal.ai and HuggingFace + - Image-to-image (image editing) and image-to-video with Google, Replicate and fal.ai + - LLM plugins to augment LLM: execute python code, search the Internet... + - Anthropic MCP server support + - Scratchpad to interactively create the best content with any model! + - Prompt anywhere allows to generate content directly in any application + - AI commands runnable on highlighted text in almost any application + - Experts prompts to specialize your bot on a specific topic + - Long-term memory plugin to increase relevance of LLM answers + - Read aloud of assistant messages (requires OpenAI or ElevenLabs API key) + - Read aloud of any text in other applications (requires OpenAI or ElevenLabs API key) + - Chat with your local files and documents (RAG) + - Transcription/Dictation (Speech-to-Text) + - Realtime Chat aka Voice Mode + - Anthropic Computer Use support + - Local history of conversations (with automatic titles) + - Formatting and copy to clipboard of generated code + - Conversation PDF export + - Image copy and download +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- gemini +- large-language-model +- llama +- llm +- mcp +- mistral +- ollama +- qwen +ReleaseNotes: |- + Added + - Improved chat and agent abort capability + - Helpful message when search fails + - Groq and Cerebras reasoning + Changed + - Major refactoring of agent system (executor, runner, a2a communication) + - New DeepResearch execution model + - Context Menu position calculation + Fixed + - N/A + Removed + - N/A +ReleaseNotesUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/CHANGELOG.md#302---wip +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Kochava-Studios/witsy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.locale.zh-CN.yaml b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a973eab85c6be --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.0.2 +PackageLocale: zh-CN +ShortDescription: 桌面 AI 助手 / 通用 MCP 客户端 +Description: |- + Witsy 是一款 BYOK(自带密钥)AI 应用:这意味着您需要自行准备所选用 LLM 服务商的 API 密钥。您也可以选择通过 Ollama 在本地免费运行模型,并在 Witsy 中使用。 + 作为极少数(唯一?)的通用 MCP 客户端: + Witsy 能让您用几乎任何 LLM 运行 MCP 服务器! + 非完整功能清单: + - 支持 OpenAI、Ollama、Anthropic、MistralAI、Google、xAI、Azure、OpenRouter、DeepSeek、Groq 和 Cerebras 模型 + - 通过 OpenAI 兼容层连接其他供应商(together、siliconflow、fireworks...) + - 支持视觉模型的聊天补全(图像描述) + - 文生图/文生视频(OpenAI、Google、xAI、Replicate、fal.ai、HuggingFace) + - 图生图(图像编辑)/图生视频(Google、Replicate、fal.ai) + - LLM 增强插件:执行 Python 代码、联网搜索... + - 支持 Anthropic MCP 服务器 + - 交互式创作草稿板,适配所有模型! + - “随处提示”功能可在任意应用中直接生成内容 + - 在几乎所有应用中通过高亮文本执行 AI 命令 + - 专家级提示词让机器人专注特定领域 + - 长期记忆插件提升 LLM 回答相关性 + - 语音播报助手消息(需 OpenAI 或 ElevenLabs API 密钥) + - 任意应用的文本朗读(需 OpenAI 或 ElevenLabs API 密钥) + - 与本地文件/文档对话(RAG) + - 语音转录/听写(语音转文字) + - 实时聊天(语音模式) + - 支持 Anthropic Computer Use + - 带自动标题的本地对话历史 + - 生成代码的格式化与剪贴板复制 + - 对话记录 PDF 导出 + - 图像复制与下载 +Tags: +- chatgpt +- claude +- gemini +- llama +- llm +- mcp +- mistral +- ollama +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +ReleaseNotesUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.yaml b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.yaml new file mode 100644 index 0000000000000..bd4e8f5ad33b2 --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.0.2/KochavaStudios.Witsy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.installer.yaml b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.installer.yaml new file mode 100644 index 0000000000000..5b727663d7a3f --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.2.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: witsy +ReleaseDate: 2025-11-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kochava-Studios/witsy/releases/download/v3.2.0/Witsy-3.2.0-win32-x64.Setup.exe + InstallerSha256: 12E314DB4CDD40D5474C884551D571A8607CE1828A8D10C1F062D594B68E9106 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.locale.en-US.yaml b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.locale.en-US.yaml new file mode 100644 index 0000000000000..c177b4c32590f --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.2.0 +PackageLocale: en-US +Publisher: Nicolas Bonamy +PublisherUrl: https://www.bonamy.fr/ +PublisherSupportUrl: https://github.com/Kochava-Studios/witsy/issues +Author: Nicolas Bonamy +PackageName: Witsy +PackageUrl: https://github.com/Kochava-Studios/witsy +License: Apache-2.0 +LicenseUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/LICENSE +Copyright: Copyright 2025, Nicolas Bonamy +ShortDescription: Desktop AI Assistant / Universal MCP Client +Description: |- + Witsy is a BYOK (Bring Your Own Keys) AI application: it means you need to have API keys for the LLM providers you want to use. Alternatively, you can use Ollama to run models locally on your machine for free and use them in Witsy. + It is the first of very few (only?) universal MCP clients: + Witsy allows you to run MCP servers with virtually any LLM! + Non-exhaustive feature list: + - OpenAI, Ollama, Anthropic, MistralAI, Google, xAI, Azure, OpenRouter, DeepSeek, Groq and Cerebras models supported + - Connect other providers (together, siliconflow, fireworks...) through OpenAI compatibility layer + - Chat completion with vision models support (describe an image) + - Text-to-image and text-to video with OpenAI, Google, xAI, Replicate, fal.ai and HuggingFace + - Image-to-image (image editing) and image-to-video with Google, Replicate and fal.ai + - LLM plugins to augment LLM: execute python code, search the Internet... + - Anthropic MCP server support + - Scratchpad to interactively create the best content with any model! + - Prompt anywhere allows to generate content directly in any application + - AI commands runnable on highlighted text in almost any application + - Experts prompts to specialize your bot on a specific topic + - Long-term memory plugin to increase relevance of LLM answers + - Read aloud of assistant messages (requires OpenAI or ElevenLabs API key) + - Read aloud of any text in other applications (requires OpenAI or ElevenLabs API key) + - Chat with your local files and documents (RAG) + - Transcription/Dictation (Speech-to-Text) + - Realtime Chat aka Voice Mode + - Anthropic Computer Use support + - Local history of conversations (with automatic titles) + - Formatting and copy to clipboard of generated code + - Conversation PDF export + - Image copy and download +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- gemini +- large-language-model +- llama +- llm +- mcp +- mistral +- ollama +- qwen +ReleaseNotes: |- + Added + - Edit messages, quote user message (https://github.com/Kochava-Studios/witsy/issues/479) + - LocalAI image models not listed in Design Studio (https://github.com/Kochava-Studios/witsy/issues/482) + - Conversation usage reporting + - Show RAG search results + - MCP Tool tester + Changed + - Agent: can use user variables at all steps + - Local search: optimizations and captcha handling + Fixed + - Webapp persistance storage fix + - Import Markdown failing in Release + - Message refresh bug when streaming + - Commands menu disappeared (https://github.com/Kochava-Studios/witsy/issues/486) + Removed + - N/A +ReleaseNotesUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/CHANGELOG.md#320---2025-11-12 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Kochava-Studios/witsy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.locale.zh-CN.yaml b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..34421d05882a9 --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.2.0 +PackageLocale: zh-CN +ShortDescription: 桌面 AI 助手 / 通用 MCP 客户端 +Description: |- + Witsy 是一款 BYOK(自带密钥)AI 应用:这意味着您需要自行准备所选用 LLM 服务商的 API 密钥。您也可以选择通过 Ollama 在本地免费运行模型,并在 Witsy 中使用。 + 作为极少数(唯一?)的通用 MCP 客户端: + Witsy 能让您用几乎任何 LLM 运行 MCP 服务器! + 非完整功能清单: + - 支持 OpenAI、Ollama、Anthropic、MistralAI、Google、xAI、Azure、OpenRouter、DeepSeek、Groq 和 Cerebras 模型 + - 通过 OpenAI 兼容层连接其他供应商(together、siliconflow、fireworks...) + - 支持视觉模型的聊天补全(图像描述) + - 文生图/文生视频(OpenAI、Google、xAI、Replicate、fal.ai、HuggingFace) + - 图生图(图像编辑)/图生视频(Google、Replicate、fal.ai) + - LLM 增强插件:执行 Python 代码、联网搜索... + - 支持 Anthropic MCP 服务器 + - 交互式创作草稿板,适配所有模型! + - “随处提示”功能可在任意应用中直接生成内容 + - 在几乎所有应用中通过高亮文本执行 AI 命令 + - 专家级提示词让机器人专注特定领域 + - 长期记忆插件提升 LLM 回答相关性 + - 语音播报助手消息(需 OpenAI 或 ElevenLabs API 密钥) + - 任意应用的文本朗读(需 OpenAI 或 ElevenLabs API 密钥) + - 与本地文件/文档对话(RAG) + - 语音转录/听写(语音转文字) + - 实时聊天(语音模式) + - 支持 Anthropic Computer Use + - 带自动标题的本地对话历史 + - 生成代码的格式化与剪贴板复制 + - 对话记录 PDF 导出 + - 图像复制与下载 +Tags: +- chatgpt +- claude +- gemini +- llama +- llm +- mcp +- mistral +- ollama +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +ReleaseNotesUrl: https://github.com/Kochava-Studios/witsy/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.yaml b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.yaml new file mode 100644 index 0000000000000..65c95ad694389 --- /dev/null +++ b/manifests/k/KochavaStudios/Witsy/3.2.0/KochavaStudios.Witsy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: KochavaStudios.Witsy +PackageVersion: 3.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.installer.yaml deleted file mode 100644 index fc37fd971dd72..0000000000000 --- a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 3.6.2.10 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink-Installer-v3.6.2.10-x64-20241205-1603.exe - InstallerSha256: D7DAEFAAB54B21643C917C9B2E86A265CCF69A0781BAEA3F6FA9F7EE905985E3 - ProductCode: 连连控_is1 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 66a3f991a1850..0000000000000 --- a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 3.6.2.10 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -# PublisherSupportUrl: -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -# Description: -# Moniker: -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://www.asklink.com/pricing -# InstallationNotes: -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index b6853e1503238..0000000000000 --- a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 3.6.2.10 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -# PublisherSupportUrl: -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -# Description: -# Moniker: -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复更新失败导致连连控被卸载的问题。 - 修复本地连接失败的问题。 - 加快屏幕墙连接速度。 -# ReleaseNotesUrl: -PurchaseUrl: https://www.asklink.com/pricing -# InstallationNotes: -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.yaml deleted file mode 100644 index 3c24cab1c6c8f..0000000000000 --- a/manifests/k/Kongkong/AskLink/3.6.2.10/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 3.6.2.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.installer.yaml deleted file mode 100644 index bd5c64e8766cd..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.0.22 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/beta-version/windows/AskLink_Full_v4.0.0.22_20250427_2131.exe - InstallerSha256: CE74A385C75FA28847B4CF3A888F9EF3C7F345B9B01011401A7126E42C84862F -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 5c4af9e11cc71..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.0.22 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 297c7ca9ce66e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.0.22 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 4.0.0.22 更新说明:2025/04/27 - 修复键鼠不可控制。 - 修复 x86 版本 MAC 抓屏失败。 - 修复 Mac 多屏不能切换。 - 调整 UI。 - ---------------------------------------- - 4.0.0.21 更新说明:2025/04/26 - 增加设备列表发起文件传输功能。 - 修复文件传输模块偶发崩溃问题。 - 调整多项文件传输功能, - 新增部分接口,为手机端被控功能做准备。 - 修复手机端触摸操作不发送驱动指令的 Bug。 - 修复文件管理模块偶发崩溃问题。 - 修复远程控制中驱动导致的按键卡顿、鼠标不回弹问题。 - 修复远程画面中滚动条焦点异常的问题。 - 修复 iOS 端频繁获取剪贴板的问题。 - 修复屏幕墙功能声音及驱动键鼠开关失效问题。 - 修复自动运行动选项问题。 - 修复系统无 C 盘时软件无法正常运行的问题。 - 修复安卓手机横屏问题。 - ---------------------------------------- - 4.0.0.20 更新说明:2025/04/25 - 新增文件传输管理,支持 macOS 与 Windows,目前仅远程协助支持。 - 修复远控 macOS 双击失效的问题。 - 新增 macOS 修改分辨率。 - 修复 macOS 作为主控时因剪贴板引发的崩溃。 - 修复 P2P 异常崩溃。 - 修复后台线程异常退出导致无法连接服务器。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.yaml deleted file mode 100644 index 947ce9edc7aa6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.0.22/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.0.22 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 7880ada787291..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.10.0_20250608_1757.exe - InstallerSha256: 928710D2FE90C1BB7F41A489E0B56F28F099FE7BE12429E75C41DCE68C0B6C85 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 9718fc6331337..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 7d8f32d29dd47..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 新增:网络不稳定时,会员自动切换至高速通道(测试阶段)。 - 修复:屏幕墙白屏问题。 - 修复:提示图标无法退出的问题。 - 修复:奇数分辨率远程黑屏问题。 - 修复:主控端导致剪贴板失效的权限问题。 - 修复:部分环境修复画质糊。 - 修复:部分老游戏光标不显示。 - 修复:pppoe 拨号导致连接变慢。 - 优化:低帧率下卡顿问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.yaml deleted file mode 100644 index 74225ba36b1f6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 29647c688bdac..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.10.4_20250611_1606.exe - InstallerSha256: 1CB41DAE4593E736896EB173F09739DD876D25D0F7E21EAA03B75E5EFEBD21A4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index dd3d9db94dfcd..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.4 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 690afb55a6d14..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.4 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复策略问题导致的控制端黑屏,需要更新被控设备。 - 修复已知 BUG。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.yaml deleted file mode 100644 index a314a677b0aab..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.4/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 1ba0a8ca59efa..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.6 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.10.6_20250612_2010.exe - InstallerSha256: 0B06EC28162D955328E80AED9B34F70066280080932F151E61442E79C0E4B681 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 387a71117091e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.6 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index e592ea2f02c36..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.6 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复部分被控设备无法获取音频输出列表的问题。 - 修复后台进程资源占用异常的问题。 - 修复与 RDP 协议的兼容性问题。 - 修复新窗口重复文本剪贴板不发送的 bug。 - 修复屏幕墙 DPI 问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.yaml deleted file mode 100644 index 6142693bfe698..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.10.6/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.10.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 2843ee5094a9b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.11.0_20250614_0136.exe - InstallerSha256: 2778F95D69A08A3C6C89E184E5A273FC710E606CBDA894AF9C56C91552C9E144 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 43765381ffedb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index a2c32921b6010..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: 新增自动清理历史版本残留文件。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.yaml deleted file mode 100644 index f19aaa64c4472..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index f6e695199abbb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.11.1_20250615_2127.exe - InstallerSha256: BB4DE8778F0A7D1D958FC5AF76FF729CC3342C50F30717D88A0FBAAB27F41B11 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index f47a3726382af..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index a8b2839fbc0af..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 被控端 NVIDIA 硬件加速最低驱动版本要求更新为 471.41。 - 修复 NVIDIA 显卡被控设备偶发的崩溃问题。 - 修复其他已知问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.yaml deleted file mode 100644 index 5eefb7d95d13e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.11.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.11.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index e6122f0937d24..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.12.2_20250618_2257.exe - InstallerSha256: 2E99AFB3331321B27CDD92173B6B62E9482E4927C7DC8F60DF862F83AD5FC01B -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 03c748098d734..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 88e5e5d8961fa..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 优化了渲染引擎,屏幕墙和远控连接 CPU 占用降低 30%。 - 修复重连后音频不恢复。 - 解决因数据校验导致的闪退问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.yaml deleted file mode 100644 index 7f8fc92eb014f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 64c7f5987efde..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.12.3_20250619_1924.exe - InstallerSha256: 940813066956203BAE4ED9A4A884FA092135C3C631454CA676FC55A89A7EC02A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 945e27167398a..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.3 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 0e1f7d3004a70..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.3 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: 修复首次运行时输入框需切换窗口才能输入的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.yaml deleted file mode 100644 index 6e84cb204c95c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.3/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 6fd05fc320011..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.12.4_20250623_1527.exe - InstallerSha256: 7D53CF71F3CA29F828CB42A218DC1C5E8A79AB0D3BBEE719B9682B244F683370 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 67a719b389a73..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.4 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index fd8ce8606b0ba..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.4 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复分辨率变化后 GDI 抓屏失效。 - Windows 10 1607 及以下版本禁用硬解码(解决最大化崩溃问题)。 - 新增版本更新提示。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.yaml deleted file mode 100644 index d57ec707b1179..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.4/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.installer.yaml deleted file mode 100644 index ed144b74896f1..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.12.5_20250624_1555.exe - InstallerSha256: 40422BFF0D26C7A434EF3BE901A6648A80613D322AA3D36EF050BBE41EBFBF32 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 4f9de9199e8df..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.5 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 131002c6f7c5c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.5 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复 D3D 渲染异常,显著提升画面稳定性。 - 文件传输窗口与远程控制窗口分离,优化界面交互。 - 转发模式下按会员等级动态调节剪贴板文件传输速率;直连模式下无限制带宽传输。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.yaml deleted file mode 100644 index 1de0cb2687ea3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.5/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.installer.yaml deleted file mode 100644 index cd7f102e7ae75..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.6 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.12.6_20250629_1750.exe - InstallerSha256: 378F898FF27D41358BB692B5AFF7656D9B3614BE6DDE65DC2844C0BA562CFCB3 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index b20d6c1319d6b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.6 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 6f97f2a2fa9d5..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.6 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复 Windows TLS 错误。 - 新增局域网直连,提高打洞率。 - 修复高丢包场景下被控端仍然强制发帧的问题。 - 修复 Windows 远程控制进程边框多 4 像素问题。 - 修复抓屏兼容性 BUG,新增副屏 GDI 抓屏。 - 修复换绑时手机位数限制错误的问题。 - 修复屏幕墙快捷功能不定时失效的问题。 - 修复驱动重启失效问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.yaml deleted file mode 100644 index 7fd6c8e64f64b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.6/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 3b92e0b4e5469..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.7 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.12.7_20250702_0007.exe - InstallerSha256: 3D72E7D97D30847888359C391B47E917AEF39D4EC9FA71488CA219F71710D8D9 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 22af9aa108edb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.7 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index bd3b91145aa15..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.7 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复主控端界面卡死问题。 - 修复 N 卡加速失效导致帧率过低问题。 - 修复右下任务栏退出无响应问题。 - 加强 N 卡动态画面清晰度。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.yaml deleted file mode 100644 index a79ec9da2181f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.12.7/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.12.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 2d145882b22d0..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.13.5_20250715_1531.exe - InstallerSha256: 0816F6E146768CFAF366C41DDF04432B2DA9B73C981B55640013A452AA2AB1BE -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index fa758812a6883..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.5 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index c67a42d7392bb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.5 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 新增: 远程连接支持标签页拖动换位,可拖拽交换顺序。 - 新增: 状态监视器支持抓屏、通道类型、运营商、连接方式的查看。 - 新增: 开放“远控通道”购买,同时允许更多控制端同时登录。 - 修复: 游戏手柄接入导致线程占用过高的崩溃。 - 修复: iOS 首次申请网络权限时的崩溃。 - 修复: PE 系统运行闪退问题。 - 修复: 系统盘非 C 盘无法运行的问题。 - 改动: 将“游戏”模块下所有鼠标相关选项合并为“针对 3D 游戏优化”。 - 升级: “屏幕墙”与”设备“列表互通,原“屏幕墙”改为“自定义屏幕墙”。 - 福利:7 月 1 日前注册用户赠送 1 个永久全球通道资格,之后注册用户赠送 1 个永久国内通道资格。 - 优化:多项细节及交互体验优化。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.yaml deleted file mode 100644 index 104a9daf233fa..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.5/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 213bda912a013..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.6 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.13.6_20250716_2307.exe - InstallerSha256: D44983868134E3F5FA270A1425B09870A492B5647EBD0B6A40113EE2A4005AB9 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 5923d06164c9a..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.6 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index a27cab28b8eb3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.6 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 新增: 「控制端」增加「解除全部通道占用」功能。 - 优化:多项细节及交互体验优化。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.yaml deleted file mode 100644 index 5524bf10158b0..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.6/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.installer.yaml deleted file mode 100644 index a52dd2534c1c5..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.7 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.13.7_20250718_0137.exe - InstallerSha256: AAC2CF3C20ED9CCFD1D014172AA681A49AE9B48FBDA49E938CDFE443DB6BCAF5 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 9c4a0ab25cb28..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.7 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 76a745c763944..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.7 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 优化:增加全球通道不足的提示。 - 优化:鼠标游戏控制加强。 - 优化:多项细节及交互体验优化。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.yaml deleted file mode 100644 index 6cb9d956b45b0..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.7/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.installer.yaml deleted file mode 100644 index b05222aaff9b2..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.8 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.13.8_20250723_2307.exe - InstallerSha256: 3AC78F306A43D508D8F92926CB2F1412E3616E71B54E5F2290F67BD8D13714F3 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 6f37eddfffeb3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.8 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 767a322cbb29d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.8 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - Intel 核显硬件加速优化,作为被控端时 CPU 占用降低 50% 以上。 - 实测 Intel UHD Graphics 630 核显,最高可流畅实现 2K@120Hz、4K@80Hz 的远控性能。 - 修复部分主控卡 Ctrl 或 Alt 按键。 - 多项细节优化。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.yaml deleted file mode 100644 index 085570c5b490d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.13.8/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.13.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index c8fbef708c695..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.14.1_20250728_1642.exe - InstallerSha256: 9DD849C1235699A74432201DC006C9C67B81E61E2C037DFB465F32E428D67153 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index adcf98d232c1a..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 7112beaa6db6c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 连连控云电脑来啦!云端体验再升级! - 聚合业内顶尖云电脑服务资源,一键直连高性能物理机,弹性配置,便捷管理,助力企业高效创新。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.yaml deleted file mode 100644 index c5beea11ad98c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index b6f32ed9cb1e2..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.14.2_20250731_1332.exe - InstallerSha256: 40DE37FCE5D54756415A3795FCD4A5C2BB3E2D3B52CBBCE61CD103A3A093E23B -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 6a04a90c89dba..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index f50498ccff852..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 协助他人发起远控时,标签增加“ID-设备名或备注名”。 - 修复了一个导致远程标签切换后恢复缓慢的问题。 - 屏幕墙流量占用降低了 50%。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.yaml deleted file mode 100644 index 4a1eeacebb2e2..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.14.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.14.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index a7110d7d5cf5c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.16.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.16.1_20250811_1454.exe - InstallerSha256: 1A34EB1B5D627127BF0A9568BEFCCE27CF76BFEC67EFAAB7CCB0A1A48D1CCAB2 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 2265d99690206..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.16.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 67d9ef8dcbf1b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.16.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 新增 Windows 7 驱动级键盘与鼠标支持。 - 新增 AMD 显卡被控端硬件加速。 - 优化升级设备管理模块,多设备管理更直观。 - 修复自动更新时提示 “MoveFile 失败” 的问题。 - 修复隐私屏问题。 - 修复协助他人列表不显示设备名的问题。 - 修复在屏幕墙建立连接时可能发生的崩溃。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.yaml deleted file mode 100644 index 05093a9ec1054..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.16.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.16.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 4f948ffdcbdb6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.17.1_20250819_1438.exe - InstallerSha256: C844B5A6B5AB910C32441899690F1B1460C07C9D83BE89665E6C785F7388A501 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index c83df283fda8e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 3192ffc602ecb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 优化 3D 游戏控制,游戏更跟手。 - 大幅提升帧率稳定性与画面流畅度。 - 新增 macOS 与 Windows 键位互映射——Win / Control,Alt /Option,Ctrl /Command。 - 新增卸载时清除用户数据及 ID 选项。 - 新增“显示被控光标”功能(路径:悬浮 > 键鼠 > 高级选项)。 - 新增鼠标锁定在画面内时,“如何返回本机”的提示。 - 修复远控嵌套虚拟机场景下的游戏内鼠标漂移问题。 - 修复“鼠标灵敏度”滑块偶发难以点击的问题。 - 修复屏幕墙搜索时可能出现多余设备的问题。 - 鼠标选项“针对 3D 游戏优化”默认开启(游戏版专属,开通后生效)。 - 显存不足时,自动切换为更稳的渲染方式,减少黑屏或卡顿。 - 修复屏幕墙最小化时的内存泄漏问题。 - 修复屏幕墙放大时出现白屏的问题。 - 修复在 Photoshop(PS)等软件下可能导致抓屏端崩溃的问题。 - 修复在开启高画质后可能出现延迟飙升与帧率骤降问题。 - 优化 ID 的处理逻辑,增加多项校验,减少变动风险。 - 多项 UI 细节优化与体验打磨。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.yaml deleted file mode 100644 index 20d5a11306010..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 30d953b4b441d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.17.2_20250823_0108.exe - InstallerSha256: ECF0DA6009EDDBA601DE5307E7A28BF5269984FC246B83E624CA0C6BAB5EC680 -ManifestType: installer -ManifestVersion: 1.10.0 - diff --git a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index c4b9213400b58..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 5b6951c69c81e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 大量 UI 细节优化,修复多处界面问题。 - 显著提升远控画面帧率稳定性。 - 显著提升 UI 帧数。 - 修复被控端在 NVIDIA 显卡高负载下冻结的问题。 - 修复屏幕墙组合键无法发送的问题。 - 修复任务栏托盘图标偶现被折叠/隐藏的问题。 - 修复在文件传输管理器中新建文件夹或重命名时无法输入名称的问题。 - 优化远控会话标签的拖拽体验。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.yaml deleted file mode 100644 index 3c0f4e06186a4..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.installer.yaml deleted file mode 100644 index c5ac8b5565911..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.17.3_20250823_1949.exe - InstallerSha256: C1BD2206F154D02440560C7BA5D09D5E0672A2C8501597F3E0008A176E974B3A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 3dd275775f80b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.3 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 1a1beaebd0e9f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.3 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 大量 UI 细节优化,修复多处界面问题。 - 显著提升远控画面帧率稳定性。 - 显著提升 UI 帧数。 - 修复被控端在 NVIDIA 显卡高负载下冻结的问题。 - 修复屏幕墙组合键无法发送的问题。 - 修复任务栏托盘图标偶现被折叠/隐藏的问题。 - 修复在文件传输管理器中新建文件夹或重命名时无法输入名称的问题。 - 优化远控会话标签的拖拽体验。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.yaml deleted file mode 100644 index 3fbe668725720..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.3/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 373463198df0f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.17.4_20250830_1737.exe - InstallerSha256: D1B00536182CA8824B30F441BD36DA6B8C680AB42207E111DABA04EDD95606F4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 9e42002f1db92..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.4 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 3f3caad6129ad..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.4 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 降低发起远控的失败率。 - 新增对繁体中文、英语、日语、西班牙语、法语的部分适配(Beta 阶段)。 - 修复部分设备的色彩异常问题。 - 修复 Windows 屏幕墙任务栏预览无法关闭的问题。 - 修复 Windows 关闭窗口引发的异常退出。 - 修复 Windows 错误的 DPI 缩放。 - 针对免费用户,每月赠送 50 小时的会员线路时长。 - “境内通道”更名为“2025 年 8 月 31 日起,“境内通道”更名为“精品通道”,适用范围升级:控端与被控端须同属中国区或同属国际区。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.yaml deleted file mode 100644 index 5a3c385ab2dc6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.17.4/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.17.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 55738157118a3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.18.0_20250901_1442.exe - InstallerSha256: 0354079802DB4B3DF3EBF4E31D52641BABEE4366AE396804B027307034B76C23 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 4110809132e74..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 17ca605d6eb24..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 降低发起远控的失败率。 - 新增对繁体中文、英语、日语、西班牙语、法语的部分适配(Beta 阶段)。 - 修复部分设备的色彩异常问题。 - 修复 Windows 屏幕墙任务栏预览无法关闭的问题。 - 修复 Windows 关闭窗口引发的异常退出。 - 修复 Windows 错误的 DPI 缩放。 - 针对免费用户,每月赠送 50 小时的会员线路时长。 - “境内通道”更名为“2025 年 8 月 31 日起,“境内通道”更名为“精品通道”,适用范围升级:控端与被控端须同属中国区或同属国际区。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.yaml deleted file mode 100644 index 626a8c9485e64..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 3ffbc7ee8746f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.18.1_20250905_1922.exe - InstallerSha256: 7F0286948BBC53D823A6FF29BFE0535049E8D03F133E7B248AF92F84941069D1 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index cffc5061c08f6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index e3da10e704908..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复部分已知屏幕墙问题。 - 新增获取本机默认语言,首次运行自动匹配界面语言。 - 优化提高 GDI 抓屏帧数。 - 优化屏幕墙界面在空闲时的资源占用。 - 优化远控画面流畅度。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.yaml deleted file mode 100644 index 2f53cf12c8832..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.18.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.18.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 339f325762510..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.19.0_20250910_1814.exe - InstallerSha256: 7B3D0BC2A3DE1F6DBBEAA313E63DF2849C272B8CD611CAB94C2254AFC57F06B5 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index b2666eb195752..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 6e8d22e08661c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复连接云电脑的帧数错误问题。 - 修复部分设备在音频初始化时可能发生的崩溃问题。 - 新增自适应画质(实验性功能),位于“我的-高级功能”,默认开启。 - 新增局域网设备优先走局域网连接。 - 修复文件管理中无法删除文件夹的问题。 - 将文件管理的时间显示调整为“修改日期”。 - 修复 macOS 焦点判断异常。 - 新增系统语言自动识别。 - 完善对繁体中文、英语、日语、西班牙语、法语的支持。 - - 提前体验:https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.19.0_20250910_1814.exe -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.yaml deleted file mode 100644 index ad0432fa92b46..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index c73456c32e05f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.19.1_20250911_1955.exe - InstallerSha256: D5339D94AE9E6DD05FABD93C639F4FD6CF5070D17A43C9C4129D04EA32F0869A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 163b4463601cb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index bc88f7df4caf3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复连接云电脑的帧数错误问题。 - 修复部分设备在音频初始化时可能发生的崩溃问题。 - 新增自适应画质(实验性功能),位于“我的-高级功能”,默认开启。 - 新增局域网设备优先走局域网连接。 - 修复文件管理中无法删除文件夹的问题。 - 将文件管理的时间显示调整为“修改日期”。 - 修复 macOS 焦点判断异常。 - 新增系统语言自动识别。 - 完善对繁体中文、英语、日语、西班牙语、法语的支持。 - 新增代理直通功能,不再受大多数代理产品影响。 - 修复因语言文件问题导致的屏幕墙崩溃。 - - 提前体验:https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.19.1_20250911_1955.exe -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.yaml deleted file mode 100644 index e4e58fd81cd1b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.19.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.19.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 13c935bceca04..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.2.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/beta-version/windows/AskLink_Full_v4.0.2.0_20250429_1621.exe - InstallerSha256: 694D009BD0EF3971497EAA8D30A31718B88DA0EF733061D8BA8EC74AEF314652 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index a9a817b39b7a8..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.2.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 73887457dbc4b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.2.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复各个版本的崩溃问题。 - 修复驱动程序导致鼠标在副屏无法点击的问题。 - 修复中文路径相关问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.yaml deleted file mode 100644 index 6517a15c4c05d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.2.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 9be413df75dfc..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.21.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.21.0_20250919_2132.exe - InstallerSha256: 5218BB7AEC6ED012E174DAA2FC755D544E5E34711B37B475CBD8DB4C730D20EF -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 881ccbed16eb7..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.21.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index e713bb2a32c89..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.21.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 会员智能加速升级,复杂网络更快更稳,部分场景延迟降低 50%以上。 - 修复因老版本覆盖新版本导致无法启动的问题。 - 修复因为更新版本时,驱动导致蓝屏的 bug。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.yaml deleted file mode 100644 index 7f32caa25d745..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.21.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.21.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 3f3af5a54e128..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.22.0_20250923_2116.exe - InstallerSha256: 97E82937EB4E9D9D7E4DBE891F3E1F11320A4933C75C5289A69EBE4E99BDB0C3 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 427ccfe3f14f1..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 38ee904dfa8c0..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - Windows 远程连接支持 IPv6(需双方均更新)。 - 修复启动器相关若干 Bug。 - 修复 Windows 任务栏偶发消失的问题。 - 修复部分机器无法加载鼠标与键鼠驱动的问题。 - 修复因游戏手柄导致的系统蓝屏问题。 - 修复部分游戏中鼠标无法进入相对模式的问题。 - 屏幕墙新增声音光效提醒(需双方均更新)。 - 屏幕墙:断线后自动重连。 - 修复若干由线程问题引发的崩溃。 - http://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.22.0_20250923_2116.exe -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.yaml deleted file mode 100644 index 50016bccc2d9c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 4be9a9710c78d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/Windows/AskLink_Full_v4.0.22.1_20250924_2029.exe - InstallerSha256: 356D1D0AD10501D4235C6E70C2F1D9582AD469258661A9E3DDA0670040177E78 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index d4464033bd070..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed an issue where a scrollbar appeared when remotely controlling two devices with the same resolution simultaneously. - Fixed an issue where the Screen Wall’s audio indicator was shown even when there was no sound. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 8be6878643e03..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复同时远控两个相同分辨率设备显示拖动条的问题。 - 修复没有声音是,屏幕墙音频依然提示的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.yaml deleted file mode 100644 index 28cff4100a843..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.22.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.22.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 85693a85d9048..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/download/windows/AskLink_Full_v4.0.23.2_20250929_1253.exe - InstallerSha256: 5D7808D2564D81EE23F47780563C6AC70AD65E46F8D04510C0453C34516069B4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 8045f17cb3e4c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Removed the feature that automatically created a virtual display when no physical monitor was present. - Remote connections now prefer IPv6. - Improved LAN detection accuracy. - Fixed known crash issues. - Fixed a bug that could lead to ID changes. - Added the option to use an SMB shared path for file transfer. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 41ed8f9f09b6f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 移除在无物理显示器时自动创建虚拟显示器的功能。 - 远程连接将优先使用 IPv6。 - 提升局域网识别的准确性。 - 修复已知的崩溃问题。 - 修复一个可能导致 ID 变更的错误。 - 新增文件传输可选 SMB 共享路径。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.yaml deleted file mode 100644 index 6cc855975b362..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 2415bbbb00cba..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/download/windows/AskLink_Full_v4.0.23.4_20251007_2051.exe - InstallerSha256: C1D82B3581DEFF53D8E68283F7B85A48C58AFF9866F65BBE08448F40AFE58CBF -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 5f53069831e0e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.4 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed a data transmission crash on single-core devices. - Fixed video stutter during the first 3 seconds after a successful connection. - Fixed a latency spike at 30–40 seconds on IPv6 connections. - Disabled Adaptive Quality evaluation in LAN environments. - Optimized stuttering under high load on certain NVIDIA GPUs. - Shortened detection time for the device “no display” state. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 71332104f701b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.4 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复单核设备的传输崩溃问题。 - 修复连接成功后前 3 秒画面卡顿的问题。 - 修复 IPv6 连接在 30–40 秒时出现的延迟突增问题。 - 取消局域网环境下的自适应画质判断。 - 优化部分 NVIDIA 显卡在高负载时的画面卡顿问题。 - 缩短设备无显示状态的检测时间。 - 优化 ipv6 的连接速度。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.yaml deleted file mode 100644 index 61b8972d6445a..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.4/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 498df1621ab02..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/download/windows/AskLink_Full_v4.0.23.5_20251008_1230.exe - InstallerSha256: 6E2C14C901D2679F55834B13B137607FF3863ACC3907CB4C63D62E328E4BFD38 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 1a5a536aa3582..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.5 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed a data transmission crash on single-core devices. - Fixed video stutter during the first 3 seconds after a successful connection. - Fixed a latency spike at 30–40 seconds on IPv6 connections. - Disabled Adaptive Quality evaluation in LAN environments. - Optimized stuttering under high load on certain NVIDIA GPUs. - Shortened detection time for the device “no display” state. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 7b010953a0972..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.5 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复单核设备的传输崩溃问题。 - 修复连接成功后前 3 秒画面卡顿的问题。 - 修复 IPv6 连接在 30–40 秒时出现的延迟突增问题。 - 取消局域网环境下的自适应画质判断。 - 优化部分 NVIDIA 显卡在高负载时的画面卡顿问题。 - 缩短设备无显示状态的检测时间。 - 优化 ipv6 的连接速度。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.yaml deleted file mode 100644 index 318cf596e9ced..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.23.5/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.23.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 701a69fc8edcd..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.24.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.24.3_20251107_1944.exe - InstallerSha256: C634DA17BCECCD3F0A351F704E67E670EAF1E898CAFA804EEA305F38C9D9674B -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index b0937b9c489a5..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.24.3 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Added a toggle for game controller vibration feedback. - Added support for Windows multi-user environments. - Added QR code sign-in. - Optimized software-acceleration compatibility on iOS/Android. - Improved touch precision. - Fixed an issue where older devices didn’t automatically fall back to software mode when hardware acceleration failed. - Fixed a “??” input anomaly when using Sogou/QQ IMEs on Windows. - Fixed DNS resolution issues. - Fixed frame latency issues on NVIDIA GPUs. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index f7ae22d10699c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.24.3 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 新增游戏控制器震动反馈开关。 - 支持 Windows 多用户环境。 - 新增扫码登录。 - 优化 iOS/Android 软件加速兼容性。 - 提升触控精度。 - 修复旧设备在硬件加速失败时未自动切换为软件模式的问题。 - 修复在 Windows 环境下使用搜狗输入法、QQ 输入法等时出现“??”的输入异常。 - 修复 DNS 解析问题。 - 修复 NVIDIA 显卡帧延迟问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.yaml deleted file mode 100644 index 06c567e0b8af4..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.24.3/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.24.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 0dd42377d971d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.25.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.25.0_20251111_0019.exe - InstallerSha256: 53B57D133190F0C371DBB298FD9FDE4B726F3C4141E3498CBE893811F2DBF220 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 29c635c1df144..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.25.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed an issue where the Adaptive Quality option could not be saved. - Fixed an issue where resources in the Windows taskbar notification area (system tray) were not released properly. - Fixed an issue where copy and paste with the Windows clipboard occasionally failed. - Fixed an abnormal display when zooming the Screen Wall on Windows 7. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index ba772af7b788a..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.25.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复自适应画质选项无法保存的问题。 - 修复 Windows 任务栏托盘区资源释放异常的问题。 - 修复 Windows 剪贴板偶尔复制粘贴无效的问题。 - 修复 Windows 7 屏幕墙放大显示异常的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.yaml deleted file mode 100644 index e9a4c8eb2f7f6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.25.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.25.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index ec6d9bbfe4acc..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.26.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.26.0_20251113_1210.exe - InstallerSha256: 360077F7B0D8F42CE0716827DDA37D1839BFDA6DE197CD1BFFA680EC2109E825 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 1949970c2c29e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.26.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed an issue where the taskbar tray icon was unresponsive. - Added support for a custom installation path. - Fixed a potential crash. - Added compatibility with the protocol identification rules of certain routers. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 57a8c0ac37642..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.26.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复任务栏托盘图标不响应的问题。 - 支持自定义安装路径。 - 修复一个可能导致崩溃的问题。 - 兼容部分路由器的协议识别规则。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.yaml deleted file mode 100644 index 7c1c4c9b4b47e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.26.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.26.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 65abbc3f992ef..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.27.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.27.0_20251115_0035.exe - InstallerSha256: BA29D7E27120389A71811749D0776397D712C0F608B5FE4A70BF1A11DB2C7F06 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index c0507bc960062..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.27.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Reduced the sensitivity of Adaptive Quality. - Disabled Air Copy by default. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 7f3ceba01a9af..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.27.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 降低自适应画质的灵敏度。 - 默认关闭隔空复制。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.yaml deleted file mode 100644 index f9803d3243728..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.27.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.27.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 2088a6aa442ce..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/beta-version/windows/AskLink_Full_v4.0.3.0_20250430_2214.exe - InstallerSha256: 2FE9586FD62A0CD52D76C1F35CDAE9737723DAAFC8594B8B3AD42FB2A280FDB4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index cfafad992ecaf..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index abf194fa93a86..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复 3.0 升级至 4.0 后「长效密码」失效的情况。 - 修复 Windows Server 环境中需先解锁屏幕后才能运行的 Bug。 - 修复剪贴板自动识别 ID/密码的偶发错误。 - 修复 Windows 7 上窗口发灰的问题。 - 修复部分电脑屏幕偶尔出现花屏的情况。 - 修复偶尔无法正确显示鼠标指针的问题。 - 修复 iOS 反复弹允许粘贴的问题。 - 提升移动端外接鼠标灵敏度(iOS 版将在审核通过后同步生效)。 - Android 增加后台保持。 - 关闭可能造成卡顿的画面同步功能,让显示更流畅。 - 将鼠标速度固定为默认值,操作更顺手。 - 增强启动稳定性,避免程序偶尔打不开。 - 优化网络连接,打洞更稳。 - 长效密码、「协助我」密码刷新规则、保留协助他人历史、从设备列表控制本机(需登录)等安全设置已统一移至「我的 > 安全选项」。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.yaml deleted file mode 100644 index 07e42d31a1d94..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index f418d3e4549ac..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://asklink-oss.oss-cn-shanghai.aliyuncs.com/updata/beta-version/windows/AskLink_Full_v4.0.3.1_20250430_2335.exe - InstallerSha256: D48C92CEE29F57BFEECCE0A99711D67318E0174C06780D1C4107EE1ACB70DFAB -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index e98952a06f96f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 55dc12b37d3b1..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复 3.0 升级至 4.0 后「长效密码」失效的情况。 - 修复 Windows Server 环境中需先解锁屏幕后才能运行的 Bug。 - 修复剪贴板自动识别 ID/密码的偶发错误。 - 修复 Windows 7 上窗口发灰的问题。 - 修复部分电脑屏幕偶尔出现花屏的情况。 - 修复偶尔无法正确显示鼠标指针的问题。 - 修复 iOS 反复弹允许粘贴的问题。 - 提升移动端外接鼠标灵敏度(iOS 版将在审核通过后同步生效)。 - Android 增加后台保持。 - 关闭可能造成卡顿的画面同步功能,让显示更流畅。 - 将鼠标速度固定为默认值,操作更顺手。 - 增强启动稳定性,避免程序偶尔打不开。 - 优化网络连接,打洞更稳。 - 长效密码、「协助我」密码刷新规则、保留协助他人历史、从设备列表控制本机(需登录)等安全设置已统一移至「我的 > 安全选项」。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.yaml deleted file mode 100644 index 57e3cba8e937b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 54e2f1380c8da..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/beta-version/windows/AskLink_Full_v4.0.3.2_20250501_1214.exe - InstallerSha256: D593E931A4C3CDB13677D602A281CE9A885561354D3F6F4EE028C6A20D551877 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index e988a248b1bf6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 6cd3b63082835..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: 更新问题修复。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.yaml deleted file mode 100644 index df6dac42e3ec3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.3.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.3.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 92a0fec7ba44b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.30.0_20251126_1522.exe - InstallerSha256: 93D69459C405B817C3B27A38E67C40D5218C6EB5A735479C70FF75102086A521 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 995306bcb50a7..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed a potential issue that could cause the Monitor Wall to crash. - Added drag-to-select to the Monitor Wall and the Device List. - Fixed a crash caused by incorrect IPv6 address creation. - Fixed an issue where certain network environments could not connect to the server. - Fixed traffic spikes caused by network packet loss. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 677a2237b0c44..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复一个可能导致屏幕墙崩溃的问题。 - 为屏幕墙和设备列表新增拖拽选中功能。 - 修复错误创建 IPv6 地址导致的崩溃问题。 - 修复部分网络环境下无法连接服务器的问题。 - 修复因网络丢包导致的流量突发问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.yaml deleted file mode 100644 index d976d721486fc..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index cfe7a7ebf5feb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.30.1_20251201_1433.exe - InstallerSha256: D24FF1FB24F08F23AFB436E61E0E351D6965E99B656A9CE1FB64932DC3932BAD -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index d25f4626ff6b0..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Added support for Windows touch screens. - Fixed a pixel offset issue in the Monitor Wall. - Added synchronization support for rich text and other formats in the Windows clipboard. - Optimized handling of incorrect system time that could prevent connecting to the server. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 83456df8cc73b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 支持 Windows 触控屏。 - 修复屏幕墙像素偏移的问题。 - 新增 Windows 剪贴板富文本等多种格式的同步支持。 - 优化系统时间错误导致无法连接服务器的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.yaml deleted file mode 100644 index 8e3004a000957..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 57c5885dbc512..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.30.2_20251203_1704.exe - InstallerSha256: 738A69C2FAAEB61D2A503CB45A6CF68F070DE8C7AACBCC97ECB71590059A8096 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 9867f43425fb7..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed a system blue screen (BSOD) caused by certain legacy mouse/keyboard drivers. - Fixed a freezing issue in memory-based screen capture. - Fixed an issue where hardware encoding could not be enabled when the display orientation was not landscape. - Fixed an issue where some devices incorrectly switched to Compatibility Capture mode. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index da67eb385f8b2..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复部分旧款鼠标/键盘驱动导致的系统蓝屏问题。 - 修复内存抓屏出现卡屏的问题。 - 修复在非横屏方向下无法开启硬件编码的问题。 - 修复部分设备错误地切换到兼容抓屏模式的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.yaml deleted file mode 100644 index bbee8bb08c549..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 24c2699e8cbf2..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.30.4_20251208_1836.exe - InstallerSha256: CEACB2574FF26AA01720D20BF1BCD97414C2BF29EC0E7E97A8078E89D9B82992 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index dc05d53c81c6f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.4 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Monitor Wall now includes a “High-Performance Capture” option (enabled by default) that reduces resource usage and resolves mouse jitter in the Monitor Wall. - Fixed a black screen issue on Windows 8. - Added support for Windows multi-touch (Windows 10 version 1809 and later). -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index eaf9bc5e4298f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.4 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 屏幕墙新增“高性能抓屏”选项(默认开启),可降低屏幕墙资源占用,并解决屏幕墙鼠标抖动的问题。 - 修复 Win8 显示黑屏的问题。 - 新增 Windows 多指触控支持(适用于 1809 及以上版本)。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.yaml deleted file mode 100644 index 6601046325dae..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.30.4/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.30.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index ea5a4ac4a04b6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.33.1_20251217_1700.exe - InstallerSha256: 22376C12060E95E96507DF51482545827B017A80D1E3B05FC598C62797C10630 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 1672203307cdb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed a screen initialization failure caused by Windows exceptions. - Fixed a potential issue that could prevent the system from locking the screen. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 50f4dc56198b6..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复 Windows 异常导致画面创建失败的问题。 - 修复一个可能导致系统无法锁屏的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.yaml deleted file mode 100644 index cdacff970710d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 2b8a3baffdfd4..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.33.2_20251221_1406.exe - InstallerSha256: FDD6FB99A6518577DDFC3ADA12357073A86453D743C3D8684DD963918A28A973 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index cb44cf0c8c79b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Added support for Windows HDR-to-SDR display. - Pre-initialize keyboard and mouse drivers at startup to reduce input issues caused by false interception from third-party software. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index ce05b02ac720b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 支持 Windows HDR 转 SDR 显示。 - 启动时提前初始化键鼠驱动,减少第三方软件误拦截导致的输入异常。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.yaml deleted file mode 100644 index f98cfb709d7cb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.33.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.33.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index d05f5e012a8cf..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.34.0_20251226_1737.exe - InstallerSha256: 1B7CAF23A815638709B9B490E4C172DFA60240852F96BD6D3893CA08A179D4BE -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 18f69623c5d6b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed an issue where hiding the main page caused an event infinite loop. - Added support for Windows HDR-to-SDR display. - Pre-initialize keyboard and mouse drivers at startup to reduce input issues caused by false interception from third-party software. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 8782c97a21d4b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复隐藏主页面导致事件死循环的问题。 - 支持 Windows HDR 转 SDR 显示。 - 启动时提前初始化键鼠驱动,减少第三方软件误拦截导致的输入异常。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.yaml deleted file mode 100644 index 5eb6c61707066..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 79866cf0c9925..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.asklink.com/windows/AskLink_Full_v4.0.34.1_20251227_1412.exe - InstallerSha256: EA5134FD576C12A8F34D16FAD3F4B1CE485B1377FAA8817A1F16E97C853E5D52 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index d2a4da4bb6be5..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -ReleaseNotes: |- - Fixed an issue where hiding the main page caused an event infinite loop. - Added support for Windows HDR-to-SDR display. - Pre-initialize keyboard and mouse drivers at startup to reduce input issues caused by false interception from third-party software. -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index fc114e40d8911..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复隐藏主页面导致事件死循环的问题。 - 支持 Windows HDR 转 SDR 显示。 - 启动时提前初始化键鼠驱动,减少第三方软件误拦截导致的输入异常。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.yaml deleted file mode 100644 index 6a1f787dbb30c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.34.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.34.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index d106c51267e67..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.4.0_20250502_1644.exe - InstallerSha256: 3AB544A8DA0087D3FEED6F401B6DE6DFF1269C34EA2A231E53906E2909FF17B7 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index de2fc1aa04af4..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index a708a93eed2b5..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复 Windows 环境无法获取系统声音的 Bug。 - 暂时关闭 AMD 编码功能。 - 修复屏幕不显示「重连」按钮的 Bug。 - 修复「关闭增强连接」设置不生效的 Bug。 - 修复密码更新偶发重复的 Bug。 - 修复抓屏导致 GDI 句柄泄漏的 Bug。 - 修复办公模式下光标缺失的 Bug。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.yaml deleted file mode 100644 index 14c5d4f78ee2f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index e0c6d949619ec..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://asklink-oss.oss-cn-shanghai.aliyuncs.com/updata/official-version/windows/AskLink_Full_v4.0.4.2_20250503_1156.exe - InstallerSha256: FD59ADB00CE90191AECB9DAC538F8E1802B56347B472AFA25177A073833B2E1F -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 2983e4313c7e9..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 9f959858992a3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 协议增加统一数据包头(AskLink),提升路由器、防火墙、行为管理设备对连连控流量的精准识别能力。 - 优化剪贴板文本处理,提升兼容性。 - 屏幕墙抓屏模式改用 GDI,以增强兼容性与稳定性。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.yaml deleted file mode 100644 index 99cbe4156f959..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.4.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.4.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 66376d4dbe112..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.5.0_20250504_0116.exe - InstallerSha256: C07C93A72806D124A595707AAC25CE370E1ED7CE32022D3BE12F2E9692AEFAC5 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 2c4da3864963b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index d870eaaf6d221..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - Windows 下使用代理软件时不再受到影响。 - Windows 无显示器时不再自动新建虚拟屏幕,改为使用 GDI 抓屏;如需高性能画面,请手动创建虚拟屏幕。 - 修复部分情况下登录过期的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.yaml deleted file mode 100644 index 82e4537a4f439..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index dfd9033362c40..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.5.2_20250504_1606.exe - InstallerSha256: 3C62FD6265243FAE8A76D037D9ED8B18815E80722F6479FD21A4DAFCCEAFDB28 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index c19de196fb03c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 74ed3b56a9aeb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - Windows 下使用代理软件时不再受到影响。 - Windows 无显示器时不再自动新建虚拟屏幕,改为使用 GDI 抓屏;如需高性能画面,请手动创建虚拟屏幕。 - 修复部分情况下登录过期的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.yaml deleted file mode 100644 index 14ddc8efc51e3..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.5.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index a0ba9c4d309ff..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.6.0_20250504_1723.exe - InstallerSha256: F3DF6389461E58AE1DE45E831215FB91DC3A6462485E6E1B8538AAC239061A7C -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 760555ef512e5..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 2b623c5cae914..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 解决部分使用代理的环境无法连接的问题。 - 优化安装包,尽可能减少影响。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.yaml deleted file mode 100644 index 03cddaa842d9c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index ad3493c8e273c..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.6.1_20250504_1832.exe - InstallerSha256: 5E081C513E291C1C26307769A59D0A00EC55E05BA0E18D8631EC925261755E3C -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 639a392ded5fb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 12f4af9fe4ae7..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 解决部分使用代理的环境无法连接的问题。 - 优化安装包,尽可能减少影响。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.yaml deleted file mode 100644 index 82339a49b4aec..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 36ecca0eb15d9..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.6.2_20250504_2209.exe - InstallerSha256: A29FEE57773F414F7DCFA40149896B77B0EBF261D8D7CE22F8EC0DE68EE56B9A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 0108f33da6fb8..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.2 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index b328a39d44874..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.2 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 解决部分使用代理的环境无法连接的问题。 - 优化安装包,尽可能减少影响。 - 解决屏幕墙白屏问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.yaml deleted file mode 100644 index 5029765742c0d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.2/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.installer.yaml deleted file mode 100644 index a5750448044a1..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.6.5_20250507_0144.exe - InstallerSha256: E816C0EF8A71014D661012459D41A4DF1B99294B7CB2C18B091AE87ECBCE1A67 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index f906a37242517..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.5 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 210b0f4ddf5ca..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.5 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复屏幕墙剪贴板崩溃。 - 增强屏幕墙按键稳定性,优化按键卡键。 - 修复安卓音频暴音问题。 - 关闭手机端光标区域限制。 - 优化未响应和崩溃处理。 - 新增隔空复制(我的 → 高能功能 → 隔空复制)。 - 标签大小不再随新会话变动。 - 关闭副屏兼容检查。 - 服务器重连时间调整为 3–10 秒递增。 - 修复 N 卡创建失败导致的白屏问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.yaml deleted file mode 100644 index dd4149169c541..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.6.5/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.6.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index de2d733a59fed..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.7.0_20250509_2212.exe - InstallerSha256: B5D3B3BB02159C95A485D42AABA0792233675AF8CB2AF2ACFB7242DE2A2D583D -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 7a063a670ad41..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index c847a91cfbe8b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 1. 增加了中转降速功能,在网络不稳定或者高并发时,能够保证通道更平滑、卡顿更少。 - 2. 解决了因 Direct3D 渲染偶尔崩溃的问题。 - 3. 优化了卡键问题。 - 4. 修复了由于剪贴板操作引发的崩溃。 - 5. 在非 Server 版 Windows 上,启动时某些游戏会黑屏的问题已解决。 - 6. 修复了 macOS 下未能正确调用硬件的 Bug。 - 7. 修复了 Windows 后台模式渲染失效的问题。 - 8. 增加屏幕墙大屏模式下鼠标滚轮滚动支持。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.yaml deleted file mode 100644 index c1771ed1eee29..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 21d1ec96cedf5..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.7.1_20250510_2113.exe - InstallerSha256: 63119CA00E2BA31CC01B9F96EE37CC74A1304D02DA2B9D88A76BD58ED8B7425E -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index f18150d8f7964..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index ae54045a3f2e8..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复部分老机型画面不渲染的问题。 - 修复部分游戏键鼠无法使用问题。 - 修复 API 键盘不能连击问题。 - 屏幕墙性能优化。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.yaml deleted file mode 100644 index bf1ae95c00172..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.installer.yaml deleted file mode 100644 index da7f9940eb38d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.7.3_20250512_2211.exe - InstallerSha256: 1EDBAF92F10E5DDB6B6FFAE7EE9F39382020E9FC68D9B7A03E75CFEAC3A4408D -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index a895dd436b3ff..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.3 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index e8ed986b0a45d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.3 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 解决 Windows7 兼容问题 - 临时密码增加“仅手动刷新”。 - NVIDIA 显卡性能优化。 - 修复屏幕墙多屏时鼠标偏移问题。 - 解决目前已知 bug。 - 提示增加对屏幕墙访问、远程协助的分类判断。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.yaml deleted file mode 100644 index 3663d4915cfbd..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.3/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 0d0c47feadcfe..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.7.4_20250513_2148.exe - InstallerSha256: 31634A36572C5A23447847421743EE0707ABCC2643224CAF7603D6C6F36BD59A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index e65bfb22d97b0..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.4 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 44965ffb133f8..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.4 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复了服务退出后端口没释放的问题。 - 修复了窗口失去焦点后导致主页面帧率下降的问题。 - 修复了应用无法正常自启动的问题。 - 修复了退出登录时可能导致崩溃的问题。 - 修复了关闭所有窗口时出现的错误。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.yaml deleted file mode 100644 index 59f927ae4ec6d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.4/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 1e58f410782bc..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.7.5_20250518_2040.exe - InstallerSha256: B3779CFC6A4C1C0E65C7A41567F8102235E935DB9B7670FE425FEE9EC1017DC8 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 46e517ff072b2..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.5 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 91467065b5e28..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.5 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复屏幕墙放大鼠标偏移。 - 协助我页面增加“关闭协助”。 - 修复符号表情不能粘贴、繁体文件不能粘贴的问题 - 修复屏幕墙放大后 cmd 失效。 - 修复主程序异常前置问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.yaml deleted file mode 100644 index 3377d6813bc4b..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.5/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 22ec18ee7372e..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.6 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.7.6_20250522_2207.exe - InstallerSha256: BE2900CCBB8B29A63ECDC42CB915B17DFE8B5AA1A7E845E11E8EA6C7E8FE9425 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index e2680d5d6a288..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.6 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 5e2a8a2bd6145..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.6 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 降低 H264 流量。 - 修复 N 卡设备连连控崩溃问题。 - 解决雷电模拟器提示游戏手柄接入问题。 - 解决 Windows 7 提示安装驱动的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.yaml deleted file mode 100644 index 0167e582a5beb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.6/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.installer.yaml deleted file mode 100644 index ed68b9aea67eb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.7 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.7.7_20250524_1527.exe - InstallerSha256: 0864D5B678F9652A0EBD3B1F7C6EE42008077CCC83FB16B992BDE0CD2542EF7E -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index abb7eb36bb7cb..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.7 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index b4d19e271b5e1..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.7 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 优化了文件获取。 - 修复了 Windows 7 DPI 问题。 - 修复了在 Windows 7 上也会创建兼容抓屏的 bug。 - 新增变 ID 日记。 - 新增剪贴板复制文件日记。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.yaml deleted file mode 100644 index d13072e04c78f..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.7.7/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.7.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 13224e4c126cf..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.8.0_20250531_2244.exe - InstallerSha256: 1AB9A3E3D33A353B05ADE574D84BBB4C7BBD8A851FFE371C38DC21A4C626F8BD -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 1a16a97790236..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.0 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index d0fb7a6795e69..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.0 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复卸载连连控时不卸载驱动的问题。 - 修复 macOS 上中键/右键拖动问题。 - 优化 Windows 剪贴板复制粘贴文件。 - 优化硬解码回退导致的 D3D 崩溃问题。 - 修复 Windows 7 DPI 导致的显示不全问题。 - 修复屏幕墙不响应关闭增强连接的问题。 - 修复屏幕墙连接后不启动抓屏的问题。 - 修复屏幕墙黑屏问题。 - 修复频繁断开问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.yaml deleted file mode 100644 index 614d113abf396..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.0/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 2bbaca0390843..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.8.1_20250602_2239.exe - InstallerSha256: 3FC206F5D30039FC31982A7B3A3A3646040630065079A41C2D40548EEF711550 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 1d906c90ab38d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.1 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index d0bdecefa5a68..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.1 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 优化画质。 - 修复部分场景光标样式不会变化的问题。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.yaml deleted file mode 100644 index 84b6d43651b30..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.1/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.installer.yaml deleted file mode 100644 index 2430390ae4717..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: 连连控_is1 -Installers: -- Architecture: x64 - InstallerUrl: https://oss.asklink.com/updata/official-version/windows/AskLink_Full_v4.0.8.3_20250603_2303.exe - InstallerSha256: F31DED951BE59C0F1FC020CD1B1B4749C6B9884063EA11BF70451FF8D21B528E -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.locale.en-US.yaml deleted file mode 100644 index 42c4c17c51fa9..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.3 -PackageLocale: en-US -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: Shanghai Kongkong Technology Co., Ltd. -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: Proprietary -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © Shanghai Kongkong Technology Co., Ltd. -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: An efficient and professional remote desktop control solution -Tags: -- control -- remote -- remote-access -- remote-assistance -- remote-control -- remote-desktop -- remote-support -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: Tutorial - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.locale.zh-CN.yaml deleted file mode 100644 index 5bed37218b744..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.3 -PackageLocale: zh-CN -Publisher: 上海控控科技有限公司 -PublisherUrl: https://www.asklink.com/ -PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html -Author: 上海控控科技有限公司 -PackageName: 连连控 -PackageUrl: https://www.asklink.com/download -License: 专有软件 -LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html -Copyright: © 上海控控科技有限公司 -CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html -ShortDescription: 高效专业的远程桌面控制解决方案 -Tags: -- 控制 -- 远程 -- 远程协助 -- 远程控制 -- 远程支持 -- 远程桌面 -- 远程访问 -- 远程连接 -ReleaseNotes: |- - 修复丢包率显示错误问题。 - 修复导致部分游戏崩溃的问题。 - 修复虚拟机导致的剪贴板传输文件失败。 - 修复 Administrator 用户权限引发的文件管理崩溃,无法剪贴板同步等情况。 -PurchaseUrl: https://www.asklink.com/pricing -Documentations: -- DocumentLabel: 使用教程 - DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.yaml deleted file mode 100644 index c6dc2c08db72d..0000000000000 --- a/manifests/k/Kongkong/AskLink/4.0.8.3/Kongkong.AskLink.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Kongkong.AskLink -PackageVersion: 4.0.8.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.installer.yaml b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.installer.yaml new file mode 100644 index 0000000000000..989095a1c52b2 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.32 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: axonhub.exe +Commands: +- axonhub +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.32/axonhub_0.9.32_windows_amd64.zip + InstallerSha256: 9DAC3411E9A76AE32E77538EE5394D97AB1B76021EDC25951EF828A89B0AFE9E +- Architecture: arm64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.32/axonhub_0.9.32_windows_arm64.zip + InstallerSha256: EE10BFD5BC50427EF108505F658728B73F8B9DD3CEE177D9D84ECF62E5731F07 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.locale.en-US.yaml b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.locale.en-US.yaml new file mode 100644 index 0000000000000..0a8d7ef97a07f --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.32 +PackageLocale: en-US +Publisher: Loop +PublisherUrl: https://github.com/looplj +PublisherSupportUrl: https://github.com/looplj/axonhub/issues +PackageName: AxonHub +PackageUrl: https://github.com/looplj/axonhub +License: MIT +LicenseUrl: https://github.com/looplj/axonhub/blob/HEAD/LICENSE +Copyright: Copyright for portions of AxonHub are held by Sat Naing, 2026 as part of project [Shadcn Admin](https://github.com/satnaing/shadcn-admin). All other copyright for project AxonHub are held by looplj, 2026. +ShortDescription: A modern AI gateway system that provides a unified OpenAI (Chat Completion, Responses), Anthropic, Gemini and AI SDK compatible API +Description: |- + AxonHub is an all-in-one AI development platform that provides unified API gateway, project management, and comprehensive development tools. It offers OpenAI, Anthropic, and AI SDK compatible API layers, transforming requests to various AI providers through a transformer pipeline architecture. The platform features comprehensive tracing capabilities, project-based organization, and integrated playground for rapid prototyping, helping developers and enterprises better manage AI development workflows. + Core Features: + 1. Unified API: OpenAI- and Anthropic-compatible interface with automatic API translation lets you use one API format to access any supported model provider. + 2. Tracing / Threads: Thread-aware tracing captures full request timelines for deep observability and faster debugging. + 3. Fine-grained Permission: RBAC-based policies help teams govern access, usage, and data segregation precisely. + 4. Adaptive Load Balancing: Intelligent multi-strategy load balancing automatically selects optimal AI channels based on health, performance, and session consistency. +Tags: +- ai +- chatbot +- large-language-model +- llm +- proxy +ReleaseNotes: |- + What's Changed + - feat: channel rpm settings, close #746 by @looplj in https://github.com/looplj/axonhub/pull/1320 + - feat: channel concurrency settings, close #1130 by @looplj in https://github.com/looplj/axonhub/pull/1322 + - chore(deps): upgrade aws eventstream by @looplj in https://github.com/looplj/axonhub/pull/1332 + - feat: add kwaipilot developer catalog support by @llc1123 in https://github.com/looplj/axonhub/pull/1328 + - feat: repsect channel response with retry after, close #858 by @looplj in https://github.com/looplj/axonhub/pull/1333 + - chore(i18n): 补充模型开发者本地化标签 by @llc1123 in https://github.com/looplj/axonhub/pull/1334 + - feat: add latency aware strategy, close #962 by @looplj in https://github.com/looplj/axonhub/pull/1339 + - feat: add image generation support to NanoGPT channel by @djdembeck in https://github.com/looplj/axonhub/pull/1345 + - fix(codex): 修复下游无 system message 时 Codex 渠道返回 400 的问题 by @llc1123 in https://github.com/looplj/axonhub/pull/1346 + - feat: Add configurable default response mode for /v1/models by @raikyou in https://github.com/looplj/axonhub/pull/1347 + - chore(i18n): fix zh-CN name placeholders by @qaqland in https://github.com/looplj/axonhub/pull/1349 + - opt: minor theme optimization by @looplj in https://github.com/looplj/axonhub/pull/1354 + - feat: batch test channesl api keys, close #1318 by @looplj in https://github.com/looplj/axonhub/pull/1356 + - fix: auto reg anchor, close #1355 by @looplj in https://github.com/looplj/axonhub/pull/1359 + - fix: do not unescape json for request/reponse body, close #1357 by @looplj in https://github.com/looplj/axonhub/pull/1360 + - fix: curl generator for gemini vertex, close #1329 by @looplj in https://github.com/looplj/axonhub/pull/1363 + - feat: add webhook notification when channel disabled, close #1315 by @looplj in https://github.com/looplj/axonhub/pull/1365 + - fix: quota check infifite loop by @looplj in https://github.com/looplj/axonhub/pull/1366 + - feat: add proxy to webhook target by @looplj in https://github.com/looplj/axonhub/pull/1367 + - fix(anthropic): derive prompt cache key from request context by @zccrs in https://github.com/looplj/axonhub/pull/1350 + - feat: allow view test history by @looplj in https://github.com/looplj/axonhub/pull/1371 + - fix: should filter out custom tool for non response channel, close #1370 by @looplj in https://github.com/looplj/axonhub/pull/1372 + - fix(copilot): infer X-Initiator from message role for quota tracking by @djdembeck in https://github.com/looplj/axonhub/pull/1375 + - feat: add nanogpt_responses channel type by @djdembeck in https://github.com/looplj/axonhub/pull/1376 + - feat: add condition to the model association, close #535 by @looplj in https://github.com/looplj/axonhub/pull/1379 + - feat: project/apikey profile allow exclude channel tags, close #1331 by @looplj in https://github.com/looplj/axonhub/pull/1382 + New Contributors + - @qaqland made their first contribution in https://github.com/looplj/axonhub/pull/1349 + - @zccrs made their first contribution in https://github.com/looplj/axonhub/pull/1350 + Full Changelog: https://github.com/looplj/axonhub/compare/v0.9.31...v0.9.32 +ReleaseNotesUrl: https://github.com/looplj/axonhub/releases/tag/v0.9.32 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.locale.zh-CN.yaml b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65ba7a8e35253 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.32 +PackageLocale: zh-CN +ShortDescription: 一个现代化的 AI 网关系统,提供统一的 OpenAI(聊天补全、响应)、Anthropic、Gemini 和 AI SDK 兼容的 API +Description: |- + AxonHub 是一个 All-in-one AI 开发平台,提供统一的 API 网关、项目管理和全面的开发工具。平台提供 OpenAI、Anthropic 和 AI SDK 兼容的 API 层,通过转换器管道架构将请求转换到各种 AI 提供商。系统具备完整的追踪能力、基于项目的组织结构以及集成的 Playground 快速原型开发,帮助开发者和企业更好地管理 AI 开发工作流。 + 核心特性: + 1. 统一 API Unified API:兼容 OpenAI 与 Anthropic 的接口,配合转换管线实现模型互换与映射,无需改动现有代码。 + 2. 追踪 / 线程 Tracing / Threads:线程级追踪实时记录完整调用链路,提升可观测性与问题定位效率。 + 3. 细粒度权限 Fine-grained Permission:基于 RBAC 的权限策略,帮助团队精细管理访问控制、配额与数据隔离。 + 4. 自适应负载均衡 Adaptive Load Balancing: 智能多策略负载均衡,自动选择最优 AI 渠道,确保高可用性和最佳性能。 +Tags: +- 人工智能 +- 代理 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.yaml b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.yaml new file mode 100644 index 0000000000000..bc0dd96aee325 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.32/looplj.AxonHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/losbiw/erin/2.1.3/losbiw.erin.installer.yaml b/manifests/l/losbiw/erin/2.1.3/losbiw.erin.installer.yaml deleted file mode 100644 index 7ad1b92c3f387..0000000000000 --- a/manifests/l/losbiw/erin/2.1.3/losbiw.erin.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: losbiw.erin -PackageVersion: 2.1.3 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/losbiw/erin/releases/download/v2.1.3/erin.exe - InstallerSha256: 41BD05288A868DDE76FD3F9BB04E37982775A4A6045C1525A1139882ABA20253 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/l/losbiw/erin/2.1.3/losbiw.erin.locale.en-US.yaml b/manifests/l/losbiw/erin/2.1.3/losbiw.erin.locale.en-US.yaml deleted file mode 100644 index 663fb912e2c90..0000000000000 --- a/manifests/l/losbiw/erin/2.1.3/losbiw.erin.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: losbiw.erin -PackageVersion: 2.1.3 -PackageLocale: en-US -Publisher: Skorinov Vladislav -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Erin -# PackageUrl: -License: mit -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: A simple way to automatically change wallpaper -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/l/losbiw/erin/2.1.3/losbiw.erin.yaml b/manifests/l/losbiw/erin/2.1.3/losbiw.erin.yaml deleted file mode 100644 index f8231c1dcbb6a..0000000000000 --- a/manifests/l/losbiw/erin/2.1.3/losbiw.erin.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: losbiw.erin -PackageVersion: 2.1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/l/losbiw/erin/2.1.4/losbiw.erin.installer.yaml b/manifests/l/losbiw/erin/2.1.4/losbiw.erin.installer.yaml deleted file mode 100644 index 91899a7b50a3b..0000000000000 --- a/manifests/l/losbiw/erin/2.1.4/losbiw.erin.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: losbiw.erin -PackageVersion: 2.1.4 -InstallerType: nullsoft -ReleaseDate: 2021-11-29 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/losbiw/erin/releases/download/v2.1.4/erin.exe - InstallerSha256: 62BBDA9A5AEA7BCA6EF4640564F678152788A9BD05B926F5A5129AAE81C42940 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/l/losbiw/erin/2.1.4/losbiw.erin.locale.en-US.yaml b/manifests/l/losbiw/erin/2.1.4/losbiw.erin.locale.en-US.yaml deleted file mode 100644 index f2fb3b97ff1e0..0000000000000 --- a/manifests/l/losbiw/erin/2.1.4/losbiw.erin.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: losbiw.erin -PackageVersion: 2.1.4 -PackageLocale: en-US -Publisher: Skorinov Vladislav -PublisherUrl: https://github.com/losbiw -PublisherSupportUrl: https://github.com/losbiw/erin/issues -PackageName: Erin -PackageUrl: https://github.com/losbiw/erin -License: mit -LicenseUrl: https://github.com/losbiw/erin/blob/master/LICENSE -ShortDescription: A simple way to automatically change wallpaper -ReleaseNotesUrl: https://github.com/losbiw/erin/releases/tag/v2.1.4 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/l/losbiw/erin/2.1.4/losbiw.erin.yaml b/manifests/l/losbiw/erin/2.1.4/losbiw.erin.yaml deleted file mode 100644 index ca983aac3f05a..0000000000000 --- a/manifests/l/losbiw/erin/2.1.4/losbiw.erin.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: losbiw.erin -PackageVersion: 2.1.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/Meta.QuestRemoteDesktop.installer.yaml b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/Meta.QuestRemoteDesktop.installer.yaml new file mode 100644 index 0000000000000..32bd59dc6ad70 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/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: 84.0.1.107 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{EE6975C6-BE26-48B7-A9E2-62CEC35BC73A}' +ReleaseDate: 2026-04-13 +AppsAndFeaturesEntries: +- UpgradeCode: '{BC5E6690-391D-48C6-9A51-5BD7C3C931C7}' +Installers: +- Architecture: x64 + InstallerUrl: https://securecdn.oculus.com/binaries/download/?id=26274319522194853 + InstallerSha256: 530280D7127D52E5020F279530D72B778A602F2094BB57490A34549C3412E9A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/Meta.QuestRemoteDesktop.locale.en-US.yaml b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/Meta.QuestRemoteDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..8cd69531bb009 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/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: 84.0.1.107 +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/84.0.1.107/Meta.QuestRemoteDesktop.locale.zh-CN.yaml b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/Meta.QuestRemoteDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9114ed0b36395 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/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: 84.0.1.107 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将您的电脑与 Meta Quest 头显配对,将电脑屏幕内容串流至虚拟现实环境中。 +Tags: +- oculus +- quest +- vr +- 虚拟现实 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/Meta.QuestRemoteDesktop.yaml b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/Meta.QuestRemoteDesktop.yaml new file mode 100644 index 0000000000000..c9d7f41086d5c --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/84.0.1.107/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: 84.0.1.107 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.installer.yaml b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.installer.yaml new file mode 100644 index 0000000000000..998e9b8dbbc60 --- /dev/null +++ b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.installer.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 146.0.3856.109 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- msedge +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +AppsAndFeaturesEntries: +- UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +Installers: +- Architecture: x86 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/9e400cb8-75c9-4f78-8c6e-7e0dbd927eed/MicrosoftEdgeEnterpriseX86.msi + InstallerSha256: 7C8E6C03D1667A8B3A6FB54E9D8A16B58449671B5403B3B655C39CDB226B5EDE + ProductCode: '{95A14D32-5E3B-3763-B867-508DD347D785}' +- Architecture: x64 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/a4db920c-174d-4cb2-8190-c1abd54c49ee/MicrosoftEdgeEnterpriseX64.msi + InstallerSha256: F78FEB2FB3A1D7F7249A467558D7EA29C98EB70D6D8CE4DA061C459C147F6BFE + ProductCode: '{DA5EF248-8290-3EFC-BAA6-3C5E1CFA7186}' +- Architecture: arm64 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/4c0b28d5-ed6c-4e5c-b8fa-65de9c31d016/MicrosoftEdgeEnterpriseARM64.msi + InstallerSha256: 27E87DAD0D70D44DF430A8B600C182D4708221167B541B0C9DFAB7921F1C872B + ProductCode: '{E87F6AE0-B97C-344C-9CD3-BC625E6A18F6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.locale.en-US.yaml b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.locale.en-US.yaml new file mode 100644 index 0000000000000..ab1653b9f2b1f --- /dev/null +++ b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 146.0.3856.109 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/en-US +PublisherSupportUrl: https://support.microsoft.com/en-us/microsoft-edge +PrivacyUrl: https://privacy.microsoft.com/en-US/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge +PackageUrl: https://www.microsoft.com/en-us/edge +License: Microsoft Software License +LicenseUrl: https://www.microsoft.com/en-us/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/servicesagreement +ShortDescription: World-class performance with more privacy, more productivity, and more value while you browse. +Moniker: microsoft-edge +Tags: +- blink +- browser +- chromium +- edge +- web +- web-browser +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.locale.nb-NO.yaml b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f2fd06372acc7 --- /dev/null +++ b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.locale.nb-NO.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 146.0.3856.109 +PackageLocale: nb-NO +Publisher: Microsoft Corporation +PublisherSupportUrl: https://support.microsoft.com/nb-NO/microsoft-edge +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge +PackageUrl: https://www.microsoft.com/nb-no/edge +License: Microsoft Software License +LicenseUrl: https://www.microsoft.com/nb-NO/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/nb-NO/servicesagreement +ShortDescription: Ytelse i verdensklasse med mer privatliv, mer produktivitet og mer verdi mens du surfer. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.yaml b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.yaml new file mode 100644 index 0000000000000..cf4ed7638b739 --- /dev/null +++ b/manifests/m/Microsoft/Edge/146.0.3856.109/Microsoft.Edge.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.Edge +PackageVersion: 146.0.3856.109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.installer.yaml b/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.installer.yaml new file mode 100644 index 0000000000000..c16dae6798669 --- /dev/null +++ b/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mitmproxy.mitmproxy +PackageVersion: 12.2.2 +InstallerType: exe +InstallerSwitches: + Silent: --mode unattended --unattendedmodeui none + SilentWithProgress: --mode unattended --unattendedmodeui minimal +ReleaseDate: 2026-04-12 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.mitmproxy.org/12.2.2/mitmproxy-12.2.2-windows-x86_64-installer.exe + InstallerSha256: 79C010915983FF32B7DD3796C18CAC1F7182D86E7AF575C579386D4B333351DF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.locale.en-US.yaml b/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.locale.en-US.yaml new file mode 100644 index 0000000000000..d35a822a8b006 --- /dev/null +++ b/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mitmproxy.mitmproxy +PackageVersion: 12.2.2 +PackageLocale: en-US +Publisher: mitmproxy +PackageName: mitmproxy +License: MIT License +Copyright: Copyright mitmproxy.org +ShortDescription: An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.yaml b/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.yaml new file mode 100644 index 0000000000000..bd40c85ac20c9 --- /dev/null +++ b/manifests/m/mitmproxy/mitmproxy/12.2.2/mitmproxy.mitmproxy.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: mitmproxy.mitmproxy +PackageVersion: 12.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.31.205174/NetEase.CloudMusic.installer.yaml b/manifests/n/NetEase/CloudMusic/3.1.31.205174/NetEase.CloudMusic.installer.yaml new file mode 100644 index 0000000000000..28541b0d673b7 --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.31.205174/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.31.205174 +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.31.205174_32.exe + InstallerSha256: D519BAA4201972F89A67D3FAF564DF6D3125EE6EE98999A6FDB2509E414854A4 +- Architecture: x64 + InstallerUrl: https://d8.music.126.net/dmusic2/NeteaseCloudMusic_Music_official_3.1.31.205174_64.exe + InstallerSha256: FE215276FDD68C07CEC8F331F4D25D6067C0D8F311FB77343D6E2D19014BB8F1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.31.205174/NetEase.CloudMusic.locale.en-US.yaml b/manifests/n/NetEase/CloudMusic/3.1.31.205174/NetEase.CloudMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..4175aee7564e2 --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.31.205174/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.31.205174 +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.31.205174/NetEase.CloudMusic.locale.zh-CN.yaml b/manifests/n/NetEase/CloudMusic/3.1.31.205174/NetEase.CloudMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9a1eab7be3b0e --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.31.205174/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.31.205174 +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.31.205174/NetEase.CloudMusic.yaml b/manifests/n/NetEase/CloudMusic/3.1.31.205174/NetEase.CloudMusic.yaml new file mode 100644 index 0000000000000..1af8dbbd63bc7 --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.31.205174/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.31.205174 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.0/OpenRCT2.OpenRCT2.locale.en-US.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.0/OpenRCT2.OpenRCT2.locale.en-US.yaml index 1ab7d052ffa4d..4de98463d8e2e 100644 --- a/manifests/o/OpenRCT2/OpenRCT2/0.5.0/OpenRCT2.OpenRCT2.locale.en-US.yaml +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.0/OpenRCT2.OpenRCT2.locale.en-US.yaml @@ -50,24 +50,6 @@ ReleaseNotes: |- - Fix: [#26339] Crash when setting up a marketing campaign. - Fix: [objects#430] The RCT1 Reverse Freefall car can be reversed and show broken sprites when doing so. Release created in https://github.com/OpenRCT2/OpenRCT2/actions/runs/24303301342 - SHA256 checksums: - 545aacbbce6e0f00097c6a2efe9d1d7a4226f20f8f120304e41324e955406387 ./OpenRCT2-v0.5.0-Linux-bookworm-x86_64.tar.gz - b390cba3ecfecb5c3188fe33b8391a7045a039739c382e0fa6b9ff0f0d4c101e ./OpenRCT2-v0.5.0-windows-symbols-arm64.zip - 7736205ec96e93203c129038475026764a267d7883f11095b4ed0b98ca49852c ./OpenRCT2-v0.5.0-macos-universal.zip - af94d53b5259c28d8639f264e8dfe88a4ca68aa60b90631cb27a66caa895a6b2 ./OpenRCT2-v0.5.0-sha256sums.txt - f714431d73d77e66f4808e728a4b54c14c59b931b36d49e4d4ac238e2490aac3 ./OpenRCT2-v0.5.0-windows-symbols-win32.zip - 8d1d6fd2afe324ed8b74b4483ee5693256cdc69a1a3159818bbbba49914b2e13 ./OpenRCT2-v0.5.0-windows-installer-x64.exe - 20260b77324bd8e9cad95a8e4da2ef69d56a95e6715de0a64d824be8e57333b5 ./OpenRCT2-v0.5.0-Linux-trixie-x86_64.tar.gz - 99d626e6aca3168ff48900dc4c3aa0c3f3a7026f5974181840b62f1f099202b1 ./OpenRCT2-v0.5.0-windows-symbols-x64.zip - 5557043fe8e12457307a1bdf743a1daeb772bba9c36637664731fdebed19b948 ./OpenRCT2-v0.5.0-windows-portable-x64.zip - 74d1b920033ee54effb35674fa53659ad8b942378649a98dd7efc6ba923f236c ./OpenRCT2-v0.5.0-windows-installer-win32.exe - e1dbdf337c3a02a03b7722752a749303277c20fcae962471705f214d4c14b9fc ./OpenRCT2-v0.5.0-Linux-resolute-x86_64.tar.gz - 8f5660356449a086667d02525fc63c9d85e9883f47cb50d501febc4476551d41 ./OpenRCT2-v0.5.0-windows-installer-arm64.exe - cb174ca94e48a3aa8d83fa8f9e5b13df281b8d56f1bd67f7a5f5ed5dc0addb31 ./OpenRCT2-v0.5.0-android.apk - 0d1f01be35d8d4632aa3dc67d33b084f610576a2b1d966011964951eac15e303 ./OpenRCT2-v0.5.0-windows-portable-win32.zip - e1c27003ba27bea8dc7cf7c1f41fc51e2a271269b8911ffa19905dc2447a3d97 ./OpenRCT2-v0.5.0-windows-portable-arm64.zip - 42885a0f51bed6f145488161a6d932912050a15f2f3ac32bb7a5d48d42b03a6d ./OpenRCT2-v0.5.0-Linux-noble-x86_64.tar.gz - 780c2a48f0ab917dd4b10079eb13c57093919410a5c7a356492c728315b6cb9a ./OpenRCT2-v0.5.0-linux-x86_64.AppImage ReleaseNotesUrl: https://openrct2.io/download/changelog Documentations: - DocumentLabel: Documentation diff --git a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 088f809289842..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.49 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-2.0-build34.exe - InstallerSha256: 4A4742102A89CC310ACD6D41CFCE018F97D29A51C929EB17F352B8A0C7B0BE43 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 6755d42aa7aad..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.49 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool -PublisherSupportUrl: https://docs-en.eagle.cool -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- assets -- categorize -- collect -- design -- filter -- images -- manager -- organize -- resources -- tag -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index e0e8e0704ef30..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.49 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool -PublisherSupportUrl: https://docs-cn.eagle.cool -PrivacyUrl: https://cn.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://cn.eagle.cool -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图片 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.yaml deleted file mode 100644 index 9fa5ee7ddc7dd..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.49/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.49 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 2af1a02726a38..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.51 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-2.0-build35.exe - InstallerSha256: CBB6B2BB647B8BC644DF88F9A2D29936D41BD00D7000307F40B0B8F234032D23 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 0137ca509a3b0..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.51 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool -PublisherSupportUrl: https://docs-en.eagle.cool -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- assets -- categorize -- collect -- design -- filter -- images -- manager -- organize -- resources -- tag -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 539c45f4f2031..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.51 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool -PublisherSupportUrl: https://docs-cn.eagle.cool -PrivacyUrl: https://cn.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://cn.eagle.cool -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图片 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.yaml deleted file mode 100644 index 78bd65fad2c95..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.51/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.51 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.installer.yaml deleted file mode 100644 index e939a3a007a2b..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.53 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-2.0-build36.exe - InstallerSha256: F6EBC93E965092382A110070AF3C3F679C9D96E311B3C6CF11F2622D5CE3824E - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 1bb8fb3f982d1..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.53 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool -PublisherSupportUrl: https://docs-en.eagle.cool -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- assets -- categorize -- collect -- design -- filter -- images -- manager -- organize -- resources -- tag -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 2841d81e31ca1..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.53 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool -PublisherSupportUrl: https://docs-cn.eagle.cool -PrivacyUrl: https://cn.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://cn.eagle.cool -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图片 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.yaml deleted file mode 100644 index f1e9e39662575..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.53/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.53 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 57242a91fe9de..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.56 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-2.0-build37.exe - InstallerSha256: 2B928692BADD2ACD731B42C9D50BD93ADC03F96053890AA6DCD6ECAC4929848C -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 166521852e9b4..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.56 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool -PublisherSupportUrl: https://docs-en.eagle.cool -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- assets -- categorize -- collect -- design -- filter -- images -- manager -- ogdesign -- organize -- resources -- tag -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 5100268c2df75..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.56 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool -PublisherSupportUrl: https://docs-cn.eagle.cool -PrivacyUrl: https://cn.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://cn.eagle.cool -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- ogdesign -- 分类 -- 图片 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.yaml deleted file mode 100644 index 77f06e229020d..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.56/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.56 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 26d6a0a038b09..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.57 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-2.0-build38.exe - InstallerSha256: 38D0974925D7D8CCED572FCF016ECFBBADD73EE36845744EA896E96F82E04BDF - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index ad23b7bf6470a..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.57 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool -PublisherSupportUrl: https://docs-en.eagle.cool -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- assets -- categorize -- collect -- design -- filter -- images -- manager -- ogdesign -- organize -- resources -- tag -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 372bd3eea2a97..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.57 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool -PublisherSupportUrl: https://docs-cn.eagle.cool -PrivacyUrl: https://cn.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://cn.eagle.cool -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- ogdesign -- 分类 -- 图片 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.yaml deleted file mode 100644 index 62f29dae7c28c..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.57/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.57 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.installer.yaml deleted file mode 100644 index da16b5feb7a16..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.66 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2021-12-17 -Installers: -- Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-2.0-build46.exe - InstallerSha256: 7D266AD91F3E1AF3E84DFAA1E7F62EFF4DD4AE51F130D99710F669ACBE48644B - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index b11c0a0b60966..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.66 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- design -- filter -- image -- manage -- ogdesign -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 7f02b441a9a2b..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.66 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2021 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- ogdesign -- 分类 -- 图片 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.yaml deleted file mode 100644 index 111a9d1e7aa3a..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.66/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.66 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 5527edcd08f47..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.69 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-01-12 -Installers: -- Architecture: x64 - InstallerUrl: https://eagleapp.s3-accelerate.amazonaws.com/releases/Eagle-2.0-build47.exe - InstallerSha256: 453548DF544352075F175CD18FE9034A7595BEF1AA83B6851EAFAFEE6AF67CB0 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 8d23defa58f76..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.69 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- design -- filter -- image -- manage -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index b9c90a610e5e5..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.69 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图片 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.yaml deleted file mode 100644 index 4336610dd4353..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.69/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.69 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.installer.yaml deleted file mode 100644 index d4157d9669665..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.70 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-03-02 -Installers: -- Architecture: x64 - InstallerUrl: https://eagleapp.s3-accelerate.amazonaws.com/releases/Eagle-2.0-build48.exe - InstallerSha256: BADE70BB867E7875BC8F08661F0E6C3F701B4747E2B75BB6254F0E3F5048CE89 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 6144d38e574f8..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.70 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 6bb21f2a935b2..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.70 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.yaml deleted file mode 100644 index 2fe36c142cfc1..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.70/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.70 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.installer.yaml deleted file mode 100644 index ae7d2f239747f..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.73 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-05-06 -Installers: -- Architecture: x64 - InstallerUrl: https://eagleapp.s3-accelerate.amazonaws.com/releases/Eagle-2.0-build49.exe - InstallerSha256: 82F6C98861FFA1474FC00CCEC4B5400B5A22816085C2CDAA292226968625691A - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 5e4bc24830f9f..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.73 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index b87366ab5693d..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.73 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.yaml deleted file mode 100644 index b7cb3038baacb..0000000000000 --- a/manifests/o/ogdesign/Eagle/2.0.0.73/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 2.0.0.73 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.installer.yaml deleted file mode 100644 index a102721108717..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.10 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-08-01 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build8.exe - InstallerSha256: B9CFF717D7A0E8AB0C044A03035E050CC6D607CFA3B86F0145F8BEDA11978211 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build8.exe - InstallerSha256: B9CFF717D7A0E8AB0C044A03035E050CC6D607CFA3B86F0145F8BEDA11978211 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 8a6b960a19fd6..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.10 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index c0d74d6161967..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.10 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.yaml deleted file mode 100644 index a81adf4b728c8..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.10/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 04f3db6a5ee81..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.11 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-08-04 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build9.exe - InstallerSha256: 3C880159D59D6DB501617E4792D3FF6761788D9BBAA04579AA43DA825029CFD0 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build9.exe - InstallerSha256: 3C880159D59D6DB501617E4792D3FF6761788D9BBAA04579AA43DA825029CFD0 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 95d9e221219b8..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.11 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 77144a836bf79..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.11 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.yaml deleted file mode 100644 index 425cfd5a48f4c..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.11/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 1925c0669b55b..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.12 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-08-18 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build10.exe - InstallerSha256: 609EB699F5A5DFF3E1A1C4481AD3FBBB31E6A3A02A0F06233F8BE5900D646004 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build10.exe - InstallerSha256: 609EB699F5A5DFF3E1A1C4481AD3FBBB31E6A3A02A0F06233F8BE5900D646004 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index e4b8497706c0a..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.12 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index ffde3bf17caf5..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.12 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.yaml deleted file mode 100644 index 999d5382e1f0f..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.12/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 13b79d620e6db..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.13 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-08-24 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build11.exe - InstallerSha256: 463E936B2058767DFD938218F196E5E8531FEBB055D9967E730322E5AC440B6D - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build11.exe - InstallerSha256: 463E936B2058767DFD938218F196E5E8531FEBB055D9967E730322E5AC440B6D - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index f2b7ec712b0aa..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.13 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index dd0bd10c4608d..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.13 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.yaml deleted file mode 100644 index 72e5a7e2c311a..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.13/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.13 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.installer.yaml deleted file mode 100644 index c74fc9db74cbc..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.14 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-09-01 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build12.exe - InstallerSha256: F5F2399591CB06BB82383E0D185CFCE4EAB042C538B16B0D793900FF748C48BA - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build12.exe - InstallerSha256: F5F2399591CB06BB82383E0D185CFCE4EAB042C538B16B0D793900FF748C48BA - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 26c2bd0b4e4e8..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.14 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 65a584b3d1e61..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.14 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.yaml deleted file mode 100644 index 4526d9fa26910..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.14/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.installer.yaml deleted file mode 100644 index f3c6ee19edf6b..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.16 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-09-05 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build13.exe - InstallerSha256: 84958F159CD2EF122D6F967EF1AB7FD291649B7AC83ED85A7631EB77304FA202 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build13.exe - InstallerSha256: 84958F159CD2EF122D6F967EF1AB7FD291649B7AC83ED85A7631EB77304FA202 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 4cca438e93d2d..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.16 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 3ec6d664dc853..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.16 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.yaml deleted file mode 100644 index cee16fd295e2e..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.16/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 14d7304f8e832..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.17 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-09-05 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build14.exe - InstallerSha256: E6D4BE89BDA8C13456AE9E8569F221B01B6C050AA6DE11ED2DDEE3C6945C2E2D - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build14.exe - InstallerSha256: E6D4BE89BDA8C13456AE9E8569F221B01B6C050AA6DE11ED2DDEE3C6945C2E2D - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 429918a34bf69..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.17 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 98b02978130d5..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.17 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.yaml deleted file mode 100644 index 6f1f0d25e1bad..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.17/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.17 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 9dea18d657ae7..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.18 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-09-19 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build15.exe - InstallerSha256: 078A81D518BBCA9411D867FF2AA7D9679AC398D14E64A133EE4000503503E3B6 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build15.exe - InstallerSha256: 078A81D518BBCA9411D867FF2AA7D9679AC398D14E64A133EE4000503503E3B6 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index fb94d1b9feae7..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.18 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 3290c7c1230d0..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.18 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.yaml deleted file mode 100644 index 773c7f3a55a97..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.18/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.18 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 7bf98f5b14b3c..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.19 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-10-04 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build16.exe - InstallerSha256: EF036A16A3AF825E6186E7057877A587BF397D3F69434E4ABBFC6D65E1DF5B54 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build16.exe - InstallerSha256: EF036A16A3AF825E6186E7057877A587BF397D3F69434E4ABBFC6D65E1DF5B54 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 97e14843a6271..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.19 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 9ceac0ff3e2df..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.19 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.yaml deleted file mode 100644 index ec21a0b28f3ba..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.19/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 58b5bcb973966..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.20 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-10-04 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build17.exe - InstallerSha256: 93D03CAC2C7B873D8809A54A3DBB2F93F3CFFCCDDB96DA8624EBD8530B1AB448 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build17.exe - InstallerSha256: 93D03CAC2C7B873D8809A54A3DBB2F93F3CFFCCDDB96DA8624EBD8530B1AB448 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 7c875665cb4d4..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.20 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 48bad2e544320..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.20 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.yaml deleted file mode 100644 index fa70978f0bac7..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.20/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.20 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.installer.yaml deleted file mode 100644 index c47182563cce1..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.21 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-10-04 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build18.exe - InstallerSha256: 8337B3E408B45F7B412C894EA5E7023678F87A0288ADB68F78E0DAF2CBDD29CE - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build18.exe - InstallerSha256: 8337B3E408B45F7B412C894EA5E7023678F87A0288ADB68F78E0DAF2CBDD29CE - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index ec9d2dd5ead60..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.21 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 40aafde5641a3..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.21 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.yaml deleted file mode 100644 index b97f8b273ef8b..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.21/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.21 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 9d61d7eeeb650..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.22 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build19.exe - InstallerSha256: FDF7F5662077D4D2CA6F1FED78A80F6B237104832D97C970D89A2788DDD80060 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build19.exe - InstallerSha256: FDF7F5662077D4D2CA6F1FED78A80F6B237104832D97C970D89A2788DDD80060 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 519487bb64315..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.22 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 5265c4087169d..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.22 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.yaml deleted file mode 100644 index 180d19e2b1bd9..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.22/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.22 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 49a7f4078af5f..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.23 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build20.exe - InstallerSha256: 85405C7B03C8457E7563FAD5EB7B7CAFBBC45CD8BDF0C69CC59106383CD7834D - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build20.exe - InstallerSha256: 85405C7B03C8457E7563FAD5EB7B7CAFBBC45CD8BDF0C69CC59106383CD7834D - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 4fe77b7b31574..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.23 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index d79105b067637..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.23 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.yaml deleted file mode 100644 index 4424382fa215c..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.23/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.23 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.installer.yaml deleted file mode 100644 index ce04ce1e931bc..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.25 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-10-14 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build21.exe - InstallerSha256: CB7594B24156C79882E368373072BFA6EFC6D9D55914EFD74D684CF87E9B0C5B - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build21.exe - InstallerSha256: CB7594B24156C79882E368373072BFA6EFC6D9D55914EFD74D684CF87E9B0C5B - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index dc09c5b5bfadb..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.25 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 67b679100edbe..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.25 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.yaml deleted file mode 100644 index 6566e4e764022..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.25/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 37aceba4ba7e4..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.26 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build22.exe - InstallerSha256: 9BDC8F5A99171C80FF9DCBFDB2FEFBB5E7B01EE8872E072AF99B8D831A88EAFB - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build22.exe - InstallerSha256: 9BDC8F5A99171C80FF9DCBFDB2FEFBB5E7B01EE8872E072AF99B8D831A88EAFB - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 3610a148338d0..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.26 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 7ffffa5f2efb8..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.26 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.yaml deleted file mode 100644 index 0c15e6bf47df5..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.26/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.26 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 995a54116722d..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.28 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-11-01 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build23.exe - InstallerSha256: 3EA4BDC0AF7131099932A96297521D10AC617D6F96FA14F04E350EC54C16F3BF - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build23.exe - InstallerSha256: 3EA4BDC0AF7131099932A96297521D10AC617D6F96FA14F04E350EC54C16F3BF - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index ec3910d11d09a..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.28 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 50c80d8012128..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.28 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.yaml deleted file mode 100644 index 6bcd9cc8bfe48..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.28/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.28 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 3b46161e91482..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.29 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-11-10 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build24.exe - InstallerSha256: 014B17B1415BC9CC39FA4B41EEA99F3AA81B269C420A716205217EE8CE6B98DE - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build24.exe - InstallerSha256: 014B17B1415BC9CC39FA4B41EEA99F3AA81B269C420A716205217EE8CE6B98DE - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 1a7f3f9f3c6e0..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.29 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index dbbf877bcb1b6..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.29 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.yaml deleted file mode 100644 index e3df2830b5783..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.29/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.29 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 38d106de28ecd..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.30 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-11-14 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build25.exe - InstallerSha256: 2E2D516E08308C8B03F4572DBB2C52DA52C3B42C9AE0BABDBCDE3A5743F72265 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build25.exe - InstallerSha256: 2E2D516E08308C8B03F4572DBB2C52DA52C3B42C9AE0BABDBCDE3A5743F72265 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 0919d4237ebc4..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.30 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 7f2baea7c28a0..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.30 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.yaml deleted file mode 100644 index 63721abfb3a75..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.30/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.30 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 3165977e29395..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.44 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2023-05-26 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build44.exe - InstallerSha256: D4775FD51BE1F017C83C06A83865796677659B460D3FD5152D79F6DF9640EA63 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build44.exe - InstallerSha256: D4775FD51BE1F017C83C06A83865796677659B460D3FD5152D79F6DF9640EA63 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index d11d3bd115b75..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.44 -PackageLocale: en-US -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2023 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://en.eagle.cool/changelog -PurchaseUrl: https://en.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 577e28f7897fb..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.44 -PackageLocale: zh-CN -Publisher: Eagle -# PublisherUrl: https://ogdesign.tw/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2023 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://cn.eagle.cool/changelog -PurchaseUrl: https://cn.eagle.cool/store -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.yaml deleted file mode 100644 index f67a24790b1ef..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.44/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.44 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.installer.yaml deleted file mode 100644 index b86ad537cb743..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.7 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-06-08 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build5.exe - InstallerSha256: AE31C40670B4C7C1429CF365BB76ED9A87918E191F77AA5B045A0AB78D31D145 - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build5.exe - InstallerSha256: AE31C40670B4C7C1429CF365BB76ED9A87918E191F77AA5B045A0AB78D31D145 - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index a715dee1535bf..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.7 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index f0fbd5a1499cc..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.7 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.yaml deleted file mode 100644 index 4c1581ec677dd..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.7/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 5a69d304ce850..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.8 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build6.exe - InstallerSha256: D894E8FCB9B011C8B502611B41957A2B2784F25EE158F09EBA96FB87BB14F62C - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build6.exe - InstallerSha256: D894E8FCB9B011C8B502611B41957A2B2784F25EE158F09EBA96FB87BB14F62C - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 7181a1c01259e..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.8 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 9c4d847660965..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.8 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.yaml deleted file mode 100644 index c58407bbdd7ed..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.8/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.installer.yaml deleted file mode 100644 index da42f6583c5be..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.9 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ReleaseDate: 2022-07-08 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-3.0-build7.exe - InstallerSha256: 73BB7A6D6528E4C1E41292D90A77AAEDF3548BD979EB33A79514C898DB3FB34E - ProductCode: Eagle -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-3.0-build7.exe - InstallerSha256: 73BB7A6D6528E4C1E41292D90A77AAEDF3548BD979EB33A79514C898DB3FB34E - ProductCode: Eagle -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index a4fae284cc6ac..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.9 -PackageLocale: en-US -Publisher: Eagle -PublisherUrl: https://en.eagle.cool/ -PublisherSupportUrl: https://docs-en.eagle.cool/ -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -# Moniker: -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/LSsVep1d/eagle-development-roadmap -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index 3f69dd03d1a49..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.9 -PackageLocale: zh-CN -Publisher: Eagle -PublisherUrl: https://cn.eagle.cool/ -PublisherSupportUrl: https://docs-cn.eagle.cool/ -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2022 ogdesign, Inc. All right reserved. -# CopyrightUrl: -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -# Moniker: -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -# ReleaseNotes: -ReleaseNotesUrl: https://trello.com/b/YgBOPQ6x/eagle-%E4%BA%A7%E5%93%81%E8%B7%AF%E7%BA%BF%E5%9B%BE -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.yaml deleted file mode 100644 index c93cb53ecf18b..0000000000000 --- a/manifests/o/ogdesign/Eagle/3.0.0.9/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 3.0.0.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 6f4108f0537b7..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.100-72 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{1E294744-AD26-4C8A-931C-19603271A1D2}' -ReleaseDate: 2025-11-18 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.100 - ProductCode: '{1E294744-AD26-4C8A-931C-19603271A1D2}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.100-72/windows/x86_64/Popcorn_Time_Nightly_0.0.100_x64_en-US.msi - InstallerSha256: D7A53D549A3697D51E7EF0C083AD8344D1AD747B1035B496C1646979D05106A6 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index bfd8e2fb7084d..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.100-72 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 4b50ed6dcbc1b..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.100-72/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.100-72 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 8b233d6ce70c0..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.101-73 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{B3E004FC-C985-43CD-BB6D-0189FF5E7486}' -ReleaseDate: 2025-11-19 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.101 - ProductCode: '{B3E004FC-C985-43CD-BB6D-0189FF5E7486}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.101-73/windows/x86_64/Popcorn_Time_Nightly_0.0.101_x64_en-US.msi - InstallerSha256: 7A46A1A4A1F74090F705EB77AA6525A529138994F16F4D5A0176FCC407C21179 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 0d378f260ee03..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.101-73 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 77d3a9ad88447..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.101-73/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.101-73 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index f0bf2efb412dd..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.105-77 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{464CBB21-E261-4CBA-8AE3-750959DBCC1F}' -ReleaseDate: 2025-11-23 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.105 - ProductCode: '{464CBB21-E261-4CBA-8AE3-750959DBCC1F}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.105-77/windows/x86_64/Popcorn_Time_Nightly_0.0.105_x64_en-US.msi - InstallerSha256: A2F91FB9AFDCC37BF0D1E260384A1CD16AA465C615E9EE2E64E5B4327FF12ABC -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index b7485b11e5edc..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.105-77 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index c4ac7ed864c15..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.105-77/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.105-77 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 2b0ff8f180806..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.107-79 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{FA527339-8C2E-40BA-8DA5-34DE673D4F6A}' -ReleaseDate: 2025-11-25 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.107 - ProductCode: '{FA527339-8C2E-40BA-8DA5-34DE673D4F6A}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.107-79/windows/x86_64/Popcorn_Time_Nightly_0.0.107_x64_en-US.msi - InstallerSha256: 2059087A281FB8327724C48D994943E3CF462929FFDC183A63009663DD91BB85 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 857787fa21a6f..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.107-79 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 37172e1d2d33c..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.107-79/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.107-79 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index aeeb2f3e83c48..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.108-80 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{D849B1BA-7B98-4182-97B7-794768ED679F}' -ReleaseDate: 2025-11-26 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.108 - ProductCode: '{D849B1BA-7B98-4182-97B7-794768ED679F}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.108-80/windows/x86_64/Popcorn_Time_Nightly_0.0.108_x64_en-US.msi - InstallerSha256: 92827EA5628373B6D42604A47E8F5D0F231C10D83084A288D1A177849138FA83 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index f3fb7c2f18bf0..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.108-80 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 7fb0024db2501..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.108-80/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.108-80 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 7f06c6ecb61f6..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.109-82 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{DAE7768A-9707-435B-BF01-9826665715B9}' -ReleaseDate: 2025-11-28 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.109 - ProductCode: '{DAE7768A-9707-435B-BF01-9826665715B9}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.109-82/windows/x86_64/Popcorn_Time_Nightly_0.0.109_x64_en-US.msi - InstallerSha256: 4EB5EB0C1CBA75C59A1E09BF409780271D66861E79BA34DC6B69940AC5A14E49 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 6cdb06ab7fb5f..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.109-82 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 652e91dcac7bf..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.109-82/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.109-82 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index fd2c96f5024b3..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.117-90 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{B29A638B-1051-4477-8FB4-B8846068126F}' -ReleaseDate: 2025-12-06 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.117 - ProductCode: '{B29A638B-1051-4477-8FB4-B8846068126F}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.117-90/windows/x86_64/Popcorn_Time_Nightly_0.0.117_x64_en-US.msi - InstallerSha256: 75E3094246D8246459717E3A88E29EA9FFA1B9AF71A6EE24920B67764E785E11 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 9f92160d4a11c..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.117-90 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 15115dba4b915..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.117-90/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.117-90 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index b9c5165b937d5..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.118-91 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{79B54819-C900-41D5-9EBD-D56200DD85C0}' -ReleaseDate: 2025-12-07 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.118 - ProductCode: '{79B54819-C900-41D5-9EBD-D56200DD85C0}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.118-91/windows/x86_64/Popcorn_Time_Nightly_0.0.118_x64_en-US.msi - InstallerSha256: 0F0AFC6AF0BBF41036257A8DA49D17DC3800B3C3C19AF00F463F2046576D6323 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 6c773f9263a62..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.118-91 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 1d2b6287382cf..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.118-91/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.118-91 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 682889b843b87..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.122-96 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{E411384D-0794-4AD2-85CA-B59A0748EEAE}' -ReleaseDate: 2025-12-12 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.122 - ProductCode: '{E411384D-0794-4AD2-85CA-B59A0748EEAE}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.122-96/windows/x86_64/Popcorn_Time_Nightly_0.0.122_x64_en-US.msi - InstallerSha256: 0E6391E8B463D25D1E71D94D03ED6D454CA21EF30041C8B0E5BFE98685422C88 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 908b466e840a1..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.122-96 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 9cf387ceaad7f..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.122-96/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.122-96 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 0015d205a3196..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.123-97 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{043514ED-9702-4D79-9F4E-08F856C03BBD}' -ReleaseDate: 2025-12-13 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.123 - ProductCode: '{043514ED-9702-4D79-9F4E-08F856C03BBD}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.123-97/windows/x86_64/Popcorn_Time_Nightly_0.0.123_x64_en-US.msi - InstallerSha256: E2C701B388E2220AF83304D50F2A0A9365A354C2C18E549CD1E383A01855F7FF -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 1ef30d6529233..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.123-97 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 018e601035237..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.123-97/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.123-97 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 39071cfd93458..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.124-98 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{DF402516-8DB0-4BF7-A100-33CC888C19C3}' -ReleaseDate: 2025-12-14 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.124 - ProductCode: '{DF402516-8DB0-4BF7-A100-33CC888C19C3}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.124-98/windows/x86_64/Popcorn_Time_Nightly_0.0.124_x64_en-US.msi - InstallerSha256: 0E5E168E01DECF9EF51F7B412CCAB3B7B73D6A6E31AE956206148812110453E1 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 4e62913b399e0..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.124-98 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index ff049ef0902f3..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.124-98/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.124-98 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 2b570afd15e9a..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.125-99 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{13263F77-1440-42B1-ACA3-23703B083F1D}' -ReleaseDate: 2025-12-15 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.125 - ProductCode: '{13263F77-1440-42B1-ACA3-23703B083F1D}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.125-99/windows/x86_64/Popcorn_Time_Nightly_0.0.125_x64_en-US.msi - InstallerSha256: 11DC1C6BB24A6D87CE07BD6B3008524C23B242DF0D3F52C913ACDA3D3EB99681 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 9f9d3d8d3a0df..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.125-99 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index d645f1cb4eb90..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.125-99/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.125-99 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index c1a960e3d1b8e..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.146-122 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{8561CA4A-BA62-427C-ABDF-11DEE9145E87}' -ReleaseDate: 2026-01-07 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.146 - ProductCode: '{8561CA4A-BA62-427C-ABDF-11DEE9145E87}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.146-122/windows/x86_64/Popcorn_Time_Nightly_0.0.146_x64_en-US.msi - InstallerSha256: F791EF2F6C222B6A23BF004B717067FA92176925C487102EAE3AAAA0692D2762 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 564380560ba4c..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.146-122 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 12d2a5f211471..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.146-122/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.146-122 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index aa72d95a6d4f5..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.147-123 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{7DCDDD74-9996-4116-A64D-C0602B7332F2}' -ReleaseDate: 2026-01-08 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.147 - ProductCode: '{7DCDDD74-9996-4116-A64D-C0602B7332F2}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.147-123/windows/x86_64/Popcorn_Time_Nightly_0.0.147_x64_en-US.msi - InstallerSha256: 15D119084DE547B61895A07EBD3C5ED7F4166168B74627CAF59AB34B62D57015 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 07a234da4e204..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.147-123 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 8e9baaee05f89..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.147-123/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.147-123 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 5d43e62b5e1ad..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.148-124 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{E6BBD167-6BBE-48D0-9820-E505998FE6CB}' -ReleaseDate: 2026-01-09 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.148 - ProductCode: '{E6BBD167-6BBE-48D0-9820-E505998FE6CB}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.148-124/windows/x86_64/Popcorn_Time_Nightly_0.0.148_x64_en-US.msi - InstallerSha256: 60383E90678EED5CD23786C172E844028FB8B5D2DD278F8C5BC9BEB3C302E9BF -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 1178ccf40bb67..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.148-124 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 5630ef04cabda..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.148-124/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.148-124 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 299ba0a60c915..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.149-125 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{B070D4CD-71A0-45C8-ABCC-817E616841B4}' -ReleaseDate: 2026-01-10 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.149 - ProductCode: '{B070D4CD-71A0-45C8-ABCC-817E616841B4}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.149-125/windows/x86_64/Popcorn_Time_Nightly_0.0.149_x64_en-US.msi - InstallerSha256: A8CD8F647165A324D3880868BB0AA868A8AD0C5151E217D455820C851EE1E7C7 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index dc17afdfffdb0..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.149-125 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 47f5aa9f6c092..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.149-125/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.149-125 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 852a9749cd392..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.150-126 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{5D58C491-C627-4E60-B208-89CCA0CAF045}' -ReleaseDate: 2026-01-11 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.150 - ProductCode: '{5D58C491-C627-4E60-B208-89CCA0CAF045}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.150-126/windows/x86_64/Popcorn_Time_Nightly_0.0.150_x64_en-US.msi - InstallerSha256: A6C7EF2D674D63BFE756194320D57A1305FF5DDA73C7BBB7E02596AEE42FA22F -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 933eae46de038..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.150-126 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 02d737be7ea3c..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.150-126/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.150-126 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 9813d43563669..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.151-127 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{AFD3821D-5B00-41F6-8092-194DF93CD8D9}' -ReleaseDate: 2026-01-12 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.151 - ProductCode: '{AFD3821D-5B00-41F6-8092-194DF93CD8D9}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.151-127/windows/x86_64/Popcorn_Time_Nightly_0.0.151_x64_en-US.msi - InstallerSha256: 1D5375F8350361591F5AC2AA02FF16374EC677C19EDC39B625B779A69E785FE4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index a783e66edc077..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.151-127 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 50223a7d46539..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.151-127/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.151-127 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 098bc992cb4fa..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.152-128 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{4561A4AF-710A-42F0-9DD8-9815D16677FF}' -ReleaseDate: 2026-01-13 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.152 - ProductCode: '{4561A4AF-710A-42F0-9DD8-9815D16677FF}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.152-128/windows/x86_64/Popcorn_Time_Nightly_0.0.152_x64_en-US.msi - InstallerSha256: A3AC7D1A8AB06DC5345EE48DCA49C2EEE02B5C8CA00F51E03C4EE2D55AED9155 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index b8bc169e9fb1c..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.152-128 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 91c1c5b789f1d..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.152-128/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.152-128 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 5c8f527963969..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.85-57 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{B6051411-86E2-4623-A2EF-53F3EC0E0197}' -ReleaseDate: 2025-11-03 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.85 - ProductCode: '{B6051411-86E2-4623-A2EF-53F3EC0E0197}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.85-57/windows/x86_64/Popcorn_Time_Nightly_0.0.85_x64_en-US.msi - InstallerSha256: 6A0CD04EC62817CC813D1BE2C7BD49C2C00E03B6054405EE7F571F17983AF6FE -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 6d748adbb461d..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.85-57 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorntime -PackageName: Popcorn Time™ -PackageUrl: https://github.com/popcorntime/popcorntime -License: MIT -LicenseUrl: https://github.com/popcorntime/popcorntime/blob/dev/LICENSE -Copyright: Copyright (c) 2013 - Present Popcorn Time Contributors -CopyrightUrl: https://github.com/popcorntime/popcorntime/blob/dev/LICENSE -ShortDescription: > - Popcorn Time™ puts everything in one place. Your favorite platforms, your - shows, your movies-ready when you are. -Description: |- - This is a complete rebuild of Popcorn Time. Not a fork, not a patch - a fresh - start with new goals and a clean foundation. This repository will be the home - for ongoing development, documentation, and releases. - - #### What's New - - - Modern, safer, and legal - - Cross-platform: desktop, mobile, and TV - - Open source and community driven - - Weekly published databases for developers and researchers - issue #3113 - - Local media playback, not just links (soon) -Moniker: popcorn-time -Tags: -- android -- desktop -- ios -- linux -- macos -- popcorn -- popcorn-time -- popcorntime -- streaming -- windows -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index f7cdfab771715..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.85-57/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.85-57 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 860c5a23074bd..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.86-58 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{4113ACF0-E1DD-4270-99C7-64AB5358E693}' -ReleaseDate: 2025-11-04 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.86 - ProductCode: '{4113ACF0-E1DD-4270-99C7-64AB5358E693}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.86-58/windows/x86_64/Popcorn_Time_Nightly_0.0.86_x64_en-US.msi - InstallerSha256: E28B673E3365390A8084D2CF33168DE46A9D7F1FC447ECFCB9483DC3A4BEC684 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 71af96a019b18..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.86-58 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index df4adacc70d4e..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.86-58/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.86-58 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index bdbed3f207b33..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.87-59 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{3361EB37-B7A6-4F38-8D82-C8193B82A608}' -ReleaseDate: 2025-11-05 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.87 - ProductCode: '{3361EB37-B7A6-4F38-8D82-C8193B82A608}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.87-59/windows/x86_64/Popcorn_Time_Nightly_0.0.87_x64_en-US.msi - InstallerSha256: 9BC649950A54C75448C3231829C923FA81F921CF981D5CD9946306DE7A38EE6A -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 0239e79e5db03..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.87-59 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 76eaa25c7fed8..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.87-59/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.87-59 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 786def6a2d4fc..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.88-60 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{59ACDBDE-0BA1-48CD-A66C-6EB7C791166D}' -ReleaseDate: 2025-11-06 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.88 - ProductCode: '{59ACDBDE-0BA1-48CD-A66C-6EB7C791166D}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.88-60/windows/x86_64/Popcorn_Time_Nightly_0.0.88_x64_en-US.msi - InstallerSha256: 9F6AC7550C42C2E830BC030780F8EE080DBC38F85095265894022ED0DEDE5B77 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index ed590ed4354e4..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.88-60 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 2a4f6380c1032..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.88-60/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.88-60 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 8293613b0e380..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.89-61 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{CC63D3B7-61F9-4DA7-9159-D58C4F8BD592}' -ReleaseDate: 2025-11-07 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.89 - ProductCode: '{CC63D3B7-61F9-4DA7-9159-D58C4F8BD592}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.89-61/windows/x86_64/Popcorn_Time_Nightly_0.0.89_x64_en-US.msi - InstallerSha256: 5D34E1D27763D3FB4EB374D465C802CFEEA5E55C3E5DBE02B3A0102804F33476 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index b53aa4aff6317..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.89-61 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 15dff6c7bf929..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.89-61/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.89-61 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 053dc951be08e..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.90-62 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{07562099-A868-4F2B-81E8-6E6F97B4093C}' -ReleaseDate: 2025-11-08 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.90 - ProductCode: '{07562099-A868-4F2B-81E8-6E6F97B4093C}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.90-62/windows/x86_64/Popcorn_Time_Nightly_0.0.90_x64_en-US.msi - InstallerSha256: 4E9676C7A02FF1528390AEE25302BEBB99D5DD7A11AE2A7B7F38F7234CD5C5B9 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 82dd789efd137..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.90-62 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 630071ed99c1c..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.90-62/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.90-62 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 1d9d3fdbe8e1e..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.91-63 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{F3542F03-FEC7-4509-B793-4166CC1E9198}' -ReleaseDate: 2025-11-09 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.91 - ProductCode: '{F3542F03-FEC7-4509-B793-4166CC1E9198}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.91-63/windows/x86_64/Popcorn_Time_Nightly_0.0.91_x64_en-US.msi - InstallerSha256: 4D7A7265D494EC38A9584377E6149773EC6C045406E169A5F378CB0655A29CFB -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 64e73cabcb107..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.91-63 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index ebb3baa7a942e..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.91-63/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.91-63 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index cc48198162c15..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.92-64 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{AF8750BF-14E7-41AB-A812-73C8B6A8A73A}' -ReleaseDate: 2025-11-10 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.92 - ProductCode: '{AF8750BF-14E7-41AB-A812-73C8B6A8A73A}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.92-64/windows/x86_64/Popcorn_Time_Nightly_0.0.92_x64_en-US.msi - InstallerSha256: BCBB40F73F79EAC2606BAA764983EA30D62E002AD3ED2F8652E741A56E965168 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 296b8fd368a70..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.92-64 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index d5496f4eb4868..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.92-64/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.92-64 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 52570b552003d..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.93-65 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{2971FD36-CA8B-4677-8E2A-7EB889E45215}' -ReleaseDate: 2025-11-11 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.93 - ProductCode: '{2971FD36-CA8B-4677-8E2A-7EB889E45215}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.93-65/windows/x86_64/Popcorn_Time_Nightly_0.0.93_x64_en-US.msi - InstallerSha256: 10F50926D053CCF23F457FF679CA906D82F42AE35597FE7108B935B5809CB874 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index efc2c7cca3d0e..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.93-65 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 7022ca7d2161f..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.93-65/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.93-65 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index c5eb61e9195a9..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.94-66 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{920BF6C2-1B4A-491D-8D57-3D8E403E678A}' -ReleaseDate: 2025-11-12 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.94 - ProductCode: '{920BF6C2-1B4A-491D-8D57-3D8E403E678A}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.94-66/windows/x86_64/Popcorn_Time_Nightly_0.0.94_x64_en-US.msi - InstallerSha256: 539B88E47B7947EE5F911EFC12E45D561CC251CB4E0FC0AEAF140516D185F3F6 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index a8f5dacf712d2..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.94-66 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index bc42c852fb5b3..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.94-66/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.94-66 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 5936b0e9b4103..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.95-67 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{0DABC1A9-53A9-46B5-A1D7-51FA55A29B82}' -ReleaseDate: 2025-11-13 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.95 - ProductCode: '{0DABC1A9-53A9-46B5-A1D7-51FA55A29B82}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.95-67/windows/x86_64/Popcorn_Time_Nightly_0.0.95_x64_en-US.msi - InstallerSha256: FD0BE3508B76D389FB45D88EC9B133965A33B4A765FBA9218FEB01C767600033 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index d4387beff3e87..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.95-67 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 76a580e3d9a57..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.95-67/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.95-67 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.installer.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.installer.yaml deleted file mode 100644 index 0c111c701cfff..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.96-68 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{439E4824-B3FE-4C02-88F0-880657C3E3FC}' -ReleaseDate: 2025-11-14 -AppsAndFeaturesEntries: -- DisplayName: Popcorn Time Nightly - Publisher: popcorntime - DisplayVersion: 0.0.96 - ProductCode: '{439E4824-B3FE-4C02-88F0-880657C3E3FC}' - UpgradeCode: '{48A3B28B-006F-5722-B893-D21C782701E6}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/Popcorn Time Nightly' -Installers: -- Architecture: x64 - InstallerUrl: https://get.popcorntime.app/nightly/0.0.96-68/windows/x86_64/Popcorn_Time_Nightly_0.0.96_x64_en-US.msi - InstallerSha256: EDEAD72CCE9D786B13FBB0042AC440765A260E485C200E98AD82F21A666C2C07 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.locale.en-US.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.locale.en-US.yaml deleted file mode 100644 index 9e3209d994dca..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.96-68 -PackageLocale: en-US -Publisher: Popcorn Time -PublisherUrl: https://github.com/popcorn-official -PackageName: Popcorn-Time -PackageUrl: https://github.com/popcorn-official/popcorn-desktop -License: GPL-3.0-only -LicenseUrl: https://github.com/popcorn-official/popcorn-desktop/blob/development/LICENSE.txt -ShortDescription: A multi-platform, free software BitTorrent client that includes an integrated media player. -Moniker: popcorn-time -Tags: -- bittorrent -- bittorrent-client -- torrent -- torrent-client -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.yaml b/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.yaml deleted file mode 100644 index 79a11577221dd..0000000000000 --- a/manifests/p/PopcornTime/Popcorn-Time/0.0.96-68/PopcornTime.Popcorn-Time.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PopcornTime.Popcorn-Time -PackageVersion: 0.0.96-68 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.installer.yaml b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.installer.yaml new file mode 100644 index 0000000000000..7b8733bde5336 --- /dev/null +++ b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.installer.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PowerSoftware.PowerISO +PackageVersion: 9.3.0.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: PowerISO +ReleaseDate: 2026-03-02 +AppsAndFeaturesEntries: +- ProductCode: PowerISO +Installers: +- Architecture: x86 + InstallerUrl: https://www.poweriso.com/PowerISO9.exe + InstallerSha256: 242BCD617A0316F3A00462801C044875C5A6C60C252B8E25A9DFC5D9DA23B260 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\PowerISO' +- Architecture: x64 + InstallerUrl: https://www.poweriso.com/PowerISO9-x64.exe + InstallerSha256: C9411D78BCC88D9025942DD9F5DE55D44008CC112E4B9154D6B6F01E2DEB4A9A + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PowerISO' +- Architecture: arm64 + InstallerUrl: https://www.poweriso.com/arm64_poweriso_setup.exe + InstallerSha256: 9E00F31C8A1FAD0FF1AA56A1D92D873118B2A71AC417A9F626934C0339F7ECD3 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PowerISO' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.locale.en-US.yaml b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.locale.en-US.yaml new file mode 100644 index 0000000000000..844a2fbe9ed4b --- /dev/null +++ b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PowerSoftware.PowerISO +PackageVersion: 9.3.0.0 +PackageLocale: en-US +Publisher: Power Software Ltd +PublisherUrl: https://www.poweriso.com/index.htm +PublisherSupportUrl: https://www.poweriso.com/tutorials/technical-support.htm +PrivacyUrl: https://www.poweriso.com/tutorials/privacy-policy.htm +Author: Power Software Ltd +PackageName: PowerISO +PackageUrl: https://www.poweriso.com/index.htm +License: Proprietary +LicenseUrl: https://www.poweriso.com/tutorials/eula.htm +Copyright: Copyright 2004-2023 Power Software Ltd. All rights reserved. +CopyrightUrl: https://www.poweriso.com/tutorials/eula.htm +ShortDescription: PowerISO provides an all-in-one solution. You can do every thing with your ISO files and disc image files. +Moniker: poweriso +ReleaseNotesUrl: https://www.poweriso.com/tutorials/history.htm +PurchaseUrl: https://www.poweriso.com/order.php +InstallationNotes: |- + The unregistered version will display a dialog prompts you to register, + and you can not create or edit image files greater than 300MB with the unregistered version. + To remove these limitations, please register. +Documentations: +- DocumentLabel: Tutorials + DocumentUrl: https://www.poweriso.com/tutorials/index.htm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.yaml b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.yaml new file mode 100644 index 0000000000000..11c6d27b3d8b1 --- /dev/null +++ b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PowerSoftware.PowerISO +PackageVersion: 9.3.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.installer.yaml b/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.installer.yaml new file mode 100644 index 0000000000000..ba1265a50af7f --- /dev/null +++ b/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.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: QLogExplorer.QLogExplorer +PackageVersion: 1.2.1 +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://github.com/rafaelfassi/qlogexplorer/releases/download/v1.2.1/QLogExplorer-Win64-Setup.exe + InstallerSha256: B6F95FFDB7E3582D113007D671D57EA15DEB6B7AC74FCD2A2776174725DDC3E7 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: qlogexplorer.exe + PortableCommandAlias: qlogexplorer + InstallerUrl: https://github.com/rafaelfassi/qlogexplorer/releases/download/v1.2.1/QLogExplorer-Win64-Portable.zip + InstallerSha256: 9E85C716C136A249118FC62226CE48792F390CB6E858D48077B3A5F280ED0762 + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.locale.en-US.yaml b/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..ebdad718db59e --- /dev/null +++ b/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: QLogExplorer.QLogExplorer +PackageVersion: 1.2.1 +PackageLocale: en-US +Publisher: QLogExplorer +PackageName: QLogExplorer +PublisherUrl: https://github.com/rafaelfassi/QLogExplorer +PublisherSupportUrl: https://github.com/rafaelfassi/qlogexplorer/issues +PackageUrl: https://rafaelfassi.github.io/qlogexplorer +Author: Rafael Fassi Lobao +License: GPL-3.0 +LicenseUrl: https://github.com/rafaelfassi/qlogexplorer/blob/master/LICENSE +Copyright: Copyright (C) 2022 Rafael Fassi Lobao . +Moniker: qlogexplorer +ShortDescription: Fast and lightweight log viewer for large files that supports columns definition and JSON. +Description: |- + QLogExplorer is a free and open source log files viewer with advanced features. + Main features: + - Very fast and lightweight + - Can handle huge files + - Never locks the log file + - Supports plain text and JSON/NDJSON + - Allows to define columns even for plain text files + - Allows to define different templates for each kind of log file + - Customizable highlighters + - Predefined search parameters + - Advanced search with regular expression and multi-parameters +Tags: +- logs +- log-analyzer +- log-viewer +- log-monitor +- json-logs +- text +- json +- ndjson +- regex +- columns +- tail +- large-files +- elasticsearch +- developer-tools +- cross-platform +- open-source +ReleaseNotes: |- + What's New: + - Major performance improvements + - Use RE2 as default regex engine + - Many bug fixes +ReleaseNotesUrl: https://github.com/rafaelfassi/qlogexplorer/releases/tag/v1.2.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/rafaelfassi/qlogexplorer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.yaml b/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.yaml new file mode 100644 index 0000000000000..d9b050c3a497b --- /dev/null +++ b/manifests/q/QLogExplorer/QLogExplorer/1.2.1/QLogExplorer.QLogExplorer.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: QLogExplorer.QLogExplorer +PackageVersion: 1.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.installer.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.installer.yaml new file mode 100644 index 0000000000000..185dc13ea75f7 --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.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: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.87 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: quiet + SilentWithProgress: quiet +UpgradeBehavior: install +ProductCode: HeyboxAcc +Installers: +- Architecture: x64 + InstallerUrl: https://macc.max-c.com/proxy/acc_installer_1.1.87.125_xiaoheihe.exe + InstallerSha256: A53D5961FF1D0B90AF5E9D705B7C27B580892DCF6E4449947AFFA8FBCBA47AE5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.locale.en-US.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.locale.en-US.yaml new file mode 100644 index 0000000000000..bbc45dd49be7f --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.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: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.87 +PackageLocale: en-US +Publisher: Qingfeng +PublisherUrl: https://www.xiaoheihe.cn/ +PublisherSupportUrl: https://acc.xiaoheihe.cn/help/center +PrivacyUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=2 +Author: Qingfeng (Beijing) Technology Co., Ltd. +PackageName: 小黑盒加速器 +PackageUrl: https://acc.xiaoheihe.cn/ +License: Proprietary +LicenseUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=1 +Copyright: Copyright (C) 2026. QingFeng(Beijing). All Rights Reserved. +ShortDescription: Play overseas games smoothly and say goodbye to high latency +Moniker: heyboxacc +Tags: +- accelerate +- accelerator +- game +- gaming +- network +- proxy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.locale.zh-CN.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2236c97a0e6fa --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.87 +PackageLocale: zh-CN +Publisher: Qingfeng +PublisherUrl: https://www.xiaoheihe.cn/ +PublisherSupportUrl: https://acc.xiaoheihe.cn/help/center +PrivacyUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=2 +Author: 清枫(北京)科技有限公司 +PackageName: 小黑盒加速器 +PackageUrl: https://acc.xiaoheihe.cn/ +License: 专有软件 +LicenseUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=1 +Copyright: Copyright (C) 2026. QingFeng(Beijing). All Rights Reserved. +ShortDescription: 告别高延迟,畅玩海外游戏 +Tags: +- 代理 +- 加速 +- 加速器 +- 游戏 +- 网游 +- 网络 +ReleaseNotes: '- 修复崩溃' +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.yaml new file mode 100644 index 0000000000000..3cb2f062e9ed6 --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.87/Qingfeng.HeyboxAccelerator.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: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.87 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.installer.yaml b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.installer.yaml new file mode 100644 index 0000000000000..819eed78404d1 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.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: QuantumNous.NewAPI +PackageVersion: 0.12.9 +InstallerType: portable +Commands: +- new-api +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/QuantumNous/new-api/releases/download/v0.12.9/New-API-App.0.12.9.exe + InstallerSha256: F2256E5E9EB88B0531379BCFE576C98E1526FF8023BB582E8AE70F43707E0ABA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.locale.en-US.yaml b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..b02069a863c94 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: QuantumNous.NewAPI +PackageVersion: 0.12.9 +PackageLocale: en-US +PublisherUrl: https://www.newapi.ai/en/ +PublisherSupportUrl: https://www.newapi.ai/en/support/ +PackageUrl: https://www.newapi.ai/en/ +ShortDescription: Next-Gen LLM Gateway & AI Asset Platform +Description: New API is a next-generation large model gateway and AI asset management system, developed based on One API. The project aims to provide a unified interface for managing and utilizing various AI model services, including but not limited to OpenAI, Anthropic, Gemini, and Midjourney. +Tags: +- ai +- anthropic-api +- chatbot +- large-language-model +- llm +- openai-api +- openai-response +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.newapi.ai/en/guide/ +- DocumentLabel: Wiki + DocumentUrl: https://www.newapi.ai/en/wiki/ +- DocumentLabel: API Reference + DocumentUrl: https://www.newapi.ai/en/api/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.locale.zh-CN.yaml b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e7d7b61f25020 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.locale.zh-CN.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: QuantumNous.NewAPI +PackageVersion: 0.12.9 +PackageLocale: zh-CN +Publisher: Quantum Nous +PublisherUrl: https://www.newapi.ai/ +PublisherSupportUrl: https://www.newapi.ai/support/ +Author: 锟腾科技(杭州)有限公司 +PackageName: New API +PackageUrl: https://www.newapi.ai/ +License: AGPL-3.0 +LicenseUrl: https://github.com/QuantumNous/new-api/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Quantum Nous. All Rights Reserved. +ShortDescription: 新一代大模型网关与 AI 资产管理系统 +Description: New API 是一个新一代大模型网关与 AI 资产管理系统,基于 One API 进行二次开发。该项目旨在提供一个统一的接口来管理和使用各种 AI 模型服务,包括但不限于 OpenAI、Anthropic、Gemini和 Midjourney 等。 +Tags: +- anthropic-api +- openai-api +- openai-response +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + New Features + - Subscription cards now show the next quota reset time, making it easier to see when usage limits will refresh (#4181). + Bug Fixes + - Claude requests are now more reliable by avoiding incompatible Top P settings when needed. + - Azure channels now correctly support the /v1/responses/compact route (#4149). + - Editing values in GroupTable no longer forces the cursor to jump to the end on each keystroke (#4208). + Improvements + - Dashboard charts have been refined to present rankings and chart sizing more clearly for easier monitoring. + + What's Changed + - fix(GroupTable): prevent Input cursor jumping to end on keystroke by @Xbang0222 in https://github.com/QuantumNous/new-api/pull/4208 + - feat: display next quota reset time in subscription card by @ShengM97 in https://github.com/QuantumNous/new-api/pull/4181 + - fix: add Azure channel support for /v1/responses/compact URL routing by @woan1136 in https://github.com/QuantumNous/new-api/pull/4149 + New Contributors + - @Xbang0222 made their first contribution in https://github.com/QuantumNous/new-api/pull/4208 + - @ShengM97 made their first contribution in https://github.com/QuantumNous/new-api/pull/4181 + - @woan1136 made their first contribution in https://github.com/QuantumNous/new-api/pull/4149 + Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.8...v0.12.9 +ReleaseNotesUrl: https://github.com/QuantumNous/new-api/releases/tag/v0.12.9 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://www.newapi.ai/guide/ +- DocumentLabel: 维基百科 + DocumentUrl: https://www.newapi.ai/wiki/ +- DocumentLabel: 接口文档 + DocumentUrl: https://www.newapi.ai/api/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.yaml b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.yaml new file mode 100644 index 0000000000000..2a90a9827cc65 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.9/QuantumNous.NewAPI.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: QuantumNous.NewAPI +PackageVersion: 0.12.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.installer.yaml b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.installer.yaml new file mode 100644 index 0000000000000..8a555ccd7e45e --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.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: qingchencloud.ClawPanel +PackageVersion: 0.13.2 +UpgradeBehavior: install +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.13.2/ClawPanel_0.13.2_x64-setup-full.exe + InstallerSha256: F390943EF67129A544AC709C88D227A892089B00E2FECF24C138B08F3DD9423E + ProductCode: ClawPanel +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.13.2/ClawPanel_0.13.2_x64-full_en-US.msi + InstallerSha256: 72A3C5850E413AF748E2F55216D9DD53C550CEE77FFB8E5662C8A4E141ECDE46 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{AF1E9D2D-27EB-41D5-A1EE-9ED284E8213C}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AA908EA1-FFA0-5A0E-B2C5-14A7B8C64033}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.locale.en-US.yaml b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.locale.en-US.yaml new file mode 100644 index 0000000000000..122bfa18a06b8 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.13.2 +PackageLocale: en-US +Author: Wuhan Qingchen Tianxia Network Technology Co., Ltd. +Copyright: © 2026 Wuhan Qingchen Tianxia Network Technology Co., Ltd. +ShortDescription: "\U0001F99E Visual management panel with built-in AI assistant (tool calling + vision + multimodal + i18n(11))" +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.locale.zh-CN.yaml b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42ca0c37c55cf --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.13.2 +PackageLocale: zh-CN +Publisher: openclaw +PublisherUrl: https://qingchencloud.com/ +PublisherSupportUrl: https://github.com/qingchencloud/clawpanel/issues +PrivacyUrl: https://qingchencloud.com/privacy.html +Author: 武汉晴辰天下网络科技有限公司 +PackageName: ClawPanel +PackageUrl: https://github.com/qingchencloud/clawpanel +License: AGPL-3.0 +LicenseUrl: https://github.com/qingchencloud/clawpanel/blob/HEAD/LICENSE +Copyright: © 2026 武汉晴辰天下网络科技有限公司 +ShortDescription: "\U0001F99E OpenClaw 可视化管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装" +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: '- 常规更新与优化' +ReleaseNotesUrl: https://github.com/qingchencloud/clawpanel/releases/tag/v0.13.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.yaml b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.yaml new file mode 100644 index 0000000000000..040ebd012794c --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.13.2/qingchencloud.ClawPanel.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: qingchencloud.ClawPanel +PackageVersion: 0.13.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.installer.yaml deleted file mode 100644 index ea07a17c04b7e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.43 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-01-08 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.43/Apifox-windows-x86-2.6.43.exe - InstallerSha256: C67E85241658DBC9D85F964F2050E23D1AB45D3A12C4BD820E8FAB15D1262B3B - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.43/Apifox-windows-x86-2.6.43.exe - InstallerSha256: C67E85241658DBC9D85F964F2050E23D1AB45D3A12C4BD820E8FAB15D1262B3B - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.43/Apifox-2.6.43.exe - InstallerSha256: 92C7FCB158D6295A00F2A6AB100093DFFB3C1F6D5D519D61EFD2A68C3EA241E5 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.43/Apifox-2.6.43.exe - InstallerSha256: 92C7FCB158D6295A00F2A6AB100093DFFB3C1F6D5D519D61EFD2A68C3EA241E5 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index cd38315a2457e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.43 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://apifox.com/help -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 2882d877d4320..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.43 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: 使用文档 - DocumentUrl: https://apifox.com/help -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.yaml deleted file mode 100644 index 7f1c0d4e0a6dd..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.43/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.43 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 12dd5bef6341a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.45 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-01-13 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.45/Apifox-windows-x86-2.6.45.exe - InstallerSha256: A0F150AE9BB36B27AB57596B8BB3D6F493C002F99CCCEEF3C6F4458EF7BA1A66 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.45/Apifox-windows-x86-2.6.45.exe - InstallerSha256: A0F150AE9BB36B27AB57596B8BB3D6F493C002F99CCCEEF3C6F4458EF7BA1A66 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.45/Apifox-2.6.45.exe - InstallerSha256: F0C1D49CD2C220DB8A73172CA8DE27D8D0497E1A0734C93E09F4A2921D0EE494 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.45/Apifox-2.6.45.exe - InstallerSha256: F0C1D49CD2C220DB8A73172CA8DE27D8D0497E1A0734C93E09F4A2921D0EE494 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 3bb44d68fae57..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.45 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://apifox.com/help -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index b7240b6346766..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.45 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - - 🔥【新功能】支持可跨项目使用的 团队变量 - - 🔥【新功能】支持在 团队 中部署 请求代理 Agent,可以通过此 Agent 发送接口请求 - - ⚡️【优化】优化了在线文档的本地搜索能力 - - ⚡️【优化】浏览在线文档时,如果窗口较窄,则自动隐藏文档右侧的大纲 - - 🐞 解决接口使用 OAuth 2.0 鉴权,且在 Access Token URL 使用变量时,无法重新获取 Token 的问题 - - 🐞 解决开启兼容 BigInt 后,过长的数字在文档内被转换为科学计数法表示的问题 - - 🐞 解决接口和测试场景合并到主分支后,接口关联的测试场景数据没有更新的问题 - - 🐞 解决配置网络代理后再切换项目,网络代理配置丢失的问题 - - 🐞 解决没有获得运行性能测试权限时,仍可以运行性能测试的问题 - - 🐞 解决将团队转入组织后,在组织内新建团队并邀请组织成员加入,在接受邀请前,该成员看不到组织的问题 -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: 使用文档 - DocumentUrl: https://apifox.com/help -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.yaml deleted file mode 100644 index 5b5059bc9d0e1..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.45/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.45 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 2d3c748feb655..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.46 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-01-17 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.46/Apifox-windows-x86-2.6.46.exe - InstallerSha256: E3B775662525B96DB5C17DE2FE644CAC0E512A3AB40135A865CACC2782D4F67C - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.46/Apifox-windows-x86-2.6.46.exe - InstallerSha256: E3B775662525B96DB5C17DE2FE644CAC0E512A3AB40135A865CACC2782D4F67C - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.46/Apifox-2.6.46.exe - InstallerSha256: 441B100675EA5A143BFEEAC8B1A71437B975FCE1D4B05FD1AA4C938B66960048 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.46/Apifox-2.6.46.exe - InstallerSha256: 441B100675EA5A143BFEEAC8B1A71437B975FCE1D4B05FD1AA4C938B66960048 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 85606075af510..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.46 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://apifox.com/help -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 824729f1b6658..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.46 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: 使用文档 - DocumentUrl: https://apifox.com/help -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.yaml deleted file mode 100644 index f26f3b66c669b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.46/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.46 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.installer.yaml deleted file mode 100644 index c8eda37717454..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.47 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-01-23 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.47/Apifox-windows-x86-2.6.47.exe - InstallerSha256: 714199CA1BA5BD6BFA35BA285B21214D64106C9B614161CBD4F7E31392CC438C - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.47/Apifox-windows-x86-2.6.47.exe - InstallerSha256: 714199CA1BA5BD6BFA35BA285B21214D64106C9B614161CBD4F7E31392CC438C - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.47/Apifox-2.6.47.exe - InstallerSha256: 93E90B3ADC25C95DE041781FF7CAE25BCB8DED8771031AD94851A94EE5AB63AF - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.47/Apifox-2.6.47.exe - InstallerSha256: 93E90B3ADC25C95DE041781FF7CAE25BCB8DED8771031AD94851A94EE5AB63AF - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 8facfc0f5e7b0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.47 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://apifox.com/help -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 13abf9a756387..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.47 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: 使用文档 - DocumentUrl: https://apifox.com/help -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.yaml deleted file mode 100644 index 9b82e98775c46..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.47/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.47 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 49ac65d4e7701..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.48 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-02-06 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.48/Apifox-windows-x86-2.6.48.exe - InstallerSha256: EF7FE9B8DA1576EB53F0D82DE8E0132F866A8C6C2DA4D1A664EAEFF2D1599B72 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.48/Apifox-windows-x86-2.6.48.exe - InstallerSha256: EF7FE9B8DA1576EB53F0D82DE8E0132F866A8C6C2DA4D1A664EAEFF2D1599B72 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.48/Apifox-2.6.48.exe - InstallerSha256: 9C219D92D00FF45EF50AC021EAE808514DA351F5671D9E6EB68682B81A8098DA - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.48/Apifox-2.6.48.exe - InstallerSha256: 9C219D92D00FF45EF50AC021EAE808514DA351F5671D9E6EB68682B81A8098DA - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 3ca6db5be2210..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.48 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://apifox.com/help -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index ee2ff8ff3d977..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.48 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://support.qq.com/products/305368 -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://apifox.com/help/app/changelog -Documentations: -- DocumentLabel: 使用文档 - DocumentUrl: https://apifox.com/help -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.yaml deleted file mode 100644 index d2881e2b97012..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.48/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.48 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 5741029eda205..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.49 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-02-14 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.49/Apifox-windows-x86-2.6.49.exe - InstallerSha256: 1536F689DC3D4751789CD5C6A4229FBCB6A5B58959E5DB3379EDC1A089704689 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.49/Apifox-windows-x86-2.6.49.exe - InstallerSha256: 1536F689DC3D4751789CD5C6A4229FBCB6A5B58959E5DB3379EDC1A089704689 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.49/Apifox-2.6.49.exe - InstallerSha256: 0C8DCCF73282A369FEB56AD80B7A31014A661CE569BEC63C87D34833B36D3CF9 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.49/Apifox-2.6.49.exe - InstallerSha256: 0C8DCCF73282A369FEB56AD80B7A31014A661CE569BEC63C87D34833B36D3CF9 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 564e196baca36..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.49 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2649 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 9a7d9919dea0f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.49 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - - 🔥【新功能】调试 SSE 流式响应的 AI 大模型 接口时,Apifox 可以自动合并消息内容,以自然语言展示响应;且支持展示推理模型(比如 Deepseek R1)的思考过程 - - 🐞 解决使用 OAuth 2.0 的 Implicit 授权模式时,给 Auth URL 配置的 Query 参数没有生效的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2649 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.yaml deleted file mode 100644 index d430ff7f0b614..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.49/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.49 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 797beb7507462..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.50 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-02-19 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.50/Apifox-windows-x86-2.6.50.exe - InstallerSha256: 749F48CADCF6E7BAA14FD7CF185923B9CB43CFBB62DBE146DF6B86B7D373FC84 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.50/Apifox-windows-x86-2.6.50.exe - InstallerSha256: 749F48CADCF6E7BAA14FD7CF185923B9CB43CFBB62DBE146DF6B86B7D373FC84 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: http://file-assets.apifox.com/download/2.6.50/Apifox-2.6.50.exe - InstallerSha256: 5BDC769A5E416C67132EB2EC27735A025FE33678E1D0612E6C7A30D7593A374D - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: http://file-assets.apifox.com/download/2.6.50/Apifox-2.6.50.exe - InstallerSha256: 5BDC769A5E416C67132EB2EC27735A025FE33678E1D0612E6C7A30D7593A374D - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 83ce856dbc0ce..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.50 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2650 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 53c7e224fbeb0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.50 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - - 🔥【新功能】数据库连接 的用户名、密码等信息支持团队成员之间相互同步 - - ⚡️【优化】使用 邮件邀请 新用户加入团队时,只有被邀请的邮箱账号可以加入对应团队,邮件转发无效 - - ⚡️【优化】部署 Runner 时,挂载数据目录默认为空,需要手动填写,以避免用户没有默认目录的访问权限 - - ⚡️【优化】减小了测试报告的文件大小,以提升上传测试报告的速度 - - ⚡️【优化】支持通过带密码的分享链接导入小幺鸡的数据 - - ⚡️【优化】导入 OpenAPI/Swagger 格式的数据时,如果 body 为常见的文件、图片格式,将被导入为 Binary 类型 - - 🐞 解决发送多个同名的 Cookie 时,只发送了第一个的问题 - - 🐞 解决项目的编辑者无法使用定时导入功能的问题 - - 🐞 解决删除子分支关联的接口用例后,导入测试场景会丢失测试步骤的问题 - - 🐞 解决查看测试报告时,断言结果重复显示的问题 - - 🐞 解决在项目列表导入数据时,无法导入环境的问题 - - 🐞 解决导出项目为 OpenAPI/Swagger 格式的数据时,如果接口没有配置鉴权,Security 字段不是空数组而是空对象的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2650 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.yaml deleted file mode 100644 index 813b2886cd8d0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.50/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.50 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 57492727ea13b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.51 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-03-01 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.6.51/Apifox-windows-x86-2.6.51.exe - InstallerSha256: 17872CBA2D3E422A822A33B8B73F295C6F7D3127B8CDBD8E1F3A6DE1295773FA - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.6.51/Apifox-windows-x86-2.6.51.exe - InstallerSha256: 17872CBA2D3E422A822A33B8B73F295C6F7D3127B8CDBD8E1F3A6DE1295773FA - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.6.51/Apifox-2.6.51.exe - InstallerSha256: 099BC87FE478020A54EE49EB8A9EB6812AD7461239898FD8EA6C38E9F247E75B - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.6.51/Apifox-2.6.51.exe - InstallerSha256: 099BC87FE478020A54EE49EB8A9EB6812AD7461239898FD8EA6C38E9F247E75B - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index f999d9d4ccbb0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.51 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index fbe9e7aa361df..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.51 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.yaml deleted file mode 100644 index 9d25380b5ccd7..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.6.51/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.6.51 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 482f1634c663d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.0 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-03-08 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.0/Apifox-windows-x86-2.7.0.exe - InstallerSha256: FF061A55791E29469637B70CE6B8733D8914046FEB88EE464800968A15DB591A - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.0/Apifox-windows-x86-2.7.0.exe - InstallerSha256: FF061A55791E29469637B70CE6B8733D8914046FEB88EE464800968A15DB591A - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.0/Apifox-2.7.0.exe - InstallerSha256: 9B5E557633E7D9FB0D81F2F822CEEA14A478358B96EF6031CF32B70303BBCD63 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.0/Apifox-2.7.0.exe - InstallerSha256: 9B5E557633E7D9FB0D81F2F822CEEA14A478358B96EF6031CF32B70303BBCD63 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 1ebd8ff18c062..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.0 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#270 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index ad7f97ebf2961..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.0 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - - 🔥【新功能】Body 支持配置多个 示例,兼容 OpenAPI(Swagger) 规范 - - 🔥【新功能】请求和响应的每个 示例,都可以配置 说明、OAS 字段名称 和 OAS 扩展 字段 - - 🔥【新功能】支持调试 NDJSON(Newline Delimited JSON)格式的 JSON 流 响应的 HTTP 接口 - - 🔥【新功能】调试 Ollama 本地部署的 AI 大模型 的接口时,Apifox 可以自动合并消息内容,以自然语言展示响应;支持 DeepSeek R1 和 QwQ 32B 等推理模型,可以展示深度思考过程 - - 🔥【新功能】支持调试 Socket.IO 接口,可以同时发送多个参数和 Ack - - 🔥【新功能】支持导入 SoapUI 的 SOAP 项目 - - ⚡️【优化】当 文档站 配置了邮箱 白名单 时,如果访问者的邮箱不在白名单内,页面不会提示无权限,只是不发送验证码 - - ⚡️【优化】通用接口文档支持配置自定义字段 - - ⚡️【优化】支持配置自定义字段是否必填 - - ⚡️【优化】可以将具备 保护分支修改 权限的用户设置为分支合并的审查人 - - ⚡️【优化】项目 事件通知 的语言会跟随项目语言 - - ⚡️【优化】性能测试 支持使用 脚本 和 数据库连接 - - ⚡️【优化】可以直接在接口目录上进行数据的 导入 - - 🐞 解决使用 Runner 运行自动化测试时,接口设置的重定向规则没有生效的问题 - - 🐞 解决在子分支打开主分支的测试场景后,界面上未正常显示场景名称的问题 - - 🐞 解决在子分支打开主分支的测试场景后,Runner 运行的测试报告显示在主分支的问题 - - 🐞 解决某些情况下调整字体大小功能无法正常工作的问题 - - 🐞 解决某些情况下测试报告的平均请求时间不准确的问题 - - 🐞 解决某些情况下在线文档无法正常显示中文的枚举值的问题 - - 🐞 解决某些情况下无法导入 Knife4j 数据的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#270 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.yaml deleted file mode 100644 index 4a9a0e70bff48..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.0/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 5b7fd7416b13d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.1 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-03-11 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.1/Apifox-windows-x86-2.7.1.exe - InstallerSha256: 5752E361ED4824FC8723F75C287AFDA7F52E79ED820F624C8E9A92F1E923D586 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.1/Apifox-windows-x86-2.7.1.exe - InstallerSha256: 5752E361ED4824FC8723F75C287AFDA7F52E79ED820F624C8E9A92F1E923D586 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.1/Apifox-2.7.1.exe - InstallerSha256: 396A78AC132DE99D438285AB4677A27423C910DF2F8F4E593C95676D257E0B94 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.1/Apifox-2.7.1.exe - InstallerSha256: 396A78AC132DE99D438285AB4677A27423C910DF2F8F4E593C95676D257E0B94 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index e5a99ae0e6d96..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.1 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#271 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 97bf1f4a0f16b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.1 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - - 🐞 解决 2.7.0 版本点击接口文档里的 Mock 的快捷请求时,界面报错的问题 - - 🐞 解决某些情况下本地运行测试场景,导出的测试报告没有正确显示接口 URL 的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#271 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.yaml deleted file mode 100644 index a49f25c86bd4a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.1/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 441ac76132d8f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.10 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-05-13 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.10/Apifox-windows-x86-2.7.10.exe - InstallerSha256: 9B2C3FA03C6BE51818B45D70C63692A730A49BF659F237754FBD8637370CCFD3 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.10/Apifox-windows-x86-2.7.10.exe - InstallerSha256: 9B2C3FA03C6BE51818B45D70C63692A730A49BF659F237754FBD8637370CCFD3 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.10/Apifox-2.7.10.exe - InstallerSha256: 8F8B36D8F218CFF74D6888EF3EC6AB4A40F60BF124CB49EF8AF15147077AF41F - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.10/Apifox-2.7.10.exe - InstallerSha256: 8F8B36D8F218CFF74D6888EF3EC6AB4A40F60BF124CB49EF8AF15147077AF41F - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 0e93db640d11f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.10 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 8eef833b6ef6c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.10 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.yaml deleted file mode 100644 index 652eec142a02c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.10/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.installer.yaml deleted file mode 100644 index af1548ea2c25d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.11 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-05-14 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.11/Apifox-windows-x86-2.7.11.exe - InstallerSha256: BD0BF152A9A21644DA2AB2C22DE0D270AEE658D20910D773C4F9FDD2737A14E5 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.11/Apifox-windows-x86-2.7.11.exe - InstallerSha256: BD0BF152A9A21644DA2AB2C22DE0D270AEE658D20910D773C4F9FDD2737A14E5 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.11/Apifox-2.7.11.exe - InstallerSha256: BC6138DDE0E283912FCA59EFB3FF00891F3C8AE708687BCFDEC515A4E86A2CF8 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.11/Apifox-2.7.11.exe - InstallerSha256: BC6138DDE0E283912FCA59EFB3FF00891F3C8AE708687BCFDEC515A4E86A2CF8 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 7d045194f8d8c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.11 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2711 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 050f580ff5c71..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.11 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: "\U0001F41E 解决使用 2.7.10 版本自动化测试的性能测试,无结果、无进度、无法使用的问题" -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2711 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.yaml deleted file mode 100644 index 906433c7fa170..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.11/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 454f3c4474dde..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.12 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-05-16 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.12/Apifox-windows-x86-2.7.12.exe - InstallerSha256: 7D76A668811C19047C28F96D9F2F9D2B0A7CB4670DDB8E6A0374B8BA2025F84B - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.12/Apifox-windows-x86-2.7.12.exe - InstallerSha256: 7D76A668811C19047C28F96D9F2F9D2B0A7CB4670DDB8E6A0374B8BA2025F84B - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.12/Apifox-2.7.12.exe - InstallerSha256: 039735BCDEE9CDB4A4C05754FAD38F1D40AB778F16A436A1CCED38D8BA78CC5F - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.12/Apifox-2.7.12.exe - InstallerSha256: 039735BCDEE9CDB4A4C05754FAD38F1D40AB778F16A436A1CCED38D8BA78CC5F - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index f78e1f13a126f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.12 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2712 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 2d89c33cf4dc0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.12 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】导入/导出项目数据时,支持选择特定 API 版本 - - 🔥【新功能】支持创建并使用组合型鉴权组件 - - ⚡️【优化】将 JSON 粘贴到请求的参数名字段时,其内容将被自动转换为参数名和参数值 - - ⚡️【优化】在线文档配置自定义域名后,如果 CNAME 配置不正确,界面上会给出提示 - - ⚡️【优化】如果隐藏了自动生成的 Header,则 Header 标签上的数字也不包含自动生成的 Header - - 🐞 解决使用 Socket.IO 发送 JSON 数据时,发送出去的数据格式不是字典而是字符串的问题 - - 🐞 解决在用例复制 cURL 时,cURL 的参数使用了接口的值而不是用例的值的问题 - - 🐞 解决创建在线分享时,无法选择项目中全部自定义字段的问题 - - 🐞 解决导出 Postman 格式时,JSON、XML 格式的 body 类型被转换为 Text 的问题 - - 🐞 解决在项目内邀请成员成功后,团队动态没有正确显示的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2712 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.yaml deleted file mode 100644 index aa06f7c42be14..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.12/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 375ebe05eb95e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.14 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-05-23 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.14/Apifox-windows-x86-2.7.14.exe - InstallerSha256: 848B81BDB07977D605F272470EDEDE12031CBEF4A85975B101DEBCE437DEFBC6 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.14/Apifox-windows-x86-2.7.14.exe - InstallerSha256: 848B81BDB07977D605F272470EDEDE12031CBEF4A85975B101DEBCE437DEFBC6 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.14/Apifox-2.7.14.exe - InstallerSha256: 94530B0D5C11EA88699FDBC9E11D1CA072902911C185078590169BD285CA37A5 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.14/Apifox-2.7.14.exe - InstallerSha256: 94530B0D5C11EA88699FDBC9E11D1CA072902911C185078590169BD285CA37A5 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index ded9a2712bc5e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.14 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 391b52c8f4526..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.14 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.yaml deleted file mode 100644 index 2f38353f6f3d2..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.14/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 106a77c8de502..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.15 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-05-30 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.15/Apifox-windows-x86-2.7.15.exe - InstallerSha256: 62DF08F29D03BE1E74A4FBA7F4FB855FD8993B501EC0F8BBB9F260864909E872 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.15/Apifox-windows-x86-2.7.15.exe - InstallerSha256: 62DF08F29D03BE1E74A4FBA7F4FB855FD8993B501EC0F8BBB9F260864909E872 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.15/Apifox-2.7.15.exe - InstallerSha256: 9FC013B65369D13318902A2C46721DD2B11CBEDEB337064708A4F39D86DFF4ED - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.15/Apifox-2.7.15.exe - InstallerSha256: 9FC013B65369D13318902A2C46721DD2B11CBEDEB337064708A4F39D86DFF4ED - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index b332f4fd5316d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.15 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index bc7e64710cee0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.15 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.yaml deleted file mode 100644 index cccd0c5cf4644..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.15/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.15 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 42d3e033494b1..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.16 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-06-11 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.16/Apifox-windows-x86-2.7.16.exe - InstallerSha256: 7CBA74AF0F56A3E2A28712F437F6FB402AD57A3FD47A1B8E9FCE086E3901314D - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.16/Apifox-windows-x86-2.7.16.exe - InstallerSha256: 7CBA74AF0F56A3E2A28712F437F6FB402AD57A3FD47A1B8E9FCE086E3901314D - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.16/Apifox-2.7.16.exe - InstallerSha256: CA6CD9B42494321601509B62488F4838D8E7F4C5484288BDF860AE7ACBAEECE1 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.16/Apifox-2.7.16.exe - InstallerSha256: CA6CD9B42494321601509B62488F4838D8E7F4C5484288BDF860AE7ACBAEECE1 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index b28753f1cd0c4..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.16 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2716 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 7d5bcfa3cd558..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.16 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】项目支持使用 模块 进行管理,一个 模块 对应一份标准 OAS 文件 - - ⚡️【优化】优化了项目导入功能的界面与交互 - - ⚡️【优化】优化了新手引导流程 - - 🐞 解决有时 CLI 运行的测试结果与客户端运行结果不同的问题 - - 🐞 解决二进制响应,点击「仍以文本查看」功能无效的问题 - - 🐞 解决 2.7.15 版本,在客户端批量运行测试场景,测试报告内没有详情的问题 - - 🐞 解决当项目过多时,从团队页导入一个新项目后无法打开此项目的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2716 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.yaml deleted file mode 100644 index c90614f6b75f4..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.16/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 19a53559c7b09..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.17 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-06-11 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.17/Apifox-windows-x86-2.7.17.exe - InstallerSha256: 551FEBBF55839D15481B9A3D1B268ECBC84ED1D02D8B3AAB5E220BCD156A5BF1 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.17/Apifox-windows-x86-2.7.17.exe - InstallerSha256: 551FEBBF55839D15481B9A3D1B268ECBC84ED1D02D8B3AAB5E220BCD156A5BF1 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.17/Apifox-2.7.17.exe - InstallerSha256: 182CD859FA53965530CA8091403EC3C45E48D6F262284653EDC1F6D16CB92DF7 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.17/Apifox-2.7.17.exe - InstallerSha256: 182CD859FA53965530CA8091403EC3C45E48D6F262284653EDC1F6D16CB92DF7 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 67d41ad0e597d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.17 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 51cc5c8332b13..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.17 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: '- 🐞 解决 2.7.16 特定本地缓存偶现会导致启动自动打开的项目界面报错的问题' -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.yaml deleted file mode 100644 index ea331ff619bf0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.17/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.17 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 8b04721de2836..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.18 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-06-20 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.18/Apifox-windows-x86-2.7.18.exe - InstallerSha256: B56623E400F294CCAF59D2AE50F6A815DC6FFA039F40D6788C07E759B88A0039 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.18/Apifox-windows-x86-2.7.18.exe - InstallerSha256: B56623E400F294CCAF59D2AE50F6A815DC6FFA039F40D6788C07E759B88A0039 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.18/Apifox-2.7.18.exe - InstallerSha256: 473A64A0465B71E64FF7F0429226E158316A03EA5AD7FD3D486A72B2091B0AAA - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.18/Apifox-2.7.18.exe - InstallerSha256: 473A64A0465B71E64FF7F0429226E158316A03EA5AD7FD3D486A72B2091B0AAA - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 34846c7829071..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.18 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2718 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 6e14953359525..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,75 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.18 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】可以通过 AI 修改数据模型的字段描述、中文名、Mock 等信息 - - 🔥【新功能】可以在团队中配置 AI 模型供应商的 API Key 从而启用 Apifox AI 功能 - - 🔥【新功能】可以在 Apifox 中复制接口的 OpenAPI/Swagger 数据、MCP Server 配置,以供 Cursor 等 AI 编程工具读取接口文档 - - 🔥【新功能】gRPC 项目 支持在调试接口时执行 前/后置操作,包括断言、提取变量、数据库操作、自定义脚本、公共脚本、等待时间 - - 🔥【新功能】支持自动备份每个模块对应的 OpenAPI/Swagger 文件到 Github 仓库 - - ⚡️【优化】查看团队项目时,支持切换宫格、列表布局,支持切换排序方式 - - ⚡️【优化】配置 JWT 类型的 Auth 时,可以自定义 Authorization Header 名称 - - ⚡️【优化】优化了响应代码编辑器中,添加断言/提取变量功能的显示效果 - - ⚡️【优化】优化了定时任务中的测试场景选择环境的显示效果 - - ⚡️【优化】在线文档配置了自定义域名后,可以禁用 Apifox 提供的域名 - - ⚡️【优化】在线文档配置邮件白名单时,支持自定义 SMTP 服务器、自定义邮件模版 - - ⚡️【优化】在线文档支持配置个人变量是否存储在本地浏览器 - - 🐞 解决调试 gRPC 接口时,发送了重复的 Authorization Metadata 的问题 - - 🐞 解决克隆在线文档得到的项目,Web 端可以正常显示,但客户端没有显示任何接口的问题 - - 🐞 解决部分情况下自动化测试的地址栏显示了错误的前置 URL 的问题 - - 🐞 解决部分情况下批量运行测试后,无法查看测试报告的问题 - - 🐞 解决在子分支批量修改内容后,推送通知中的链接会跳转到主分支的问题 - - 🐞 解决管理迭代分支的弹窗内,子分支的统计数据均为 0 的问题 - - 🐞 解决子分支的接口继承根目录 Auth 时,错误显示为无需鉴权的问题 - - 🐞 解决部分情况下打开项目列表,能看到项目但提示没有权限的问题 - - 🐞 解决部分情况下点击在线文档的 Run in Apifox 后提示没有权限的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据,如果同时使用了 allOf 和 properties,且 properties 的属性又引用了数据模型时,导入失败的问题 - - 🐞 解决定时导入配置了 YAML 格式的 OpenAPI/Swagger 数据源后,点击立即导入按钮无效的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2718 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.yaml deleted file mode 100644 index 68c5a9aafd276..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.18/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.18 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.installer.yaml deleted file mode 100644 index bf0c1c1041c08..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.19 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-06-26 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.19/Apifox-windows-x86-2.7.19.exe - InstallerSha256: 8111ABA25BC2FA768D332CD168E8970836B4EDD538CBB1C19F3DADE114BF0D0A - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.19/Apifox-windows-x86-2.7.19.exe - InstallerSha256: 8111ABA25BC2FA768D332CD168E8970836B4EDD538CBB1C19F3DADE114BF0D0A - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.19/Apifox-2.7.19.exe - InstallerSha256: 330B7413480A8980017162A9444C02291A8CFED5276E5034E0D7C3CD1915DEE1 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.19/Apifox-2.7.19.exe - InstallerSha256: 330B7413480A8980017162A9444C02291A8CFED5276E5034E0D7C3CD1915DEE1 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 4ff67eec770d6..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.19 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2719 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 54bfb67058e81..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.19 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】自定义角色权限时,支持配置 Mock 功能相关的权限 - - ⚡️【优化】设置团队成员的项目权限时,支持搜索项目 - - ⚡️【优化】通用接口文档支持分支 - - ⚡️【优化】将响应的 JSON 数据提取为响应示例时,会对 JSON 格式化 - - ⚡️【优化】提升了 App 内获取个人消息列表的速度 - - 🐞 解决开启了实验性功能“使用独立进程执行 API 请求”后,调试 WebSocket、Socket.IO、gRPC Streaming 接口时无法发送消息的问题 - - 🐞 解决地址栏中前置 URL 列表无法滚动的问题 - - 🐞 解决配置在线文档顶部导航栏时的交互问题 - - 🐞 解决部分情况下,子分支的测试场景引用主分支的测试场景时,两边数据不同步的问题 - - 🐞 解决无法导入 RAML 格式数据的问题 - - 🐞 解决导出 Apifox 格式数据时,未包含测试场景的备注信息的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2719 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.yaml deleted file mode 100644 index d144b9ffb110f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.19/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.installer.yaml deleted file mode 100644 index c9b86d51d9172..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.2 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-03-21 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.2/Apifox-windows-x86-2.7.2.exe - InstallerSha256: F459440CE1B99530443A6A0ABDF6BF56D15F087D2D282748CF2856A59E85D058 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.2/Apifox-windows-x86-2.7.2.exe - InstallerSha256: F459440CE1B99530443A6A0ABDF6BF56D15F087D2D282748CF2856A59E85D058 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.2/Apifox-2.7.2.exe - InstallerSha256: 5622AFCEF78BC12FC394D02A76CAA74584AAF3FBAC835A038A59D547D915AC13 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.2/Apifox-2.7.2.exe - InstallerSha256: 5622AFCEF78BC12FC394D02A76CAA74584AAF3FBAC835A038A59D547D915AC13 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 251e3e13a5d25..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.2 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#272 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index abfdd3140ea0c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.2 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】“发布/分享的 API 文档”全面升级,速度更快、性能更好、优化了移动端的导航和搜索,支持配置单列或双列布局 - 🔥【新功能】发布的 API 文档,支持开启 MCP 功能,文档阅读者可以通过 MCP(结合 AI 编程工具)使用文档 - 🔥【新功能】自动化测试的测试场景新增评论功能 - 🔥【新功能】接口、请求 Body、响应 Body 均支持配置 OAS 扩展,全面兼容 OpenAPI 规范 - 🔥【新功能】项目新增支持导出 Postman 格式数据 - ⚡️【优化】迭代分支 中的文档,支持创建在线文档分享链接 - ⚡️【优化】导入 cURL 时,将 -b 参数识别为 Cookie - ⚡️【优化】优化了数据库连接的 SSH 连接功能 - ⚡️【优化】可以将通知发送到 Microsoft Teams - ⚡️【优化】导出 Swagger 2.0 文件时,如果 file 类型的字段没有指定 consume,则视为 form-data - 🐞 解决某些情况下无法通过 SSH 连接 MongoDB 数据库的问题 - 🐞 解决使用旧版 App 修改新版创建的请求示例数据时,请求示例描述丢失的问题 - 🐞 解决新建 Socket.IO 接口时添加的 Events 没有被保存的问题 - 🐞 解决本地运行的测试场景,导出的测试报告没有正确显示接口 URL 的问题 - 🐞 解决配置自定义权限角色后,角色名没有自动刷新的问题 - 🐞 解决将较旧的接口选择到子分支后,再在主分支修改接口,接口的创建时间显示错误的问题 - 🐞 解决 Path 内有单个大括号时,无法将项目导出为 Markdown 文件的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#272 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.yaml deleted file mode 100644 index e74010eb9a5ce..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.2/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.installer.yaml deleted file mode 100644 index dd3cc88e603b8..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.20 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-07-05 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.20/Apifox-windows-x86-2.7.20.exe - InstallerSha256: 99703D4EA80494827F1BC117838826AFA76F01137AE13898DF56C5049FD4942E - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.20/Apifox-windows-x86-2.7.20.exe - InstallerSha256: 99703D4EA80494827F1BC117838826AFA76F01137AE13898DF56C5049FD4942E - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.20/Apifox-2.7.20.exe - InstallerSha256: EED9318BF9FC9E8254162FE64B9B8C481F8C30E082731B8DB098D90F26AD60A2 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.20/Apifox-2.7.20.exe - InstallerSha256: EED9318BF9FC9E8254162FE64B9B8C481F8C30E082731B8DB098D90F26AD60A2 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 5687f407bd343..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.20 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 959b3bdb56fe0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.20 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.yaml deleted file mode 100644 index 31fa4c732b220..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.20/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.20 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.installer.yaml deleted file mode 100644 index ad84007cf0e64..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.21 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-07-06 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.21/Apifox-windows-x86-2.7.21.exe - InstallerSha256: 277D5A9DCA8B89089FE548D9FE8825F2F54C4AE56200A39EC56C6A010E47332B - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.21/Apifox-windows-x86-2.7.21.exe - InstallerSha256: 277D5A9DCA8B89089FE548D9FE8825F2F54C4AE56200A39EC56C6A010E47332B - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.21/Apifox-2.7.21.exe - InstallerSha256: D18FCC5AF0AE0AEEB2C634A821AE5C6D775E37F801BD27E063305F8307144838 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.21/Apifox-2.7.21.exe - InstallerSha256: D18FCC5AF0AE0AEEB2C634A821AE5C6D775E37F801BD27E063305F8307144838 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 233f7ab62f3a1..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.21 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2721 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 20c0b97490af5..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.21 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: "\U0001F41E 解决 2.7.20 版本的离线空间在使用后置脚本的提取变量功能偶现白屏的问题" -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2721 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.yaml deleted file mode 100644 index 26cbe79adbd62..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.21/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.21 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 58ee71c59b34c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.22 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-07-13 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.22/Apifox-windows-x86-2.7.22.exe - InstallerSha256: 99CB3438DFC79278605E491335078E05B6512A8AF8CA50839421D27103F01D5D - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.22/Apifox-windows-x86-2.7.22.exe - InstallerSha256: 99CB3438DFC79278605E491335078E05B6512A8AF8CA50839421D27103F01D5D - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.22/Apifox-2.7.22.exe - InstallerSha256: 309E0DCA6899388532B8DBD78EBB49695A056342AB627A594C1D0F0FA952A8EF - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.22/Apifox-2.7.22.exe - InstallerSha256: 309E0DCA6899388532B8DBD78EBB49695A056342AB627A594C1D0F0FA952A8EF - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index a9bcdee3aeeb9..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.22 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2722 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index badf28be52ec4..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,63 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.22 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】模块支持模块变量,对应 Postman 的 Collection 变量 - - 🔥【新功能】在线文档支持 自定义 CSS 和 JavaScript - - 🔥【新功能】支持给项目增加 接口设计规范 来让项目成员、AI 写出更规范的接口文档 - - 🔥【新功能】支持让 AI 基于 接口设计规范 对某个接口文档进行规范性检测,用来发现接口文档设计问题 - - 🔥【新功能】支持 Webhook 和 Callback 类型的接口 - - ⚡️【优化】在文档模式运行接口时,可以使用接口默认鉴权凭证,也可以手动设置 - - ⚡️【优化】自定义角色权限时,支持配置模块功能相关的权限 - - ⚡️【优化】定时任务使用相同运行设置时,可以配置环境/全局变量范围 - - ⚡️【优化】可以在 API 子版本的目录树上导出接口 - - ⚡️【优化】通过 SQL 建表语句(DDL)创建数据模型时,如果字段没有声明 NOT NULL,则导入后默认为允许 NULL - - ⚡️【优化】使用 apifox-cli 命令行工具执行自动化测试时,会使用客户端内配置的测试场景运行参数 - - ⚡️【优化】请求历史中的 SSE 接口支持时间线显示 - - ⚡️【优化】用于生成业务代码的 OpenAPI Generator 升级至 v7.13.0 - - 🐞 解决从模块概览页面的本地链接导出 OpenAPI/Swagger 数据时,接口没有正确引用鉴权组件的问题 - - 🐞 解决导出 OpenAPI/Swagger 数据时,选择导出部分接口后再全选,接口没有正确引用数据模型的问题 - - 🐞 解决导出 OpenAPI 3.0 格式的数据时,数据模型中字段的示例值被导出为 examples 而不是 example 的问题 - - 🐞 解决导出 OpenAPI 3.0 格式的数据时,数据模型的允许 NULL 属性被导出为 type: null 而不是 nullable: true 的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2722 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.yaml deleted file mode 100644 index 190d14a6303f0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.22/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.22 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 4e32d334662ac..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.23 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-07-18 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.23/Apifox-windows-x86-2.7.23.exe - InstallerSha256: 54404648977AEBA1024D21EBD6964B3BD1A73B3686B7CD8FDB991792DA9528A9 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.23/Apifox-windows-x86-2.7.23.exe - InstallerSha256: 54404648977AEBA1024D21EBD6964B3BD1A73B3686B7CD8FDB991792DA9528A9 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.23/Apifox-2.7.23.exe - InstallerSha256: 18703B869FF80FA6633C32DDB5D0992C1F24E05657CB9129E6E5F9EC957E34D7 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.23/Apifox-2.7.23.exe - InstallerSha256: 18703B869FF80FA6633C32DDB5D0992C1F24E05657CB9129E6E5F9EC957E34D7 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 91540cc317921..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.23 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 3e97654469594..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.23 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】当导入的接口有设置 Security 时,可以将 Auth 设置为对应的鉴权组件 - 🐞 解决部分情况下,使用多线程运行自动化测试时报错的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2723 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.yaml deleted file mode 100644 index eceb5a3ea56a9..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.23/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.23 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.installer.yaml deleted file mode 100644 index bc7093340a8d1..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.24 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-07-26 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.24/Apifox-windows-x86-2.7.24.exe - InstallerSha256: 6CE517E2D4A193A9B872648AD3387F86D501A235DCC95F6927F6DC543BFCF93B - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.24/Apifox-windows-x86-2.7.24.exe - InstallerSha256: 6CE517E2D4A193A9B872648AD3387F86D501A235DCC95F6927F6DC543BFCF93B - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.24/Apifox-2.7.24.exe - InstallerSha256: 563FFA5C4D643AC4D01EC47634C987F04670707133EC76B398F3639310D5C657 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.24/Apifox-2.7.24.exe - InstallerSha256: 563FFA5C4D643AC4D01EC47634C987F04670707133EC76B398F3639310D5C657 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 30dfbb0162168..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.24 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 0f67432024bfd..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,71 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.24 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】可以通过 AI 进行参数命名 - - 🔥【新功能】支持连接启用了 SSL 的 MySQL、PostgreSQL 数据库 - - 🔥【新功能】发布在线文档时,可以配置左侧目录是否展示数据模型 - - ⚡️【优化】导入数据时,多个 Postman Collection 分别对应项目内的多个模块 - - ⚡️【优化】优化了调试接口时,接口响应区域的交互 - - ⚡️【优化】优化了 OAuth 2.0 鉴权的交互 - - ⚡️【优化】发布在线文档时,可以选择 Socket.IO 的接口 - - 🐞 解决在文档模式编辑接口 Header 的示例值,保存后没有同步到运行页面的问题 - - 🐞 解决调试 Socket.IO 接口时,如果接口返回了空的消息或 ack,界面报错的问题 - - 🐞 解决使用 Socket.IO 发送 JSON 数据时,无法使用动态值的问题 - - 🐞 解决无法访问通过标签筛选的 WebSocket 接口在线文档的问题 - - 🐞 解决加入的新团队,不在团队列表最下面而在中间的问题 - - 🐞 解决在子分支修改与主分支关联的数据模型后,合并到主分支时,显示无数据的问题 - - 🐞 解决在子分支合并修改到主分支时,标签筛选器没有内容的问题 - - 🐞 解决部分情况下,批量运行测试场景后,无法分享测试报告详情的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据,如果 form-data 某字段的 type 为 string 且 format 为 binary 时,没有将其导入为 file 类型的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据,Media Type 未指定或者为 / 时,请求体数据结构丢失的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据,当导入的接口有设置 Security 时,接口的默认鉴权凭证无法编辑、保存的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据,当导入的接口有设置 OAuth 2.0 的 Security 时,没有导入 Scope 的问题 - - 🐞 解决导出 OpenAPI/Swagger 数据,Discriminator 丢失的问题 - - 🐞 解决导入 Knife4j 数据,当导入的接口有设置 Security 时,没有将 Auth 设置为对应的鉴权组件的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2724 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.yaml deleted file mode 100644 index 91c0bacd23d71..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.24/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.24 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 2027c7f719825..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.25 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-07-28 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.25/Apifox-windows-x86-2.7.25.exe - InstallerSha256: BA3B503E04528E49FC22A1A80D0AD8DFAEC5F185BABA84B23921A4B2D986E992 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.25/Apifox-windows-x86-2.7.25.exe - InstallerSha256: BA3B503E04528E49FC22A1A80D0AD8DFAEC5F185BABA84B23921A4B2D986E992 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.25/Apifox-2.7.25.exe - InstallerSha256: 2C779EA095904A8FE7E02071E0AA3C366DBA205DE0E4A54E7236751F64C27D15 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.25/Apifox-2.7.25.exe - InstallerSha256: 2C779EA095904A8FE7E02071E0AA3C366DBA205DE0E4A54E7236751F64C27D15 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index b80c85fafe967..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.25 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 6cb2e77824c16..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.25 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】在查询、创建 MongoDB 文档时,支持 Date 等 BSON 数据类型 - - 🐞 解决无法打开离线空间的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2725 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.yaml deleted file mode 100644 index 5ed87dd0017ee..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.25/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.25 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 828f587b2e897..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.26 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-07-31 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.26/Apifox-windows-x86-2.7.26.exe - InstallerSha256: 3CF68C07E02876AE904A2A4204EAE109DF84D146F43A318FE61A597890C64E0E - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.26/Apifox-windows-x86-2.7.26.exe - InstallerSha256: 3CF68C07E02876AE904A2A4204EAE109DF84D146F43A318FE61A597890C64E0E - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.26/Apifox-2.7.26.exe - InstallerSha256: 18D4585040A53881FD5C6065B02C3BBB4B22295289C5796AFD721F4B8FA3CC65 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.26/Apifox-2.7.26.exe - InstallerSha256: 18D4585040A53881FD5C6065B02C3BBB4B22295289C5796AFD721F4B8FA3CC65 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 5c1e1fdec3008..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.26 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 642936e6ced87..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.26 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.yaml deleted file mode 100644 index 814a825a434bd..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.26/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.26 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 8cd17efcc2863..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.27 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-08-03 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.27/Apifox-windows-x86-2.7.27.exe - InstallerSha256: 70710DD7790E7A766999F3A9EDB51E929173ECB0829C2D78B942EA77FDA2E631 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.27/Apifox-windows-x86-2.7.27.exe - InstallerSha256: 70710DD7790E7A766999F3A9EDB51E929173ECB0829C2D78B942EA77FDA2E631 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.27/Apifox-2.7.27.exe - InstallerSha256: B8F253425B139A9B7C97623022843B4886A8ACB5BEE06A4D2EC0CBF5EBBBCFB2 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.27/Apifox-2.7.27.exe - InstallerSha256: B8F253425B139A9B7C97623022843B4886A8ACB5BEE06A4D2EC0CBF5EBBBCFB2 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 4da63eadcda76..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.27 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index b5eaaf080e511..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.27 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🐞 解决当数据模型中的数组元素引用数据模型本身时,接口文档无法正常预览的问题 - - 🐞 解决切换语言为英语后,界面没有自动刷新的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2727 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.yaml deleted file mode 100644 index 3618aaf29c413..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.27/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.27 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.installer.yaml deleted file mode 100644 index e7af9154d1ef3..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=QUSU.CRLF.7-5-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.29 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-08-08 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.29/Apifox-windows-x86-2.7.29.exe - InstallerSha256: 3B40FFAA360EF406DB0F8FA018F1C9720694E07F3CB06FB57AE5EC1AAA7123BE - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.29/Apifox-windows-x86-2.7.29.exe - InstallerSha256: 3B40FFAA360EF406DB0F8FA018F1C9720694E07F3CB06FB57AE5EC1AAA7123BE - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.29/Apifox-2.7.29.exe - InstallerSha256: D01D0AFC78517794E9BE7669A9E139537046E53C996096B749098262EA7BB24D - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.29/Apifox-2.7.29.exe - InstallerSha256: D01D0AFC78517794E9BE7669A9E139537046E53C996096B749098262EA7BB24D - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 464499624d159..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=QUSU.CRLF.7-5-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.29 -PackageLocale: en-US -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -Author: Guangzhou Ruihu Technology Co., Ltd. -# PackageName: -# PackageUrl: -License: Freeware -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -# Moniker: -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 6c8de98dde2da..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=QUSU.CRLF.7-5-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.29 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -# PrivacyUrl: -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -# LicenseUrl: -Copyright: Copyright © 2025 Apifox Team -# CopyrightUrl: -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -# Moniker: -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】支持为接口创建测试用例 - - 🔥【新功能】支持自动备份每个模块对应的 OpenAPI/Swagger 文件到 GitLab 仓库 - - ⚡️【优化】模块页面会显示模块变量的数量 - - ⚡️【优化】导入数据到模块后,不再会自动创建根目录 - - ⚡️【优化】导入 Postman Collection 时,如果存在多个状态码相同的 Example,只会创建一个对应状态码的响应 - - ⚡️【优化】支持导入较大的 Postman Collection - - 🐞 解决模块、目录的前置 URL、Auth 等配置,没有在发布的在线文档生效的问题 - - 🐞 解决当 gRPC 的不同 Package 拥有同名的 Service 或 Message 时,通过 gRPC 服务器反射导入的接口无法调试的问题 - - 🐞 解决自托管 Runner Mock 无法运行新创建的模块内接口的问题 - - 🐞 解决导入 Postman Collection 为新模块时,模块名称不正确的问题 - - 🐞 解决按目录导出 Swagger/OpenAPI 数据时,在请求 Body 的字段名引用了数据模型的接口,导出后 Body 内没有任何字段的问题 - - 🐞 解决导出鉴权组件组合再导入后,组件名不正常的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据时,如 果选择删除数据源里已经不存在的资源,其他模块内的接口会被删除的问题 - - 🐞 解决新建定时导入数据源时,点击弹窗内的定时导入按钮无效的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2729 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.yaml deleted file mode 100644 index 5e9a578d0d8b8..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.29/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=QUSU.CRLF.7-5-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.29 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 0dc763f2b6cdb..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.3 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-04-03 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.3/Apifox-windows-x86-2.7.3.exe - InstallerSha256: FED90CF22E45B5AEF0E993698E643EE9349922A786BDA3AB09C1391FAFFC52E5 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.3/Apifox-windows-x86-2.7.3.exe - InstallerSha256: FED90CF22E45B5AEF0E993698E643EE9349922A786BDA3AB09C1391FAFFC52E5 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.3/Apifox-2.7.3.exe - InstallerSha256: E8BA55FF6178FD983AA35048ACC819FA75225FF64C42AFCFD8D949548A76A008 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.3/Apifox-2.7.3.exe - InstallerSha256: E8BA55FF6178FD983AA35048ACC819FA75225FF64C42AFCFD8D949548A76A008 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index bc8587cda29a6..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.3 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#273 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 05f921e22a60c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.3 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】上线 鉴权组件 功能,兼容 OpenAPI(Swagger)的 Security Scheme - - 🔥【新功能】对接口、测试场景进行 评论 时,可以使用 @ 提及团队成员 - - ⚡️【优化】优化了 App 打开项目后的性能 - - ⚡️【优化】导入 OpenAPI 文件时,如果 body 定义了多种 media type,则按照顺序导入第 1 个 - - ⚡️【优化】编辑者角色默认包含手动导入数据的权限 - - 🐞 解决无法批量移动测试场景的问题 - - 🐞 解决当接口定义响应为 No-Content 时,对应的 Mock 服务响应时间过长的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#273 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.yaml deleted file mode 100644 index cce904857613e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.3/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 79785d6ce5e2b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.30 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-08-15 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.30/Apifox-windows-x86-2.7.30.exe - InstallerSha256: 07AB7B3E79AA0F280BCB34C668B3FF18F586569D2DDB0A7C9CC5D0C3B719E4DC - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.30/Apifox-windows-x86-2.7.30.exe - InstallerSha256: 07AB7B3E79AA0F280BCB34C668B3FF18F586569D2DDB0A7C9CC5D0C3B719E4DC - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.30/Apifox-2.7.30.exe - InstallerSha256: B07C322FDD7D017B266F04D250DA6B9806A4E82C8DB54413E1C26FE3BEF8372C - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.30/Apifox-2.7.30.exe - InstallerSha256: B07C322FDD7D017B266F04D250DA6B9806A4E82C8DB54413E1C26FE3BEF8372C - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 241089617260e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.30 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index d4d0cac9844ad..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.30 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】支持配置在线文档是否展示自动生成的请求示例代码,可以选择自动生成哪些语言/类库的代码,也可以自定义代码 - - ⚡️【优化】切换响应 Body 的展示模式后,再次发送请求,该模式不会被重置为 “Pretty” - - 🐞 解决当接口的鉴权方式为“继承”时,无法将鉴权凭证切换为“手动设置”的问题 - - 🐞 解决查看 WebSocket 接口返回的 JSON 消息时,界面不断闪烁的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2730 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.yaml deleted file mode 100644 index ba2d6a9eb6591..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.30/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.30 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 2f1fbf1a7c870..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.31 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-08-22 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.31/Apifox-windows-x86-2.7.31.exe - InstallerSha256: 738FF47957847557E51B68FCDA1F20C328ED1B67CF247544FED4563BF63DD6E0 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.31/Apifox-windows-x86-2.7.31.exe - InstallerSha256: 738FF47957847557E51B68FCDA1F20C328ED1B67CF247544FED4563BF63DD6E0 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.31/Apifox-2.7.31.exe - InstallerSha256: FC9799D4DE2B86A44E7C1E2A2753C553BBD7F90A8F033C9556F1A6FC2E2ECADE - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.31/Apifox-2.7.31.exe - InstallerSha256: FC9799D4DE2B86A44E7C1E2A2753C553BBD7F90A8F033C9556F1A6FC2E2ECADE - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 3202c0099f586..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.31 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 72b8d9f9cb607..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.31 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】在线文档支持自定义首页 - - ⚡️【优化】测试场景会记住上次保存的“运行于”设置 - - ⚡️【优化】如果跨模块引用了组件,导出模块数据时,引用的组件也会被同时导出 - - 🐞 解决新建接口但未保存时,如果为接口配置了非默认服务,前置 URL 不生效的问题 - - 🐞 解决数据库连接配置中如果使用了名称包含大写字母的变量,就无法正常连接的问题 - - 🐞 解决数据库操作中无法连续使用多条 SET 语句的问题 - - 🐞 解决调整了接口文档内响应体的顺序后,Mock Server 没有返回第一个响应体的问题 - - 🐞 解决运行测试场景时,如果接口响应较大,界面卡顿的问题 - - 🐞 解决在 Markdown 编辑器内搜索文字时界面卡顿的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据后,接口根目录的前后置操作丢失的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2731 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.yaml deleted file mode 100644 index 265afadb3cf98..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.31/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.31 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 2bc6e0088e2ce..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.32 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-08-27 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.32/Apifox-windows-x86-2.7.32.exe - InstallerSha256: C97F1AF5F5E2630DC90571F075F28EFBEB1E2D058521471392DE6B49CB76F0FF - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.32/Apifox-windows-x86-2.7.32.exe - InstallerSha256: C97F1AF5F5E2630DC90571F075F28EFBEB1E2D058521471392DE6B49CB76F0FF - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.32/Apifox-2.7.32.exe - InstallerSha256: D261FC3516BD42C7CB290D6A55BCC7861ED3E093AC57338B495CA1B7051B72A8 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.32/Apifox-2.7.32.exe - InstallerSha256: D261FC3516BD42C7CB290D6A55BCC7861ED3E093AC57338B495CA1B7051B72A8 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index ffdf753079cc4..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.32 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index ffe90c1d4497f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.32 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】导入 OpenAPI/Swagger 数据时,支持创建新模块或选择已有模块 - - ⚡️【优化】自动化测试的编排模式,支持修改测试场景名称 - - ⚡️【优化】接口用例支持协作链接 - - ⚡️【优化】支持通过接口地址搜索请求历史 - - 🐞 解决导入 OpenAPI/Swagger 数据,选择将 Servers 导入为环境时,BaseURL 没有正确导入的问题 - - 🐞 解决导出组合型鉴权组件再导入时,组件名称不正确的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据时,错误创建重复的组合型鉴权组件的问题 - - 🐞 解决开启了主分支保护时,可以从迭代分支导入数据到主分支的问题 - - 🐞 解决当接口与子分支关联时,将接口用例移动为测试用例后,用例没有显示在测试用例列表的问题 - - 🐞 解决重命名接口用例时,无法使用已存在的用例名称问题 - - 🐞 解决在非默认模块的目录创建接口,接口会被保存到默认模块的问题 - - 🐞 解决非默认模块内的资源,无法在目录树拖动调整顺序的问题 - - 🐞 解决模型供应商为腾讯云时,AI 功能不可用的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2732 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.yaml deleted file mode 100644 index d036c645c7454..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.32/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.32 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 7cae9342de68e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.33 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-09-05 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.33/Apifox-windows-x86-2.7.33.exe - InstallerSha256: 364EAAE62E698DB1F3FF6F8F2272CBE37EE511B949C5CCE3148FFE678A774516 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.33/Apifox-windows-x86-2.7.33.exe - InstallerSha256: 364EAAE62E698DB1F3FF6F8F2272CBE37EE511B949C5CCE3148FFE678A774516 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.33/Apifox-2.7.33.exe - InstallerSha256: 6081CDD08DA47952FDDA63F1E749CC8FC5488EC128DF58858C49E7C8894EE732 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.33/Apifox-2.7.33.exe - InstallerSha256: 6081CDD08DA47952FDDA63F1E749CC8FC5488EC128DF58858C49E7C8894EE732 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index ea8ca83502377..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.33 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 193eddc649418..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.33 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】支持将目录转换为模块 - - ⚡️【优化】导入 OpenAPI/Swagger 数据时,如果接口设置了类型为 Bearer Token、API Key、Basic Auth 类型的 Security 时,会在默认鉴权凭证界面默认引用变量 - - 🐞 解决请求超时时间的默认值是 3 分钟而不是 5 分钟的问题 - - 🐞 解决在子分支合并接口、接口用例到主分支时,没有合并接口用例的问题 - - 🐞 解决导入空项目数据后,界面一直显示 Uploading 的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2733 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.yaml deleted file mode 100644 index a79186fb25949..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.33/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.33 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 93f80506aadaa..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.34 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-09-09 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.34/Apifox-windows-x86-2.7.34.exe - InstallerSha256: AC7576A04380E43290B052CF37752AFB190AF3B3607A66B432A297A1637B6A73 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.34/Apifox-windows-x86-2.7.34.exe - InstallerSha256: AC7576A04380E43290B052CF37752AFB190AF3B3607A66B432A297A1637B6A73 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.34/Apifox-2.7.34.exe - InstallerSha256: A99C3AB65D84119F72EB68FFB5AEA36F49FCA5A731397AC6ED2F2378DF7432E4 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.34/Apifox-2.7.34.exe - InstallerSha256: A99C3AB65D84119F72EB68FFB5AEA36F49FCA5A731397AC6ED2F2378DF7432E4 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 4b9a8e43c445a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.34 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 1d17fcb9106cb..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.34 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.yaml deleted file mode 100644 index cca5afb2719cd..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.34/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.34 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 9d5b0a6e6fcda..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.35 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-09-16 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.35/Apifox-windows-x86-2.7.35.exe - InstallerSha256: 0DE483FBD004ABC1878B78260E9B7AF947F8D5D83ABF579DA9AB96A5C3C4D772 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.35/Apifox-windows-x86-2.7.35.exe - InstallerSha256: 0DE483FBD004ABC1878B78260E9B7AF947F8D5D83ABF579DA9AB96A5C3C4D772 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.35/Apifox-2.7.35.exe - InstallerSha256: 98AB6623ED49A1FD0388945009802FF7954279DF623D4DAADE47631B8CAC4302 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.35/Apifox-2.7.35.exe - InstallerSha256: 98AB6623ED49A1FD0388945009802FF7954279DF623D4DAADE47631B8CAC4302 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 4ce68f4dacce2..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.35 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 54f81bb7ea8f2..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.35 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.yaml deleted file mode 100644 index 887b55d1f3f32..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.35/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.35 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 4e11dc0899ea9..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.36 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-09-19 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.36/Apifox-windows-x86-2.7.36.exe - InstallerSha256: A1FCAE6C5DB8C550A83B3426DB1593D71963511B3C93630C735F2BD6F51A4E49 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.36/Apifox-windows-x86-2.7.36.exe - InstallerSha256: A1FCAE6C5DB8C550A83B3426DB1593D71963511B3C93630C735F2BD6F51A4E49 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.36/Apifox-2.7.36.exe - InstallerSha256: A51E18C77171BD05CA64FC672FD232D62B022325B5B7A87DDE0E950F772E83CE - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.36/Apifox-2.7.36.exe - InstallerSha256: A51E18C77171BD05CA64FC672FD232D62B022325B5B7A87DDE0E950F772E83CE - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 6c037555d0431..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.36 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index fd2fb22cd4506..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.36 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.yaml deleted file mode 100644 index 3a5687c7ac960..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.36/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.36 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 7ff662acbc3c8..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.39 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-09-26 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.39/Apifox-windows-x86-2.7.39.exe - InstallerSha256: 596F77BC2770C8352821A5E3E881CE4A9301E4C71A8C2C5A8B8C2CCE11600327 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.39/Apifox-windows-x86-2.7.39.exe - InstallerSha256: 596F77BC2770C8352821A5E3E881CE4A9301E4C71A8C2C5A8B8C2CCE11600327 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.39/Apifox-2.7.39.exe - InstallerSha256: EDA2099138E703CC36CD83780A6F5BB4D7641240D95C1AC16A3AFBD477E58C20 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.39/Apifox-2.7.39.exe - InstallerSha256: EDA2099138E703CC36CD83780A6F5BB4D7641240D95C1AC16A3AFBD477E58C20 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index ae4e7bb6967db..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.39 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 585bf5286e694..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.39 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】可以通过 AI 为接口生成测试用例 - - ⚡️【优化】调试接口时,将鼠标移动到接口返回的状态码上,会展示更详细的说明 - - ⚡️【优化】创建迭代分支时,可以设置分支管理员来审核 MR - - ⚡️【优化】测试报告的耗时,不再只使用 ms、s 作为单位,增加 d、h、m - - ⚡️【优化】导入任何格式的数据,均支持创建新模块 - - ⚡️【优化】当模块没有配置多服务时,接口不再显示前置 URL 的选择 - - ⚡️【优化】当自部署 Runner 运行出错时,App 内会展示报错信息和解决方案 - - ⚡️【优化】支持通过步骤 ID 搜索测试步骤 - - 🐞 解决使用网页版或在线文档的云端 Agent 发送请求时,如果接口 Body 类型为 form-data 且手动设置了 Content-Type: multipart/form-data Header 时,无法发送请求体的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2739 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.yaml deleted file mode 100644 index 5d1fdbcc84fd8..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.39/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.39 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 24cebc122fdec..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.4 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-04-07 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.4/Apifox-windows-x86-2.7.4.exe - InstallerSha256: EEFEA8632F5A83F4460EC677E0E70AC0BFEBA4F87C3657531C93071EC34207D3 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.4/Apifox-windows-x86-2.7.4.exe - InstallerSha256: EEFEA8632F5A83F4460EC677E0E70AC0BFEBA4F87C3657531C93071EC34207D3 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.4/Apifox-2.7.4.exe - InstallerSha256: 42BE6D3E0901EB3684F856ED9FFFC6433CB9C5CE2534FFBC95E693AF3B3476A8 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.4/Apifox-2.7.4.exe - InstallerSha256: 42BE6D3E0901EB3684F856ED9FFFC6433CB9C5CE2534FFBC95E693AF3B3476A8 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 96f37426720d4..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.4 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#274 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index a8ff16a316539..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.4 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: "\U0001F41E 修复了 2.7.3 版本中使用 OpenAPI 格式导入时,特定 body 结构定义无法导入的问题" -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#274 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.yaml deleted file mode 100644 index a4db43da7d6a9..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.4/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 1704e09365fc0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.40 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-09-30 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.40/Apifox-windows-x86-2.7.40.exe - InstallerSha256: 4290DF2FE962B37ACD551A0A570E0A57A20FEF0618D1F6C9DE6060AEBDAE387B - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.40/Apifox-windows-x86-2.7.40.exe - InstallerSha256: 4290DF2FE962B37ACD551A0A570E0A57A20FEF0618D1F6C9DE6060AEBDAE387B - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.40/Apifox-2.7.40.exe - InstallerSha256: 747D0F094E6E2C3D76DC7A9B57AEF1AF001B4C7A76031DABC8E768A6B17580A1 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.40/Apifox-2.7.40.exe - InstallerSha256: 747D0F094E6E2C3D76DC7A9B57AEF1AF001B4C7A76031DABC8E768A6B17580A1 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index b4351c077f740..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.40 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 6ec52ed2f139a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.40 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】设计接口时,支持设置请求 Body 是否必填 - - ⚡️【优化】优化了调试接口时响应区域的样式 - - ⚡️【优化】项目内导入数据的界面,新增“通过 API 导入”功能的入口 - - 🐞 解决在 OAuth 2.0 的 Auth URL 使用了变量时,变量优先级不正确,导致环境变量的值没有生效的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2740 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.yaml deleted file mode 100644 index f27fe6d545950..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.40/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.40 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.installer.yaml deleted file mode 100644 index aa6049ab8190a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.42 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-10-11 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.42/legacy-Apifox-windows-x86-2.7.42.exe - InstallerSha256: A1DD630E75203C5EA0F8A81537981ADAD5B54C39BB6E9046BF68871FD5DB1B88 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.42/legacy-Apifox-windows-x86-2.7.42.exe - InstallerSha256: A1DD630E75203C5EA0F8A81537981ADAD5B54C39BB6E9046BF68871FD5DB1B88 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.42/Apifox-2.7.42.exe - InstallerSha256: E0131A7245E6991EDD53E3DC3C0C407ACE8A927B9DBE991AF21FEE339AFA3134 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.42/Apifox-2.7.42.exe - InstallerSha256: E0131A7245E6991EDD53E3DC3C0C407ACE8A927B9DBE991AF21FEE339AFA3134 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 36bf261d1ba25..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.42 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 898abfcf49dec..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.42 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】测试用例增加标签,并且可以对标签和分类进行管理 - - ⚡️【优化】可以针对 HTTP Code 进行断言 - - ⚡️【优化】测试报告的结果分类中,展示每一类中的具体数量 - - 🐞 解决对某些开放平台项目进行收藏时,发生 404 报错的问题 - - 🐞 解决当接口引用响应组件时,一些情况下 Mock 响应结果不符合预期的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2742 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.yaml deleted file mode 100644 index e6743e95b8da7..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.42/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.42 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.installer.yaml deleted file mode 100644 index be1cbfc1cedce..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.43 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-10-14 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.43/legacy-Apifox-windows-x86-2.7.43.exe - InstallerSha256: 2C6D158812E4BC1D03D0DADA4A4627CEC2925FF11CB881B24943F5082A2BF15F - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.43/legacy-Apifox-windows-x86-2.7.43.exe - InstallerSha256: 2C6D158812E4BC1D03D0DADA4A4627CEC2925FF11CB881B24943F5082A2BF15F - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.43/Apifox-2.7.43.exe - InstallerSha256: 955EC7D22DC331EEFEFED84AB62F936D4E0F2008869BE360011F42920A10A23D - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.43/Apifox-2.7.43.exe - InstallerSha256: 955EC7D22DC331EEFEFED84AB62F936D4E0F2008869BE360011F42920A10A23D - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 4011ea9bee381..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.43 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index a412517c0fd6c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.43 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: 🐞 解决导入 YApi 数据时,只导入了一个目录的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2743 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.yaml deleted file mode 100644 index 9b35ef58166e4..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.43/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.43 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.installer.yaml deleted file mode 100644 index a12c0212a670a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.44 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-10-17 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.44/legacy-Apifox-windows-x86-2.7.44.exe - InstallerSha256: 5C7C60641A2F20ACEF99D94254564539163ABE41FAB597045B2828783004C30B - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.44/legacy-Apifox-windows-x86-2.7.44.exe - InstallerSha256: 5C7C60641A2F20ACEF99D94254564539163ABE41FAB597045B2828783004C30B - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.44/Apifox-2.7.44.exe - InstallerSha256: C798C3F17A31BF5BC2C4AF16521C8FD9F6F941EF91E2BD7932DCBB04CB0B4F2D - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.44/Apifox-2.7.44.exe - InstallerSha256: C798C3F17A31BF5BC2C4AF16521C8FD9F6F941EF91E2BD7932DCBB04CB0B4F2D - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 560b8118065da..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.44 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 52e8532f97c8d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.44 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】请求异常时,针对不同情况提供更清晰的提示 - - ⚡️【优化】在 macOS Tahoe 26 系统不显示软件边框和阴影,以解决 GPU 占用过高所导致的卡顿问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2744 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.yaml deleted file mode 100644 index b0cad17444d77..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.44/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.44 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.installer.yaml deleted file mode 100644 index f58baf2b4990a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.45 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-10-24 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.45/legacy-Apifox-windows-x86-2.7.45.exe - InstallerSha256: 472DFA25984FCFB467DDF08EA329583EF86F8CB8838F8C21E25E45EF30E11067 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.45/legacy-Apifox-windows-x86-2.7.45.exe - InstallerSha256: 472DFA25984FCFB467DDF08EA329583EF86F8CB8838F8C21E25E45EF30E11067 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.45/Apifox-2.7.45.exe - InstallerSha256: 8A2DB2E953904BDDB87D4C329721BE07EEB097D9C26F1575150CA595A2C99123 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.45/Apifox-2.7.45.exe - InstallerSha256: 8A2DB2E953904BDDB87D4C329721BE07EEB097D9C26F1575150CA595A2C99123 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 98c38cb2803e3..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.45 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 7b8b9c7e5e194..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,75 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.45 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】配置在线文档的个性化设置时,可以实时预览效果 - - 🔥【新功能】可以配置分支管理员能否直接修改被保护的分支内容 - - ⚡️【优化】设计接口时选择 204 状态码,内容格式会自动切换为 No-Content - - ⚡️【优化】使用网页版的云端 Agent 调试 SSE 流式响应的 AI 大模型接口时,可以正常展示时间线内容 - - ⚡️【优化】支持将 null 提取为变量的值 - - ⚡️【优化】项目外成员点击在线文档的 “Run in Apifox” 调试接口时,可以编辑环境变量的本地值 - - ⚡️【优化】编辑接口时,点击字段引用的模型,会展示当前模块的模型列表 - - ⚡️【优化】测试场景支持批量修改 - - ⚡️【优化】新增必选权限后,所有自定义角色会自动拥有这个权限 - - ⚡️【优化】新增性能优化功能:优化项目内标签页的渲染,开启后可以解决打开多个 Tab 时的卡顿问题 - - ⚡️【优化】新增性能优化功能:GPU 硬件加速开关,如果遇到界面闪烁、界面渲染不完整等情况可以关闭此开关 - - ⚡️【优化】优化了 AI 修改数据模型、AI 模型功能商配置的界面 - - 🐞 解决在快捷请求不输入参数名,直接输入参数值时,顶部会出现重复的输入框的问题 - - 🐞 解决模块概览页导出/备份 OpenAPI 数据的永久链接,没有正常显示引用了鉴权组件的接口的 security 字段的问题 - - 🐞 解决提取响应示例并选择覆盖已有示例时,没有自动填充示例名称的问题 - - 🐞 解决同步测试用例内容时,没有同步接口前后置脚本内容的问题 - - 🐞 解决重命名测试用例后,点击 √ 按钮无效的问题 - - 🐞 解决在测试场景中运行引用的测试用例时,请求参数跟界面显示不一致的问题 - - 🐞 解决为响应组件配置了“新增接口时默认添加”时,新建接口再删除自动添加的响应组件,导出的 OpenAPI 数据内该接口仍然引用了响应组件的问题 - - 🐞 解决接口引用了 allOf 组合模式的数据模型后,生成模型代码时,类名不是模型名称而是数字的问题 - - 🐞 解决在配置 AI 供应商的页面测试模型时,模型列表显示 0 的问题 - - 🐞 解决导入 Postman 数据时“自动去除 URL 里的 BaseURL 部分”开关对接口用例无效的问题 - - 🐞 解决导入 Swagger 2.0 数据时,无法正常导入状态码为 204 的响应的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2745 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.yaml deleted file mode 100644 index 0774495f626c9..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.45/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.45 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.installer.yaml deleted file mode 100644 index ba1e6802869d3..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.46 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-10-31 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.46/Apifox-windows-x86-2.7.46.exe - InstallerSha256: B0EFE434F592132151AEE003864A05DF1123682CD403D4A930C8CAE1A0C837B9 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.46/Apifox-windows-x86-2.7.46.exe - InstallerSha256: B0EFE434F592132151AEE003864A05DF1123682CD403D4A930C8CAE1A0C837B9 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.46/Apifox-2.7.46.exe - InstallerSha256: 7D26648A3F8B4599F83E6EE77085CECDCC54B80CFF5FCF92776CD2221B653848 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.46/Apifox-2.7.46.exe - InstallerSha256: 7D26648A3F8B4599F83E6EE77085CECDCC54B80CFF5FCF92776CD2221B653848 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 884ab9957c89f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.46 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index a85771250228c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.46 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】获取 OAuth 2.0 的 Token 后,可以将其设置为变量的本地值,以避免与团队其他成员共享 Token - - ⚡️【优化】优化了主界面新建接口的菜单交互 - - ⚡️【优化】优化了示例项目,内容更全面 - - ⚡️【优化】全局变量支持多人在线协作、实时自动更新 - - ⚡️【优化】在输入框中插入动态值时,动态值会插入到光标所在位置,而不是最后 - - ⚡️【优化】AI 模型报错时,提供更清晰的提示和指引 - - 🐞 解决自动化测试查看继承父级的自定义脚本时,内容不能滚动的问题 - - 🐞 解决生成代码时,模块变量没有被正确替换的问题 - - 🐞 解决部分情况下,创建 GitHub 连接时错误跳转到了帮助文档的问题 - - 🐞 解决导入 OpenAPI/Swagger 数据时,无法正确导入根目录设置的 Security,将根目录的鉴权方式错误配置为“无需鉴权”的问题 - - 🐞 解决导入 Postman Collection 时,“将 Postman 里的‘e.g.’导入为接口调试用例”开关无效的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2746 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.yaml deleted file mode 100644 index 4b15e9015d049..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.46/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.46 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 6f52e9e418b02..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.47 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-11-03 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.47/legacy-Apifox-windows-x86-2.7.47.exe - InstallerSha256: 5F501CDF8AAC5D7F8AAD5B7CF558EB4EF1E9F603FEFAF1A428F37DC8BFEE9926 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.47/legacy-Apifox-windows-x86-2.7.47.exe - InstallerSha256: 5F501CDF8AAC5D7F8AAD5B7CF558EB4EF1E9F603FEFAF1A428F37DC8BFEE9926 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.47/Apifox-2.7.47.exe - InstallerSha256: 46C7DB2F7462B40B9D9723EB0C359917AEC3FE42A00BC250328486DA0EC77641 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.47/Apifox-2.7.47.exe - InstallerSha256: 46C7DB2F7462B40B9D9723EB0C359917AEC3FE42A00BC250328486DA0EC77641 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index ac6dabcd2f2e2..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.47 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index c1c8f066662ba..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.47 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.yaml deleted file mode 100644 index 5d7b1d850b2bd..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.47/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.47 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.installer.yaml deleted file mode 100644 index a75da09cc9694..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.48 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-11-07 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.48/Apifox-windows-x86-2.7.48.exe - InstallerSha256: A22F055B97B036569898C16027A82AC5B63365F24123B4DD9056E75411699571 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.48/Apifox-windows-x86-2.7.48.exe - InstallerSha256: A22F055B97B036569898C16027A82AC5B63365F24123B4DD9056E75411699571 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.48/Apifox-2.7.48.exe - InstallerSha256: 845537B5E4EA0C9D5F94994DB2AA8F85A4D95403E5AB6E06671CCDE5A458C643 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.48/Apifox-2.7.48.exe - InstallerSha256: 845537B5E4EA0C9D5F94994DB2AA8F85A4D95403E5AB6E06671CCDE5A458C643 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index b2de9c6d247e3..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.48 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index de206a867399e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.48 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】gRPC 接口返回错误时,也会正常显示 Metadata 和 Trailer - - ⚡️【优化】AI 生成测试用例时,如果没有选择任何用例类型,会优先基于用户输入指令生成所需用例分类 - - 🐞 解决调试 WebSocket 或 Socket.IO 接口时,如果 URL 为 ws:// 且不指定端口,默认连接了 443 端口而不是 80 端口的问题 - - 🐞 解决开启了“兼容 HTTP/2”后,如果一个请求还没有得到响应时就发起另一个请求,前一个请求会出现“socket hang up”错误的问题 - - 🐞 解决配置 Git 仓库连接时,最多只能显示 30 个 Git 分支的问题 - - 🐞 解决部分情况下,无法修改环境图标的颜色的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#2748 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.yaml deleted file mode 100644 index b9c33c82d47b6..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.48/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.48 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.installer.yaml deleted file mode 100644 index a478e197abf95..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.49 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-11-15 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.49/legacy-Apifox-windows-x86-2.7.49.exe - InstallerSha256: 4439B3173F43CAC3195C3411A7589A62B02C8633F5A36F1DF94504C3BFF90BD0 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.49/legacy-Apifox-windows-x86-2.7.49.exe - InstallerSha256: 4439B3173F43CAC3195C3411A7589A62B02C8633F5A36F1DF94504C3BFF90BD0 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.49/Apifox-2.7.49.exe - InstallerSha256: A54E0EEB5000AF06ABA4323F22514A0A512DB21D35DE7D251E194A5BBC3B6A44 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.49/Apifox-2.7.49.exe - InstallerSha256: A54E0EEB5000AF06ABA4323F22514A0A512DB21D35DE7D251E194A5BBC3B6A44 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 5f1baa3d4baaa..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.49 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 51547dd11717b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.49 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.yaml deleted file mode 100644 index e9c07079791d6..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.49/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.49 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 07222f16f8b5d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.5 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-04-08 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.5/Apifox-windows-x86-2.7.5.exe - InstallerSha256: 401F6A864401667943742D891354353847DE22480C600B4D76F7F42234267790 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.5/Apifox-windows-x86-2.7.5.exe - InstallerSha256: 401F6A864401667943742D891354353847DE22480C600B4D76F7F42234267790 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.5/Apifox-2.7.5.exe - InstallerSha256: 13979270F3F461C091BAA63B6394B883558CABEEE87CC5A64E79E7F572348B47 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.5/Apifox-2.7.5.exe - InstallerSha256: 13979270F3F461C091BAA63B6394B883558CABEEE87CC5A64E79E7F572348B47 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index c62d26dafa442..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.5 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#275 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index eb36035214ddc..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.5 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: ⚡️【优化】为发布的在线文档配置邮箱 白名单 时,可以自定义登录页的详细说明与输入邮箱后的提示语 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#275 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.yaml deleted file mode 100644 index b042795de8573..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.5/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 0c9e7c64251f5..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.50 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-11-18 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.50/legacy-Apifox-windows-x86-2.7.50.exe - InstallerSha256: F9827C0C83F5B2C782AAC138510FED3212207BB492D022CE10D97255C9F02DE9 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.50/legacy-Apifox-windows-x86-2.7.50.exe - InstallerSha256: F9827C0C83F5B2C782AAC138510FED3212207BB492D022CE10D97255C9F02DE9 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.50/Apifox-2.7.50.exe - InstallerSha256: 08759AB5E787609A9425ABFB2EA9E1173C1F20D40D484966059D684073DA96AA - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.50/Apifox-2.7.50.exe - InstallerSha256: 08759AB5E787609A9425ABFB2EA9E1173C1F20D40D484966059D684073DA96AA - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index df49e3efd49c0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.50 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 1e017e44f2179..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.50 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.yaml deleted file mode 100644 index c84ba67bf7c1b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.50/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.50 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.installer.yaml deleted file mode 100644 index acc545166bac2..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.51 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-11-22 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.51/legacy-Apifox-windows-x86-2.7.51.exe - InstallerSha256: 303C16B8CD0FAFE97A2F9BB4A566DE770DEC8EEA5AFAED42230BAA96B0326D08 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.51/legacy-Apifox-windows-x86-2.7.51.exe - InstallerSha256: 303C16B8CD0FAFE97A2F9BB4A566DE770DEC8EEA5AFAED42230BAA96B0326D08 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.51/Apifox-2.7.51.exe - InstallerSha256: D4B47517994706B0053BF77B52B088851311F6C4E31EA6691153AECC06E44DD5 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.51/Apifox-2.7.51.exe - InstallerSha256: D4B47517994706B0053BF77B52B088851311F6C4E31EA6691153AECC06E44DD5 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 5479f448dd57a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.51 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 668c363575c62..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.51 -PackageLocale: zh-CN -Publisher: Apifox Team -# PublisherUrl: https://apifox.com/ -# PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -# PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -# ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.yaml deleted file mode 100644 index 3ba1eccd0a812..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.51/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.51 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 9900772ab0096..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.52 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-11-25 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.52/legacy-Apifox-windows-x86-2.7.52.exe - InstallerSha256: 3A98DC39AA8590010C8D382C01CF88D3E955322FD45644BC2BEC7F526AB2AE1D - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.52/legacy-Apifox-windows-x86-2.7.52.exe - InstallerSha256: 3A98DC39AA8590010C8D382C01CF88D3E955322FD45644BC2BEC7F526AB2AE1D - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.52/Apifox-2.7.52.exe - InstallerSha256: B0D8F60AA0FBB574A6714E457C9A6F18E7D32A8209894FB2914AB87405583D36 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.52/Apifox-2.7.52.exe - InstallerSha256: B0D8F60AA0FBB574A6714E457C9A6F18E7D32A8209894FB2914AB87405583D36 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index fe72075fb2a92..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.52 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 78af06f25fd74..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.52 -PackageLocale: zh-CN -Publisher: Apifox Team -# PublisherUrl: https://apifox.com/ -# PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -# PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -# ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.yaml deleted file mode 100644 index 818ad3d192b23..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.52/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.52 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.installer.yaml deleted file mode 100644 index b07b5f49c580d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.54 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-01 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.54/legacy-Apifox-windows-x86-2.7.54.exe - InstallerSha256: B31B403E67062F62656779B97390C2CBAAAB2CB64ACD94F49C33DAB7A43E593C - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.54/legacy-Apifox-windows-x86-2.7.54.exe - InstallerSha256: B31B403E67062F62656779B97390C2CBAAAB2CB64ACD94F49C33DAB7A43E593C - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.54/Apifox-2.7.54.exe - InstallerSha256: 3FF6619570D340501CFC1361412C79079307C27B687F222248111A3DBB1CE06F - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.54/Apifox-2.7.54.exe - InstallerSha256: 3FF6619570D340501CFC1361412C79079307C27B687F222248111A3DBB1CE06F - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 92c4631176a8d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.54 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index bf8ce98e75544..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.54 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -# ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.yaml deleted file mode 100644 index c4693186412c1..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.54/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.54 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.installer.yaml deleted file mode 100644 index a9022e122cf9b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.55 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-07 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.55/legacy-Apifox-windows-x86-2.7.55.exe - InstallerSha256: 52E8A36315585F78AD76BBB32CC1D7D4375DA9D150F92275FD2FBC6F8C5BE14D - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.55/legacy-Apifox-windows-x86-2.7.55.exe - InstallerSha256: 52E8A36315585F78AD76BBB32CC1D7D4375DA9D150F92275FD2FBC6F8C5BE14D - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.55/Apifox-2.7.55.exe - InstallerSha256: 38BD52B3157F824677161FA172C683D9769C3A51A74FB043E61D083EB3C453D6 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.55/Apifox-2.7.55.exe - InstallerSha256: 38BD52B3157F824677161FA172C683D9769C3A51A74FB043E61D083EB3C453D6 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index bc31079feb628..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.55 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 6762d2e5b9518..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.55 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.yaml deleted file mode 100644 index a768f28795d5e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.55 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.installer.yaml deleted file mode 100644 index f8036af3a187d..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.56 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-13 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.56/Apifox-2.7.56.exe - InstallerSha256: D43046C555D74EECDDB07580B169F7C375BC51104AD18CCAEE2CD71EA2EEA174 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.56/Apifox-2.7.56.exe - InstallerSha256: D43046C555D74EECDDB07580B169F7C375BC51104AD18CCAEE2CD71EA2EEA174 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 05b698ba5573c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.56 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 5be46d38d1d93..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.56 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.yaml deleted file mode 100644 index 013fa3a1a838b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.56/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.56 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 61abe88d6d7aa..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.58 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-16 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.58/Apifox-2.7.58.exe - InstallerSha256: 6401E3E28D4C4B008416F0E20EB8F962911624FDEC461A1B57CE0545C295E4C3 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.58/Apifox-2.7.58.exe - InstallerSha256: 6401E3E28D4C4B008416F0E20EB8F962911624FDEC461A1B57CE0545C295E4C3 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 4c8f9ab7cdd66..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.58 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index b27dfe32ca98b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.58 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - - 🐞 解决测试用例 GraphQL 请求体高度无限增长的问题 - - 🐞 解决 AI 生成测试用例抽屉层级的问题 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.yaml deleted file mode 100644 index 2414533fa88e8..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.58/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.58 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.installer.yaml deleted file mode 100644 index b2176948abca1..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.59 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-18 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.59/Apifox-2.7.59.exe - InstallerSha256: 7C622BAC755D4816D609DABA99F2D39468AB4BC0AD928198624C263E12DDC509 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.59/Apifox-2.7.59.exe - InstallerSha256: 7C622BAC755D4816D609DABA99F2D39468AB4BC0AD928198624C263E12DDC509 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index a11ec0e20d3f1..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.59 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index aed66fdb40517..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.59 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - - ⚡️【优化】提升 AI 生成测试用例的指令遵循效果 - - 🐞 解决 AI 生成测试用例通过与失败用例计数异常的问题 - - 🐞 解决测试用例无法正常使用测试数据运行的问题 - - 🐞 解决测试用例下的测试数据窗口保存并关闭后导致用例路径丢失的问题 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.yaml deleted file mode 100644 index 0534dc6531291..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.59/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.59 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 897173045cd2f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.6 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-04-11 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.6/Apifox-windows-x86-2.7.6.exe - InstallerSha256: 0CB348F99CE3408DB207365679E5D36B210F97F0E2820166A195216690647746 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.6/Apifox-windows-x86-2.7.6.exe - InstallerSha256: 0CB348F99CE3408DB207365679E5D36B210F97F0E2820166A195216690647746 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.6/Apifox-2.7.6.exe - InstallerSha256: 387993B7C968C445B61B051D84B7B77C55286105248704DDE05694E5E89E5B02 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.6/Apifox-2.7.6.exe - InstallerSha256: 387993B7C968C445B61B051D84B7B77C55286105248704DDE05694E5E89E5B02 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 8ae5b73e7def6..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.6 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#276 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 0d98ffb0760eb..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.6 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】发布/分享的 API 文档,每个页面均提供 .md 格式以供 AI 大模型使用,支持一键复制文档内容;此外,每个文档站均提供 llms.txt、sitemap.xml 和 robots.txt - - ⚡️【优化】调试 LiteLLM 提供的 AI 大模型接口时,支持自动合并消息内容 - - 🐞 解决通过数据库连接导入数据模型时,点击数据库连接管理后没有打开对应页面的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#276 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.yaml deleted file mode 100644 index 93ddbf702129f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.6/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.installer.yaml deleted file mode 100644 index e90601c1d6b17..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.60 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-19 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.60/Apifox-2.7.60.exe - InstallerSha256: 5E0B5DF0DE14C7B878AA27CB9F8157EF8C3C80718BF33122E5CF2CEE98D2B988 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.60/Apifox-2.7.60.exe - InstallerSha256: 5E0B5DF0DE14C7B878AA27CB9F8157EF8C3C80718BF33122E5CF2CEE98D2B988 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 00de59685bce9..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.60 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index d120de305b0b0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.60 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】可以给环境中每个服务的前置 URL 配置通用网络代理,支持 HTTP 和 SOCKS5 协议 - ⚡️【优化】编辑 Markdown 时,滚动左侧的编辑区域,右侧的预览区域会同步滚动 - ⚡️【优化】Vault Secrets 密钥库与 Azure Key Vault 集成时,支持 Client Credentials 授权模式 - ⚡️【优化】导出 Apifox 格式数据时,包含 WebSocket 和 Socket.IO 接口的前置 URL - 🐞 解决导入 OpenAPI/Swagger 数据时,如果指定了目录,数据模型会被重复导入的问题 - 🐞 解决导入 OpenAPI/Swagger 数据时,没有正确处理响应示例的名称的问题 - 🐞 解决导入 Apifox 格式数据时,用例中请求参数的勾选状态丢失的问题 - 🐞 解决调试 Socket.IO 接口时,无法正确发送 Binary 数据的问题 - 🐞 解决调试 Socket.IO 接口时,选择 JSON,无法正常发送 0、false 等内容的问题 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.yaml deleted file mode 100644 index 82fc1bf65b65e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.60/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.60 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.installer.yaml deleted file mode 100644 index feadb9d94b917..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.61 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-26 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.61/Apifox-2.7.61.exe - InstallerSha256: 23A32155E70B86450739080E0F4D25DACB9304E28865D3994BF792F501774052 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.61/Apifox-2.7.61.exe - InstallerSha256: 23A32155E70B86450739080E0F4D25DACB9304E28865D3994BF792F501774052 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 411628975ea43..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.61 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 915c7bad68561..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.61 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2025 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.yaml deleted file mode 100644 index 3223fc6e9c079..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.61/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.61 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.installer.yaml deleted file mode 100644 index e137fcfc7edca..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.7 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-04-18 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.7/Apifox-windows-x86-2.7.7.exe - InstallerSha256: B05F18910E0ECE92C97111E70F54D68C678A929D963BF32BE1E7DF70B5E1110C - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.7/Apifox-windows-x86-2.7.7.exe - InstallerSha256: B05F18910E0ECE92C97111E70F54D68C678A929D963BF32BE1E7DF70B5E1110C - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.7/Apifox-2.7.7.exe - InstallerSha256: 18D582857BED9EE36BEC429780B7C73629C5CB6945328C69A48CE27682C4FAD2 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.7/Apifox-2.7.7.exe - InstallerSha256: 18D582857BED9EE36BEC429780B7C73629C5CB6945328C69A48CE27682C4FAD2 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 5b79d2f460d28..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.7 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#277 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 99e8f0b372e4a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.7 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🔥【新功能】可以为团队配置 IP 允许访问名单,支持 IP 地址和 IP 范围 - - 🔥【新功能】鉴权组件支持迭代分支、版本分支、修改历史记录 - - ⚡️【优化】从数据库导入数据表以创建数据模型时,支持搜索数据库连接 - - ⚡️【优化】统计测试覆盖率时,不再包含已废弃状态的接口 - - ⚡️【优化】导入 Postman 集合时,会导入集合、目录的说明 - - ⚡️【优化】非项目团队的成员访问公开项目时,将无法查看鉴权组件的默认鉴权值 - - ⚡️【优化】在线文档的生成代码功能,支持鉴权组件 - - 🐞 解决无法将接口用例复制为 cURL 的问题 - - 🐞 解决配置数据库连接时,如果参数过长就无法保存配置的问题 - - 🐞 解决通过数据库连接导入数据模型时,不支持配置时使用了变量的数据库的问题 - - 🐞 解决导入 OpenAPI/Swagger 文件时,如果 tag 名称包含 / 和空格,则无法正确创建目录的问题 - - 🐞 解决将项目移交到其他团队后解散原团队,该项目的在线文档无法被访问的问题 - - 🐞 解决特定情况下,使用 Apifox MCP Server 时接口返回 422 错误的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#277 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.yaml deleted file mode 100644 index 4de51e0d53e7a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.7/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 1ad49bc423e8c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.8 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-04-30 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.8/Apifox-windows-x86-2.7.8.exe - InstallerSha256: 01AED9B640D1AD221C1B7A031F45C3B6F7140C8534B80FF263F051BBA113A799 - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.8/Apifox-windows-x86-2.7.8.exe - InstallerSha256: 01AED9B640D1AD221C1B7A031F45C3B6F7140C8534B80FF263F051BBA113A799 - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.8/Apifox-2.7.8.exe - InstallerSha256: A50C8470BC242E7C5BF82C0C3E48800CE94F6C180256831D14DE9CD60C17F057 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.8/Apifox-2.7.8.exe - InstallerSha256: A50C8470BC242E7C5BF82C0C3E48800CE94F6C180256831D14DE9CD60C17F057 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index ad20527dd8f78..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.8 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index a4c5285ac7ae7..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.8 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.yaml deleted file mode 100644 index efc4cccc890d5..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.8/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 687987aa0f294..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.9 -InstallerType: nullsoft -UpgradeBehavior: install -ReleaseDate: 2025-05-08 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.9/Apifox-windows-x86-2.7.9.exe - InstallerSha256: F286995E58F942BF014B47757CA72CBFCF7AB2C9BAAF01B5C1D8DD32E8672EFE - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.9/Apifox-windows-x86-2.7.9.exe - InstallerSha256: F286995E58F942BF014B47757CA72CBFCF7AB2C9BAAF01B5C1D8DD32E8672EFE - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.7.9/Apifox-2.7.9.exe - InstallerSha256: 376519466DA433C86ED49BA05A7765F9363DB618279AA60D56F1D000588693AC - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.7.9/Apifox-2.7.9.exe - InstallerSha256: 376519466DA433C86ED49BA05A7765F9363DB618279AA60D56F1D000588693AC - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index e782759b5203b..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.9 -PackageLocale: en-US -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: Guangzhou Ruihu Technology Co., Ltd. -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: Freeware -Copyright: Copyright © 2024 Apifox Team -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#279 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index f12494c6741ef..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.9 -PackageLocale: zh-CN -Publisher: Apifox Team -PublisherUrl: https://apifox.com/ -PublisherSupportUrl: https://docs.apifox.com/ -Author: 广州睿狐科技有限公司 -PackageName: Apifox -PackageUrl: https://apifox.com/ -License: 免费软件 -Copyright: Copyright © 2024 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - 🐞 解决无法通过 服务器反射 方式导入启用了 SSL/TLS 的 gRPC 接口的问题 - - 🐞 解决 2.7.8 版本无法正确展示 gPRC 接口的请求参数和返回响应的数据结构的问题 -ReleaseNotesUrl: https://docs.apifox.com/doc-5807637#279 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.yaml deleted file mode 100644 index 9afb06d9368be..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.7.9/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.7.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 0fc6b885ecb46..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.0 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2025-12-31 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.0/Apifox-2.8.0.exe - InstallerSha256: 5BE18502EC3965C547B599B564EF2F02ABF6B18E7CA78892B81484284A874A30 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.0/Apifox-2.8.0.exe - InstallerSha256: 5BE18502EC3965C547B599B564EF2F02ABF6B18E7CA78892B81484284A874A30 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 5e7f6e5441677..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.0 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 06d4b7e18d305..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.0 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.yaml deleted file mode 100644 index 73b1b34556f50..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.0/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 2949ecb950c62..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.10 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2026-02-21 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.10/Apifox-2.8.10.exe - InstallerSha256: 67853BE961C7C71B86FA654A32D78CBC30EB25A1341F3FC31C7DE09C91F47893 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.10/Apifox-2.8.10.exe - InstallerSha256: 67853BE961C7C71B86FA654A32D78CBC30EB25A1341F3FC31C7DE09C91F47893 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index a933430883684..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.10 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index ccba51f354592..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.10 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.yaml deleted file mode 100644 index b937265039f81..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.10/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.10 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 28204134e91be..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.11 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2026-02-25 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.11/Apifox-2.8.11.exe - InstallerSha256: 36B6A259E1132AE621F5019816B62C1C329449948692AF24D24C81FE992AA5E1 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.11/Apifox-2.8.11.exe - InstallerSha256: 36B6A259E1132AE621F5019816B62C1C329449948692AF24D24C81FE992AA5E1 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index a0bfdb5d0cf57..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.11 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 7875106d2db80..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.11 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.yaml deleted file mode 100644 index 3480cb028e1ae..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.11/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.11 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.installer.yaml deleted file mode 100644 index e9175258a7ab2..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.14 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2026-03-13 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.14/Apifox-2.8.14.exe - InstallerSha256: D1B3782D177B70D48C884F2270FEA60DFEA0FF7CD9A7E7FCDE1525AE91CCB6E0 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.14/Apifox-2.8.14.exe - InstallerSha256: D1B3782D177B70D48C884F2270FEA60DFEA0FF7CD9A7E7FCDE1525AE91CCB6E0 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index fa650e8a9dd6a..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.14 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 05be117df35a9..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.14 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.yaml deleted file mode 100644 index a3b4b0183bfc3..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.14/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.14 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.installer.yaml deleted file mode 100644 index ce3ec3e58ddbe..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.2 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2026-01-15 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.2/Apifox-2.8.2.exe - InstallerSha256: 884E2775DC3F8E65CCD560B58520F685E7F703704A3ED715571EC29D9B8CFDC2 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.2/Apifox-2.8.2.exe - InstallerSha256: 884E2775DC3F8E65CCD560B58520F685E7F703704A3ED715571EC29D9B8CFDC2 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index dd052604e19aa..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.2 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index c7725ca95035c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.2 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ReleaseNotes: |- - ⚡️【优化】支持调整测试套件静态步骤内资源的顺序 - ⚡️【优化】支持复制测试套件的分享链接 - ⚡️【优化】导入 OpenAPI/Swagger 数据时,支持 Query 类型的 HTTP 方法和 additionalOperation - 🐞 解决未绑定支付方式的团队无法被正确转入组织的问题 - 🐞 解决 MongoDB 数据库的密码包含特殊字符 % 时无法连接成功的问题 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.yaml deleted file mode 100644 index 8be3219d105b3..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.2/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.installer.yaml deleted file mode 100644 index 7e3a8fa83a54f..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.4 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2026-01-27 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.4/Apifox-2.8.4.exe - InstallerSha256: EA805A5DF8A36DAC412830E148A84933D149477B676542BCFE535F63E3095FD0 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.4/Apifox-2.8.4.exe - InstallerSha256: EA805A5DF8A36DAC412830E148A84933D149477B676542BCFE535F63E3095FD0 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index d08edad7cda7c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.4 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index d9af1d57b9111..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.4 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.yaml deleted file mode 100644 index de9f2280bfd5c..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.4/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.4 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.installer.yaml deleted file mode 100644 index c6cd8cb16120e..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.5 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2026-01-29 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.5/Apifox-2.8.5.exe - InstallerSha256: A944DF36B9A89D61BE9E722FF6EEB4C7B3348E43CE467C46F09D8732772F7283 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.5/Apifox-2.8.5.exe - InstallerSha256: A944DF36B9A89D61BE9E722FF6EEB4C7B3348E43CE467C46F09D8732772F7283 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index 8c82d0265c568..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.5 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index d02c503d8ef57..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.5 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.yaml deleted file mode 100644 index 46c67943620b0..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.5/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.5 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.installer.yaml deleted file mode 100644 index c3f449bef04e5..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.9 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2026-02-16 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://file-assets.apifox.com/download/2.8.9/Apifox-2.8.9.exe - InstallerSha256: 9D00FA19AFACBE62D7D19F102BA629FCE0CEDC3FDDF8A2CFA60E221DB70898D3 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://file-assets.apifox.com/download/2.8.9/Apifox-2.8.9.exe - InstallerSha256: 9D00FA19AFACBE62D7D19F102BA629FCE0CEDC3FDDF8A2CFA60E221DB70898D3 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.locale.en-US.yaml deleted file mode 100644 index aec4678ae64e8..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.9 -PackageLocale: en-US -Author: Guangzhou Ruihu Technology Co., Ltd. -License: Freeware -ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation -Description: |- - Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. - With one system and one data, it solves data sync problems among multiple systems. - As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. - Efficient, timely and accurate! -Tags: -- api -- automation -- debug -- develop -- development -- interface -- internet -- network -- request -- response -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.locale.zh-CN.yaml deleted file mode 100644 index 97c3efbe02dcd..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.9 -PackageLocale: zh-CN -Publisher: Apifox Team -Author: 广州睿狐科技有限公司 -PackageName: Apifox -License: 免费软件 -Copyright: Copyright © 2026 Apifox Team -ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 -Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! -Tags: -- api -- 互联网 -- 响应 -- 开发 -- 接口 -- 网络 -- 自动化 -- 请求 -- 调试 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.yaml deleted file mode 100644 index b4b3dbd7be0b8..0000000000000 --- a/manifests/r/Ruihu/Apifox/2.8.9/Ruihu.Apifox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ruihu.Apifox -PackageVersion: 2.8.9 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.installer.yaml b/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.installer.yaml new file mode 100644 index 0000000000000..52781ab75147f --- /dev/null +++ b/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.installer.yaml @@ -0,0 +1,39 @@ +# 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: raphamorim.rio +PackageVersion: 0.3.6 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-04-13 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.3.6/Rio-installer-x86_64.msi + InstallerSha256: 5D5816679623025AD088521E32FDBFE70E241C11831B5A499883D2CD9AC526B3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{85D88554-FA49-4FAC-B1FE-6F0C107EC87F}' + AppsAndFeaturesEntries: + - ProductCode: '{85D88554-FA49-4FAC-B1FE-6F0C107EC87F}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +- Architecture: arm64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.3.6/Rio-installer-aarch64.msi + InstallerSha256: 9E849126AE2CCA3B1393241AF5D4A4917027596ED1A6145029915318D1D66302 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{1D303212-D143-474F-8A2F-F3A71967A9D7}' + AppsAndFeaturesEntries: + - ProductCode: '{1D303212-D143-474F-8A2F-F3A71967A9D7}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.locale.en-US.yaml b/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.locale.en-US.yaml new file mode 100644 index 0000000000000..fa6a59b1358b0 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.locale.en-US.yaml @@ -0,0 +1,27 @@ +# 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: raphamorim.rio +PackageVersion: 0.3.6 +PackageLocale: en-US +Publisher: Raphael Amorim +PublisherUrl: https://github.com/raphamorim/rio +PublisherSupportUrl: https://github.com/raphamorim/rio/issues +Author: Raphael Amorim +PackageName: Rio +PackageUrl: https://github.com/raphamorim/rio +License: MIT +LicenseUrl: https://github.com/raphamorim/rio/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022-present Raphael Amorim +CopyrightUrl: https://raw.githubusercontent.com/raphamorim/rio/main/LICENSE +ShortDescription: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. +Description: |- + Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. + The supported platforms currently consist of BSD, Linux, MacOS and Windows. +Moniker: rio +Tags: +- cross-platform +- terminal +- terminal-emulators +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.yaml b/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.yaml new file mode 100644 index 0000000000000..1d2942f2cbc4b --- /dev/null +++ b/manifests/r/raphamorim/rio/0.3.6/raphamorim.rio.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: raphamorim.rio +PackageVersion: 0.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.installer.yaml b/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.installer.yaml new file mode 100644 index 0000000000000..7880fc69895d3 --- /dev/null +++ b/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: robinovitch61.kl +PackageVersion: 0.9.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-04-13" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kl.exe + PortableCommandAlias: kl + InstallerUrl: https://github.com/robinovitch61/kl/releases/download/v0.9.0/kl_0.9.0_Windows_i386.zip + InstallerSha256: 696580009be568e50a7706c5d335dd81ca06f7d0c94bea8fa24425d669ec712a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kl.exe + PortableCommandAlias: kl + InstallerUrl: https://github.com/robinovitch61/kl/releases/download/v0.9.0/kl_0.9.0_Windows_x86_64.zip + InstallerSha256: 2015d53fc0478a237babf5da1e2df2e36fb93c8afd80b450841c078c0dc4e467 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kl.exe + PortableCommandAlias: kl + InstallerUrl: https://github.com/robinovitch61/kl/releases/download/v0.9.0/kl_0.9.0_Windows_arm64.zip + InstallerSha256: 155b685b7f80c48fbc2f64ca1195b3ff75503d513bb48d4ceba73be3bdd062af + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.locale.en-US.yaml b/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.locale.en-US.yaml new file mode 100644 index 0000000000000..cb8faf444b126 --- /dev/null +++ b/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.locale.en-US.yaml @@ -0,0 +1,14 @@ +# 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: robinovitch61.kl +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: robinovitch61 +PackageName: kl +PackageUrl: https://github.com/robinovitch61/kl +License: MIT +Copyright: Leo Robinovitch +ShortDescription: An interactive Kubernetes log viewer for your terminal. +Moniker: kl +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.yaml b/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.yaml new file mode 100644 index 0000000000000..e26d5fed2e9bc --- /dev/null +++ b/manifests/r/robinovitch61/kl/0.9.0/robinovitch61.kl.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: robinovitch61.kl +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sirstrap/UI/10.12.1.1/Sirstrap.UI.installer.yaml b/manifests/s/Sirstrap/UI/10.12.1.1/Sirstrap.UI.installer.yaml new file mode 100644 index 0000000000000..13b0bd3548a1e --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.1.1/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.1.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Sirstrap.exe + PortableCommandAlias: Sirstrap.UI +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/massimopaganigh/sirstrap/releases/download/v10.12.1.1-beta/Sirstrap.UI_fat.zip + InstallerSha256: 8E058E28A011839B9610D6C6322A01813447CCC63058D41CAD6D183E2DED2AED +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-04-13 diff --git a/manifests/s/Sirstrap/UI/10.12.1.1/Sirstrap.UI.locale.en-US.yaml b/manifests/s/Sirstrap/UI/10.12.1.1/Sirstrap.UI.locale.en-US.yaml new file mode 100644 index 0000000000000..442412acf1fb1 --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.1.1/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.1.1 +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.1.1-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.1.1/Sirstrap.UI.yaml b/manifests/s/Sirstrap/UI/10.12.1.1/Sirstrap.UI.yaml new file mode 100644 index 0000000000000..bc2f484e283cc --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.1.1/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.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.installer.yaml b/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.installer.yaml deleted file mode 100644 index 47e70a1294adc..0000000000000 --- a/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: SmartSoft.SmartFTP -PackageVersion: 10.0.3273.0 -MinimumOSVersion: 10.0.17763.0 -Installers: -- InstallerLocale: en-US - Platform: - - Windows.Desktop - Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://static.smartftp.com/static/Products/Client/10.0.3273.0/x64/SmartFTP.msi - InstallerSha256: FD2E2C48C4031E8DAE5E2C522889451F4FAAD848FF1CBF5DD02B76DC758353AA - ProductCode: '{EE530221-E0E0-4A29-9B9E-7B590CCF9823}' - AppsAndFeaturesEntries: - - UpgradeCode: '{2119EFC7-B9BF-445D-9DB9-A9052E8391C5}' -ManifestType: installer -ManifestVersion: 1.5.0 -ReleaseDate: 2025-05-28 diff --git a/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.locale.en-US.yaml b/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.locale.en-US.yaml deleted file mode 100644 index 5993e201578f3..0000000000000 --- a/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: SmartSoft.SmartFTP -PackageVersion: 10.0.3273.0 -PackageLocale: en-US -Publisher: SmartSoft Ltd. -PublisherUrl: https://www.smartftp.com -PublisherSupportUrl: https://www.smartftp.com/support -Author: SmartSoft Ltd. -PackageName: SmartFTP Client -PackageUrl: https://www.smartftp.com -License: Commercial -LicenseUrl: https://www.smartftp.com/static/Products/Client/License.txt -ShortDescription: SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface. -Moniker: smartftp -Tags: -- ftp -- sftp -- webdav -- onedrive -- gdrive -- ssh -ReleaseNotesUrl: https://www.smartftp.com/en-us/changelog/1 -PurchaseUrl: https://www.smartftp.com/client/purchase/buy -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.yaml b/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.yaml deleted file mode 100644 index 79ec57c08af79..0000000000000 --- a/manifests/s/SmartSoft/SmartFTP/10.0.3273.0/SmartSoft.SmartFTP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: SmartSoft.SmartFTP -PackageVersion: 10.0.3273.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.installer.yaml b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.installer.yaml new file mode 100644 index 0000000000000..45c1209bc091b --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.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: SumbitLabs.Aptakube +PackageVersion: 1.16.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{FFD6D879-8491-4B80-B9C2-5DC4E0BAD973}' +ReleaseDate: 2026-04-13 +AppsAndFeaturesEntries: +- UpgradeCode: '{9A01B1BB-D16F-5024-B6C4-49466D7730D8}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.aptakube.com/Aptakube_1.16.0_x64_en-US.msi + InstallerSha256: 28712948D1B549A6ACBDD528D5903AC6F0E37E598ACF071AF2B16616B72B11C0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.locale.en-US.yaml b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.locale.en-US.yaml new file mode 100644 index 0000000000000..612a232a1f042 --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SumbitLabs.Aptakube +PackageVersion: 1.16.0 +PackageLocale: en-US +Publisher: Sumbit Labs Limited +PublisherUrl: https://aptakube.com/ +PublisherSupportUrl: https://github.com/aptakube/aptakube/issues +PrivacyUrl: https://aptakube.com/legal/privacy +Author: Sumbit Labs Limited +PackageName: Aptakube +PackageUrl: https://aptakube.com/ +License: Proprietary +LicenseUrl: https://aptakube.com/legal/eula +Copyright: © 2026 Sumbit Labs Limited. All rights reserved. +CopyrightUrl: https://aptakube.com/legal/eula +ShortDescription: Modern, lightweight and multi-cluster Kubernetes GUI. +Description: |- + Modern, lightweight and multi-cluster Kubernetes GUI. Available on Windows, macOS and Linux. + Features: + - 💯 Connect to one or more clusters simultaneously + - ⚡️ Aggregated Log Viewer + - ⚖️ Resource Diff + - ✌️ Multi-Namespace Selector + - 💪 Human-friendly resource view + - ✍️ View & modify objects + - 🎉 Zero-config setup + - 😉 NOT another Electron app + - ✅ Works with any Kubernetes cluster: on-prem, GKE, EKS, AKS and others. + - 💻 Available on Windows, macOS and Linux +Tags: +- cluster +- docker +- k8s +- kubectl +- kubernetes +ReleaseNotes: |- + ✨ What's new + - Aptakube now has a custom human-friendly UI for Argo Applications, Argo Rollout, Cert-Manager and Gateway API, replacing the previous generic UI that only showed Spec and Status as YAML. Let me know if you have any suggestions on how to make this UI better, or if there's any other CRD you use frequently and would like to see a custom UI. + - Workload and Cluster Overview now also include status for Argo Applications, Argo Rollout and Certificates, but only if CRD is installed. + - Migrated events tab from "core/v1" to "events.k8s.io/v1" + 😎 Improvements + - Improved how we display conditions for Deployments making it easier to understand when it's stuck on a rollout + - Cmd/Ctrl+F will now auto-select existing filter text like browsers do #527 + - + 🐞 Bugs Fixed + - fixed how we parse “1G” on Resource Quota as it was previously being parsed as "1" instead of "1 Billion" + - fix the "undefined" status on CRD Status Overview #526 + - fixed this navigation bug with Gateway resources #529 + - fixed a display issue with a large number of Pod status on Workload Overview Discord + 📸 Screenshots +ReleaseNotesUrl: https://github.com/aptakube/aptakube/releases/tag/1.16.0 +PurchaseUrl: https://aptakube.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.locale.zh-CN.yaml b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.locale.zh-CN.yaml new file mode 100644 index 0000000000000..370583b502a96 --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.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: SumbitLabs.Aptakube +PackageVersion: 1.16.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 现代、轻量级且支持多集群的 Kubernetes 图形界面。 +Description: |- + 现代、轻量级且支持多集群的 Kubernetes 图形界面。适用于 Windows、macOS 和 Linux 系统。 + 功能亮点: + - 💯 同时连接一个或多个集群 + - ⚡️ 聚合日志查看器 + - ⚖️ 资源差异对比 + - ✌️ 多命名空间选择器 + - 💪 人性化的资源视图 + - ✍️ 查看与编辑对象 + - 🎉 零配置快速上手 + - 😉 绝非又一款 Electron 应用 + - ✅ 兼容所有 Kubernetes 集群:本地部署、GKE、EKS、AKS 及其他平台 + - 💻 支持 Windows、macOS 和 Linux 三大平台 +Tags: +- docker +- k8s +- kubectl +- kubernetes +- 集群 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.yaml b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.yaml new file mode 100644 index 0000000000000..0115acb23bdcb --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.16.0/SumbitLabs.Aptakube.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: SumbitLabs.Aptakube +PackageVersion: 1.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.installer.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.installer.yaml similarity index 83% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.installer.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.installer.yaml index 56487b8903c42..734eab552b999 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.installer.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 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: 91D15D32D9F48DB9566A494646C44DAF7A81FA25C08BD6A2831693DBDE55433E + InstallerSha256: 89BC9C7C60E1E704808C0C7D7AA4B5A415D8943BBAE9F2C53B8F989E7AD27C25 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.da.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.da.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.da.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.da.yaml index ff7a94b638c72..e51fa9be12357 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.da.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: da PublisherUrl: https://tandemhealth.ai/da/ PrivacyUrl: https://tandemhealth.ai/da/juridisk/privatlivspolitik diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.de.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.de.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.de.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.de.yaml index 900dbe11cbada..d328d9b881e5d 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.de.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: de PublisherUrl: https://tandemhealth.ai/de/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/de/ diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.en-US.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.en-US.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.en-US.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.en-US.yaml index 4a5e3582ad713..1c58f800d6874 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.en-US.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: en-US Publisher: Tandem PublisherUrl: https://tandemhealth.ai/ diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.es.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.es.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.es.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.es.yaml index db27a650934ee..f309f6b954897 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.es.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: es PublisherUrl: https://tandemhealth.ai/es/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/es/ diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.et.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.et.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.et.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.et.yaml index 63360866d1e8d..7b5ab8e20b816 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.et.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: et PublisherUrl: https://tandemhealth.ai/et/ PrivacyUrl: https://tandemhealth.ai/et/juriidiline/privacy-policy diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.fi.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.fi.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.fi.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.fi.yaml index b368b0272268c..7bc1f9b62b56b 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.fi.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: fi PublisherUrl: https://tandemhealth.ai/fi/ PrivacyUrl: https://tandemhealth.ai/fi/legal/tietosuoja diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.fr.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.fr.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.fr.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.fr.yaml index 75f04092dc57b..ef8c4a6f0a100 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.fr.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: fr PublisherUrl: https://tandemhealth.ai/fr/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/fr/ diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.no.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.no.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.no.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.no.yaml index 911b2ba270cab..6e253c870e4db 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.no.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.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.4.10 +PackageVersion: 2026.4.13 PackageLocale: "no" PublisherUrl: https://tandemhealth.ai/no/ PrivacyUrl: https://tandemhealth.ai/no/juridisk/personvern diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.sv.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.sv.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.sv.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.locale.sv.yaml index 1c93f58a3c7fa..d895863703e98 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.locale.sv.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 PackageLocale: sv PublisherUrl: https://tandemhealth.ai/sv/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/sv/ diff --git a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.yaml b/manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.yaml similarity index 90% rename from manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.yaml rename to manifests/t/TandemHealth/Tandem/2026.4.13/TandemHealth.Tandem.yaml index e9a5d7bbe3f7d..d5bc0fa47bcbd 100644 --- a/manifests/t/TandemHealth/Tandem/2026.4.10/TandemHealth.Tandem.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.4.13/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.4.10 +PackageVersion: 2026.4.13 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.installer.yaml b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.installer.yaml new file mode 100644 index 0000000000000..50796309aebf3 --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.QClaw +PackageVersion: 0.2.6 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7f31b88e-3a93-52e3-998b-e3cb65301156 +Installers: +- Architecture: x64 + InstallerUrl: https://package-cdn.qclaw.qq.com/qclaw/win/0.2.6-5001-392/QClaw-Setup-0.2.6-5001-392.exe + InstallerSha256: B99C2FD1E580B2541C12FA1B92C7EFEA2F5A4072906C4E8D773C5BB4149F931B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.locale.en-US.yaml b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..3c8d0641079b2 --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.QClaw +PackageVersion: 0.2.6 +PackageLocale: en-US +Publisher: Tencent Technology (Shenzhen) Company Limited +Author: Tencent Technology (Shenzhen) Company Limited +License: Proprietary +ShortDescription: Work efficiently anytime, anywhere with Qclaw—just send a WeChat message. +Description: |- + Work efficiently anytime, anywhere with a quick WeChat message—Qclaw has you covered. + [Ready Out of the Box] Automatic deployment, ready to use upon launch. Supports Mac & Windows, comes with premium domestic large language models, and allows switching to custom models. + [Direct WeChat Integration] Chat directly via WeChat for remote control: seamlessly linked to WeChat with zero configuration, enabling AI to work for you remotely anytime, anywhere. + [Rich Ecosystem] Extensive Skills ecosystem: access the Skills marketplace, including ClawHub, GitHub, and more—use Skills on demand. + [Understands Your Intent] Persistent memory, your personal Lobster: remembers your preferences and context, continuously learning to become an AI that understands you better over time. + [Efficient Control] Local deployment for greater office productivity: directly operate files, browsers, and emails—not just chat. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.locale.zh-CN.yaml b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..04c306a8f0c6b --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.QClaw +PackageVersion: 0.2.6 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://qclaw.qq.com/ +PrivacyUrl: https://privacy.qq.com/document/preview/4a7ba3f82ff042c1aafbec6e7341d713 +Author: 腾讯科技(深圳)有限公司 +PackageName: QClaw +PackageUrl: https://qclaw.qq.com/ +License: 专有软件 +LicenseUrl: https://rule.tencent.com/rule/202603060002 +Copyright: Copyright © 1998 - 2026 Tencent. All Rights Reserved. +CopyrightUrl: https://rule.tencent.com/rule/202603060002 +ShortDescription: 随时随地,微信一下,Qclaw 帮你高效干活 +Description: |- + 随时随地,微信一下,Qclaw 帮你高效干活 + 【开箱即用】自动部署,打开即用。支持 Mac & Windows,内置国产优质大模型,支持切换自定义模型 + 【微信直联】微信直接对话,远程操控:直接关联微信,零配置,随时随地远程让 AI 干活 + 【丰富生态】丰富 Skills 生态:支持 Skills 市场,如 ClawHub、GitHub 等丰富生态,Skills 随取随用 + 【懂你所想】持续记忆,你的专属龙虾:记住偏好和上下文,持续成长,越来越懂你的 AI + 【高效操控】本地部署,办公更高效:直接操控文件、浏览器、邮件,不是只会聊天 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + 🎉 v0.2.6版本更新内容: + 1、支持各 Agent 单独调整技能 + 2、支持深色模式 + 3、记忆机制持续优化 + 4、技术架构优化与 bugfix +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.yaml b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.yaml new file mode 100644 index 0000000000000..bf28a5f7eb4ec --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.6/Tencent.QClaw.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: Tencent.QClaw +PackageVersion: 0.2.6 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 977137ee9b3d1..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325b/siwtrial-setup.exe - InstallerSha256: 670D0D0D6A83E8B9DEC300610AF643470FA2BAC14FCB13BA52A59E7E9089EF2A -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325b/siwtrial-setup.exe - InstallerSha256: 670D0D0D6A83E8B9DEC300610AF643470FA2BAC14FCB13BA52A59E7E9089EF2A -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2025-04-06 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 6e86670bc30db..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index a47d632ff4784..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 65fa750cfb94a..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325c/siwtrial-setup.exe - InstallerSha256: FC278A0E698966A06EE7FDC0CEF889B742D60BC4FABD373807C2FCDFA00251AA -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325c/siwtrial-setup.exe - InstallerSha256: FC278A0E698966A06EE7FDC0CEF889B742D60BC4FABD373807C2FCDFA00251AA -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2025-04-13 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 7f7aea57a83b8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.3 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 08f3ae747d012..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.3/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 9301a236180fb..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.4 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325d/siwtrial-setup.exe - InstallerSha256: 80FE94BCB624E1C5277F742C31F99701A6F20FFC20B566C45745F8040621393F -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325d/siwtrial-setup.exe - InstallerSha256: 80FE94BCB624E1C5277F742C31F99701A6F20FFC20B566C45745F8040621393F -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2025-04-18 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 25797958cdde3..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.4 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index d703d5e47a1a2..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.4/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 1de0e46e61071..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325e/siwtrial-setup.exe - InstallerSha256: 469CC4BCB0E11A912BE9D200699CD10BA04CC33D5C53ED9116A5FB6E10B51F9C -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325e/siwtrial-setup.exe - InstallerSha256: 469CC4BCB0E11A912BE9D200699CD10BA04CC33D5C53ED9116A5FB6E10B51F9C -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-04-20 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 256a47ca25f71..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.5 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 5a17fdb6fbdf9..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.5/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 2cfeb7c7f3673..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.6 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325f/siwtrial-setup.exe - InstallerSha256: 68E301A224FB8008785AF6DC13C98EB1A769B76A397A5D47F91C8210C7760B7A -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250325f/siwtrial-setup.exe - InstallerSha256: 68E301A224FB8008785AF6DC13C98EB1A769B76A397A5D47F91C8210C7760B7A -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-04-25 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index b67b54273b4b1..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.6 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index f32e300edb3e9..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.03.25.6/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.03.25.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index b0291091f1b84..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.04.30.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250430/siwtrial-setup.exe - InstallerSha256: 702868E8CC06BB3E2891977E8DA360309158967C26397E04B33FA439BE6F67FA -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250430/siwtrial-setup.exe - InstallerSha256: 702868E8CC06BB3E2891977E8DA360309158967C26397E04B33FA439BE6F67FA -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-04-30 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 9eab1cd07d060..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.04.30.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index db110c914e8d9..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.04.30.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index a3379d77f9b2b..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.04.30.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250430a/siwtrial-setup.exe - InstallerSha256: 96890B8C4065184E47A9034E212235828763FFF321471AECE13F5A15BB959CE7 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250430a/siwtrial-setup.exe - InstallerSha256: 96890B8C4065184E47A9034E212235828763FFF321471AECE13F5A15BB959CE7 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-04-30 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index e82b0285033ab..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.04.30.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 1a56eefe882f2..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.04.30.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.04.30.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index d6ead1485372e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503/siwtrial-setup.exe - InstallerSha256: 7BDD39A60253A80F7209D156FF3772EDB77402CECCC64A3140023C4D59FF6189 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503/siwtrial-setup.exe - InstallerSha256: 7BDD39A60253A80F7209D156FF3772EDB77402CECCC64A3140023C4D59FF6189 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-05-03 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index c837ed9af7fb6..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 7b35d50aeb60e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index e3a6140315cf6..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503b/siwtrial-setup.exe - InstallerSha256: FE1788E44932D30D5043CB3652B4E9C937847B10AFD91551623A26FF251C3728 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503b/siwtrial-setup.exe - InstallerSha256: FE1788E44932D30D5043CB3652B4E9C937847B10AFD91551623A26FF251C3728 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-05-04 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 3efca846182aa..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index f5e3d6a1a946f..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 1d3dd5a583cc2..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503c/siwtrial-setup.exe - InstallerSha256: 8CEC84239CA751A815B474682804F278F56FE759876EEE0074BF3FBA47A4B36C -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503c/siwtrial-setup.exe - InstallerSha256: 8CEC84239CA751A815B474682804F278F56FE759876EEE0074BF3FBA47A4B36C -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-05-10 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 6747eee6d69dc..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.3 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 3fe3abc394a4e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.3/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 81705e57ac5cd..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.4 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503d/siwtrial-setup.exe - InstallerSha256: 3BABAAB7AD762DD3FD8EDA5799B8DFBCCFE94E7337071D2DAA4C8C0EBFA6892D -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503d/siwtrial-setup.exe - InstallerSha256: 3BABAAB7AD762DD3FD8EDA5799B8DFBCCFE94E7337071D2DAA4C8C0EBFA6892D -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-06-15 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 1f33cc2260bbf..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.4 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index be91a6fc15eb3..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.4/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index cf01a25d97c9c..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503e/siwtrial-setup.exe - InstallerSha256: 481FBA4D29F6FEDC404047B3E39BC2B8A1AEC2843AD0B53B14EA2FFC5D02D380 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250503e/siwtrial-setup.exe - InstallerSha256: 481FBA4D29F6FEDC404047B3E39BC2B8A1AEC2843AD0B53B14EA2FFC5D02D380 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-06-19 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 19f426fca77fe..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.5 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 8eb5f1c69ff44..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.05.03.5/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.05.03.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 1daf7c5c3976e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.06.24.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250624/siwtrial-setup.exe - InstallerSha256: 9858996452B4D2813648A1A915FA2239239956D0650DD4E12A5952008A285600 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250624/siwtrial-setup.exe - InstallerSha256: 9858996452B4D2813648A1A915FA2239239956D0650DD4E12A5952008A285600 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-06-24 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 1dfc479356dd8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.06.24.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 839536890ffda..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.24.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.06.24.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index dccf5b46af78e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.06.29.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250629a/siwtrial-setup.exe - InstallerSha256: CE82CEF47ADAB603A053DF08EC0046EFB863258D2F48F121521FDC4D459DEA5A -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250629a/siwtrial-setup.exe - InstallerSha256: CE82CEF47ADAB603A053DF08EC0046EFB863258D2F48F121521FDC4D459DEA5A -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-06-29 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index b2f87e3ffcc5e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.06.29.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 02af6271abae5..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.06.29.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.06.29.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 3fc85c2c27774..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713/siwtrial-setup.exe - InstallerSha256: D4A5F12BF99F94FF81F8429167E7179901D36ABC45692B78DE543F77875C2592 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713/siwtrial-setup.exe - InstallerSha256: D4A5F12BF99F94FF81F8429167E7179901D36ABC45692B78DE543F77875C2592 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-07-13 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index ae4ed2c59ad9c..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 82b8c00a37020..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index a3f2c051bcc5a..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713a/siwtrial-setup.exe - InstallerSha256: B74C2BBFE9DC0F1D5100051CE41C3404D88FE97E1474B99CEE6928CCFB3AB030 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713a/siwtrial-setup.exe - InstallerSha256: B74C2BBFE9DC0F1D5100051CE41C3404D88FE97E1474B99CEE6928CCFB3AB030 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-08-02 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 7b7ef05b010ce..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 11a84cfe7e9a8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index d27c98e6f8920..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713b/siwtrial-setup.exe - InstallerSha256: B919C9674BFCAC0F19A377F905D3253FF3F3A9D9ACECFEC13DD2D4BFDAC45875 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713b/siwtrial-setup.exe - InstallerSha256: B919C9674BFCAC0F19A377F905D3253FF3F3A9D9ACECFEC13DD2D4BFDAC45875 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-08-04 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 10a665883258b..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 9d706f94e61f9..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index f3ee76b703e37..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.4 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713d/siwtrial-setup.exe - InstallerSha256: 33041886BDE9C358880F1367DB6511316A2725E2D8AB1552D41770627F61103B -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250713d/siwtrial-setup.exe - InstallerSha256: 33041886BDE9C358880F1367DB6511316A2725E2D8AB1552D41770627F61103B -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-08-16 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 5067d1bb988c4..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.4 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index a23fcf7e4f492..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.07.13.4/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.07.13.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 9fa8bdb4e45a3..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817/siwtrial-setup.exe - InstallerSha256: 15D8E79226AF0793BC33CF3924F8F0841305CA3D379B4A4DD3707FC2D548156E -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817/siwtrial-setup.exe - InstallerSha256: 15D8E79226AF0793BC33CF3924F8F0841305CA3D379B4A4DD3707FC2D548156E -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-08-17 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 72f7b1e800a29..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 2d93ba375a32e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 807317671a5e9..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817b/siwtrial-setup.exe - InstallerSha256: D19B7A6D38710B5D69B52B9F53A06E5B88B4F406FC52E8C3A112FBF03EE39062 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817b/siwtrial-setup.exe - InstallerSha256: D19B7A6D38710B5D69B52B9F53A06E5B88B4F406FC52E8C3A112FBF03EE39062 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-08-24 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index fb21e9079f114..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index f60030183d1b6..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 09652467bd73f..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817c/siwtrial-setup.exe - InstallerSha256: 12A4C4F76270DDC73F7047E0E246CAF28B7BCD1C6D0977C6A86488EEC5CBECE4 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817c/siwtrial-setup.exe - InstallerSha256: 12A4C4F76270DDC73F7047E0E246CAF28B7BCD1C6D0977C6A86488EEC5CBECE4 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-08-30 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index ecdf2fef2a06c..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.3 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index a3c148aadd574..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.3/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index f6d91233b1f7d..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.4 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817d/siwtrial-setup.exe - InstallerSha256: A46DAAD23EB65675105301116B12A3ADC45443328E99408477CFFC8E2A8545E3 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20250817d/siwtrial-setup.exe - InstallerSha256: A46DAAD23EB65675105301116B12A3ADC45443328E99408477CFFC8E2A8545E3 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-10-04 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index af7bae6cc3915..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.4 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 3c98218d11e21..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.08.17.4/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.08.17.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index d9ee360c4cdbc..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009/siwtrial-setup.exe - InstallerSha256: BA9656C375C7D7D4D4B97CF12E41A0D0EF7093FD36F1DE1CC91C59061D83C607 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009/siwtrial-setup.exe - InstallerSha256: BA9656C375C7D7D4D4B97CF12E41A0D0EF7093FD36F1DE1CC91C59061D83C607 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-10-09 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 8d5fd21b374d8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index e44719d3a1cbb..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 49c8f88be72ff..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009b/siwtrial-setup.exe - InstallerSha256: 794A2B0B7002AEDB5F2E01ABB4134A69ACE210C41FBB44C46A030A5B7A10DE87 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009b/siwtrial-setup.exe - InstallerSha256: 794A2B0B7002AEDB5F2E01ABB4134A69ACE210C41FBB44C46A030A5B7A10DE87 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-10-21 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index c4f080e5a159f..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 40c6ba507b073..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index fae52a5dd635e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009c/siwtrial-setup.exe - InstallerSha256: B0241B8802740DA6CB557EAA8E82A82F094280595D8752284005C57DB873EC49 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009c/siwtrial-setup.exe - InstallerSha256: B0241B8802740DA6CB557EAA8E82A82F094280595D8752284005C57DB873EC49 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-10-26 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 9788fb7073fd7..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.3 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index f486eadeaedbc..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.3/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 9f75dd87bdf29..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.4 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009d/siwtrial-setup.exe - InstallerSha256: BE00F030F8D8B88143045AAE5CC1C2F0A3CF0D6DF7BBDE457C03FE2893E46E52 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009d/siwtrial-setup.exe - InstallerSha256: BE00F030F8D8B88143045AAE5CC1C2F0A3CF0D6DF7BBDE457C03FE2893E46E52 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-10-30 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index faf28bfe99309..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.4 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 59a1d92b162e1..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.4/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index b9942de72495e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009e/siwtrial-setup.exe - InstallerSha256: 04E0E414DB7D2CB30D56034BFB393E453ACA3B677B7F731CF71FC23BCAC1DAFB -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251009e/siwtrial-setup.exe - InstallerSha256: 04E0E414DB7D2CB30D56034BFB393E453ACA3B677B7F731CF71FC23BCAC1DAFB -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-11-06 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 4a5373d37c999..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.5 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index e6eefa21d8737..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.10.09.5/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.10.09.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 8d61c2b78b3f4..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.11.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251111/siwtrial-setup.exe - InstallerSha256: 86CB5CCCFD20DEA398093889A98C60B15E25413FE17F11B620777175AC5FB1DA -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251111/siwtrial-setup.exe - InstallerSha256: 86CB5CCCFD20DEA398093889A98C60B15E25413FE17F11B620777175AC5FB1DA -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-11-11 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 57b8b913a3d93..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.11.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 9dfed5a8ce3ed..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.11.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.11.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 6ed5c294986da..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119/siwtrial-setup.exe - InstallerSha256: 3439EC8828B63EEF87F5124A27ADE1ED25657FAD6BD6BD857BD0CCE4C26279FB -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119/siwtrial-setup.exe - InstallerSha256: 3439EC8828B63EEF87F5124A27ADE1ED25657FAD6BD6BD857BD0CCE4C26279FB -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-11-19 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 1efa5903a1377..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 5b44bc58e77dd..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 9e755000b6be5..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119a/siwtrial-setup.exe - InstallerSha256: D7BC7D4E4EC65839B8271D7BFD2CD978D89E31DF877202566539BA4E49982241 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119a/siwtrial-setup.exe - InstallerSha256: D7BC7D4E4EC65839B8271D7BFD2CD978D89E31DF877202566539BA4E49982241 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-11-24 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index cfd1539ef8af8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 431d9942e6951..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 59ae98a85b4b7..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119b/siwtrial-setup.exe - InstallerSha256: 10CE8651AAF200F9F6F743B32C74182F6B9B2EADB8845F7B12511E64834B61F0 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119b/siwtrial-setup.exe - InstallerSha256: 10CE8651AAF200F9F6F743B32C74182F6B9B2EADB8845F7B12511E64834B61F0 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-12-02 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 57d20daed76de..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index ad2133ca5017b..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index df580cf202832..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119c/siwtrial-setup.exe - InstallerSha256: 1BB357ADE5C961EC9541E6CF2E1E32866A1054A159FEE5C74E151C0C4776CBBC -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20251119c/siwtrial-setup.exe - InstallerSha256: 1BB357ADE5C961EC9541E6CF2E1E32866A1054A159FEE5C74E151C0C4776CBBC -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2025-12-13 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index ec8495c1076f2..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.3 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2025 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 0a211503ca1a8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2025.11.19.3/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2025.11.19.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index b2044fce0589e..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.02.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260102/siwtrial-setup.exe - InstallerSha256: F7D86C7B03C5D70E2D9F7B48D9692219A17C68B39BB94E4D6B7E99776ED5D65B -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260102/siwtrial-setup.exe - InstallerSha256: F7D86C7B03C5D70E2D9F7B48D9692219A17C68B39BB94E4D6B7E99776ED5D65B -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-02 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 83582c2385404..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.02.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 85c29462076ad..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.02.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.02.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index bde6de3845a1d..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103/siwtrial-setup.exe - InstallerSha256: 1F263444C63D8BA922ABA25A5E95003380AC706CD3F2DA8A6E8B50BD7EE92988 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103/siwtrial-setup.exe - InstallerSha256: 1F263444C63D8BA922ABA25A5E95003380AC706CD3F2DA8A6E8B50BD7EE92988 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-03 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 2b3d75d21797f..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index d15c044fb7b28..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 738a715232a96..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103a/siwtrial-setup.exe - InstallerSha256: 4A60E27F22F306E1676C96EF7BCE650900FEF45CF93A8B09B96313C7B25BDA3C -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103a/siwtrial-setup.exe - InstallerSha256: 4A60E27F22F306E1676C96EF7BCE650900FEF45CF93A8B09B96313C7B25BDA3C -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-11 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index b8bdf311fda35..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 62f39d2d4b758..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 1a6a38196e183..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103b/siwtrial-setup.exe - InstallerSha256: 7AB9E4B4DF8BEB36377706B94F51A4B185905857772BB1C80C905672E3C37C6D -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103b/siwtrial-setup.exe - InstallerSha256: 7AB9E4B4DF8BEB36377706B94F51A4B185905857772BB1C80C905672E3C37C6D -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-12 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 67650f8138273..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index e26ea9f62dbf4..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 56bd774e96fbb..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103c/siwtrial-setup.exe - InstallerSha256: 6676B8DF3CA9A571CF19B6E4FFD4D64A6656785C31DAB6857F77D498473C08EA -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103c/siwtrial-setup.exe - InstallerSha256: 6676B8DF3CA9A571CF19B6E4FFD4D64A6656785C31DAB6857F77D498473C08EA -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-14 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 51940ffb5fd67..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.3 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 836793cef8458..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.3/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 46fbf7dfd92fd..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.4 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103d/siwtrial-setup.exe - InstallerSha256: D9A2FAAB8E36CD07A3EB16363CD61A8D8530F64D31B9FFEF452A23611EEF5B0B -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103d/siwtrial-setup.exe - InstallerSha256: D9A2FAAB8E36CD07A3EB16363CD61A8D8530F64D31B9FFEF452A23611EEF5B0B -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-18 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 731e03978e8cc..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.4 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 0c6232f5baadf..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.4/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 66d0cf72dc85b..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103e/siwtrial-setup.exe - InstallerSha256: D8C6C957C75742053A6D9E322D407D6C10C739F7F74FA66F3BFC75CC6FAEEA6A -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260103e/siwtrial-setup.exe - InstallerSha256: D8C6C957C75742053A6D9E322D407D6C10C739F7F74FA66F3BFC75CC6FAEEA6A -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-02-08 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index c562e3cd7cf35..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.5 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index be490093b0dad..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.01.03.5/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.01.03.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index f0d0b5c89d09c..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.11.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260211/siwtrial-setup.exe - InstallerSha256: E371108BD9224209BE280281F45C9C8394278900E62580671C16E5D045CDB0F8 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260211/siwtrial-setup.exe - InstallerSha256: E371108BD9224209BE280281F45C9C8394278900E62580671C16E5D045CDB0F8 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-02-11 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index aa36d098dd668..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.11.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 522d69671cba8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.11.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.11.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index b0cabd088e9a3..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218/siwtrial-setup.exe - InstallerSha256: 25F721D7FA39A010265690591D1B663F137DF489BEF405B671E7D6CFC7E90066 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218/siwtrial-setup.exe - InstallerSha256: 25F721D7FA39A010265690591D1B663F137DF489BEF405B671E7D6CFC7E90066 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-02-18 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index c6ca16dee4b91..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 86d47a185a406..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index a5955ac9eb03b..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218a/siwtrial-setup.exe - InstallerSha256: 682F759BA7F3D851DC762C4A9B53C9EC515975CBFA48480E566070792BA8DB73 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218a/siwtrial-setup.exe - InstallerSha256: 682F759BA7F3D851DC762C4A9B53C9EC515975CBFA48480E566070792BA8DB73 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-02-25 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 99334cdefcd6d..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 861b425c63e35..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 80dad948fa7c2..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218b/siwtrial-setup.exe - InstallerSha256: F36AB6E69D79608F9274209AF7714496A96BF6754FDDB7DC648FEC39496ECF59 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218b/siwtrial-setup.exe - InstallerSha256: F36AB6E69D79608F9274209AF7714496A96BF6754FDDB7DC648FEC39496ECF59 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-03-04 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index a3dcd937ba0b1..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.2 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 69628d5536dbf..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index af2bd5ff3f911..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218c/siwtrial-setup.exe - InstallerSha256: 144DC03854F483EFE66801949F50E837335A371E9AC0309EFEF7BCDA6CD94392 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218c/siwtrial-setup.exe - InstallerSha256: 144DC03854F483EFE66801949F50E837335A371E9AC0309EFEF7BCDA6CD94392 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-03-08 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 81ceb2664674a..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.3 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 488881a9eb7cc..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.3/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 2429e6aa2594c..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218e/siwtrial-setup.exe - InstallerSha256: E245041B33A6185187E8D19F2CB459D3542C5F369F480A1B5E183BBED29D364F -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260218e/siwtrial-setup.exe - InstallerSha256: E245041B33A6185187E8D19F2CB459D3542C5F369F480A1B5E183BBED29D364F -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-03-17 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 362f8a1ead7cf..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.5 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 58db9255810fc..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.5/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.02.18.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 6d0a1fa7a6d88..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.24.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260324/siwtrial-setup.exe - InstallerSha256: E54793A4C174D099B4466F350E9A98E2D0134BDBA11A5CF5870F1BAA8024DAB7 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260324/siwtrial-setup.exe - InstallerSha256: E54793A4C174D099B4466F350E9A98E2D0134BDBA11A5CF5870F1BAA8024DAB7 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-03-24 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index dc12ab62ede2d..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.24.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index e8d71eccbd241..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.24.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.24.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 674064b9c431d..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.29.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260329/siwtrial-setup.exe - InstallerSha256: F06F981CF868B5089B2C672F09E5A96A16F8E7C9FEB9F0FECB3C08A934323227 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260329/siwtrial-setup.exe - InstallerSha256: F06F981CF868B5089B2C672F09E5A96A16F8E7C9FEB9F0FECB3C08A934323227 -ManifestType: installer -ManifestVersion: 1.12.0 -ReleaseDate: 2026-03-29 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index 56c0f51436651..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.29.0 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index ede8c0057d5a5..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.29.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index acc2c91609a07..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.29.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260329a/siwtrial-setup.exe - InstallerSha256: 0C6252D1C20575D8F3397C1DD5246485839471FA1A20A0DCC33BBA8B88AE4B47 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260329a/siwtrial-setup.exe - InstallerSha256: 0C6252D1C20575D8F3397C1DD5246485839471FA1A20A0DCC33BBA8B88AE4B47 -ManifestType: installer -ManifestVersion: 1.12.0 -ReleaseDate: 2026-03-30 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index f4bb0b350b6e6..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.29.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 28a474a4ad950..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.03.29.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.installer.yaml deleted file mode 100644 index 45068df15979c..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.04.05.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260405a/siwtrial-setup.exe - InstallerSha256: 9733C38D9C32DBB2CFD74781099848947226474E7FE809CEB8C82F34AB3B10D0 -- Architecture: arm64 - Scope: machine - InstallerUrl: https://www.gtopala.com/download/20260405a/siwtrial-setup.exe - InstallerSha256: 9733C38D9C32DBB2CFD74781099848947226474E7FE809CEB8C82F34AB3B10D0 -ManifestType: installer -ManifestVersion: 1.12.0 -ReleaseDate: 2026-04-05 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml deleted file mode 100644 index d742c1d0f9ed8..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.04.05.1 -PackageLocale: en-US -Publisher: Topala Software Solutions -PublisherUrl: https://www.gtopala.com/ -PublisherSupportUrl: https://www.gtopala.com/forum/ -PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php -Author: Gabriel Topala -PackageName: SIW -PackageUrl: https://www.gtopala.com/ -License: Commercial -LicenseUrl: https://www.gtopala.com/agreement/ -Copyright: Copyright © 2005-2026 Topala Software Solutions -CopyrightUrl: https://www.gtopala.com/agreement/ -ShortDescription: System Information for Windows - Everything you want to know about your computer -Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. -Moniker: siw -Tags: -- amd -- cpu -- hardware -- intel -- memory -- motherboard -- network -- processor -- software -- system -- system-information -- system-utility -- utility -ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php -PurchaseUrl: https://www.gtopala.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.yaml deleted file mode 100644 index 46c5d82aab8b3..0000000000000 --- a/manifests/t/TopalaSoftwareSolutions/SIW/2026.04.05.1/TopalaSoftwareSolutions.SIW.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: TopalaSoftwareSolutions.SIW -PackageVersion: 2026.04.05.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/t/Twinkstar/TwinkstarBrowser/10.13.2000.2601/Twinkstar.TwinkstarBrowser.installer.yaml b/manifests/t/Twinkstar/TwinkstarBrowser/10.13.2000.2601/Twinkstar.TwinkstarBrowser.installer.yaml index 00f5a2bfff68c..02796c909bff0 100644 --- a/manifests/t/Twinkstar/TwinkstarBrowser/10.13.2000.2601/Twinkstar.TwinkstarBrowser.installer.yaml +++ b/manifests/t/Twinkstar/TwinkstarBrowser/10.13.2000.2601/Twinkstar.TwinkstarBrowser.installer.yaml @@ -28,7 +28,7 @@ ProductCode: Twinkstar ReleaseDate: 2026-02-04 Installers: - Architecture: x64 - InstallerUrl: https://d1.twinkstar.com/win/Twinkstar_v10.13.2000.2601_Release3.exe - InstallerSha256: 591D9237FB82E366ECFF057EAC354F7B033A78FE7DC855C41205795195F64122 + InstallerUrl: https://d1.twinkstar.com/win/Twinkstar_v10.13.2000.2601_Release4.exe + InstallerSha256: BCE0D8C0CEB094D0D9DD5255E3B6B5046BFBBD49402812192D477E46A2DABD73 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.installer.yaml b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.installer.yaml new file mode 100644 index 0000000000000..8eb64505a923c --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Watfaq.ClashRS +PackageVersion: 0.9.7 +InstallerType: portable +Commands: +- clash +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.9.7/clash-rs-i686-pc-windows-msvc.exe + InstallerSha256: EDC579A1824BD238278E382865BED63E0EB7C48C7423C551A3D5FAFC70AB2E14 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.9.7/clash-rs-x86_64-pc-windows-msvc.exe + InstallerSha256: 4F8264E25C0B29BB451641E9D13F7386ECF098556C35477A5D2AC228726EC7D3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.9.7/clash-rs-aarch64-pc-windows-msvc.exe + InstallerSha256: 9E53E19762B567A9EB39958DE14810B927A72F078BC62A8DF121554C59AA80C3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.locale.en-US.yaml b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.locale.en-US.yaml new file mode 100644 index 0000000000000..e596f5478c661 --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Watfaq.ClashRS +PackageVersion: 0.9.7 +PackageLocale: en-US +Publisher: Watfaq Technologies Pty Ltd +PublisherUrl: https://github.com/Watfaq +PublisherSupportUrl: https://github.com/Watfaq/clash-rs/issues +Author: Watfaq Technologies Pty Ltd +PackageName: ClashRS +PackageUrl: https://github.com/Watfaq/clash-rs +License: Apache-2.0 +LicenseUrl: https://github.com/Watfaq/clash-rs/blob/HEAD/LICENSE +ShortDescription: A custom protocol, rule based network proxy software. +Moniker: clash-rs +Tags: +- clash +- network +- proxy +- vpn +ReleaseNotes: |- + 🚀 Features + - Enrich api response for plain proxies (#1056) by @ibigbug + - Support vless reality (#1057) by @SKTT1Ryze + - Support inbound provider (#1066) by @ibigbug + - Allow proxy groups/providers as outbounds for DNS and geo-data downloads (#1061) by @Copilot + - Support dashboard resources auto-downloading (issue #985) (#1062) by @Copilot + - IPC and WebSocket support (#1068) by @Itsusinn + - Support ss2022 multi user inbound (#1073) by @ibigbug + - Improve cli compatibility mode for verge (#1077) by @Itsusinn + - RESTful API improvements for Verge compatibility (#1078) by @Itsusinn + 🐛 Bug Fixes + - Group api name field (#1058) by @ibigbug + - IPv6 literals fail in direct outbound when dns.ipv6 is disabled (#1063) by @Copilot + - (tun) Use async sleep to wait for TUN interface visibility before route setup (#1060) by @Copilot + - (netstack) Add SYN flood protection & deduplication (#1070) by @Alma-human + - (netstack) Honor EOF and half-close state (#1069) by @OneOne-ai + - Better tun logging (#1074) by @ibigbug + - Incorrect tcp state check in tun stack (#1075) by @ibigbug + - Deterministic TUN GUID on Windows and filter broadcast IPs from fake-ip pool (#1081) by @Copilot + - Resolve CI failures from rust-dependencies bump (#1084) by @dependabot[bot] + - (ss-inbound) Loop on UDP decrypt error to re-register waker (#1309) by @ibigbug + 🚜 Refactor + - Rename feature to (#1076) by @Itsusinn + ⚡ Performance + - Add tun bench workflow (#1072) by @ibigbug + 🛠️ Builds + - (deps) Bump the rust-dependencies group with 23 updates (#1055) by @dependabot[bot] + - (deps) Bump tar from 0.4.44 to 0.4.45 (#1067) by @dependabot[bot] + - (deps) Bump the actions-dependencies group with 4 updates (#1082) by @dependabot[bot] + ⚙️ Miscellaneous Tasks + - Add rust-expert custom GitHub Copilot agent (#1059) by @ibigbug + - Bump version to v0.9.7 by @github-actions[bot] + Other + - Upgrade shadowquic to v0.3.4 (#1310) + - Upgrade shadowquic to v0.3.4 + Agent-Logs-Url: https://github.com/spongebob888/clash-rs/sessions/90bd1e93-ae5c-4d0d-bfe2-bd5425c59417 + Co-authored-by: spongebob888 121923937+spongebob888@users.noreply.github.com + - Fix compile error: add cipher_suite_preference field to ShadowQuicClientCfg initializer + Agent-Logs-Url: https://github.com/spongebob888/clash-rs/sessions/000f47c5-760e-493f-bcae-3b8b3d7deddc + Co-authored-by: spongebob888 121923937+spongebob888@users.noreply.github.com + + Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com by @spongebob888 + New Contributors ❤️ + - @OneOne-ai made their first contribution in #1069 + - @Alma-human made their first contribution in #1070 + Full Changelog: https://github.com/Watfaq/clash-rs/compare/v0.9.6...v0.9.7 +ReleaseNotesUrl: https://github.com/Watfaq/clash-rs/releases/tag/v0.9.7 +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://watfaq.gitbook.io/clashrs-user-manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.locale.zh-CN.yaml b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dba9860626cac --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.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: Watfaq.ClashRS +PackageVersion: 0.9.7 +PackageLocale: zh-CN +ShortDescription: 一款自定义协议的基于规则的网络代理软件。 +Tags: +- clash +- vpn +- 代理 +- 网络 +ReleaseNotesUrl: https://github.com/Watfaq/clash-rs/releases/tag/v0.9.7 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://watfaq.gitbook.io/clashrs-user-manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.yaml b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.yaml new file mode 100644 index 0000000000000..747ba28205937 --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.9.7/Watfaq.ClashRS.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: Watfaq.ClashRS +PackageVersion: 0.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.installer.yaml deleted file mode 100644 index 81dc15e372dca..0000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 0.229.0-pre -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -ReleaseDate: 2026-03-18 -AppsAndFeaturesEntries: -- DisplayVersion: 0.229.0 - ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed Preview' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.229.0-pre/Zed-x86_64.exe - InstallerSha256: B2220B8A0745D113F415E5C9EB21F37B88CB104F5FBC41B2FE60CF883D5AC5E5 -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.229.0-pre/Zed-aarch64.exe - InstallerSha256: B88238F587CEB40D35EF20E24F25820839FCB32E97A1B9DA837F3992BEBC875B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml deleted file mode 100644 index aeefd93b2099c..0000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 0.229.0-pre -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed Preview -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: |- - This week's release includes BYOK support for the new 1M context window on Claude Opus and Sonnet, git panel improvements including a badge showing uncommitted change counts and file type icons, an action to align multiple cursors, and pinch-to-zoom in the image viewer. - Features - AI - - Agent: Updated BYOK integration to support the new 1M context window for Claude Opus and Sonnet. (#51625) - - Agent: Terminal tool permissions regexes can now match environment variables. Bare interpolations like $FOO are disallowed when permissions regexes are active for security. (#51689) - - Agent: Streaming text in threads now displays more fluidly. (#51499) - - Agent: Improved visibility of thinking blocks by making them auto-expanded while in progress. (#51525) - - Agent: Added support for usage tracking when streaming responses from OpenAI providers. (#45812; thanks Oft3r) - - Agent: API key input in the Add LLM provider modal is now masked. (#50379; thanks cppcoffee) - - Agent: Updated the display of tokens for xAI models to reflect the input/output limits. (#48719; thanks anilpai) - - Edit Prediction: Added an error indicator in the edit prediction menu when the free tier limit is exceeded. (#51447) - Git - - Added a numeric badge to the git panel sidebar icon showing the count of uncommitted changes. (#49624; thanks IVainqueur) - - Git panel now supports file type icons (like in the project panel) from icon theme extensions. Enable with git_panel.file_icons (off by default). Folder icons are on by default and can be toggled with git_panel.folder_icons. (#51000; thanks kickbelldev) - - Project panel now colors folders containing deleted files. (#51553; thanks tidefield) - - Improved latency of stage/unstage operations. (#47806; thanks marcocondrache) - - Changed the git diff status to render + and - using the font instead of icons. (#51411) - Languages - - C/C++: Added clangd readonly token modifier to semantic token rules to highlight constant variables as constants. (#49065; thanks ozacod) - - C++: Recognize module interface files as C++ files. (#45968; thanks hokein) - - TSX: Removed rainbow bracket colorization for angled brackets. (#51311; thanks jackkkonggg) - Vim / Helix - - Vim: Repeat (.) now increments the recorded register when using numbered registers. (#50753; thanks feitreim) - Collaboration - - Improved recovery of audio latency after CPU-intensive periods. (#51647) - Remote Development - - Added remote hostname to title bar project picker tooltip. (#51616; thanks watsoncj) - Windows - - Improved Python toolchain discovery under WSL environments. (#51749; thanks lingyaochu) - - Improved compatibility with mounted VHDs. (#50974; thanks foxmsft) - Linux - - Relaxed requirement for libstdc++.so on Linux distributions. (#51433) - Other - - Added editor::AlignSelections action to align multiple cursors. (#44769; thanks tiagolobao) - - Added editor::GoToPreviousSymbol and editor::GoToNextSymbol actions to navigate to previous and next outline symbols. Uses either the tree-sitter outline or the LSP-provided outline depending on configuration. (#50777; thanks nishanthkarthik) - - Added hotkey and actions for toggling light and dark themes. Default: cmd-k cmd-shift-t on macOS, ctrl-k ctrl-shift-t on Linux/Windows. (#49027; thanks tommyming) - - Image Viewer: Pinch-to-zoom now works for zooming in and out on macOS and Linux. (#47351; thanks MostlyKIGuess) - - Added "formatter": "none" setting to explicitly disable the formatter. (#48991; thanks lingyaochu) - - Added workspace::FocusCenterPane action to move focus to the most recent center pane from any dock. (#46059; thanks FloppyDisco) - - Recent projects on external drives or network mounts are no longer removed from the project picker when temporarily disconnected. They're now preserved for 7 days. (#50829; thanks ojpro) - - Added $ZED_LANGUAGE task variable that exposes the current buffer's language name. (#51614; thanks mvanhorn) - - Improved editor::CopyFileLocation to include the full selected line range (e.g., src/main.rs:12-18) when multiple lines are selected. (#51328; thanks shashank-suresh) - - Added scroll-to-top and scroll-to-bottom keybindings for markdown preview (gg/G in Vim mode, cmd-up/cmd-down on macOS, ctrl-home/ctrl-end on Linux/Windows). (#50460; thanks dremnik) - - Added _ and newline characters as subword boundaries. (#50552) - - Improved hover behavior for multi-line diagnostics to persist when hovering over whitespace. (#47471; thanks daydalek) - - Added project_panel.scrollbar.horizontal_scroll setting to toggle horizontal scrolling in the project panel. (#51143; thanks k4yt3x) - - Improved multibuffer runnables resolution performance. (#51299) - - Added the missing ctrl-shift-g binding for editor::UndoSelection in JetBrains macOS bindings. (#51130; thanks zfz7) - - Keymap Editor: Removed redundant parentheses when displaying keymap context. (#50906; thanks dongdong867) - - Improved some Ayu Dark/Mirage theme terminal colors. (#51462; thanks tiwari91) - - Improved wording within file deletion prompts in the project panel. (#43801; thanks AdamJedl) - Bug Fixes - - Agent: Fixed cases where thread state wasn't saved before closing the thread. (#51744) - - Agent: Fixed inconsistent behavior for subagent views when focusing on previous messages. (#51654) - - Agent: Fixed an issue where external agents would return an error because an unsupported ACP method was called. (#51479) - - Agent: Fixed an issue in the agent panel where scrolling a selection out of view would cause the panel to close while zoomed. (#51806) - - Agent: Fixed broken (failing on first message) xAI models over the Zed provider on profiles using the spawn_agent tool, including the default Ask and Write profiles. (#51835) - - Agent: Fixed send failure for pasted file#line mention links. (#49786; thanks cppcoffee) - - Agent: Fixed model dropdown resetting to "Default (recommended)" when opening a previous conversation from history. (#51587; thanks OmChillure) - - Agent: Fixed echo cancellation not working on experimental audio pipeline. (#51673) - - Debugger: Fixed debug session restart only working once when the adapter supports DAP restart requests. (#51247; thanks nelsoncampos-cloudwalk) - - Debugger: Fixed debugger failing to start when offline if a debug adapter was previously downloaded. (#50928; thanks nihalxkumar) - - Git UI: Fixed selecting previous item selecting a non-visible item if it's inside a collapsed directory. (#49289; thanks RemcoSmitsDev) - - Git UI: Fixed a bug where deleting a remote branch from the branch picker would incorrectly remove the entire remote configuration. (#48338; thanks amtoaer) - - Git UI: Fixed a source of panics when staging diff hunks. (#51641) - - Git UI: Fixed commit message generation in untrusted repositories. (#51323) - - GPUI: Fixed list height re-computation when the list width changes. (#51414; thanks feitreim) - - gopls: Fixed semantic token support with gopls. (#51621; thanks feitreim) - - gopls: Fixed version display showing raw JSON instead of readable version number. (#49835; thanks amtoaer) - - LSP: Fixed restarting the LSP breaking semantic token highlighting. (#51452; thanks feitreim) - - Which-Key: Fixed filter list for some Vim commands. (#51543; thanks feitreim) - - Fixed "View Release Notes" in Preview/Stable opening the wrong release channel page due to build metadata in the URL. (#48570; thanks RubenFricke) - - Fixed MoveToBeginningOfLine stopping at indentation in single-line editors like the Find bar instead of moving to column 0. (#50681; thanks virajbhartiya) - - Fixed path:line:column navigation so non-ASCII columns land on the correct character. (#51238; thanks loadingalias) - - Fixed shift-a in Helix select mode placing the cursor on the wrong line after selecting with x. (#50709; thanks SkandaBhat) - - Fixed a deadlock that froze the entire app when opening a new window from a popup window or switching focus between multiple windows on macOS. (#51035; thanks Dnreikronos) - - Fixed a panic in Helix mode with search selecting wrapping around the document end. (#51642) - - Fixed a stack overflow when parsing deeply nested HTML in markdown files. (#51637) - - Fixed an issue where accepting an autocomplete suggestion with multiple cursors could result in duplicated or jumbled text in import statements. (#50320; thanks theonly1me) - - Fixed an issue where the crease toggles in the gutter would sometimes show when interacting with a popover present over the editor gutter. (#51405) - - Fixed an issue where using the SelectLargeSyntaxNode action with multiple cursors could reverse the selection direction for the last cursor. (#51752) - - Fixed binary files (e.g., WAV) being misdetected as UTF-16 text, causing Zed to freeze. (#50890; thanks notJoon) - - Fixed bracket colorization not working for content after folded regions and for functions with large bodies. (#51108; thanks notJoon) - - Fixed bug that resurfaced dismissed Copilot edit predictions when moving the cursor around. (#40185; thanks timvermeulen) - - Fixed closed projects re-opening erroneously. (#50961; thanks AmaanBilwar) - - Fixed Cmd+key shortcuts being consumed by the IME on non-US keyboard layouts, preventing Zed keybindings and macOS system shortcuts from working with special characters. (#51394; thanks jamarju) - - Fixed empty files not downloading from a remote project. (#51571; thanks AmaanBilwar) - - Fixed highlighting of block quotes continued over multiple lines in markdown files. (#51465; thanks polyesterswing) - - Fixed issues with tremendous audio latency in long-running collaboration calls. (#51315) - - Fixed keymap editor showing phantom entries and stale defaults when deleting or overriding default keybindings. (#50699; thanks iam-liam) - - Fixed language selector not selecting the first entry when matching a query. (#51581; thanks cppcoffee) - - Fixed long diagnostic messages in the status bar pushing right-side buttons (terminal, agent, etc.) off screen. (#51031; thanks Dnreikronos) - - Fixed markdown preview not re-rendering when edited by agent. (#50583; thanks dongdong867) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.229.0-pre -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.yaml deleted file mode 100644 index ff0c1e5a63672..0000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/0.229.0-pre/ZedIndustries.Zed.Preview.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 0.229.0-pre -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.installer.yaml new file mode 100644 index 0000000000000..b5d6e2c7413c5 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.installer.yaml @@ -0,0 +1,29 @@ +# 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: ZedIndustries.Zed.Preview +PackageVersion: 0.232.2-pre +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +ReleaseDate: 2026-04-11 +AppsAndFeaturesEntries: +- DisplayVersion: 0.232.2 + ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zed Preview' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.232.2-pre/Zed-x86_64.exe + InstallerSha256: 2F15260430DD39C24C9850A9723F85541E686FB6C272CBE71EEEEB8B8F55F673 +- Architecture: arm64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.232.2-pre/Zed-aarch64.exe + InstallerSha256: FB6F1F4A418D27FF11EFC3D30906D02BA5CB3E57FCDA352CF3F0804C3BB12E18 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..be177e47d457a --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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: ZedIndustries.Zed.Preview +PackageVersion: 0.232.2-pre +PackageLocale: en-US +Publisher: Zed Industries +PublisherUrl: https://zed.dev/ +PublisherSupportUrl: https://zed.dev/support +PrivacyUrl: https://zed.dev/privacy-policy +Author: The Zed Industries Authors +PackageName: Zed Preview +PackageUrl: https://zed.dev/windows +License: GPL-3.0 +LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL +Copyright: Copyright 2022 - 2025 Zed Industries, Inc. +ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. +Description: |- + Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. + + - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. + - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. + - Chat with teammates, write notes together, and share your screen and project. All included. + - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. + - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. + - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. + - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: |- + - Fixed terminal tabs losing keyboard focus after switching tabs on Linux X11 (#53618) + - Fix a panic that could occur in the project symbol search picker (#53563) +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.232.2-pre +PurchaseUrl: https://zed.dev/pricing +Documentations: +- DocumentLabel: Community Links + DocumentUrl: https://zed.dev/community-links +- DocumentLabel: Getting Started + DocumentUrl: https://zed.dev/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.yaml new file mode 100644 index 0000000000000..adc7fda6bbe94 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/0.232.2-pre/ZedIndustries.Zed.Preview.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: ZedIndustries.Zed.Preview +PackageVersion: 0.232.2-pre +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.installer.yaml b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.installer.yaml new file mode 100644 index 0000000000000..f7e7d2b2464bb --- /dev/null +++ b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: ZhipuAI.Zread +PackageVersion: "0.2.6" +MinimumOSVersion: "10.0.0.0" +Commands: + - zread +Installers: + - Architecture: x64 + InstallerType: portable + InstallerUrl: "https://github.com/ZreadAI/zread_cli/releases/download/v0.2.6/zread-windows-x64.exe" + InstallerSha256: "d37d2a5b331f23546cb5733139fc4c64d8cee27711eeb06086c6348ccea0dae2" + - Architecture: arm64 + InstallerType: portable + InstallerUrl: "https://github.com/ZreadAI/zread_cli/releases/download/v0.2.6/zread-windows-arm64.exe" + InstallerSha256: "7c52d2708fb74318bb55ece27c9ab2cc7e15de9133069a0e3ac3c728d3bee47a" +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.locale.en-US.yaml b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.locale.en-US.yaml new file mode 100644 index 0000000000000..2f95106d912a6 --- /dev/null +++ b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +PackageIdentifier: ZhipuAI.Zread +PackageVersion: "0.2.6" +PackageLocale: en-US +Publisher: Beijing Knowledge Atlas Technology Joint Stock Company Limited +PublisherUrl: "https://z.ai" +PublisherSupportUrl: "https://zread.ai" +PackageName: Zread +PackageUrl: "https://zread.ai" +License: Proprietary +ShortDescription: Zread turns your local codebase into readable docs +Description: >- + Zread analyzes your codebase and generates a structured wiki using LLMs. + Supports multiple LLM providers including OpenAI-compatible APIs. +Tags: + - cli + - wiki + - code + - ai +ReleaseNotesUrl: "https://github.com/ZreadAI/zread_cli/releases/tag/v0.2.6" +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.locale.zh-CN.yaml b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0a7b0c3f705e --- /dev/null +++ b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: ZhipuAI.Zread +PackageVersion: "0.2.6" +PackageLocale: zh-CN +Publisher: 北京智谱华章科技股份有限公司 +PublisherUrl: "https://zhipuai.cn" +PublisherSupportUrl: "https://zread.ai" +PackageName: Zread +PackageUrl: "https://zread.ai" +License: 专有软件 +ShortDescription: Zread 为本地代码仓库生成可读的文档 +Description: >- + Zread 分析您的代码库,并使用大语言模型生成结构化的 Wiki 文档。 + 支持 OpenAI 兼容接口在内的多种 LLM 提供商。 +Tags: + - cli + - 文档生成 + - 代码阅读 + - ai +ReleaseNotesUrl: "https://github.com/ZreadAI/zread_cli/releases/tag/v0.2.6" +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.yaml b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.yaml new file mode 100644 index 0000000000000..ba83de8542eb4 --- /dev/null +++ b/manifests/z/ZhipuAI/Zread/0.2.6/ZhipuAI.Zread.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: ZhipuAI.Zread +PackageVersion: "0.2.6" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0