diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..e9f8db492d298 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.13 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.13/OpenCowork-win-amd64-setup.exe + InstallerSha256: F73295A75898F99628FB7B7CF775000DFAAC7DB71ED15FFE62D80B2639455CB4 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.13/OpenCowork-win-amd64-setup.exe + InstallerSha256: F73295A75898F99628FB7B7CF775000DFAAC7DB71ED15FFE62D80B2639455CB4 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.13/OpenCowork-win-arm64-setup.exe + InstallerSha256: C5CE9968DB7D3501D05FC7B8408624B437CA48EAF03D3F041FE6586B3F83BD0F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..bec7527f32c2f --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.13 +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 Native Worker per-tool durable journal (runtime_tool_results, 3-day retention) written on the emit path the instant a tool finishes, exposed as agent/tool-results-lookup, so a tool_result that never reached the messages table is recovered from disk. + Changed + - Renderer persists the assistant row and its tool_result at every tool boundary instead of waiting for the 30s streaming checkpoint or run end, writing the assistant row first so an interrupted write leaves a healable dangling tool_use rather than an orphan tool_result. + - Hosted sessions snapshot their canonical history after each fully answered tool batch instead of only at loop end, so an interrupted turn does not roll back past tools that already ran. + - Dangling-tool_use healing and Continue consult the Worker journal before falling back to the in-memory tool-call cache, which is empty after a restart. + Fixed + - Fixed a finished tool being silently re-executed on the next turn after a crash, app kill, or worker recycle mid-turn: its unpaired tool_use was stripped from provider input, so the model forgot the call happened and re-ran it — worst case replaying a long sub-agent Task from scratch. + - Fixed sub-agent and context-compression child runs overwriting the parent hosted session's history, which they could do because they borrow the parent sessionId while owning an unrelated conversation. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.3.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d688b77925c10 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.13 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.3.13 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..a23faafdc4861 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.13/AIDotNet.OpenCowork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.installer.yaml b/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.installer.yaml new file mode 100644 index 0000000000000..cb7e10191f72f --- /dev/null +++ b/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: AgentClash.AgentClash +PackageVersion: 2.2.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: agentclash.exe + PortableCommandAlias: agentclash +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-08-15 +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/agentclash/agentclash/releases/download/v2.2.0/agentclash_windows_arm64.zip + InstallerSha256: AF406168ECD8200625D1DF31AEDBD211E571326A994EDE57673198F7660AB7BB +- Architecture: x64 + InstallerUrl: https://github.com/agentclash/agentclash/releases/download/v2.2.0/agentclash_windows_amd64.zip + InstallerSha256: 758B9D5671E8416BD9322375D58962EC4902565CA326C86F22062C097D0935FE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.locale.en-US.yaml b/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.locale.en-US.yaml new file mode 100644 index 0000000000000..34af261ceeff4 --- /dev/null +++ b/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: AgentClash.AgentClash +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: AgentClash +PublisherUrl: https://www.agentclash.dev +PublisherSupportUrl: https://github.com/agentclash/agentclash/issues/new +PackageName: AgentClash +PackageUrl: https://github.com/agentclash/agentclash +License: FSL-1.1-MIT +ShortDescription: CLI for the AgentClash AI agent evaluation platform +Description: Manage AgentClash workspaces, infrastructure, challenge packs, deployments, runs, and auth from the terminal. +Moniker: agentclash +Tags: +- ai +- cli +- evaluation +ReleaseNotes: | + ## Changelog + • 3a7fae5f03a89942dce9328db4ca40f8e50d1938 Merge pull request #382 from agentclash/release-please--branches--main--components--agentclash + • f0ccf2ad3b73e5f4440b42fc5cb890e7d6cdf0c8 chore(main):release 0.4.3 + • d222f3a16c882dddb683e010ebdac584bc20a0fb docs(cli):document local use and release flow + • abe36685163eb5b2d95906b30ba682015e8a790d fix(cli):preserve deployment multiselect selections on enter + • 42b952ced17e01c87c185644e8d35608d8cf4abd test(cli):lock contract for deployment picker Enter fix +ReleaseNotesUrl: https://github.com/agentclash/agentclash/releases/tag/v0.4.3 +InstallationNotes: Run `agentclash auth login` to get started. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.yaml b/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.yaml new file mode 100644 index 0000000000000..ef21e1c723f92 --- /dev/null +++ b/manifests/a/AgentClash/AgentClash/2.2.0/AgentClash.AgentClash.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: AgentClash.AgentClash +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..557a6fee69b14 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.9.7 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.9.7/opencodereview-windows-amd64.exe + InstallerSha256: C555813F30F45C8280603D920BBB3D2B7220B667E77C6A59F44D53F97F9E31BC +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.9.7/opencodereview-windows-arm64.exe + InstallerSha256: 561495CE3EAFA51DCBFB377562FE1C8A3CE45C3643AA6B21611F34ED4A9D7FE1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..52e1a2de02d55 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.9.7 +PackageLocale: en-US +Publisher: Alibaba +PublisherUrl: https://github.com/alibaba +PublisherSupportUrl: https://github.com/alibaba/open-code-review/issues +PackageName: Open Code Review +PackageUrl: https://github.com/alibaba/open-code-review +License: Apache-2.0 +LicenseUrl: https://github.com/alibaba/open-code-review/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba +ShortDescription: The open source AI code review agent. +Description: |- + Open Code Review is an AI-powered code review CLI tool. It originated as Alibaba Group's internal official AI code review assistant — over the past two years, it has served tens of thousands of developers and identified millions of code defects. After thorough validation at massive scale, we incubated it into an open source project for the community. Simply configure a model endpoint to get started. + It reads Git diffs, sends changed files to a configurable LLM via an agent with tool-use capabilities, and generates structured review comments with line-level precision. The agent can read full file contents, search the codebase, inspect other changed files for context, and produce deep reviews — not just surface-level diff feedback. +Tags: +- ai +- code +- review +ReleaseNotes: |- + 🚀 Features + - feat(installation): support asset download via OCR_GITHUB_MIRROR (#893) + - feat(providers): add gemini to built-in providers (#930) + Other Changes + - chore(deps): bump the go-dependencies group across 1 directory with 18 updates (#880) + - chore(ci): change dependabot schedule from weekly to monthly (#998) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.9.6...v1.9.7 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bdaae0318f79c --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.9.7 +PackageLocale: zh-CN +ShortDescription: 开源的 AI 代码审查智能体。 +Description: |- + Open Code Review 是一款 AI 驱动的代码审查 CLI 工具。它的前身是阿里集团内部官方 AI 代码审查助手,过去两年在内部服务了数万开发者,识别了数百万个代码缺陷。经过大规模充分验证后,我们将其孵化为开源项目,对社区开放。只需配置一个模型端点即可使用。 + 它读取 Git diff,通过具备工具调用能力的 Agent 将变更文件发送至可配置的 LLM,生成具有行级精度的结构化审查意见。Agent 可以读取完整文件内容、搜索代码库、检查其他变更文件以获取上下文,从而进行深度审查——而非仅停留在表面的 diff 反馈。 +Tags: +- 人工智能 +- 代码 +- 审查 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..3f7850a798a0c --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.7/Alibaba.OpenCodeReview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.9.7 +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 102fc4fd5fb13..7a6e95f70b263 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-08-06 +ReleaseDate: 2026-08-19 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.23.0/QoderUserSetup-x64.exe - InstallerSha256: AE1DBF2CD9118C6675FE73AD0935CEB931DAD1B76E7573FA5405DFDF28CDCC9C + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.25.1/QoderIDEUserSetup-x64.exe + InstallerSha256: E4F2AD5EDC1DFD8CB587BDFC6A66E1DC491D65680D6020CCB1C1FE39C19EC6DD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.installer.yaml b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.installer.yaml similarity index 78% rename from manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.installer.yaml rename to manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.installer.yaml index 10c8aba0fa512..479f8692ad6c3 100644 --- a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.installer.yaml +++ b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.2824 +PackageVersion: 0.1000.2913 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -11,10 +11,10 @@ UpgradeBehavior: install Protocols: - awsquick ProductCode: b51862f0-c82b-5555-9b73-180a78b7607f -ReleaseDate: 2026-08-16 +ReleaseDate: 2026-08-19 Installers: - Architecture: x64 InstallerUrl: https://desktop.downloads.quick.aws.com/windows/x64/Amazon-Quick.exe - InstallerSha256: 79A4A9FD143C03EACD1EAF639C41E9073F01574C6FF237FE349E6B7080B80581 + InstallerSha256: ABBFF93751D024C06DECA640D8ED7F1743A16FE0A517BF955910A69F8AD440A8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.locale.en-US.yaml b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.locale.en-US.yaml similarity index 99% rename from manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.locale.en-US.yaml rename to manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.locale.en-US.yaml index c0306702b93e7..28d026ba15935 100644 --- a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.locale.en-US.yaml +++ b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.2824 +PackageVersion: 0.1000.2913 PackageLocale: en-US Publisher: Amazon Web Services PublisherUrl: https://aws.amazon.com/ diff --git a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.locale.zh-CN.yaml b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.locale.zh-CN.yaml similarity index 99% rename from manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.locale.zh-CN.yaml rename to manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.locale.zh-CN.yaml index 4670a22f04697..27b9e120a3f55 100644 --- a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.locale.zh-CN.yaml +++ b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.2824 +PackageVersion: 0.1000.2913 PackageLocale: zh-CN PublisherUrl: https://aws.amazon.com/cn/ PrivacyUrl: https://aws.amazon.com/cn/privacy/ diff --git a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.yaml b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.yaml similarity index 89% rename from manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.yaml rename to manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.yaml index 0abf77444d634..bdfad624bcf07 100644 --- a/manifests/a/Amazon/Quick/0.1000.2824/Amazon.Quick.yaml +++ b/manifests/a/Amazon/Quick/0.1000.2913/Amazon.Quick.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.2824 +PackageVersion: 0.1000.2913 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..98c270e774e5a --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.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: AnyAssociation.Anytype +PackageVersion: 0.56.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.56.4.exe + InstallerSha256: 6C65DB720BA1AD09B327E53A4E3B315180D51EB97FCDABBC4888641D6A01598A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..8bae142b21b6a --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.locale.en-US.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: AnyAssociation.Anytype +PackageVersion: 0.56.4 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2026 Any Association +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +PurchaseUrl: https://anytype.io/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b42e89cb591c3 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.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: AnyAssociation.Anytype +PackageVersion: 0.56.4 +PackageLocale: zh-CN +License: 专有软件 +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..2e0d54670c5ed --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.56.4/AnyAssociation.Anytype.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: AnyAssociation.Anytype +PackageVersion: 0.56.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.installer.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.installer.yaml similarity index 84% rename from manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.installer.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.installer.yaml index bbed5f29e5dfd..190690e24eeb8 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.installer.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.51 +PackageVersion: 0.0.0.52 InstallerType: wix InstallerSwitches: InstallLocation: INSTALLFOLDER="" @@ -15,6 +15,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://ardisk.cn/download/windows/ardisk-setup.msi - InstallerSha256: 19B4C5E80185324FCB7865CF61D26636BD241E705284379A9AB681E7D3C16597 + InstallerSha256: F357CA1F0619EAEB6B2F28CA0689ADBEA8A26FD0213C578F39AE63AB65A1410C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.locale.en-US.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.locale.en-US.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.locale.en-US.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.locale.en-US.yaml index 9b0c28573a4d4..4f70792dc9bb6 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.locale.en-US.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.51 +PackageVersion: 0.0.0.52 PackageLocale: en-US License: Proprietary ShortDescription: Ultra-simple corporate cloud drive diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.locale.zh-CN.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.locale.zh-CN.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.locale.zh-CN.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.locale.zh-CN.yaml index d0f91b84f257d..58d594c96d6bb 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.locale.zh-CN.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.51 +PackageVersion: 0.0.0.52 PackageLocale: zh-CN Publisher: 厦门集核信息科技有限责任公司 PublisherUrl: https://ardisk.cn/ diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.yaml similarity index 90% rename from manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.yaml index 9c29ec18a8241..f50049877a2dc 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.51/Ardisk.Ardisk.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.52/Ardisk.Ardisk.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.51 +PackageVersion: 0.0.0.52 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/aelassas/Servy/9.6/aelassas.Servy.installer.yaml b/manifests/a/aelassas/Servy/9.6/aelassas.Servy.installer.yaml new file mode 100644 index 0000000000000..79e752961cf79 --- /dev/null +++ b/manifests/a/aelassas/Servy/9.6/aelassas.Servy.installer.yaml @@ -0,0 +1,32 @@ +# 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: aelassas.Servy +PackageVersion: '9.6' +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-19 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Servy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aelassas/servy/releases/download/v9.6/servy-9.6-x64-installer.exe + InstallerSha256: FA4E2D6F469FD3B8254F522998C3FADABDD23AE7ABFC3786D6FF35969532669A + ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D0}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D0}_is1' +- Architecture: arm64 + InstallerUrl: https://github.com/aelassas/servy/releases/download/v9.6/servy-9.6-arm64-installer.exe + InstallerSha256: E0EDC95ECD331E416E649E3E89BE30467800D2C0AC47DC683B2FD89E67856793 + ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D1}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D1}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/aelassas/Servy/9.6/aelassas.Servy.locale.en-US.yaml b/manifests/a/aelassas/Servy/9.6/aelassas.Servy.locale.en-US.yaml new file mode 100644 index 0000000000000..121fe081e1413 --- /dev/null +++ b/manifests/a/aelassas/Servy/9.6/aelassas.Servy.locale.en-US.yaml @@ -0,0 +1,131 @@ +# 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: aelassas.Servy +PackageVersion: '9.6' +PackageLocale: en-US +Publisher: Akram El Assas +PublisherUrl: https://github.com/aelassas +PublisherSupportUrl: https://github.com/aelassas/servy/issues +Author: Akram El Assas +PackageName: Servy +PackageUrl: https://servy-win.github.io/ +License: MIT +LicenseUrl: https://github.com/aelassas/servy/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2026 Akram El Assas +ShortDescription: Servy lets you run any app as a native Windows service with full control over the working directory, startup type, process priority, CPU affinity, logging, health checks, hooks, and parameters. +Description: |- + Servy lets you run any app as a native Windows service with full control over the working directory, startup type, process priority, CPU affinity, logging, health checks, environment variables, dependencies, pre-launch and post-launch hooks, pre-stop and post-stop hooks, and parameters. + + Servy is digitally signed with a code-signing certificate provided by the SignPath Foundation. The signature verifies the publisher, enables Windows to detect any modification of the released binaries and installers, and prevents SmartScreen warnings. + + Servy offers a desktop app, a CLI, and a PowerShell module that let you create, configure, and manage Windows services interactively or through scripts and CI/CD pipelines. It also includes a Manager app for easily monitoring and managing all installed services in real time. + + Features: + - Clean, simple UI + - Monitor and manage all installed services with Servy Manager + - Real-time CPU and RAM monitoring with live performance graphs for installed services + - Real-time service stdout and stderr output preview in Servy Console + - Service dependency tree visualization with status indicators + - CLI and PowerShell module for full scripting and automated deployments + - Run any executable as a Windows service + - Set service name, description, startup type, priority, CPU affinity, working directory, environment variables, and dependencies + - Environment variable expansion supported in parameters, process paths, and startup directories + - Run services as Local System, local or domain accounts, Active Directory accounts, or gMSAs + - Redirect stdout/stderr to log files with automatic size-based and date-based rotations + - Run pre-launch hooks before starting the service, with retries, timeout, logging and failure handling + - Run post-launch hooks after the application starts successfully + - Run pre-stop and post-stop hooks before and after the application stops + - Supports Ctrl+C for command-line apps, close-window for GUI apps, and force kill if unresponsive + - Supports Ctrl+C propagation to descendant processes of the wrapped process + - Prevent orphaned/zombie processes with improved lifecycle management while ensuring resource cleanup + - Health checks and automatic service recovery + - Browse and search logs by level, date, and keyword for faster troubleshooting from Servy Manager + - Export/Import service configurations for easy backups and automation + - Service Event Notification alerts on service failures via Windows notifications and email + - Compatible with Windows 7 SP1 through 11 (x64/ARM64) and Windows Server editions + + Who is it for? + - Developers: Run development servers, scripts, or custom tools as services without extra setup. + - Sysadmins & IT professionals: Ensure critical background processes stay alive, monitored, and properly logged. + - Teams or organizations: Automate background services reliably across multiple machines. +Moniker: servy +Tags: +- admin +- automation +- background-service +- cli +- devops +- dotnet +- nssm +- powershell +- scm +- service-manager +- service-supervisor +- service-wrapper +- watchdog +- windows-service +- windows-tools +- winsw +ReleaseNotes: |- + This release includes UI/UX improvements for low and HD resolutions, bug fixes, security patches, code quality improvements, and documentation updates. The full changelog is listed below. + Full Changelog + Click to expand release notes! + - fix(core): ResourceHelper.cs - log messages still say GetHostProcessLastWriteTimeUTC after the #4804 Utc rename (#5154) + - fix(core): Logger.cs - Initialize(null) wipes the re-init baseline while the writer stays live, turning every setter into a silent no-op (#5155) + - fix(core): ServiceMapper.cs - ToDomain silently mutates its input DTO (HydrateDefaults fills nulls in place), losing null-vs-default semantics the persistence layer relies on (#5157) + - fix(core): NativeMethodsHelpers.cs - GetFileIdentity's string.Empty pre-initialization makes IsDifferentFrom's SAFE DEFAULT unreachable; a failed content probe reads as 'proven same' (regression of #1456) (#5160) + - fix(core): Strings.resx (Servy.Core) - style drift between sibling messages: Pre-Launch/pre-launch casing, two range-message phrasings, terminal-punctuation flips, lone contraction (#5163) + - fix(core): SecureData.cs - raw-legacy security block is swallowed by its own catch filter; Decrypt still returns ciphertext as plaintext (the #1371 fix never took effect) (#5167) + - fix(core): Strings.resx / ServiceDependenciesValidator.cs - Msg_InvalidServiceDependencyName omits 'periods' again; the #1294 fix regressed when the sentence was rebuilt for #2600/#3388 (#5169) + - fix(core): ServiceManager.cs - UninstallServiceAsync alone rethrows unexpected exceptions; Install/Start/Stop convert them to OperationResult.Failure (#5176) + - fix(core): ServiceManager.cs - InstallServiceAsync's second IsServiceInstalled call drops the cancellation token its sibling at line 253 forwards (#5177) + - fix(core): ServicePathValidator.cs - FindAllViolations reflects over typeof(T), not target.GetType(); a base-typed call silently validates nothing (#5181) + - fix(core): ServiceValidationRules.cs - the CpuAffinity error is the only rule gated on 'errorMessage != null'; if the guard ever fired it would accept the invalid config silently (#5182) + - fix(core): AffinityHelper.cs - comma-only affinity strings bypass validation and silently return IntPtr.Zero, while the hex branch rejects the same zero mask loudly (#5307) + - fix(core): ServiceDependenciesValidator.cs - the length error omits the offending dependency name, the defect #1601 fixed in ServiceValidationRules before this check was written (#5341) + - fix(core): ServiceManager.cs / ServiceHelper.cs - only the SCM-registering call site zeroes the pre-stop timeout when no pre-stop hook exists, so the runtime stop wait outlives the pre-shutdown deadline (residual of #4465) (#5367) + - fix(core): ImportGuard.cs - the fileStream null guard is unreachable once IsValid is established, and Msg_ImportReadFailure is dead with it (#5370) + - fix(infra): ServiceRepository.cs - HandleCorruptServiceDecryption's UI marker is written into the stored Description on the next save and stacks on every load/save cycle (#5186) + - fix(service): ServiceHelper.cs - MaskRawArguments masks only the last token of an unquoted value, so the credential itself leaks whenever a positional argument follows it (#5223) + - fix(service): ServiceHelper.cs - RestartService logs a non-zero restarter exit code at Info level; the failure case is the only path that reaches the line (#5226) + - fix(service): ProcessWrapper.cs - SendCtrlC reads Marshal.GetLastWin32Error after process.HasExited has clobbered it, so attach failures classify on a stale error code (#5232) + - fix(service): ProcessLauncher.cs / Service.cs - centralizing hook launches dropped the per-hook audit prefix; every hook's expansion warnings now read '[ProcessLauncher.Start]' (#5234) + - fix(service): Service.cs - clean-exit path honors RecoveryOnCleanExit without the health-monitoring gate, leaving a zombie service that neither stops nor recovers (#5235) + - fix(service): Service.cs - StartPreStopProcess's LogIssue still drops the Exception in the ignore-failure branch (the pre-stop half of #1484's All-fixed close) (#5236) + - fix(service): Service.cs - RunFireAndForgetPreLaunch logs launch failure at Error even when PreLaunchIgnoreFailure is true, contradicting its own LogErrorAsWarning setting (#5238) + - fix(service): Service.cs - SetProcessCpuAffinity's early-return warning names a nonexistent SetProcessAffinity method (#5239) + - fix(service): Service.cs - the pre-launch back-off SCM pulse loop passes _logger while both kill-path pulse loops deliberately pass null, logging one Info line per wait slice (#5242) + - fix(service): RotatingStreamWriterAdapter.cs / TimerAdapter.cs - Dispose nulls the inner instance before raising _disposed, so a racing WriteLine surfaces as NullReferenceException instead of the ObjectDisposedException Service.cs deliberately swallows (#5245) + - fix(service): Service.cs - InitiateRecoveryAsync calls the restart-attempts helpers without the CancellationToken every sibling caller passes (sites missed by the #1093 fix) (#5250) + - fix(service): Service.cs - EmitHeartbeatPing logs the full unmasked heartbeat URL on a non-success status code, while both sibling log lines in the same method call MaskUrl (#5383) + - fix(service): EnvironmentVariableHelper.cs - ProtectedVariables omits JDK_JAVA_OPTIONS and the OpenSSL/TLS trust-store family, both inside categories the list already enumerates (#5388) + - fix(ui): AppBootstrapper.cs - the shared extraction-failure message says 'Manager cannot start safely', so the Servy desktop app reports the wrong application name in its startup error (#5246) + - fix(desktop): fix height issues on low resolutions + - fix(desktop): adjust main window MinHeight for 1080p+ displays + - fix(desktop): Strings.resx (Servy) - Info_FailureProgram still says the failure program runs 'when the process fails to start'; the last surviving copy of the wording fixed by #2280/#3832/#2279 (#5259) + - fix(desktop): Strings.resx (Servy) - automation names 'Cpu Affinity' and 'Heartbeat Url' keep the identifier casing #4830 fixed in the visible labels (#5260) + - fix(desktop): Strings.resx (Servy) - 'expansion, example:' comma splice in three info texts vs '. Example:' in the fourth (#5262) + - fix(desktop): ServiceCommands.cs (Servy) - import rejection is the only failure logged at Info, and the message reads 'XML File ... not valid' (#5264) + - fix(desktop): MainWindow.xaml (Servy) - FailureProgramParameters and PreLaunchParameters get single-line editors while their four sibling parameter fields are 80 px multi-line boxes (#5269) + - fix(desktop,manager): ServiceCommands.cs (Servy + Manager) - a null Process.Start result is logged as a launch failure but never surfaced to the user, unlike the exception path (#5263) + - fix(desktop,cli): Strings.resx (Servy) - Info_ServiceDependencies says 'without spaces or special characters', contradicting the validator that deliberately allows both (#3240) (#5261) + - fix(manager): Strings.resx (Servy / Servy.Manager) - StartupType labels still drifted after #4797, plus new one-word drift in Msg_ServiceAlreadyExists (#5165) + - fix(manager): Servy.Manager.csproj - None Remove set omits the two embedded Servy.Service binaries, and resx metadata order is flipped vs the desktop twin (#5197) + - fix(manager): HistoryResult.cs - the Lines remark promises snapshot immutability, but the constructor aliases the caller's list instead of copying it (#5198) + - fix(manager): LogTailer.cs - both #4867 holes partially survive: the threshold flush still publishes the torn line, and a mid-pass exception after a flush still replays published lines (#5200) + - fix(manager): LogTailer.cs - rollback comments describe a re-scan that provably never happens; lastTerminatedLineEndOffset always equals fs.Position at its only use site (#5201) + - fix(manager): LogTailer.cs - the CancellationToken added for #3658 never reaches LoadHistory, so an in-flight history load still cannot be cancelled (#5203) + - fix(manager): ConsoleViewModel.cs - stderr-only services still load only half the history budget (residual of #3309) (#5204) + - fix(manager): SearchableViewModelBase.cs - XML docs and the error log use invented jargon: 'tracking execution task container handle', 'format constraint', 'critical anomaly' (#5207) + - fix(manager): MainViewModel.cs - RefreshAllServicesAsync's 'parallel' step is provably sequential (the async lambda never yields) and runs all process-metric collection on the UI thread from OnTick (#5209) + - fix(manager): MainWindow.xaml.cs (Manager) - F5 on the Dependencies tab calls LoadDependencyTreeAsync directly, bypassing RefreshCommand's CanExecute/re-entrancy gate its sibling branches respect (#5219) + - fix(cli): ExportServiceCommand.cs - the existence check decrypts every stored secret it never reads; last surviving sibling of the #3296/#1839 decrypt:false cleanup (#5267) + - fix: Servy.csproj (+ 4 sibling executables) - StripSymbols is set in every executable project but is a Native AOT-only property; no project publishes with AOT (#5265) + - ci: fix Node.js 20 runner deprecation warnings +ReleaseNotesUrl: https://github.com/aelassas/servy/releases/tag/v9.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/aelassas/servy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aelassas/Servy/9.6/aelassas.Servy.yaml b/manifests/a/aelassas/Servy/9.6/aelassas.Servy.yaml new file mode 100644 index 0000000000000..a762745714cc0 --- /dev/null +++ b/manifests/a/aelassas/Servy/9.6/aelassas.Servy.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: aelassas.Servy +PackageVersion: '9.6' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/armbian/imager/2.0.3/armbian.imager.installer.yaml b/manifests/a/armbian/imager/2.0.3/armbian.imager.installer.yaml new file mode 100644 index 0000000000000..e3037215b3470 --- /dev/null +++ b/manifests/a/armbian/imager/2.0.3/armbian.imager.installer.yaml @@ -0,0 +1,61 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: armbian.imager +PackageVersion: 2.0.3 +InstallerLocale: en-US +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/armbian/imager/releases/download/v2.0.3/Armbian.Imager_2.0.3_x64-setup.exe + InstallerSha256: DE7930F7908BCFD9C7A688D99731C6B552F66C50F09CAB74EC720374A75E4C32 + ProductCode: Armbian Imager + AppsAndFeaturesEntries: + - Publisher: armbian + ProductCode: Armbian Imager + InstallationMetadata: + DefaultInstallLocation: "%LocalAppData%\\Armbian Imager" +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/armbian/imager/releases/download/v2.0.3/Armbian.Imager_2.0.3_x64_en-US.msi + InstallerSha256: B5A44F91285ED0F698CA3EDB9C003C801769D3DC79D2617B2B24920F8C9DB156 + ProductCode: "{A5917629-3BC8-4F1D-B854-F941EE404463}" + AppsAndFeaturesEntries: + - Publisher: armbian + ProductCode: "{A5917629-3BC8-4F1D-B854-F941EE404463}" + UpgradeCode: "{3B80A63A-2942-5EC1-9915-07866A9DD508}" + InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%\\Armbian Imager" +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/armbian/imager/releases/download/v2.0.3/Armbian.Imager_2.0.3_arm64-setup.exe + InstallerSha256: 241D61E60C787EC9FB77239DE3479FB5F6DB67ADF01A59AFC678A793890DB249 + ProductCode: Armbian Imager + AppsAndFeaturesEntries: + - Publisher: armbian + ProductCode: Armbian Imager + InstallationMetadata: + DefaultInstallLocation: "%LocalAppData%\\Armbian Imager" +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/armbian/imager/releases/download/v2.0.3/Armbian.Imager_2.0.3_arm64_en-US.msi + InstallerSha256: E3F43CB6DE1ABF62506CF344A5D74E53C27DFF89D977971EE84C4D97A265DD6E + ProductCode: "{22B9D7A0-437C-49B3-AB97-9AF69ECC11FF}" + AppsAndFeaturesEntries: + - Publisher: armbian + ProductCode: "{22B9D7A0-437C-49B3-AB97-9AF69ECC11FF}" + UpgradeCode: "{3B80A63A-2942-5EC1-9915-07866A9DD508}" + InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%\\Armbian Imager" +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/armbian/imager/2.0.3/armbian.imager.locale.en-US.yaml b/manifests/a/armbian/imager/2.0.3/armbian.imager.locale.en-US.yaml new file mode 100644 index 0000000000000..87f4d0d56c897 --- /dev/null +++ b/manifests/a/armbian/imager/2.0.3/armbian.imager.locale.en-US.yaml @@ -0,0 +1,69 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: armbian.imager +PackageVersion: 2.0.3 +PackageLocale: en-US +Publisher: Armbian +PublisherUrl: https://github.com/armbian +PublisherSupportUrl: https://github.com/armbian/imager/issues +Author: SuperKali +PackageName: Armbian Imager +PackageUrl: https://github.com/armbian/imager +License: GPL-2.0 +LicenseUrl: https://github.com/armbian/imager/blob/HEAD/LICENSE +ShortDescription: Armbian’s cross-platform utility for flashing OS images to storage media. +Description: |- + This tool simplifies the process of writing Armbian OS files to SD cards, USB + drives, or eMMC modules, featuring a user-friendly interface tailored for + Armbian users. +Tags: +- arm64 +- armbian +- auto-updater +- cross-platform +- disk-imaging +- embedded-linux +- etcher-alternative +- image-flashing +- macos +- multilingual +- open-source +- os-installer +- rust +- sbc +- sdcard-image +- windows +ReleaseNotes: |- + Armbian Imager 2.0.2 can flash to a UFS module, not just an SD card. + + ## Flash to a UFS module + + Some Qualcomm boards, like the Radxa Dragon Q6A, can take a UFS module for storage. Now you can + write to it from the app itself, without opening a terminal. + + Attach the UFS module and put the board into download mode. The app tells you how, a button on the + Q6A, a jumper on other boards. Then pick a UFS image the way you would pick any other, and Armbian + Imager writes it straight to the module over USB. If the module is fresh and has never been set up, + the app sets it up for you on the first flash, so even a blank one just works. + + First-boot profiles come along for the ride. Set your user, SSH key, Wi-Fi and locale once, and the + board boots already configured, the same as it does from an SD card. The SD card still works exactly + like before, this just adds the UFS module as a target. + + ## Also in this release + + • Flash failures now tell you what actually went wrong instead of leaving you on a blank screen + • The first-boot profile picker updates the moment you add or edit a profile + • Dependency updates + + ## What's Changed + + • Surface flash write failures instead of a blank error screen by @SuperKali in #150 + • Update build dependencies by @dependabot in #152 + • Update js-yaml by @dependabot in #155 + • Keep the flash profile picker in sync with Settings by @SuperKali in #156 + • Flash UFS images to Qualcomm boards over EDL by @SuperKali in #158 +ReleaseNotesUrl: https://github.com/armbian/imager/releases/tag/v2.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/armbian/imager/2.0.3/armbian.imager.yaml b/manifests/a/armbian/imager/2.0.3/armbian.imager.yaml new file mode 100644 index 0000000000000..aae62df69bad1 --- /dev/null +++ b/manifests/a/armbian/imager/2.0.3/armbian.imager.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: armbian.imager +PackageVersion: 2.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.installer.yaml b/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.installer.yaml new file mode 100644 index 0000000000000..f048d9828f810 --- /dev/null +++ b/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: arviceblot.eso-addon-manager +PackageVersion: 0.4.23 +InstallerType: portable +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-07-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/arviceblot/eso-addons/releases/download/v0.4.23/eso-addon-manager-x86_64-pc-windows-msvc.exe + InstallerSha256: 04DAF9925A224419887007128A8754A85061C2EE4D43279DAC4893475FD51F4B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.locale.en-US.yaml b/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.locale.en-US.yaml new file mode 100644 index 0000000000000..e81edd9e24a57 --- /dev/null +++ b/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: arviceblot.eso-addon-manager +PackageVersion: 0.4.23 +PackageLocale: en-US +Publisher: arviceblot +PublisherUrl: https://github.com/arviceblot +PublisherSupportUrl: https://github.com/arviceblot/eso-addons/issues +Author: arviceblot +PackageName: ESO Addon Manager +PackageUrl: https://github.com/arviceblot/eso-addons +License: MIT +LicenseUrl: https://github.com/arviceblot/eso-addons/blob/HEAD/LICENSE +ShortDescription: Cross platform addon manager for the Elder Scrolls Online +Moniker: eso-addon-manager +ReleaseNotesUrl: https://github.com/arviceblot/eso-addons/releases/tag/v0.4.22 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.yaml b/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.yaml new file mode 100644 index 0000000000000..7733e673d3e2a --- /dev/null +++ b/manifests/a/arviceblot/eso-addon-manager/0.4.23/arviceblot.eso-addon-manager.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: arviceblot.eso-addon-manager +PackageVersion: 0.4.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.installer.yaml b/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.installer.yaml new file mode 100644 index 0000000000000..a3e498813c4b5 --- /dev/null +++ b/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.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: athrvk.Vayu +PackageVersion: 0.19.0 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: c6b9dc37-95fd-5c7e-9133-446b81eb3ee5 +ReleaseDate: 2026-08-19 +AppsAndFeaturesEntries: +- ProductCode: c6b9dc37-95fd-5c7e-9133-446b81eb3ee5 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/athrvk/vayu/releases/download/v0.19.0/Vayu-x64.exe + InstallerSha256: C4D5AD0007521C1889A0DE9293EC7B40F64D66A8FE55C62D180821236ADEEBB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.locale.en-US.yaml b/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.locale.en-US.yaml new file mode 100644 index 0000000000000..b7127112e42be --- /dev/null +++ b/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.locale.en-US.yaml @@ -0,0 +1,47 @@ +# 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: athrvk.Vayu +PackageVersion: 0.19.0 +PackageLocale: en-US +Publisher: Atharva Kusumbia +PublisherUrl: https://github.com/athrvk +PublisherSupportUrl: https://github.com/athrvk/vayu/issues +Author: Atharva Kusumbia +PackageName: Vayu +PackageUrl: https://github.com/athrvk/vayu +License: AGPL-3.0 +LicenseUrl: https://github.com/athrvk/vayu/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Atharva Kusumbia +ShortDescription: Open-source API client with a native C++ load-testing engine - Postman-style requests and k6-level load tests in one local app. +Description: Vayu is a free, open-source desktop app for Windows, macOS, and Linux that combines a full REST and GraphQL request builder - with collections, environments, and scripting - and a high-throughput load tester powered by a C++20 engine, with all data staying on your machine. +Moniker: vayu +Tags: +- api +- api-client +- api-testing +- benchmark +- developer-tools +- graphql +- http +- insomnia +- load-testing +- performance +- postman +- rest +ReleaseNotes: |- + 0.19.0 - 2026-08-19 + The agents and transport release. Two epics land side by side. MCP stops being the read-mostly half of Vayu: an agent can now run a whole collection in design mode or under load, start and drive mock servers and webhook inboxes, create and switch environments, read and clear the cookie jar, write a saved request's auth and every Settings field, curate its examples, and keep run history - roughly thirty new tools over routes the engine already had. Underneath, the engine gains one transport policy that every outbound path inherits, carrying manual proxies, pasted CA anchors, per-request verifySSL and a per-host client-certificate registry, so an internal or mTLS-protected API is callable at all. The OpenAPI work 0.18.0 started gets its follow-through - a bound spec is described rather than transferred, a document-level change is applyable, and orphaned documents are reclaimed - and the dialog primitive learns to fit on a screen. The bulk of the change is new TypeScript in the app's MCP server and new C++ in the engine's transport layer. + Added + - One transport policy, and a manual proxy on every outbound path. The engine had proxy readers and no writer: proxy_url sat in two config structs that nothing ever assigned, SSE had no proxy option at all, and the only proxying Vayu did was libcurl's implicit environment pickup, which a desktop launch never sees. TransportPolicy is resolved from settings at the point of use and applied by one function for all three drivers, so a transport option cannot land on two paths and miss the third - which is exactly how SSE never got a proxy. Design sends, pm.sendRequest, load runs, collection runs, SSE streams, the OAuth token fetch, /import/fetch and the monitor scrape all inherit it, and the load and collection paths read it once per run because libcurl only reuses a pooled connection when its proxy config matches. Modes are environment (today's behaviour, named), manual and off, where off genuinely disables the env pickup; manual always writes the bypass list, empty or not, since libcurl consults the ambient no_proxy whenever CURLOPT_NOPROXY is unset. A refused CONNECT becomes ErrorCode::ProxyError rather than a plain receive error, read off CURLINFO_HTTP_CONNECTCODE - the only place a 407 survives. + - Custom CA certificates, and verifySSL end to end. A new customCaCertificates setting takes pasted PEM anchors, validates them, materializes a bundle beside the database and hands its path to the one applier, so the anchors reach every path the policy does. They extend the platform's rather than replacing them: on an OpenSSL build CURLOPT_CAINFO is the whole trust store, so the file is the system anchors plus the pasted ones, while Schannel and Apple SecTrust keep their OS store and the engine sets NATIVE_CA beside the bundle. A backend that refuses the option is named in the log rather than failing every later request with nothing saying why. verifySSL becomes a real column on requests carried through both serializers, POST /compose, the replay path and a Settings toggle that paints a warning while verification is off - never elided at its default, because a dropped false verifies the certificate the user opted out for. curl -k and wget's --no-check-certificate now import as that setting instead of being skipped, and the curl generator emits -k back. + - Client certificates (mTLS) as a per-host registry. Nothing in the engine ever set CURLOPT_SSLCERT, so an mTLS endpoint was uncallable. A certificate is a property of where you are calling rather than of one request - the transfer that needs it is as often a token fetch, a redirect or a script's pm.sendRequest - so this is a registry keyed by host and port, applied by the engine, and no request names a certificate. The private key never enters the database (paths are stored, and both are checked at write time, since an unreadable one otherwise surfaces at handshake as an SSL error that reads like "the API is broken"), one entry per host+port pair, and a match is exact with port-specific beating catch-all and no wildcards. Settings > Network & connectivity gains the card; a cert-authenticated exchange carries the matched entry through both design funnels and shows a chip on the response status bar. + - Run a collection from MCP, in design mode or under load. run_collection starts the same design-mode runner the Run Collection dialog does - steps one at a time, sharing the environment's cookie jar, honouring pm.execution flow control, running stored scripts, repeating per data row - and start_load_run takes a scenario block to hand the same plan to the load executor. The allowlist gate is all-or-nothing here: every step is composed by id and gated before the run row exists, so one step off the allowlist refuses the whole run with nothing sent, naming the step the engine would have reached first. Modes that cannot drive a sequence (capacity, constant_rps, any non-zero targetRps) are refused with the engine's own reasoning, and every argument describing a single target is refused by name beside a scenario rather than being silently unread. + - Mock servers and webhook inboxes over MCP. The examples-driven mock server and the webhook inbox both shipped without an agent surface, which left their one agent loop - start a listener, trigger the sender, assert on what arrived - unreachable. Twelve tools cover lifecycle, routes, captures and live editing: update_mock_issuer and update_inbox_response merge-patch a running service, so an agent testing retry behaviour flips the failure mode instead of destroying and recreating an issuer, which would invalidate the token URL the request under test points at. Every listener the engine binds is loopback with no host to configure, and inboxStartPayload never emits bind whatever the arguments carry. A started mock that has nothing mappable answers 404s, so the counts the engine already reports become a sentence on the result rather than something to spot in the JSON. + - Environments, globals and the cookie jar over MCP. An agent could merge values into an environment that already existed and nothing else. Seven tools add create, activate and delete, globals read and write, and the cookie jar's read and scoped clear, while update_environment gains a per-variable {value, secret, type, enabled} form and a removeVariables list. Both blobs merge through one implementation because both are replaced wholesale engine-side: a field the call did not state keeps its stored value, so a rotated secret stays masked. A variable with no stored value must carry one, so {secret: true} against a mistyped name is an error rather than a new empty secret; a name in both variables and removeVariables is refused, because "set it and delete it" has no correct order; and a removal that found nothing is a note, not an error, so a retried call cannot fail on its own success. + - Saved-request parity: auth, every Settings field, and example CRUD. create_request and update_request now take the request's auth block and all five Settings fields (followRedirects, maxRedirects, httpVersion, stream, verifySSL), on the merge-patch rule the strings already followed - which for verifySSL is a security rule rather than a convenience, since a defaulted true on an unrelated update would silently re-enable a check the user turned off. The auth input is run_request's own schema re-described rather than a copy, so an agent can write back verbatim what list_requests handed it. Examples get the CRUD the engine has had since 0.16.0, with origin the one field no tool accepts: a created example is always user, because a claimable origin would let an agent hand its own example to the next spec sync to overwrite. create_collection / update_collection reach variables, auth and both collection scripts, and move_item re-parents through POST /reorder - atomic against a concurrent move where a plain update is not - offering first / last only and refusing a collection into its own subtree. + - Run housekeeping over MCP. list_runs fetched the first 100 rows with no parameters; it now takes the engine's filters and paging, with type and status as real enums rather than passthrough strings, because GET /runs ignores one it cannot parse and a typo forwarded raw would answer the unfiltered page and read as "nothing matched anywhere". delete_run and set_run_baseline land the write half that was never shipped, and get_run_samples, get_run_timeseries and get_run_monitor open the captured data, defaulting well under the engine's own page sizes, refusing a limit past the cap rather than clamping it, and saying in words when a page has more behind it. + - Load-run recording knobs, OAuth 2.0 token tools and the scripting types. start_load_run takes successSamplePeriod, slowRequestThresholdMs, saveTimingBreakdown and comment, each named for what the value means rather than for the engine key it maps to, and all four reach a scenario run as well, since forwarding on one path would be a knob that silently does nothing on the other. fetch_oauth2_token, get_oauth2_token_status and clear_oauth2_token cover the token cache under two stated rules: no tool returns access-token bytes - the engine is what applies a token, so the bytes buy an agent nothing it can use through Vayu while turning a credential into something it can carry off the machine - and the authorization_code grant is refused before the engine is called, because acquire_token answers a cache hit before it looks at the grant. vayu://scripting/types re-serves the .d.ts the app's editor loads. +ReleaseNotesUrl: https://github.com/athrvk/vayu/releases/tag/v0.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.yaml b/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.yaml new file mode 100644 index 0000000000000..1c8f2068339a9 --- /dev/null +++ b/manifests/a/athrvk/Vayu/0.19.0/athrvk.Vayu.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: athrvk.Vayu +PackageVersion: 0.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.installer.yaml b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.installer.yaml new file mode 100644 index 0000000000000..55f3bf879d59e --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.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: ByteDance.JianyingPro +PackageVersion: 11.3.0.14362 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- vega +ProductCode: JianyingPro +ReleaseDate: 2026-08-17 +Installers: +- Architecture: x64 + InstallerUrl: https://lf3-package.vlabstatic.com/obj/faceu-packages/Jianying_11_3_0_14362_jianyingpro_0_creatortool.exe + InstallerSha256: E9B53F43A4412D28DF3B1BCB2B40C54922311751E99C71DD8CFA6C80AFBAFF25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.en-US.yaml b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.en-US.yaml new file mode 100644 index 0000000000000..f5febd63cf7c0 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 11.3.0.14362 +PackageLocale: en-US +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/en +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: Shenzhen Lianmeng Technology Co., Ltd. +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: Freeware +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2026 Shenzhen Lianmeng Technology Co., Ltd. +ShortDescription: All-in-one, easy-to-use desktop video editing software +Description: Jianying Pro is an all-in-one, easy-to-use desktop video editing software that makes creation easier. +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.zh-CN.yaml b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c33905e6d3ae4 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 11.3.0.14362 +PackageLocale: zh-CN +Publisher: 深圳市脸萌科技有限公司 +PublisherUrl: https://www.bytedance.com/zh +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: 深圳市脸萌科技有限公司 +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: 免费软件 +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2026 深圳市脸萌科技有限公司 +ShortDescription: 全能易用的桌面端剪辑软件 +Description: 剪映专业版是一款全能易用的桌面端剪辑软件,让创作更简单。 +Moniker: 剪映 +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ReleaseNotes: |- + 剪映专业版 11.3.0 最新版来啦! + - 修复了一些已知的体验问题,让剪辑更顺畅 +Documentations: +- DocumentLabel: 剪辑教程 + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.zh-TW.yaml b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.zh-TW.yaml new file mode 100644 index 0000000000000..74c03ad6d4e93 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.locale.zh-TW.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 11.3.0.14362 +PackageLocale: zh-TW +Publisher: 深圳市脸萌科技有限公司 +PublisherUrl: https://www.bytedance.com/zh +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: 深圳市脸萌科技有限公司 +PackageName: 剪映專業版 +PackageUrl: https://www.capcut.cn +License: 免費軟件 +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: 版权所有 (c) 深圳市脸萌科技有限公司 +ShortDescription: 全能易用的桌面端剪輯軟件 +Description: 剪映專業版是一款全能易用的桌面端剪輯軟件,讓創作更簡單。 +Tags: +- 剪輯 +- 剪辑 +- 創意 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +- 電影 +Documentations: +- DocumentLabel: 剪辑教程 + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.yaml b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.yaml new file mode 100644 index 0000000000000..094810fed25cd --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/11.3.0.14362/ByteDance.JianyingPro.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.JianyingPro +PackageVersion: 11.3.0.14362 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.installer.yaml new file mode 100644 index 0000000000000..8e7d4fa1b3dea --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.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: ByteDance.Lark +PackageVersion: 7.74.22 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-lark +ProductCode: Lark +ReleaseDate: 2026-08-14 +Installers: +- Architecture: x86 + InstallerUrl: https://lf16-larkversion.larksuitecdn.com/obj/lark-version-sg/d7054cad/Lark-win32_ia32-7.74.22-signed.exe + InstallerSha256: BB52F4D683DDB2B38BACA27A4A964D3354C1E2B5B18B9C9491DB9BB09CD9C6A6 +- Architecture: x64 + InstallerUrl: https://lf16-larkversion.larksuitecdn.com/obj/lark-version-sg/fa2d8822/Lark-win32_x64-7.74.22-signed.exe + InstallerSha256: 83B031EF88606B52A8CA563D4E94ADF618F3314044BA36919FCD746054683899 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.locale.en-US.yaml new file mode 100644 index 0000000000000..b048bcdd6a646 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.locale.en-US.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: ByteDance.Lark +PackageVersion: 7.74.22 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://www.larksuite.com/hc/en-US/ +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/en_us/download +License: Proprietary +LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service +Copyright: Copyright © 2026 Lark Technologies Pte. Ltd. +ShortDescription: The Next-Gen Collaboration Suite +Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +Moniker: larksuite +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/360046836333 +PurchaseUrl: https://www.larksuite.com/en_us/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.locale.zh-CN.yaml new file mode 100644 index 0000000000000..493da93279baa --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.74.22 +PackageLocale: zh-CN +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/zh_cn/ +PublisherSupportUrl: https://www.larksuite.com/hc/zh-CN/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/zh_cn/download +License: 专有软件 +LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +Copyright: Copyright © 2026 Lark Technologies Pte. Ltd. +ShortDescription: 新一代协同套件 +Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/360046836333 +PurchaseUrl: https://www.larksuite.com/zh_cn/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.yaml new file mode 100644 index 0000000000000..0aa61e842fd68 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.74.22/ByteDance.Lark.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.Lark +PackageVersion: 7.74.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.installer.yaml b/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.installer.yaml new file mode 100644 index 0000000000000..3f57cb377b705 --- /dev/null +++ b/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: biondi53.QuickExplorer +PackageVersion: 0.1.34 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: "{F7123FB5-7F6A-4F7B-BA02-9A9A5C9FCCD9}" +ReleaseDate: 2026-08-11 +AppsAndFeaturesEntries: +- Publisher: nico + ProductCode: "{F7123FB5-7F6A-4F7B-BA02-9A9A5C9FCCD9}" + UpgradeCode: "{A4CFA4A8-2885-5C6D-B754-EACE99167FBA}" +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%\\Quick Explorer" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/biondi53/Quick-Explorer/releases/download/v0.1.34/Quick.Explorer_0.1.34_x64_en-US.msi + InstallerSha256: 3198F81CA4F75EC0B6D1B27B2B618E97EECA9C651D9E2ADAC947D58522510BA5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.locale.en-US.yaml b/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..716aa0a349502 --- /dev/null +++ b/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: biondi53.QuickExplorer +PackageVersion: 0.1.34 +PackageLocale: en-US +Publisher: biondi53 +PublisherUrl: https://github.com/biondi53 +PublisherSupportUrl: https://github.com/biondi53/Quick-Explorer/issues +PackageName: Quick Explorer +PackageUrl: https://github.com/biondi53/Quick-Explorer +License: MIT +ShortDescription: quickexplorer +Moniker: quickexplorer +ReleaseNotes: |- + • QuickPreview & UI Refinements + • • Dynamic Glassmorphism:Implemented a responsive backdrop-blur and transparency system for QuickPreview controls. Floating elements now remain ultra-translucent by default and shift to a dark blurred state on hover, prioritizing media visibility. + • • "Open With" Integration:Added a native "Open With" button to the QuickPreview header, allowing instant file launching in external applications without leaving the viewer. + • • Themed Context Shadows:Restored accented depth to context menus using the system's --accent-glow variable, providing both better separation from the background and a premium aesthetic. + • • Enhanced Selection Visibility:Optimized the selection state with a 15% opacity background and a 25% opacity ring border, making multi-selection significantly clearer across all views (Grid, List, Sidebar). + • • Tab Navigation Polish:Fixed a usability issue where tabs with short names were difficult to target. Set a standardized 140px minimum width for all tabs while maintaining the smooth pop-layout animations. +ReleaseNotesUrl: https://github.com/biondi53/Quick-Explorer/releases/tag/v0.1.32 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.yaml b/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.yaml new file mode 100644 index 0000000000000..c0c899b43441b --- /dev/null +++ b/manifests/b/biondi53/QuickExplorer/0.1.34/biondi53.QuickExplorer.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: biondi53.QuickExplorer +PackageVersion: 0.1.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.installer.yaml b/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.installer.yaml new file mode 100644 index 0000000000000..3e7d1e8a94af8 --- /dev/null +++ b/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Chocolatey.Chocolatey +PackageVersion: 2.7.4.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ExpectedReturnCodes: +- InstallerReturnCode: 1603 + ReturnResponse: alreadyInstalled + ReturnResponseUrl: https://ch0.co/cli-msi +UpgradeBehavior: deny +ProductCode: '{EB32B51C-3AD8-4007-AA53-74EC1A1B84D5}' +RequireExplicitUpgrade: true +AppsAndFeaturesEntries: +- DisplayName: Chocolatey (Install Only) + UpgradeCode: '{62FC4E65-47F0-488A-B841-ECA07E98A58B}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chocolatey/choco/releases/download/2.7.4/chocolatey-2.7.4.0.msi + InstallerSha256: F39EFEBDC012525A7057F573F136F63AF91A496EFDDD1DB4C7910D657A5AC407 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.locale.en-US.yaml b/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.locale.en-US.yaml new file mode 100644 index 0000000000000..3869aea009d0e --- /dev/null +++ b/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Chocolatey.Chocolatey +PackageVersion: 2.7.4.0 +PackageLocale: en-US +Publisher: Chocolatey Software, Inc. +PublisherUrl: https://chocolatey.org +PublisherSupportUrl: https://github.com/chocolatey/choco/issues +PackageName: Chocolatey +PackageUrl: https://github.com/chocolatey/choco +License: Apache v2 +LicenseUrl: https://github.com/chocolatey/choco/blob/develop/LICENSE +ShortDescription: Chocolatey is The Package Manager for Windows. It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure and uses PowerShell as its focus for delivering packages. +Tags: +- c-sharp +- chocolatey +- hacktoberfest +- package-management +- package-manager +- package-manager-tool +- powershell +- software +- software-management +- softwareautomation +- windows +- windows-server +InstallationNotes: The Chocolatey CLI MSI is intended for installation only! If upgrading from 5.x of Licensed Extension, or 1.x of other Chocolatey products, see the upgrade guide at https://ch0.co/upv2v6 before continuing. Otherwise, run `choco upgrade chocolatey`. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.yaml b/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.yaml new file mode 100644 index 0000000000000..b1a7e6086d081 --- /dev/null +++ b/manifests/c/Chocolatey/Chocolatey/2.7.4.0/Chocolatey.Chocolatey.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Chocolatey.Chocolatey +PackageVersion: 2.7.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.installer.yaml b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.installer.yaml similarity index 72% rename from manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.installer.yaml rename to manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.installer.yaml index 3292f004a3a78..8ea68072c25b0 100644 --- a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.installer.yaml +++ b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Clockify.Clockify -PackageVersion: 2.2.4 +PackageVersion: 2.2.5 InstallerType: msi Scope: machine UpgradeBehavior: install Protocols: - clockify -ProductCode: '{D66141B9-8C68-43B1-BC2E-52B6CCE30967}' -ReleaseDate: 2026-07-23 +ProductCode: '{E39FAF70-A750-4293-B59F-34ECAA182743}' +ReleaseDate: 2026-08-19 AppsAndFeaturesEntries: - UpgradeCode: '{A17CEE88-470D-49D0-A58D-40D503A0BEBF}' Installers: - Architecture: x64 InstallerUrl: https://clockify.me/downloads/clockify-setup.msi - InstallerSha256: 4FAE1C6DE4B7A68086D05D12A5EA9168C5BE039E920483E4800F857075DAEE99 + InstallerSha256: 5A184139B2C36D0E64FA4C7E6C4FD6DE95640AB766B59CE34306267DC3E9C74C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.locale.en-US.yaml b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.locale.en-US.yaml similarity index 59% rename from manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.locale.en-US.yaml rename to manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.locale.en-US.yaml index 1eafc47fd94bc..cf4bfb1c2d675 100644 --- a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.locale.en-US.yaml +++ b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Clockify.Clockify -PackageVersion: 2.2.4 +PackageVersion: 2.2.5 PackageLocale: en-US Publisher: COING Inc. PublisherUrl: https://clockify.me/ @@ -22,12 +22,6 @@ Tags: - timer - tracker - work -ReleaseNotes: |- - - Improvement: Updated the 'Last Used Project' and 'Use specific' default project logic, so that archived or unavailable projects are no longer assigned to new entries, and added a notification when your default project is no longer available. - - UI Improvement: Improved the appearance of Pomodoro notification. - - Fix: Fixed a 403 error when a user attempts to stop a locked entry. - - Fix: Fixed an issue where the Auto Tracker window would close when preferences were changed on the web. - - Fix: Set valid minimum height for the main window when switching from mini-timer to regular mode. ReleaseNotesUrl: https://clockify.me/help/whats-new Documentations: - DocumentLabel: Tutorials diff --git a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.locale.zh-CN.yaml b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.locale.zh-CN.yaml similarity index 95% rename from manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.locale.zh-CN.yaml rename to manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.locale.zh-CN.yaml index c5ebdb5669881..1bfee2701cd2a 100644 --- a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.locale.zh-CN.yaml +++ b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Clockify.Clockify -PackageVersion: 2.2.4 +PackageVersion: 2.2.5 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款时间追踪与工时表应用,助您轻松记录跨项目的工作时长。 diff --git a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.yaml b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.yaml similarity index 91% rename from manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.yaml rename to manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.yaml index 0b51a25787c42..6cb9439ee4712 100644 --- a/manifests/c/Clockify/Clockify/2.2.4/Clockify.Clockify.yaml +++ b/manifests/c/Clockify/Clockify/2.2.5/Clockify.Clockify.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Clockify.Clockify -PackageVersion: 2.2.4 +PackageVersion: 2.2.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.installer.yaml b/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.installer.yaml new file mode 100644 index 0000000000000..e6f434cd3663e --- /dev/null +++ b/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.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: Codesomelabs.trau +PackageVersion: 2.37.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-19" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: trau.exe + PortableCommandAlias: trau + InstallerUrl: https://github.com/RomkaLTU/trau/releases/download/v2.37.0/trau_2.37.0_windows_amd64.zip + InstallerSha256: c0e8b3f24951972250826dd50c654f5030143c668e9546a6990b84d5919aeb7c + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: trau.exe + PortableCommandAlias: trau + InstallerUrl: https://github.com/RomkaLTU/trau/releases/download/v2.37.0/trau_2.37.0_windows_arm64.zip + InstallerSha256: 0818a8b2bbba6a955aa54520fc3fab0e15f98e3c4d7f934c0bf5de2508327640 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.locale.en-US.yaml b/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.locale.en-US.yaml new file mode 100644 index 0000000000000..f1c47de9fc771 --- /dev/null +++ b/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.locale.en-US.yaml @@ -0,0 +1,27 @@ +# 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: Codesomelabs.trau +PackageVersion: 2.37.0 +PackageLocale: en-US +Publisher: Codesomelabs +PublisherUrl: https://trau.sh +PublisherSupportUrl: https://github.com/RomkaLTU/trau/issues +Author: Codesomelabs +PackageName: trau +PackageUrl: https://trau.sh +License: Apache-2.0 +LicenseUrl: https://github.com/RomkaLTU/trau/blob/main/LICENSE +ShortDescription: Autonomous, ticket-driven development loop +Description: | + trau pulls the next ready issue from your tracker and drives it through + build, handoff, verify, commit, PR, CI and merge, one issue per iteration, + each phase in its own fresh agent process. +Moniker: trau +Tags: + - cli + - developer-tools + - automation + - ai +ReleaseNotesUrl: https://github.com/RomkaLTU/trau/releases/tag/v2.37.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.yaml b/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.yaml new file mode 100644 index 0000000000000..b7b8723094640 --- /dev/null +++ b/manifests/c/Codesomelabs/trau/2.37.0/Codesomelabs.trau.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: Codesomelabs.trau +PackageVersion: 2.37.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.installer.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.installer.yaml new file mode 100644 index 0000000000000..5a49f9fc4dc79 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.6 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: MyTerminal +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CrazyFigure/MyTerminal/releases/download/v0.7.6/MyTerminal_0.7.6_windows_x64-setup.exe + InstallerSha256: FBCDBB45A5AF99B78C8C060133D1E7256C4CC1A4F0BC287871CC6F91A0A34FEA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.locale.en-US.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.locale.en-US.yaml new file mode 100644 index 0000000000000..9928addeec615 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.6 +PackageLocale: en-US +ShortDescription: A modern desktop SSH terminal manager built with Rust, Tauri 2, and React. +Description: |- + A modern desktop SSH terminal manager built with Rust, Tauri 2, and React. + MyTerminal brings terminal tabs, SSH profiles with jump hosts and proxies, SFTP file management, remote file editing, local port forwarding, and WebDAV backup into one clean desktop app. It is designed for developers and operators who want a lightweight, open, and hackable alternative to heavyweight remote terminal suites. +Tags: +- console +- download +- file +- remote +- server +- sftp +- shell +- ssh +- terminal +- transfer +- upload +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.locale.zh-CN.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f533643584f67 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.6 +PackageLocale: zh-CN +Publisher: myterminal +PublisherUrl: https://github.com/CrazyFigure +PublisherSupportUrl: https://github.com/CrazyFigure/MyTerminal/issues +PackageName: MyTerminal +PackageUrl: https://github.com/CrazyFigure/MyTerminal +License: MIT +LicenseUrl: https://github.com/CrazyFigure/MyTerminal/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 CrazyFigure +ShortDescription: 一个基于 Rust、Tauri 2 和 React 构建的现代桌面 SSH 终端管理工具。 +Description: |- + 一个基于 Rust、Tauri 2 和 React 构建的现代桌面 SSH 终端管理工具。 + MyTerminal 把终端标签页、支持跳板机与代理的 SSH 连接管理、SFTP 文件管理、远程文件编辑、本地端口转发和 WebDAV 备份放到一个清爽的桌面应用里。它面向开发者和运维场景,希望提供一个轻量、开放、可折腾的远程终端工具。 +Tags: +- sftp +- shell +- ssh +- 上传 +- 下载 +- 传输 +- 控制台 +- 文件 +- 服务器 +- 终端 +- 远程 +ReleaseNotes: |- + 新增: + - 为终端和编辑器补充剪贴板快捷键(ctrl + shift + c 和 ctrl + shift + v) + - 内置字体 + 修复: + - 本次暂无修复项。 + 优化: + - update star history + - update star history + - update star history + - update star history + - update star history + - update star history + - update star history +ReleaseNotesUrl: https://github.com/CrazyFigure/MyTerminal/releases/tag/v0.7.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.yaml new file mode 100644 index 0000000000000..a8e51d75c4031 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.6/CrazyFigure.MyTerminal.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: CrazyFigure.MyTerminal +PackageVersion: 0.7.6 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..71ff2b6f18111 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 17.3.8 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v17.3.8/omp-windows-x64.exe + InstallerSha256: 0A7D4F7E491F9AF906F3BDC750023BF51E8934A9E31DB481B611EE2CB7909C32 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..f87ca708bd6d8 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.3.8 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v17.3.8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd19b4dd24ed5 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.3.8 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..71bc27e5fc582 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.3.8/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 17.3.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.installer.yaml b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.installer.yaml new file mode 100644 index 0000000000000..aba4ad5217a69 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.18.32 +InstallerType: nullsoft +Scope: user +ProductCode: 29165f8a-586b-5470-a1cc-cfff30a85ed3 +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/different-ai/openwork/releases/download/v0.18.32/openwork-cloud-win-x64-0.18.32.exe + InstallerSha256: 313657F32304C90C493F148ED9E0E5EC9BA2FA9E75D1687EF5546FC0B15B61D9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.locale.en-US.yaml b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.locale.en-US.yaml new file mode 100644 index 0000000000000..6d5bfd6de8c3e --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.18.32 +PackageLocale: en-US +Publisher: differentai +PublisherUrl: https://openwork.software/ +PublisherSupportUrl: https://github.com/different-ai/openwork/issues +Author: Different AI +PackageName: OpenWork +PackageUrl: https://openwork.software/ +License: MIT +LicenseUrl: https://github.com/different-ai/openwork/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Different AI +ShortDescription: An open-source alternative to Claude Cowork, powered by OpenCode +Description: |- + OpenWork is an extensible, open-source “Claude Work” style system for knowledge workers. + It’s a native desktop app that runs OpenCode under the hood, but presents it as a clean, guided workflow: + - pick a workspace + - start a run + - watch progress + plan updates + - approve permissions when needed + - reuse what works (templates + skills) + The goal: make “agentic work” feel like a product, not a terminal. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +- opencode +ReleaseNotes: |- + What's new + OpenWork v0.18.32 desktop release. + - Public artifacts use the openwork-* naming convention. + - Cloud artifacts use openwork-cloud-* and require sign-in without enterprise activation. + - Enterprise artifacts use openwork-enterprise-* while retaining the standard OpenWork app identity. + - Public, Cloud, and enterprise Electron builds use separate updater manifests on this release. + Windows installers are signed using Microsoft Artifact Signing. +ReleaseNotesUrl: https://github.com/different-ai/openwork/releases/tag/v0.18.32 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.locale.zh-CN.yaml b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30438480845e7 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.18.32 +PackageLocale: zh-CN +ShortDescription: 由 OpenCode 驱动的 Claude Cowork 开源替代方案 +Description: |- + OpenWork 是一个可扩展的开源“Claude Work”风格系统,专为知识工作者设计。 + 它是一款原生桌面应用程序,底层运行 OpenCode,但以简洁、引导式的工作流呈现: + - 选择一个工作区 + - 开始执行任务 + - 查看进度并规划更新 + - 在需要时批准权限 + - 复用有效内容(模板 + 技能) + 目标:让“自主智能式工作”感觉像一个产品,而不是一个终端。 +Tags: +- opencode +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.yaml b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.yaml new file mode 100644 index 0000000000000..429623b072c5d --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.32/DifferentAI.OpenWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.18.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.installer.yaml b/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.installer.yaml new file mode 100644 index 0000000000000..541b0a601b6c1 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.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: datamitsu.datamitsu +PackageVersion: 0.2.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-19" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.2.0/datamitsu_0.2.0_windows_arm64.zip + InstallerSha256: 95e2498973b060eeb9505ad4860790400aa3a648bc49b11e992cc0032c547406 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.2.0/datamitsu_0.2.0_windows_amd64.zip + InstallerSha256: 9daf366f4518d9711abe303249e64eef61611f5d5eded5c9e6d352d49ae1aca4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.locale.en-US.yaml b/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.locale.en-US.yaml new file mode 100644 index 0000000000000..a9e78c8e64011 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.locale.en-US.yaml @@ -0,0 +1,60 @@ +# 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: datamitsu.datamitsu +PackageVersion: 0.2.0 +PackageLocale: en-US +Publisher: datamitsu +PublisherUrl: https://datamitsu.com/ +PublisherSupportUrl: https://github.com/datamitsu/datamitsu/issues/new +PackageName: datamitsu +PackageUrl: https://datamitsu.com/ +License: mit +LicenseUrl: https://github.com/datamitsu/datamitsu/blob/main/LICENSE +Copyright: datamitsu contributors +CopyrightUrl: https://github.com/datamitsu/datamitsu/blob/main/LICENSE +ShortDescription: Configuration management and binary distribution tool. +Description: |- + Configuration management and binary distribution tool. + JavaScript-configurable tool orchestration for linting and development workflows. +Moniker: datamitsu +Tags: + - golang + - cli + - devtools +ReleaseNotes: | + ## Changelog + ### Features + * 0146fff6912bbf7fbd3521f13283b6403dc79a18: feat(llms): serve version-matched docs from the binary (#229) (@shibanet0) + * 604c8afde66f796087bc1db752599777c68cc453: feat(packaging): add a dev-link build for testing an unreleased core (#237) (@shibanet0) + * 97b622349bc846022d1564d3c3c5f1a0d3650af8: feat(parsers): pull WASM parser modules from an OCI registry (#253) (@shibanet0) + * 249b5e7e1d1a421f15c99da0f2219c6845073d07: feat(parsers): report the file a diagnostic belongs to (#236) (@shibanet0) + * 20c75ba584ad6b0e9608a03aa817bddb8b6822d4: feat: decide tool invocation granularity in the core (#256) (@shibanet0) + ### Bug Fixes + * 6aab7b6cad4737b9b23138f860efd45d9abf0752: fix(ci): resolve the prerelease flag in the shell, not in an if: expression (#251) (@shibanet0) + * 41f9d72deb3690232b447d47ac20ec3249de6bc8: fix(ci): stop the clitest fixture identity from authoring real commits (#255) (@shibanet0) + * b15bb0709ab8c2e0188646e7539a9166fba351cb: fix(ci): unskip the unstable prerelease job (#252) (@shibanet0) + * 1ef128c945fa45fea4782b883e1b62d02ec9c926: fix(facts): resolve symlinks before comparing cwd to the git root (#234) (@shibanet0) + * 5de89f9e75ec3aff820c42ed50d3b36af4e0cf2a: fix(git): stop inheriting the hook repository in child git commands (#250) (@shibanet0) + * e0b08f4d331be245ba82c67f9df703b876081f80: fix(oci): verify seeded parser modules and keep GITHUB_TOKEN on GHCR (#248) (@shibanet0) + * cac9aeecdae015f082e1ac667a6b459e295ea60f: fix(tooling): parse batch tool output into diagnostics (#235) (@shibanet0) + ### Others + * 0b5cac6f45b1cec60ca02c6ea500f4f038ce40b6: build(deps): bump github.com/vbauerster/mpb/v8 from 8.15.1 to 8.15.2 (#238) (@dependabot[bot]) + * 23321377f6c33944d00fcb1b02f29749e0098692: build(deps): consolidate dependabot updates + vscode languageclient 10 (#208) (@shibanet0) + * cb242dbfb6459cf50d62bb5053cfd52c2c01af71: build(deps): consolidate dependabot updates and allow the semver downgrade (#254) (@shibanet0) + * 298870f857dc6c6ac042ab0055440674320e0bb7: chore(deps): bump @shibanet0/datamitsu-config to unstable.20260811 (#233) (@shibanet0) + * ac81c4cc99d1de3b42b97e0b04398b61966a81ec: chore(deps): bump managed runtimes, npm deps, and pnpm/node versions (#231) (@shibanet0) + * 059b629ea3dd4bff9f7ae494993074aa2e8d1798: chore(deps): update go modules, npm deps, actions, and docker base (#230) (@shibanet0) + * 6ef4dee57245e4770ad1d54484a1d740827c649d: ci(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#246) (@dependabot[bot]) + * 39944e3ad4dc9d5e65a95819b3ee389d62ac214a: ci(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 (#202) (@dependabot[bot]) + * 6553f721d717211b40a2b33d49a69551b1cf36e9: ci(deps): bump docker/login-action from 4.2.0 to 4.4.0 (#196) (@dependabot[bot]) + * e34ecf33f8c406e2a8f6e17bf2b766b807d67fbb: ci(deps): bump docker/login-action from 4.5.1 to 4.6.0 (#211) (@dependabot[bot]) + * 3eeca032bbf01a771ae015e9da78e0e24e54883e: ci(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#243) (@dependabot[bot]) + * c0ca1b89b63fec4a6500ceffba1dd132c86087e2: ci(deps): bump github/codeql-action/upload-sarif from 4.37.3 to 4.37.6 (#213) (@dependabot[bot]) + * 59b0737d25aa073c541d88da0db26c7c8a61a391: ci(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 (#185) (@dependabot[bot]) + * 0c70da53e52f280f71af5565fa493bdd083b23a1: ci(deps): bump ruby/setup-ruby from 1.314.0 to 1.316.0 (#186) (@dependabot[bot]) + * 07810ee3cbf6f137001528e0e54a4e4173bb6ee5: ci(release): attach the WASM parser module to the optional unstable prerelease (#247) (@shibanet0) + * aeeb0e9e76c81b4b2407486277c95914d888463c: docs(plans): archive the completed llms command plan (#232) (@shibanet0) + * 6f5c9ea185eff401f6a445f3c42f7181119458f6: docs(readme): remove the dead Go Report Card badge (#249) (@shibanet0) +ReleaseNotesUrl: https://github.com/datamitsu/datamitsu/releases/tag/v0.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.yaml b/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.yaml new file mode 100644 index 0000000000000..d024ab0e41aeb --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.2.0/datamitsu.datamitsu.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: datamitsu.datamitsu +PackageVersion: 0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.installer.yaml b/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.installer.yaml new file mode 100644 index 0000000000000..79a10884204c3 --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.45.0 +InstallerType: portable +Commands: +- parley +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/feci/parley-deck-cli/releases/download/v1.45.0/parley-v1.45.0-windows-x64.exe + InstallerSha256: C50D1F51564D0334B145CB522503B545681D792EC89498450AFAA47296C9E6CE +- Architecture: arm64 + InstallerUrl: https://github.com/feci/parley-deck-cli/releases/download/v1.45.0/parley-v1.45.0-windows-arm64.exe + InstallerSha256: 91F9600226C4A0617277DDCF9F714C8884625750AD7A3DBAFDAEE728A823C900 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.locale.en-US.yaml b/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.locale.en-US.yaml new file mode 100644 index 0000000000000..173163da40f95 --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.45.0 +PackageLocale: en-US +Publisher: Feci +PublisherUrl: https://github.com/feci +PackageName: Parley Deck CLI +PackageUrl: https://github.com/feci/parley-deck-cli +License: Apache-2.0 +LicenseUrl: https://github.com/feci/parley-deck-cli/blob/main/LICENSE +ShortDescription: CLI that orchestrates Parley Deck multi-agent cooperation workflows. +Description: "parley orchestrates multi-agent Parley Deck cooperation across local CLI agents. v1.45.0 adds the zcode adapter, verified against the real binary, and closes the roster's remaining unknown cells. The roster reports what a launch actually passes, so an agent whose CLI has no model or effort flag used to show unknown. Three such cells are now read from the agent's own configuration, the same file the process reads at launch, under two new status terms that keep that weaker claim distinct from an argv-bound one. A value declared in a parley config for an adapter that cannot carry it still never reaches the cell. A new fail-closed spec bit strips a model or effort flag such a CLI would reject, at the single place every surface resolves arguments, so the roster, the inventory and the launch can no longer disagree." +ReleaseNotesUrl: https://github.com/feci/parley-deck-cli/releases/tag/v1.45.0 +Tags: +- ai +- agents +- automation +- cli +- codex +- consensus +- loop +- multi-agent +- orchestration +- preflight +- roster +- tui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.yaml b/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.yaml new file mode 100644 index 0000000000000..1d598248c0e43 --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.45.0/Feci.ParleyDeckCli.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.installer.yaml b/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.installer.yaml new file mode 100644 index 0000000000000..1b7de5683234e --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 2.9.0 +InstallerType: portable +Commands: +- parley-deck-skill +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/feci/parley-deck-skill/releases/download/v2.9.0/parley-deck-skill-v2.9.0-windows-x64.exe + InstallerSha256: 06674F43BD3883E5CCA526E9F8D37FF459D628EA31F06E54CA1CEED95377123B +- Architecture: arm64 + InstallerUrl: https://github.com/feci/parley-deck-skill/releases/download/v2.9.0/parley-deck-skill-v2.9.0-windows-arm64.exe + InstallerSha256: 2265945190DBA8E323BFB92298084AB981C6606E6E44965A8F42FD5ED07E2F14 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.locale.en-US.yaml b/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.locale.en-US.yaml new file mode 100644 index 0000000000000..bc2eebf372a5d --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 2.9.0 +PackageLocale: en-US +Publisher: Feci +PublisherUrl: https://github.com/feci +PackageName: Parley Deck Skill +PackageUrl: https://github.com/feci/parley-deck-skill +License: Apache-2.0 +LicenseUrl: https://github.com/feci/parley-deck-skill/blob/main/LICENSE +ShortDescription: Installer for the Parley Deck multi-agent cooperation skill. +Description: "Installs the vendor-neutral Parley Deck AI cooperation skill into Codex, Claude Code, zcode, Antigravity CLI, Hermes, Kimi Code, or a custom skill directory. v2.9.0 adds zcode as an install target, confirmed against the runtime bundle and against the vendor's own bundled configuration guide, bringing the target count to fifteen. It also documents two new roster status terms that mark a model or effort value read out of the agent's own configuration, because that CLI exposes no flag for it and the process reads that file itself at launch. The documented rule is unchanged, a roster cell must never show a value the launch does not carry, and these terms exist so the weaker claim is never mistaken for the stronger one. Such a row is never reported as healthy, and the explain view names the file that was read along with its limitation, the file can change before launch and these CLIs do not echo the model back, so the value is not confirmable after a run." +ReleaseNotesUrl: https://github.com/feci/parley-deck-skill/releases/tag/v2.9.0 +Tags: +- ai +- agents +- agy +- antigravity +- cli +- codex +- claude +- kimi +- multi-agent +- skill +- zcode +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.yaml b/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.yaml new file mode 100644 index 0000000000000..a8d6d48c56481 --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/2.9.0/Feci.ParleyDeckSkill.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 2.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.installer.yaml b/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.installer.yaml new file mode 100644 index 0000000000000..c1ae946fa597b --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.7.1280.10749 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://installer.filedini.app/Filedini-0.7.1280.10749-Installer.exe + InstallerSha256: 0610D3E40E3B9006D1303B4E84EE2967EC94D10564D3DC584A20C4E802A77EB3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.locale.en-US.yaml b/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.locale.en-US.yaml new file mode 100644 index 0000000000000..ed369e8cab587 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.7.1280.10749 +PackageLocale: en-US +Publisher: Filedini +PackageName: Filedini +License: Proprietary +ShortDescription: A fast, keyboard-first file manager for Windows. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.yaml b/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.yaml new file mode 100644 index 0000000000000..28c6d35e9d254 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.1280.10749/Filedini.Filedini.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.7.1280.10749 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.installer.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.installer.yaml new file mode 100644 index 0000000000000..4e2f43fe65adc --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.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: Fioooooooo.FylloCode +PackageVersion: 0.15.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fb4850cb-f98d-5a6d-8287-16734ebbc07c +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Fioooooooo/FylloCode/releases/download/v0.15.4/FylloCode-0.15.4-win-x64-setup.exe + InstallerSha256: A0CC45FFAF34ECBD4E35B799A372F6214BB05238FEEA3942FC5C848E4FE78156 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.locale.en-US.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.locale.en-US.yaml new file mode 100644 index 0000000000000..437ef15498cda --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.locale.en-US.yaml @@ -0,0 +1,94 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.15.4 +PackageLocale: en-US +Publisher: Fio +PublisherUrl: https://github.com/Fioooooooo +PublisherSupportUrl: https://github.com/Fioooooooo/FylloCode/issues +PackageName: FylloCode +PackageUrl: https://github.com/Fioooooooo/FylloCode +License: AGPL-3.0 +LicenseUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/LICENSE +ShortDescription: A desktop app that turns Coding Agents into reliable teammates — by splitting every change into Task → Proposal → Apply → Archive, with you reviewing the plan before any code is written. +Description: |- + In this new era, the work that really needs our attention is no longer repetitive coding, but higher-level business understanding and architecture design. The future workflow I have in mind is: understand the business → think through the architecture → write a Proposal → review the Proposal → let the Agent implement it automatically, then move on to the next Proposal. + That thinking led me to build FylloCode — a step from Vibe Coding toward Agentic Coding. + + How FylloCode Solves It + FylloCode enforces a structured workflow that separates thinking from doing: + ┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐ + │ Task │ ──→ │ Chat/Proposal │ ──→ │ Apply │ ──→ │ Archive │ + │ │ │ │ │ │ │ │ + │ What to │ │ Agent explores │ │ Agent │ │ Specs │ + │ work on │ │ codebase and │ │ implements│ │ updated, │ + │ │ │ writes a plan │ │ the plan │ │ change │ + │ │ │ │ │ │ │ recorded │ + │ │ │ ➜ YOU REVIEW │ │ │ │ │ + └──────────┘ └────────────────┘ └───────────┘ └───────────┘ + Task — Pick a task from your local list or synced from platforms like Yunxiao. One click sends it to Chat. + Chat / Proposal — The Agent explores your codebase, asks clarifying questions, and produces a structured proposal (what to change, which files, acceptance criteria). The Agent is prohibited from writing code in this stage. You review, edit, and approve the proposal before anything else happens. + Apply — A fresh Agent session implements the approved proposal task-by-task. It reads only the proposal artifacts — not the Chat history — so every decision must be captured in writing, not left in context-window memory. + Archive — Specs are updated, the change is recorded with full traceability. Your project's knowledge base grows with every shipped change. + Why Separating Thinking from Execution Matters + Most Coding Agents understand a task and write code in the same session. Any misunderstanding becomes code directly, and code is expensive to review. FylloCode physically separates understanding from execution. Misunderstandings can only become proposal text — and text is cheap to review. A 2-minute proposal review catches problems that would take 20 minutes to find in a diff. + + Features + + Agent Protocol (ACP) + FylloCode connects to any Coding Agent through ACP (Agent Client Protocol). Claude Code, Codex, or any ACP-compatible agent — one protocol, one interface, without juggling a pile of terminal windows. + There are currently 35 agents available in the ACP Registry, with support for parallel chats and parallel Proposal Apply runs. + + System Reminders + Each workflow stage injects a system reminder that constrains what the Agent can and cannot do. In Chat, the Agent is instructed to explore and propose, not code. In Apply, it follows the approved task list. This isn't a suggestion — it's a hard boundary enforced at session start. + + Task Panel + View and manage tasks from your local list or synced from external platforms. Tasks serve as the entry point to the entire workflow — select a task, start a Chat, and the Agent begins with full context. + + Integration with Development Platforms + Connect to platforms like Yunxiao (Alibaba Cloud DevOps) at the provider level — one authentication, multiple tools across task management, source code, and CI/CD. More platform integrations (GitHub, TAPD, Jira, etc.) are planned. + Task integrations use APIs instead of Agent Skills by design. API calls are fast and do not spend tokens, so tokens stay focused on the work that actually needs reasoning. + + Workflow Editor + Define and customize multi-stage workflows. Built-in templates get you started; edit the YAML to fit your team's process. + + OpenSpec-Driven Proposals + Proposals are structured artifacts — not chat messages. Each proposal contains a design document, spec changes, and a concrete task list with file paths and acceptance criteria. The built-in fyllo-specs MCP server manages the full lifecycle: explore → create-proposal → apply-change → archive-change. + + Streaming Rendering Engine + FylloCode uses markstream-vue as its streaming rendering engine. It is fast and smooth, with built-in integration for Monaco Editor, KaTeX, and Mermaid. While working on Proposals, it can render flowcharts and formatted specs in real time, making architecture flows and business logic easier to inspect. + Engineering Guardrails + FylloCode provides two layers of engineering guardrails: + - Soft constraints — Capture engineering conventions as Guidelines and continuously maintain them through the built-in fyllo-skills MCP server, without manual upkeep. + - Hard constraints — Agents may not always follow Guidelines perfectly, so FylloCode's health checks establish engineering-level enforcement through lint, test runners, git hooks, and CI. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + This release completes asynchronous control and observability for cross-Agent delegation: spawned Sessions now run in the background by default, can be cancelled on request, stream their completion notifications into the parent Session, and remain visible at any time through a persistent per-session activity bar. Every real session also gets its own URL for direct access, refresh recovery, and navigation from other pages. + Added + - Every real session now uses its own /chat/ subroute. Task pages, session search, and lineage open the session directly, and a refresh stays on the same session; /chat remains the draft entry before the first message, and an invalid or out-of-Workspace session route falls back to /chat with a notice + - Added a child-Agent activity bar at the bottom of the Chat conversation area. When the current session owns spawned Sessions, the bar shows the total as 子 Agent N plus the running count; its list orders Sessions by active first, then by most recent update, with each entry's Agent, synchronous or background mode, status, prompt preview, and update time. Opening a Session shows read-only details organized by Turn, with the latest Turn selected by default and earlier Turns available, each showing its original prompt, aggregated Activity, compacted Transcript, status, and response IDs + - Added the cancel_session tool to fyllo-spawn. The parent Agent can request cancellation of a running spawned Session it owns; { cancelled: true } only means the request was triggered, the turn settles as error with code TURN_CANCELLED_BY_PARENT, and the final state is confirmed through check_session_status + Changed + - fyllo-spawn's prompt_to_agent now runs in the background by default (background defaults to true): the call returns accepted once Main owns the turn, so the parent Agent can keep working and later collect the result through check_session_status and read_response. Callers that need synchronous blocking must pass background: false explicitly. This is an incompatible default change; older calls that omit the parameter behave differently + - When a background spawned turn completes, its completion notification now streams into the parent Session like a normal reply: the Session shows a running state and sending is temporarily disabled during the notification turn, and multiple pending notifications for the same parent are delivered one at a time in order. The notification turn lifecycle remains owned by Main; closing the window only interrupts the live projection and does not cancel or lose the reply + - The spawn.session Signal changed from a required discovery step to an optional contextual deep link. Main automatically exposes newly created and continued spawned Sessions through the parent Session's activity bar, so omitting the Signal does not affect visibility + Fixed + - Fixed the missing loading feedback and silently rejected sends in the parent Session while a spawn notification reply was running: once dispatch is accepted the Session enters submitted, and turns to streaming when the first content chunk arrives + Notes + - The application version is now 0.15.4. + - The fyllo-spawn MCP server is now 0.2.0. This version adds cancel_session and changes the background default to true; the latter is a breaking change, and callers that rely on synchronous blocking must pass background: false explicitly. + - The fyllo-cortex MCP server remains at 0.7.0, and the fyllo-specs MCP server remains at 0.11.1; neither server changed in this release range. + - The child-Agent activity bar and Turn details are read-only and read from Main's durable records and live state; no continue, cancel, or retry entry points were added to the UI, and completion-notification delivery semantics are unchanged. +ReleaseNotesUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/CHANGELOG.en.md#0154---2026-08-19 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.locale.zh-CN.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d021d451ed1d4 --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.locale.zh-CN.yaml @@ -0,0 +1,84 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.15.4 +PackageLocale: zh-CN +ShortDescription: 一款桌面应用,通过将每个更改拆分为任务 → 提案 → 应用 → 归档的流程,将编程智能体转变为可靠的团队成员,并在编写任何代码之前由您审查计划。 +Description: |- + 在这个新时代,真正需要我们处理的不再是重复性的编码工作,而是更高层面的业务理解和架构设计。我设想的未来工作方式是:接触业务 → 想清楚架构 → 写 Proposal → 审查 Proposal → Agent 自动编码落地,然后接着搞下一个 Proposal。 + 基于这些思考,我开发了 FylloCode——从 Vibe Coding 走向 Agentic Coding。 + + FylloCode 怎么解决 + FylloCode 用一套结构化的工作流,把 思考 和 执行 物理隔离: + ┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐ + │ 任务 │ ──→ │ 对话 / 提案 │ ──→ │ 执行 │ ──→ │ 归档 │ + │ │ │ │ │ │ │ │ + │ 做什么 │ │ Agent 探索代码 │ │ Agent 按 │ │ 规格更新 │ + │ │ │ 库,写出方案 │ │ 方案逐条 │ │ 变更留档 │ + │ │ │ │ │ 实现 │ │ │ + │ │ │ ➜ 你来审查 │ │ │ │ │ + └──────────┘ └────────────────┘ └───────────┘ └───────────┘ + 任务 — 从本地任务列表或云效等平台同步过来的工作项中选一个,一键发起对话创建提案。 + 对话 / 提案 — Agent 探索你的代码库,提出澄清问题,然后生成结构化的提案(改什么、改哪些文件、验收标准)。在这个阶段,Agent 被禁止写代码。你审查、修改、确认提案后,流程才会继续。 + 执行 — 一个全新的 Agent session 按提案逐条实现。它只读提案产物,看不到对话历史——所以所有决策必须写进提案,不能留在上下文窗口的记忆里,同时以这种方式将决策产物持久化留存。 + 归档 — 规格文档更新,变更完整归档。你的项目知识库随着每次交付不断增长。 + 为什么把思考和执行分开很重要 + 大多数 Coding Agent 在同一个 session 里理解任务并写代码。任何误解都会直接变成代码,而代码的审查成本很高。 FylloCode 把理解和执行物理隔离了。误解只能变成提案文字——文字的审查成本极低。花 2 分钟审一遍提案,能拦住你在 diff 里要花 20 分钟才能发现的问题。 + + 功能特性 + + Agent 协议(ACP) + FylloCode 通过 ACP(Agent Client Protocol)连接任意 Coding Agent。Claude Code、Codex 或任何 ACP 兼容的 Agent——一个协议,一个界面,不用再开一堆终端来回切换了。 + 目前 ACP Registry 中已有 35 款 Agent 可用,同时支持多聊天并行和多 Proposal 的 Apply 并行。 + + System Reminders + 每个工作流阶段会注入 system reminder,约束 Agent 能做和不能做的事。对话阶段,Agent 被指示去探索和提案,而不是写代码;执行阶段,它只按已批准的任务列表走。这不是建议——是在 session 启动时强制执行的硬边界。 + + 任务面板 + 查看和管理本地任务,或展示从外部平台同步的工作项。任务是整个工作流的入口——选中任务,发起对话,Agent 带着完整上下文开始工作。 + + 开发平台集成 + 以 Provider 为单位连接平台(如云效)——一次认证,任务管理、源码管理、CI/CD 等多个工具全部可用。更多平台集成(GitHub、TAPD、Jira 等)在路线图中。 + 任务集成走的是 API 而不是 Agent Skill——这是有意为之。API 调用速度快而且不消耗 Token,好钢要用在刀刃上。 + + 工作流编辑器 + 定义和自定义多阶段工作流。内置模板开箱即用,也可以编辑 YAML 适配你的团队流程。 + + OpenSpec 驱动的提案 + 提案是结构化的产物,不是聊天消息。每个提案包含设计文档、规格变更和具体的任务列表(文件路径、验收标准)。内置的 fyllo-specs MCP server 管理完整的生命周期:explore → create-proposal → apply-change → archive-change。 + + 流式渲染引擎 + FylloCode 采用 markstream-vue 作为流式渲染引擎,速度快、效果丝滑。内置集成了 Monaco Editor、KaTeX 和 Mermaid,在做 Proposal 时可以实时渲染出流程图和格式化的规格说明,架构流程、业务逻辑一目了然。 + 工程规范保障 + FylloCode 提供两个层面的规范保障: + - 软约束 — 把工程规范沉淀为 Guidelines,通过内置的 fyllo-skills MCP server 在工作流中自动持续维护,无需人工干预。 + - 硬约束 — Agent 不一定完全遵守 Guidelines,FylloCode 的健康检查会在工程层面建立硬约束(lint、test runner、git hooks、CI),从根上把质量卡住。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 本次发布围绕跨 Agent 委派补全了异步控制与可观测性:spawned Session 默认在后台运行、可以被主动取消,完成通知以流式回复进入父会话,父会话也可以通过常驻活动栏随时查看名下所有子 Agent。每个真实会话同时获得独立 URL,可以直接定位、刷新恢复和从其他页面跳转。 + 新增 + - 每个真实会话使用独立的 /chat/ 子路由。任务页、会话搜索和 lineage 会直接打开对应会话,刷新后仍停留在同一会话;/chat 保留为首条消息前的草稿入口,无效或不属于当前 Workspace 的会话路由会回退到 /chat 并提示 + - Chat 对话区底部新增子 Agent 活动栏。当前会话存在 spawned Session 时,活动栏显示“子 Agent N”总数与正在运行的数量,列表按活跃优先、最近更新优先展示每个 Session 的 Agent、同步或后台模式、状态、Prompt 预览与更新时间;打开任一 Session 显示按 Turn 组织的只读详情,默认选中最新 Turn,可切换历史 Turn 查看原始 Prompt、聚合 Activity、压缩 Transcript、状态与 response ID + - fyllo-spawn 新增 cancel_session tool。父 Agent 可以请求取消名下正在运行的 spawned Session;{ cancelled: true } 只表示取消请求已触发,turn 最终以 error(TURN_CANCELLED_BY_PARENT)结束,需通过 check_session_status 确认 + 调整 + - fyllo-spawn 的 prompt_to_agent 现在默认后台执行(background 默认为 true):调用在 Main 接管 turn 后立即返回 accepted,父 Agent 可以继续工作,再通过 check_session_status 与 read_response 获取结果。需要同步阻塞的调用必须显式传 background: false。这是不兼容的默认值变化,省略该参数的旧调用行为会改变 + - 后台 spawned turn 完成后,完成通知改为以流式回复进入父会话:期间会话显示运行状态并暂时禁用发送,同一父会话的多条待投递通知按顺序逐条处理。通知 turn 的生命周期仍由 Main 持有,关闭窗口只中断实时投影,不会取消或丢失回复 + - spawn.session Signal 从必须的发现步骤改为可选的上下文深链。Main 会自动把新建和续聊的 spawned Session 暴露到父会话活动栏,Agent 不输出 Signal 也不影响查看 + 修复 + - 修复 spawn 通知回复期间父会话没有 loading 反馈、发送被静默拒绝的问题:dispatch 被接受后会话立即进入 submitted 状态,收到首个内容 chunk 后转为 streaming + 说明 + - 应用版本为 0.15.4。 + - fyllo-spawn MCP server 升级到 0.2.0。该版本新增 cancel_session,并把 background 默认值改为 true;后者是 breaking 变化,依赖同步阻塞行为的调用方需要显式传 background: false。 + - fyllo-cortex MCP server 保持 0.7.0,fyllo-specs MCP server 保持 0.11.1;本次发布范围没有修改这两个 server。 + - 子 Agent 活动栏与 Turn 详情全部只读,数据来自 Main 的持久化记录与当前运行态;不新增 UI 层面的继续、取消或重试入口,也不改变完成通知的投递语义。 +ReleaseNotesUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/CHANGELOG.md#0154---2026-08-19 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.yaml new file mode 100644 index 0000000000000..ff4ed855db5be --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.4/Fioooooooo.FylloCode.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: Fioooooooo.FylloCode +PackageVersion: 0.15.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..236c89f603df9 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.85 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.85/flyctl_0.4.85_Windows_x86_64.zip + InstallerSha256: 2BFD222C4EBD3AF3393D3799CD2BFD38F2CAA1C283B689C0FEA8A4D455F89E9C +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.85/flyctl_0.4.85_Windows_arm64.zip + InstallerSha256: 1716D5F42AF82BC658C19BB6A1B5B45982EC1E31891DF761DEEBA5FCAF1F7C40 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..bcd69460ca771 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.85 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + • 56c828f chore(deps):bump docker/login-action from 4.2.0 to 4.4.0 (#4996) + • cf27349 chore(deps):bump github.com/depot/depot-go from 0.5.2 to 0.5.3 (#5003) + • 19d46f6 Show app network in fly status and fly apps list +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.4.71 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..31ac32cb1c817 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.85 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..1ebdafc89bc72 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.85/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.85 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.installer.yaml b/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.installer.yaml new file mode 100644 index 0000000000000..01ac3c07fd999 --- /dev/null +++ b/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.installer.yaml @@ -0,0 +1,20 @@ +# 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: Ganksoft.Nanopad +PackageVersion: 1.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: nanopad.exe + PortableCommandAlias: nanopad +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ganksoft/nanopad/releases/download/v1.3.0/Nanopad-1.3.0-x64.zip + InstallerSha256: 6A332D38AB951AD3E62084AE4CAF79B1AF158093E4BEB2A5B12DA1DF58363793 +- Architecture: arm64 + InstallerUrl: https://github.com/ganksoft/nanopad/releases/download/v1.3.0/Nanopad-1.3.0-arm64.zip + InstallerSha256: FCE32A395B304BAEC6BF81D258422172516FC43EAD8C451DB74DAE67D5E19AE8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.locale.en-US.yaml b/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.locale.en-US.yaml new file mode 100644 index 0000000000000..5308e046b2a15 --- /dev/null +++ b/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.locale.en-US.yaml @@ -0,0 +1,51 @@ +# 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: Ganksoft.Nanopad +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: Ganksoft LLC +PublisherUrl: https://ganksoft.com/ +PublisherSupportUrl: https://github.com/ganksoft/nanopad/issues +Author: Brian Peek +PackageName: Nanopad +PackageUrl: https://github.com/ganksoft/nanopad +License: MIT +LicenseUrl: https://github.com/ganksoft/nanopad/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Ganksoft LLC +ShortDescription: A simple, portable Win32 text editor in the spirit of classic Windows Notepad. +Description: |- + Nanopad is a lightweight Notepad replacement written in pure Win32 C++. + Features include dark/light mode with system theme following, font selection, + Find & Replace, printing, encoding detection (UTF-8, UTF-16, ANSI), + per-monitor DPI scaling, and portable settings via INI file. + Single EXE, no installer, no runtime dependencies. +Tags: +- cpp +- dark-mode +- notepad +- portable +- text-editor +- win32 +ReleaseNotes: |- + Nanopad 1.3.0 + Download + Extract the zip and run nanopad.exe. Settings are stored in nanopad.ini next to the executable. + ────────┬─────────────────────── + Platform│Download + ────────┼─────────────────────── + x64 │Nanopad-1.3.0-x64.zip + ────────┼─────────────────────── + ARM64 │Nanopad-1.3.0-arm64.zip + ────────┴─────────────────────── + Install via winget + winget install Ganksoft.Nanopad + SHA256 + 0DDFD7C934A8B94D274FF92A0E81E692B2DB2A41A110CFA6D8DDAE8C6A34F8FE nanopad.exe (x64) + 6A332D38AB951AD3E62084AE4CAF79B1AF158093E4BEB2A5B12DA1DF58363793 Nanopad-1.3.0-x64.zip + 515F71DF4C6CEDFA2B2B02EC4FBCAEB18E065213DE8E31149921EFFCEA519EC4 nanopad.exe (arm64) + FCE32A395B304BAEC6BF81D258422172516FC43EAD8C451DB74DAE67D5E19AE8 Nanopad-1.3.0-arm64.zip + Full Changelog: v1.2.2...v1.3.0 +ReleaseNotesUrl: https://github.com/ganksoft/nanopad/releases/tag/v1.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.yaml b/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.yaml new file mode 100644 index 0000000000000..596d41582fb28 --- /dev/null +++ b/manifests/g/Ganksoft/Nanopad/1.3.0/Ganksoft.Nanopad.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: Ganksoft.Nanopad +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..bd4d3d4646d49 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.101 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.101/TK-Copilot.Setup.1.8.101.exe + InstallerSha256: CA0696BC9EAC88D60757EC3661CE2D00CF36C7955B39835A84786FA549F3EDE5 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.101/TK-Copilot.Setup.1.8.101.exe + InstallerSha256: CA0696BC9EAC88D60757EC3661CE2D00CF36C7955B39835A84786FA549F3EDE5 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..a3cd329a5851d --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.101 +PackageLocale: en-US +Publisher: RIVON LLC +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/rivonclaw/issues +Author: Gaoyang Zhang +PackageName: TK Copilot +PackageUrl: https://github.com/gaoyangz77/rivonclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + RivonClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; RivonClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + RivonClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so RivonClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.8.101 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3848260834753 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.101 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + RivonClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,RivonClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + RivonClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 RivonClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..77ff4f50c1cf1 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.101/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.installer.yaml b/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.installer.yaml new file mode 100644 index 0000000000000..bb00205f22727 --- /dev/null +++ b/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 3.2.0 +InstallerType: portable +Commands: +- gitea-runner +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://gitea.com/gitea/runner/releases/download/v3.2.0/gitea-runner-3.2.0-windows-amd64.exe + InstallerSha256: BA8BBF060DD8AA3F600BB8DBD8C78571F760C68072C8D65B9DDFB71844DFAB3F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.locale.en-US.yaml b/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..294538ef08d00 --- /dev/null +++ b/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 3.2.0 +PackageLocale: en-US +Publisher: The Gitea Authors +PublisherUrl: https://about.gitea.com/ +PublisherSupportUrl: https://docs.gitea.com/help/support +Author: The Gitea Authors +PackageName: Gitea Runner +PackageUrl: https://about.gitea.com/products/runner/ +License: MIT +LicenseUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +Copyright: Copyright (c) 2026 The Gitea Authors +CopyrightUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +ShortDescription: Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It runs your jobs on the infrastructure you choose, with the same workflow syntax as GitHub Actions. +Description: |- + Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It works alongside Gitea's built-in Git server and auxiliary services to create an isolated environment in which the tasks that make up your CI/CD pipeline run. + + The runner works on a simple yet effective premise: it listens for any job dispatched from a Gitea server and runs those jobs in the environment you configure. Whenever a commit or a pull request is made, the runner kicks into action and provides immediate feedback about the impact of the change. +Moniker: gitea-runner +Tags: +- cd +- ci +- ci-cd +- continuous-delivery +- continuous-integration +- gitea +- gitea-actions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.yaml b/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.yaml new file mode 100644 index 0000000000000..ac1cddaaee897 --- /dev/null +++ b/manifests/g/Gitea/Runner/3.2.0/Gitea.Runner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 3.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.installer.yaml b/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.installer.yaml new file mode 100644 index 0000000000000..c118947b6bfe4 --- /dev/null +++ b/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gjlumsden.Copilocal +PackageVersion: 0.1.3 +InstallerType: portable +Commands: +- copilocal +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/garylumsden/copilocal/releases/download/v0.1.3/copilocal-win-x64.exe + InstallerSha256: 7C7C91513A3CA57D917B452B109A332FFB537D50C80A1066D58C27AC927CAF46 +- Architecture: arm64 + InstallerUrl: https://github.com/garylumsden/copilocal/releases/download/v0.1.3/copilocal-win-arm64.exe + InstallerSha256: B77584ACDADB4309866237CA43FF109A4CACDEF92859C4D92A91D488401243ED +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-19 diff --git a/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.locale.en-US.yaml b/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.locale.en-US.yaml new file mode 100644 index 0000000000000..25b590b3141f6 --- /dev/null +++ b/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gjlumsden.Copilocal +PackageVersion: 0.1.3 +PackageLocale: en-US +Publisher: Gary Lumsden +PublisherUrl: https://github.com/garylumsden +PublisherSupportUrl: https://github.com/garylumsden/copilocal/issues +Author: Gary Lumsden +PackageName: copilocal +PackageUrl: https://github.com/garylumsden/copilocal +License: MIT +LicenseUrl: https://github.com/garylumsden/copilocal/blob/main/LICENSE +Copyright: Copyright (c) Gary Lumsden +ShortDescription: Pick a local LLM (Ollama / Foundry Local / LM Studio) from a TUI and launch GitHub Copilot CLI against it. +Description: copilocal discovers the models you already have in Ollama, Foundry Local, and LM Studio, lets you choose one in an arrow-key terminal UI, ensures that provider's OpenAI-compatible server is running, then launches GitHub Copilot CLI with the right BYOK environment variables set only on the Copilot child process. If a provider isn't installed, copilocal can install it (with links to each tool's docs). copilocal is an independent, unofficial tool and is not affiliated with, endorsed by, or sponsored by GitHub, Microsoft, Ollama, or LM Studio; it launches the GitHub Copilot CLI that you install separately. +Moniker: copilocal +Tags: +- copilot +- ollama +- foundry-local +- lm-studio +- llm +- byok +- cli +- tui +ReleaseNotesUrl: https://github.com/garylumsden/copilocal/releases/tag/v0.1.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/garylumsden/copilocal/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.yaml b/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.yaml new file mode 100644 index 0000000000000..f1740b5d11027 --- /dev/null +++ b/manifests/g/Gjlumsden/Copilocal/0.1.3/Gjlumsden.Copilocal.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gjlumsden.Copilocal +PackageVersion: 0.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.installer.yaml b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.installer.yaml new file mode 100644 index 0000000000000..1d44158204bc7 --- /dev/null +++ b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HUSTOpenAtomClub.AtomGitCLI +PackageVersion: 0.7.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ag.exe + PortableCommandAlias: ag +UpgradeBehavior: install +Commands: +- ag +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/releases/download/v0.7.2/ag_windows_amd64.zip + InstallerSha256: F34EA6981933E39AB699BCF69FC0C00EBE3F66A3AF7F82F124611720C92E56D1 +- Architecture: arm64 + InstallerUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/releases/download/v0.7.2/ag_windows_arm64.zip + InstallerSha256: 40CC7F8D1D9B269C39880868835CD7DF289D986D34E4266BE81D21F34BDD8562 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.locale.en-US.yaml b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..98f5419663b39 --- /dev/null +++ b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HUSTOpenAtomClub.AtomGitCLI +PackageVersion: 0.7.2 +PackageLocale: en-US +Publisher: HUST OpenAtom Club +PublisherUrl: https://hust.openatom.club/ +PublisherSupportUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/issues +PackageName: AtomGit CLI +PackageUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli +License: MulanPSL-2.0 +LicenseUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/blob/main/LICENSE +Copyright: Copyright (c) 2026 HUST OpenAtom Club, AtomGit, and the AtomGit CLI contributors +ShortDescription: A command-line interface for managing AtomGit repositories and workflows. +Description: AtomGit CLI provides command-line access to AtomGit services, enabling users to manage repositories, pull requests, and other development workflows. +Moniker: atomgit-cli +Tags: +- atomgit +- cli +- developer-tools +- git +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.yaml b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.yaml new file mode 100644 index 0000000000000..702a6bee4eeed --- /dev/null +++ b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.2/HUSTOpenAtomClub.AtomGitCLI.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: HUSTOpenAtomClub.AtomGitCLI +PackageVersion: 0.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.installer.yaml b/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.installer.yaml new file mode 100644 index 0000000000000..81fc8adab5643 --- /dev/null +++ b/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: HarjotSinghRana.Reinstate +PackageVersion: 0.4.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rein.exe + PortableCommandAlias: rein +- RelativeFilePath: reinstate.exe + PortableCommandAlias: reinstate +UpgradeBehavior: install +Commands: +- rein +- reinstate +ReleaseDate: 2026-08-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/HarjjotSinghh/reinstate/releases/download/v0.4.0/reinstate_0.4.0_windows_amd64.zip + InstallerSha256: DE2C384DB0E350725F0E4AA59C508A4042B858B7E12706A004C20CD3ED41EC8F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.locale.en-US.yaml b/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.locale.en-US.yaml new file mode 100644 index 0000000000000..4b0f7da4f1ee0 --- /dev/null +++ b/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: HarjotSinghRana.Reinstate +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: Harjot Singh Rana +PublisherUrl: https://harjot.co +PublisherSupportUrl: https://github.com/HarjjotSinghh/reinstate/issues +PackageName: Reinstate +PackageUrl: https://reinstate.dev +License: Apache-2.0 +LicenseUrl: https://github.com/HarjjotSinghh/reinstate/blob/v0.2.0/LICENSE +ShortDescription: Continue supported coding-agent sessions across configured devices. +Description: Reinstate securely syncs supported coding-agent sessions across configured devices using end-to-end encryption and storage you control. +Tags: +- cli +- claude +- coding-agent +- codex +- encryption +- session +- sync +ReleaseNotesUrl: https://github.com/HarjjotSinghh/reinstate/releases/tag/v0.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.yaml b/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.yaml new file mode 100644 index 0000000000000..1f9e2455b701a --- /dev/null +++ b/manifests/h/HarjotSinghRana/Reinstate/0.4.0/HarjotSinghRana.Reinstate.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: HarjotSinghRana.Reinstate +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..0907240886614 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# 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: Hibbiki.Chromium +PackageVersion: 151.0.7922.170 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v151.0.7922.170-r1654411/mini_installer.exe + InstallerSha256: E7B322CA63BBF99212705FF45E4AC48ED41BE9B8FDAA899A6D741CEFEAE934CC + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v151.0.7922.170-r1654411/mini_installer.exe + InstallerSha256: E7B322CA63BBF99212705FF45E4AC48ED41BE9B8FDAA899A6D741CEFEAE934CC + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..0c0dcbc92037e --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,28 @@ +# 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: Hibbiki.Chromium +PackageVersion: 151.0.7922.170 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +Tags: +- browser +- chromium +- manifestv3 +- mv3 +ReleaseNotes: |- + 9f3412b4ce5ed099dc50a09440b6667050b84529 ../out/mini_installer.exe + d4d7eb725f3b7353eb8aafb395ad36fff105041b ../out/chrome.7z + 60acb61b657a97a784355165624e33fe75d38655 ../out/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v151.0.7922.170-r1654411 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..4433b0a6e4c40 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/151.0.7922.170/Hibbiki.Chromium.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: Hibbiki.Chromium +PackageVersion: 151.0.7922.170 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.installer.yaml b/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.installer.yaml new file mode 100644 index 0000000000000..c9d1720ae07ce --- /dev/null +++ b/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.installer.yaml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: JackTrip.JackTrip +PackageVersion: 3.0.0 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-04-26 +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: JackTrip-v3.0.0-Windows-x64/jacktrip.exe + InstallerUrl: https://github.com/jacktrip/jacktrip/releases/download/v3.0.0/JackTrip-v3.0.0-Windows-x64-binary.zip + InstallerSha256: 3950BEB20ADCA665EF0050F483A8A18131266366449D44E7DEF5FFBEE9B08510 +- Architecture: x64 + InstallerType: burn + Scope: machine + InstallerUrl: https://github.com/jacktrip/jacktrip/releases/download/v3.0.0/JackTrip-v3.0.0-Windows-x64-signed-installer.exe + InstallerSha256: 4D4596027A5A7F1671646AD96FCA0B03F72D868BB5DB5A06F26106814B9E2948 + AppsAndFeaturesEntries: + - ProductCode: "{90BC978E-E612-4D8D-8CF6-113BB1185BCE}" + UpgradeCode: "{472479FE-7797-4047-B165-4D26859357A6}" + InstallerType: burn +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jacktrip/jacktrip/releases/download/v3.0.0/JackTrip-v3.0.0-Windows-x64-installer.msi + InstallerSha256: B11F0A51A2FAB568CD3A7866795A70C43531D43D11A63B6A3CC0F6220A5BCA0B + ProductCode: "{88CC7DE9-B927-4823-AEC8-6FAC094C9117}" + AppsAndFeaturesEntries: + - ProductCode: "{88CC7DE9-B927-4823-AEC8-6FAC094C9117}" + UpgradeCode: "{70450E42-8A91-4C28-8F00-52C6B8E86E37}" + InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%/JackTrip" +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.locale.en-US.yaml b/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.locale.en-US.yaml new file mode 100644 index 0000000000000..1014753f11d2a --- /dev/null +++ b/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: JackTrip.JackTrip +PackageVersion: 3.0.0 +PackageLocale: en-US +Publisher: JackTrip +PublisherUrl: https://github.com/jacktrip +PublisherSupportUrl: https://github.com/jacktrip/jacktrip/issues +PackageName: JackTrip +PackageUrl: https://jacktrip.github.io/jacktrip/ +License: Various mixed +LicenseUrl: https://github.com/jacktrip/jacktrip/blob/HEAD/LICENSE.md +ShortDescription: A multi-machine audio system used for network music performance over the Internet. +Tags: +- audiosystem +- livestreaming +- musicperformance +- soundmixing +- virtualstudio +ReleaseNotes: |- + What's Changed + • Log client name with UDP port by @mikedickey in #1454 + • Don't crash when jack runs out of ports by @mikedickey in #1453 + • Refuse to run if DYLD_INSERT_LIBRARIES is set on OSX by @mikedickey in #1455 + • Added missing libqt6quickdialogs2-6 dependency for Debian/Ubuntu by @mikedickey in #1457 + • Added missing qml6-module-qtquick-dialogs to apt command by @mikedickey in #1460 + • Asked GPT-5 to write docs on the network protocol by @mikedickey in #1462 + • Fixing build issues with cmake compat and pkgconfig by @mikedickey in #1465 + • Regulator updates to further minimize unnecessary glitches by @mikedickey in #1464 + • Bump version and update changelog for 2.7.2 release by @mikedickey in #1466 + • Merging dev to main for 2.7.2 release by @mikedickey in #1467 + Full Changelog:v2.7.1...v2.7.2 +ReleaseNotesUrl: https://github.com/jacktrip/jacktrip/releases/tag/v2.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.yaml b/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.yaml new file mode 100644 index 0000000000000..8c7cc1608f263 --- /dev/null +++ b/manifests/j/JackTrip/JackTrip/3.0.0/JackTrip.JackTrip.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: JackTrip.JackTrip +PackageVersion: 3.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.installer.yaml b/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.installer.yaml new file mode 100644 index 0000000000000..dc6c5e0fa83e0 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.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: janosmiko.lfk +PackageVersion: 0.17.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-19" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.17.5/lfk_0.17.5_windows_arm64.zip + InstallerSha256: 893cd14357a47deb4da21c53fa4a9327e7f02f5aa44c33097351220192423764 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.17.5/lfk_0.17.5_windows_amd64.zip + InstallerSha256: 2fcae857d6c8efa3342a56ad4089a98362dd26748a9e30b4d978d349b21f683c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.locale.en-US.yaml b/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.locale.en-US.yaml new file mode 100644 index 0000000000000..01d84b9e52fc5 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.17.5 +PackageLocale: en-US +Publisher: janosmiko +PublisherUrl: https://github.com/janosmiko +PublisherSupportUrl: https://github.com/janosmiko/lfk/issues +PackageName: lfk +PackageUrl: https://github.com/janosmiko/lfk +License: Apache-2.0 +LicenseUrl: https://github.com/janosmiko/lfk/blob/main/LICENSE +ShortDescription: Lightning Fast Kubernetes navigator +Description: | + LFK is a lightning-fast, keyboard-focused, yazi-inspired terminal user + interface for navigating and managing Kubernetes clusters. Built for + speed and efficiency, it brings a three-column Miller columns layout + with an owner-based resource hierarchy to your terminal. +Moniker: lfk +Tags: + - kubernetes + - tui + - devops + - k8s + - cli +ReleaseNotesUrl: https://github.com/janosmiko/lfk/releases/tag/v0.17.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.yaml b/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.yaml new file mode 100644 index 0000000000000..907c3fce8aace --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.17.5/janosmiko.lfk.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: janosmiko.lfk +PackageVersion: 0.17.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..3f485221d87b2 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.20 +UpgradeBehavior: install +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.20/Sessions.Viewer_0.3.20_x64-setup.exe + InstallerSha256: 8C8515EDB1F26764C4775756179A22B230D51D839AE95725523E6023EE578627 + ProductCode: Sessions Viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.20/Sessions.Viewer_0.3.20_x64_en-US.msi + InstallerSha256: 8AA5C837D696666A054366018304B3A92EC9C06BE6B417C0DB525F1D714FCA53 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{505E8197-BBF1-4DD0-9619-A6D7F8D7C4E8}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8E2574C0-969D-515B-A3BA-FA3339E97BD2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..fd6979f41f0d9 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.20 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + 🚀 Features + - Add Grok Build session integration - by wuchao (1a8c4) + 🐞 Bug Fixes + - Avoid clippy trait naming warning - by wuchao (038d3) + - Recover stale Grok session locks - by wuchao (5d51d) + View changes on GitHub +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/tag/v0.3.20 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..993d0d882f88b --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.20 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..58ff646708bb4 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.20/jerrywu001.cc-sessions-viewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.installer.yaml b/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.installer.yaml new file mode 100644 index 0000000000000..f5d720279b04d --- /dev/null +++ b/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Kesomannen.Gale +PackageVersion: 1.21.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- gale +Protocols: +- gale +- ror2mm +FileExtensions: +- r2z +ProductCode: "{61775E8E-FF58-4EC6-9736-B18B813D2C23}" +ReleaseDate: 2026-08-18 +AppsAndFeaturesEntries: +- Publisher: kesomannen + ProductCode: "{61775E8E-FF58-4EC6-9736-B18B813D2C23}" + UpgradeCode: "{23AC549F-AF10-5914-9BE0-4E436D5FE9AA}" +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%/Gale" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kesomannen/gale/releases/download/1.21.0/Gale_1.21.0_x64_en-US.msi + InstallerSha256: E532E4F634A28EBCBEBF439357F61433583155CD1D1C0A99798CCC265BB6B6C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.locale.en-US.yaml b/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.locale.en-US.yaml new file mode 100644 index 0000000000000..aa40523d722ed --- /dev/null +++ b/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Kesomannen.Gale +PackageVersion: 1.21.0 +PackageLocale: en-US +Publisher: Kesomannen +PublisherUrl: https://github.com/Kesomannen +PublisherSupportUrl: https://github.com/Kesomannen/gale/issues +Author: Kesomannen +PackageName: Gale +PackageUrl: https://github.com/Kesomannen/gale +License: GPL-3.0 +LicenseUrl: https://github.com/Kesomannen/gale/blob/HEAD/LICENSE.md +Copyright: Copyright (c) Bo Rodin +ShortDescription: A modern mod manager for Thunderstore +Description: A lightweight alternative mod manager for the Thunderstore modding platform, supporting multiple mod loaders and 150+ games. +Moniker: gale +Tags: +- mod-manager +- modding +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.yaml b/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.yaml new file mode 100644 index 0000000000000..ffa0598234941 --- /dev/null +++ b/manifests/k/Kesomannen/Gale/1.21.0/Kesomannen.Gale.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Kesomannen.Gale +PackageVersion: 1.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.installer.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.installer.yaml similarity index 84% rename from manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.installer.yaml rename to manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.installer.yaml index 7c2f9941d723c..f0cb69f940fd5 100644 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.installer.yaml +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22473 +PackageVersion: 11.31.22488 InstallerType: exe Scope: user InstallModes: @@ -15,12 +15,12 @@ InstallerSwitches: Log: --log "" UpgradeBehavior: install ProductCode: MicrosoftAdvertisingEditor -ReleaseDate: 2026-08-18 +ReleaseDate: 2026-08-19 InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\MicrosoftAdvertisingEditor' Installers: - Architecture: x64 InstallerUrl: https://prod.editor.ads.microsoft.com/download/production-pc/c/MicrosoftAdvertisingEditor.exe - InstallerSha256: E5A5AE91D9857BC23C215C0EDC8E2C0B7458EF1EA286C7C3F49FA772918B962B + InstallerSha256: C8CBD408AD558C7D9125DB43DCB98FDED9E60B8D72D5537C95EF4698B844CAF2 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.locale.en-US.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.locale.en-US.yaml similarity index 96% rename from manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.locale.en-US.yaml rename to manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.locale.en-US.yaml index f87633a3c698a..fabd1c9496667 100644 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.locale.en-US.yaml +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22473 +PackageVersion: 11.31.22488 PackageLocale: en-US Publisher: Microsoft Corporation PublisherUrl: https://www.microsoft.com/ diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.yaml similarity index 89% rename from manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.yaml rename to manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.yaml index 8da8d916516e4..1f2c73573e95d 100644 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22473/Microsoft.AdvertisingEditor.yaml +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.22488/Microsoft.AdvertisingEditor.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22473 +PackageVersion: 11.31.22488 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/151.0.4129.93/Microsoft.Edge.locale.en-US.yaml b/manifests/m/Microsoft/Edge/151.0.4129.93/Microsoft.Edge.locale.en-US.yaml index f78154b071df9..316588009603b 100644 --- a/manifests/m/Microsoft/Edge/151.0.4129.93/Microsoft.Edge.locale.en-US.yaml +++ b/manifests/m/Microsoft/Edge/151.0.4129.93/Microsoft.Edge.locale.en-US.yaml @@ -22,8 +22,8 @@ Tags: - browser - chromium - edge -- manifestv2 -- mv2 +- manifestv3 +- mv3 - web - web-browser ManifestType: defaultLocale diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..1630c274cb595 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.239.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.239.0&arch=x86 + InstallerSha256: 5F605FDA208EFD82564CD85C8FA0D7C8E7AA6C7FDE6C259A8C60F88F139460A5 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.239.0&arch=amd64 + InstallerSha256: 868322AFD270568C39BF88D30805622BCB9B7DF1D1C0819E7052C07725591233 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..5a7d896b19ccb --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.239.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..0b290aaed3ff2 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.239.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.239.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..0dcb50a553cf0 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.241.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.241.0&arch=x86 + InstallerSha256: 22579E29C9C901F8D182611123B292273E23F27F205247BC406EB8A2D8A55A99 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.241.0&arch=amd64 + InstallerSha256: CE8180C6973595742673E718859825D40069113635CD032700EC1644F209F67F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..f1d9f54ba8177 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.241.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..5f5320ba9532b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.241.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.241.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..e7e390003fa22 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.243.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.243.0&arch=x86 + InstallerSha256: 5CDBB593C6614A45A575B34FE3F0F535401998826AE55588A841473276FD545E +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.243.0&arch=amd64 + InstallerSha256: 92178552B176EBA86A66183A070EECE92ACDBF10808E72A3A8CF5CE054DBEEEE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..2d6a5c3368d94 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.243.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..76193abbc53ac --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.243.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.243.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.installer.yaml b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.installer.yaml new file mode 100644 index 0000000000000..a4b2a7586c895 --- /dev/null +++ b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Movavi.MovaviScreenRecorder +PackageVersion: 24.8.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- screenrecorder +ProductCode: Movavi Screen Recorder +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://content.movavi.com/sparkle/sr/win/x86_64/24_8_0/MovaviScreenRecorder24_5811_release-SR-24.8.0_774cfa7_CyprusBuild003_WIN64_setup.exe + InstallerSha256: ADE74DF4C3FEC729CF71A78FE7321A2760CABC62224869616C20E05E28069C1F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.locale.en-US.yaml b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.locale.en-US.yaml new file mode 100644 index 0000000000000..b7e62a43b3340 --- /dev/null +++ b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Movavi.MovaviScreenRecorder +PackageVersion: 24.8.0 +PackageLocale: en-US +Publisher: Movavi +PublisherUrl: https://www.movavi.com/ +PublisherSupportUrl: https://help.movavi.com/ +PrivacyUrl: https://www.movavi.com/privacy/ +Author: Movavi Software Limited +PackageName: Movavi Screen Recorder +PackageUrl: https://www.movavi.com/screen-recorder/ +License: Proprietary +LicenseUrl: https://www.movavi.com/eula.html +Copyright: Copyright © 2026 movavi.com +CopyrightUrl: https://www.movavi.com/eula.html +ShortDescription: A free screen recorder for PC +Description: |- + Boost your efficiency with our free screen recorder. Record your screen and capture audio to create engaging educational videos, must-attend webinars, and killer business presentations. + - Record full screen or custom area + - Capture webcam and draw on recordings in real time + - Highlight mouse cursor and keystrokes + - Record system audio and your voice +Tags: +- capture +- record +- recording +- screen-capture +- screen-record +- screencast +- screenshot +- video +ReleaseNotes: '- No major new features, just thoughtful polishes that speed up your workflow.' +ReleaseNotesUrl: https://content.movavi.com/configs/changelog/sr/win/x86_64/en_us/changelog.html +PurchaseUrl: https://www.movavi.com/store.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.locale.zh-CN.yaml b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fbf965b540eaa --- /dev/null +++ b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Movavi.MovaviScreenRecorder +PackageVersion: 24.8.0 +PackageLocale: zh-CN +PublisherUrl: https://www.movavi.com/cn/ +PublisherSupportUrl: https://www.movavi.com/cn/support/ +License: 专有软件 +ShortDescription: 一款适用于 PC 的免费屏幕录制工具 +Description: |- + 使用我们的免费屏幕录制工具提升效率。录制屏幕并捕捉音频,轻松制作引人入胜的教学视频、必看的网络研讨会以及出色的商务演示。 + - 录制全屏或自定义区域 + - 捕捉网络摄像头画面,并实时在录制内容上进行标注 + - 高亮显示鼠标指针和键盘操作 + - 录制系统音频和您的声音 +Tags: +- 屏幕录制 +- 录制 +- 录屏 +- 截图 +- 捕获 +- 视频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.yaml b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.yaml new file mode 100644 index 0000000000000..e87fd083a9c80 --- /dev/null +++ b/manifests/m/Movavi/MovaviScreenRecorder/24.8.0/Movavi.MovaviScreenRecorder.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: Movavi.MovaviScreenRecorder +PackageVersion: 24.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.installer.yaml new file mode 100644 index 0000000000000..bdd2a299e61cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ast +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/ast/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: C056DA6FC78FEF9E43B07745AC907F5F0E4C8489615A607BBD7AA20C98F8D001 + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 ast) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/ast/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 7999B8A0988272BCBC5A897DC11191A8288195366B640721C165FD1FFB05E131 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 ast) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/ast/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 1B2E3D56FA59B9BE99F56F64A7A8BED45AE030ED6598FCBD16639921D0ECF226 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 ast) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.de-DE.yaml new file mode 100644 index 0000000000000..196852c86341f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.de-DE.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: Mozilla.Firefox.ESR.ast +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ast) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.en-US.yaml new file mode 100644 index 0000000000000..b22ce3a75d970 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ast +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ast) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4713e00c3622b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ast +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (ast) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.yaml b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.yaml new file mode 100644 index 0000000000000..7bf9ecd1d11fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ast/140.14.0/Mozilla.Firefox.ESR.ast.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: Mozilla.Firefox.ESR.ast +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.installer.yaml new file mode 100644 index 0000000000000..7dd476409dc07 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.bs +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/bs/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 60FC27810B43C69E723C93E78885241CDDA7F7140BFFFD36789FC05AEDF4FDF2 + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 bs) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/bs/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 1794545E6A41617CFD04D14E62E6890ABFE522132197DA19F6716FE6FDB9ADC1 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 bs) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/bs/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 4E72ACB7F6B982B8D92DCB8BF803529A1D7AD561B8FD93B191456EF71BFD37D1 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 bs) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.de-DE.yaml new file mode 100644 index 0000000000000..a037d9eb297cb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.de-DE.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: Mozilla.Firefox.ESR.bs +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (bs) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.en-US.yaml new file mode 100644 index 0000000000000..39155ccac66b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.bs +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (bs) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f8679e647d7de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.bs +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (bs) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.yaml b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.yaml new file mode 100644 index 0000000000000..f2db0e793a6a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/bs/140.14.0/Mozilla.Firefox.ESR.bs.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: Mozilla.Firefox.ESR.bs +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.installer.yaml new file mode 100644 index 0000000000000..9dfe0d883a2b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/es-AR/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 6D58DCAE2CB63DCE29B273A481FD809777190C72105884BFDA28F8FF881F8AFC + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 es-AR) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/es-AR/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 204B4BAE688E47580D04CCDE7AF9520D1E214AC2B4F79FCE726B6FB5B09C9698 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 es-AR) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/es-AR/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 3B20D2F27CE6E47542356D93415586CA8556B34602289925DE3CC5223E1B2B8F + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 es-AR) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.de-DE.yaml new file mode 100644 index 0000000000000..1fb2e0bf034c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.de-DE.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: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-AR) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.en-US.yaml new file mode 100644 index 0000000000000..60d00abcfa942 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-AR) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f99f3d80f916 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (es-AR) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.yaml new file mode 100644 index 0000000000000..8990f61425238 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.14.0/Mozilla.Firefox.ESR.es-AR.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: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.installer.yaml new file mode 100644 index 0000000000000..aeacbfcb95cf9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/es-ES/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 66F02D7FE0925A39DFAF98AF2299D559AAD0A565C563EF55B63AD9D4C61AD87A + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 es-ES) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/es-ES/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: D159AA34A214202C14D05E30CC9CC12F3D8E9DBBC93F30333D3B8FA2BC3BC026 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 es-ES) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/es-ES/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 70C6760CBC8682BF55A3B33345D30EF0BA21D114BFEECAD8FA1AD385AF93F4E5 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 es-ES) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.de-DE.yaml new file mode 100644 index 0000000000000..88e9f1f5c3727 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.de-DE.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: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-ES) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.en-US.yaml new file mode 100644 index 0000000000000..104231612e095 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-ES) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7cac06ba947fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (es-ES) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.yaml new file mode 100644 index 0000000000000..5f88e7c341fc3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.14.0/Mozilla.Firefox.ESR.es-ES.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: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.installer.yaml new file mode 100644 index 0000000000000..6b55ac56f8868 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/es-MX/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: A2F55CAC4362E43AA2FFB787B2AB1DF9809BC4060840F73C2AA0A4F15DBCD789 + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 es-MX) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/es-MX/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 776AE8742D8AF998A330B7E2536D64042FDD4C78C721CE018C3D0991578A3FD2 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 es-MX) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/es-MX/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 0230D57DAE0F687FB8B9AF2D58691DD2510839287BD2A079CD2DF896CF350F60 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 es-MX) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.de-DE.yaml new file mode 100644 index 0000000000000..9ce4ab5cdd640 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.de-DE.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: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-MX) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.en-US.yaml new file mode 100644 index 0000000000000..4414157f9a89a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-MX) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0a6c67db7ccd6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (es-MX) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.yaml new file mode 100644 index 0000000000000..c4abac6aa94ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.14.0/Mozilla.Firefox.ESR.es-MX.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: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.installer.yaml new file mode 100644 index 0000000000000..36dd7f53bd7c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.fi +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/fi/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 885C73C06628BC14ECD1EAA555DA303544387E6A062E494138BD03133C0D567F + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 fi) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/fi/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 7271F4738B93E4641B6863691772360CB7A506FC309493BA48306A27CD974020 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 fi) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/fi/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: EFC87CBC9D657D80D551765189E2BB4ED56BA78D81EE874E4FC3DD1F431C9B58 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 fi) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.de-DE.yaml new file mode 100644 index 0000000000000..94f985140421b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.de-DE.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: Mozilla.Firefox.ESR.fi +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (fi) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.en-US.yaml new file mode 100644 index 0000000000000..7f1b1d1dd2aaf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.fi +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (fi) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..de70f676a1685 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.fi +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (fi) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.yaml new file mode 100644 index 0000000000000..33752695f02fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.14.0/Mozilla.Firefox.ESR.fi.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: Mozilla.Firefox.ESR.fi +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.installer.yaml new file mode 100644 index 0000000000000..846455f85788a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.gd +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/gd/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: D315A8766CFD4E4A3542C2CF110629A0F65CC18F22B9A9E2F51C2AB01DAAF460 + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 gd) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/gd/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 05A98442B5CA28A438001B42B588AC61A233E6E0C6362159D7D00D442D38BBE1 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 gd) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/gd/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: EEBFE63E5B2FC591813DBE3C504B5D529CFD1CC5CC410D13DA4DAD353D9CE883 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 gd) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.de-DE.yaml new file mode 100644 index 0000000000000..8ad3e1d47caba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.de-DE.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: Mozilla.Firefox.ESR.gd +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (gd) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.en-US.yaml new file mode 100644 index 0000000000000..4211dbe7a4189 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.gd +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (gd) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ec3701568b99 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.gd +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (gd) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.yaml new file mode 100644 index 0000000000000..236838b19df89 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.14.0/Mozilla.Firefox.ESR.gd.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: Mozilla.Firefox.ESR.gd +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.installer.yaml new file mode 100644 index 0000000000000..1e02b775f76cb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.kn +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/kn/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: FECA29F5ED9AF6142A612E81D562BC90409C75E5ADBF2E7C9AE6A05199A42491 + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 kn) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/kn/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 5852B674D57D6205FDF1524E87A0DD467B7FC216ECDB5F63ADF5AED4DD1BFA40 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 kn) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/kn/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: B86F546674AB869AE0AD4D3AE25A468C711483684878C1F0834D8054F7BDF109 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 kn) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.de-DE.yaml new file mode 100644 index 0000000000000..407433f87c8e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.de-DE.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: Mozilla.Firefox.ESR.kn +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (kn) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.en-US.yaml new file mode 100644 index 0000000000000..67fec9b3b640c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.kn +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (kn) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e098fed66fc5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.kn +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (kn) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.yaml b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.yaml new file mode 100644 index 0000000000000..00762bc48277b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kn/140.14.0/Mozilla.Firefox.ESR.kn.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: Mozilla.Firefox.ESR.kn +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.installer.yaml new file mode 100644 index 0000000000000..8976794948b59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ko +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/ko/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 8DE73CF9445331D0ED8E92A0CE74DAA8AA01FCAAC6B1B906614B8FBA247E959D + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 ko) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/ko/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 9903ABE8273C50EE4A8DF01EE374AD92A91A716CD39B4049010725BF7C15ED22 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 ko) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/ko/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 67C253E93F81058F8C3214D427423B77253F756BFD376D23F1D6305B6D8F852C + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 ko) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.de-DE.yaml new file mode 100644 index 0000000000000..0611bf6ba84d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.de-DE.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: Mozilla.Firefox.ESR.ko +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ko) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.en-US.yaml new file mode 100644 index 0000000000000..d85a7bca8dc75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ko +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ko) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5e989a0b48dac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ko +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (ko) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.yaml b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.yaml new file mode 100644 index 0000000000000..d6cdf560cf5ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ko/140.14.0/Mozilla.Firefox.ESR.ko.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: Mozilla.Firefox.ESR.ko +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.installer.yaml new file mode 100644 index 0000000000000..8fe0771b4ef4b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.my +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/my/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 6A9021A30F36525CB4FA3585E094B1C8FA47E9F70CB5CC459FE81A3772B99D72 + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 my) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/my/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 253E7A34BA30D13F8ED41C95545871518CBF32A430331789B319404C2E89591D + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 my) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/my/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: F07C507638DCD29AB966DB8F6BA9F013C1ADC501A6B1F9CEDC4B47B589B343D1 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 my) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.de-DE.yaml new file mode 100644 index 0000000000000..b78ffc0836b0e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.de-DE.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: Mozilla.Firefox.ESR.my +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (my) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.en-US.yaml new file mode 100644 index 0000000000000..5b621d5b32113 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.my +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (my) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cec9fa3931fba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.my +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (my) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.yaml b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.yaml new file mode 100644 index 0000000000000..acaad6ab56e59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/my/140.14.0/Mozilla.Firefox.ESR.my.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: Mozilla.Firefox.ESR.my +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.installer.yaml new file mode 100644 index 0000000000000..c0bd4d9094eab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sc +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/sc/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 530B4AEDC6DA42939CC249634B7F891230E16825E101CD0E5E1E70D07F31DA3B + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 sc) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/sc/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 496EB93A5E82AD05507791E96CB006C323AB8DCD665D3C6ECC6AE0E4A688E43A + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 sc) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/sc/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 4ADA18E0BB980B768F93715E9F6EAD05A8A1BD06278FD3B79D1E68F5BFB86DB3 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 sc) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.de-DE.yaml new file mode 100644 index 0000000000000..dc1a1f91b3eb3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.de-DE.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: Mozilla.Firefox.ESR.sc +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sc) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.en-US.yaml new file mode 100644 index 0000000000000..acb1f29ca7d79 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sc +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sc) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.zh-CN.yaml new file mode 100644 index 0000000000000..46afc6ac773af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sc +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (sc) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.yaml new file mode 100644 index 0000000000000..ed3314fe0a5d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.14.0/Mozilla.Firefox.ESR.sc.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: Mozilla.Firefox.ESR.sc +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.installer.yaml new file mode 100644 index 0000000000000..2fd42d2ed3c56 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.trs +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/trs/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: CA653D39AF1DD07FCFA3EFA857210A7B4073126E918A3EE18D2AF48ADB86ED37 + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 trs) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/trs/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: BB18DB63BD49A2174A5B681310819B2CF9FA9AD9EDBC08A74ED71EC47ECE48F1 + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 trs) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/trs/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: E88FB3C1283377D9806D7E4D5320BA4BEA2F615C3566637F87A784C9C6B1683A + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 trs) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.de-DE.yaml new file mode 100644 index 0000000000000..0c5f830dc4b09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.de-DE.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: Mozilla.Firefox.ESR.trs +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (trs) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.en-US.yaml new file mode 100644 index 0000000000000..a2cd86da4e10d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.trs +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (trs) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4b7beb632b5ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.trs +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (trs) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.yaml new file mode 100644 index 0000000000000..63b1af160d980 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.14.0/Mozilla.Firefox.ESR.trs.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: Mozilla.Firefox.ESR.trs +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.installer.yaml new file mode 100644 index 0000000000000..97a672187f5fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ur +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/ur/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 81899758850BE6374AD020E512B1168ACE563BDCABDD3E5D01F046D98052EBAA + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 ur) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/ur/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 6283C19D66CF5BA6572C201548CF7EC4654921E7F59C22E36FB068054C9D2F4F + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 ur) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/ur/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 4314FBD222A606CC36B07957662AF8B28A8BA35734AC1D02771E432512D07C02 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 ur) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.de-DE.yaml new file mode 100644 index 0000000000000..d40706dab2bb4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.de-DE.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: Mozilla.Firefox.ESR.ur +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ur) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.en-US.yaml new file mode 100644 index 0000000000000..cc6861e2fb937 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ur +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ur) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0b50d85cfe711 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ur +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (ur) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.yaml new file mode 100644 index 0000000000000..3c4004eb3afbf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.14.0/Mozilla.Firefox.ESR.ur.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: Mozilla.Firefox.ESR.ur +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.installer.yaml new file mode 100644 index 0000000000000..831184afe2ea0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.vi +PackageVersion: 140.14.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win32/vi/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 6AB4063408B7812262D47D55D68E85139F47BF8BBE1D0FFE386558A1B658B5FD + ProductCode: Mozilla Firefox 140.14.0 ESR (x86 vi) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64/vi/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 9FD34C2A1A3546253B6D196EB7974F0A3B0A150E237CCDAF91DA03F09FFABC4A + ProductCode: Mozilla Firefox 140.14.0 ESR (x64 vi) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.14.0esr/win64-aarch64/vi/Firefox%20Setup%20140.14.0esr.exe + InstallerSha256: 62A7501E73AB55C7B4923C84B6D4E8BBBC38D51797AE3E2B23223E0963CA6194 + ProductCode: Mozilla Firefox 140.14.0 ESR (arm64 vi) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.de-DE.yaml new file mode 100644 index 0000000000000..704d8e6c16f01 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.de-DE.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: Mozilla.Firefox.ESR.vi +PackageVersion: 140.14.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (vi) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.en-US.yaml new file mode 100644 index 0000000000000..1c4ca9044ae8c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.vi +PackageVersion: 140.14.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (vi) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..09bf983a02ce1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.vi +PackageVersion: 140.14.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (vi) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.yaml b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.yaml new file mode 100644 index 0000000000000..40fd6c8966ec8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/vi/140.14.0/Mozilla.Firefox.ESR.vi.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: Mozilla.Firefox.ESR.vi +PackageVersion: 140.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.installer.yaml b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.installer.yaml new file mode 100644 index 0000000000000..9bb0c5dc65ffe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: "154.0" +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/154.0/win32/af/Firefox%20Setup%20154.0.exe + InstallerSha256: 35423F043FA8E0DD3E37C0BE894196B90C1DB5645BD3BCA8347A9611107DFADE +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/154.0/win64/af/Firefox%20Setup%20154.0.exe + InstallerSha256: 259FC9A4F49DB2EF5A3B1519827EC03AFD1BFA1A5F3BA61DC8E2433004864383 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/154.0/win64-aarch64/af/Firefox%20Setup%20154.0.exe + InstallerSha256: 40D587000B67E440321D127F70C55F9567B0485B9D0DBB28DE84B8CFB7B6AB0E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..324bcd52bf938 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: "154.0" +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.da-DK.yaml new file mode 100644 index 0000000000000..c7aa9ca91d547 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: "154.0" +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.de-DE.yaml new file mode 100644 index 0000000000000..099353683be72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.de-DE.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: Mozilla.Firefox.af +PackageVersion: "154.0" +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.el-GR.yaml new file mode 100644 index 0000000000000..fbeb0f6e0bd9d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.el-GR.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: Mozilla.Firefox.af +PackageVersion: "154.0" +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.en-GB.yaml new file mode 100644 index 0000000000000..d2b1379b83ca7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.en-GB.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: Mozilla.Firefox.af +PackageVersion: "154.0" +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.en-US.yaml new file mode 100644 index 0000000000000..2404ab14aaa13 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/154.0/Mozilla.Firefox.af.locale.en-US.yaml @@ -0,0 +1,112 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: "154.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (af) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 154.0, first offered to Release channel users on August 18, 2026 + + New + - Firefox's Local Network Access protections now extend to WebSocket connections. Websites that try to open a WebSocket to a device on the local network will now ask for permission first. + - In Smart Window, Firefox can now suggest groups of related tabs and propose a name for each group. + + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - Local Firefox profile backups are now available on macOS in addition to Windows and Linux, and backups can be restored across all three platforms. + - Sites can now be exempted from having their cookies and site data cleared on shutdown without also being exempted from tracking protection and other cookie restrictions. + - The full-page Translations feature now translates