From 4d29db52de500b977cfbc2b255dff2aa385cbe78 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:09:44 +0800 Subject: [PATCH 01/72] New version: AIDotNet.OpenCowork version 1.0.0 (#393310) --- .../1.0.0/AIDotNet.OpenCowork.installer.yaml | 32 ++++++++++++ .../AIDotNet.OpenCowork.locale.en-US.yaml | 52 +++++++++++++++++++ .../AIDotNet.OpenCowork.locale.zh-CN.yaml | 22 ++++++++ .../OpenCowork/1.0.0/AIDotNet.OpenCowork.yaml | 8 +++ 4 files changed, 114 insertions(+) create mode 100644 manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.installer.yaml create mode 100644 manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.en-US.yaml create mode 100644 manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.zh-CN.yaml create mode 100644 manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.yaml diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..121821c6b8764 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.0/OpenCowork-win-amd64-setup.exe + InstallerSha256: 12087EEFF56F7912B2AFC3017D6E4C8FB7475ABA7863E2F865AAF4A2123B0396 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.0/OpenCowork-win-amd64-setup.exe + InstallerSha256: 12087EEFF56F7912B2AFC3017D6E4C8FB7475ABA7863E2F865AAF4A2123B0396 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.0/OpenCowork-win-arm64-setup.exe + InstallerSha256: 1C31F3C2C6DF7BAFC0F9330E6395A744EF3058517A2472781BD87D48F8BD67CC + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..c575be5782eb8 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.0 +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 per-session model selection mode (inherit / auto / manual) so a session can follow the global model, route automatically, or pin a specific provider+model independently of the global active model. + - Added model_selection_mode column to sessions (additive migration; existing provider+model rows backfilled to 'manual'). + - Added centralized session model resolution in session-model-resolution.ts. + - Added "Follow global model" option in ModelSwitcher with split setSessionModelManual/Auto/Inherit actions on the chat store. + - Added thinking/reasoning support for MiniMax and Kimi (Moonshot) providers. + - Added live SSH process monitor panel (SshProcessMonitor) for inspecting remote host processes. + Changed + - Stopped mutating the global provider store on session switch/sync; model state is now session-scoped. + - Refactored Anthropic API integration for cleaner cache control and response handling. + - Reworked ModelSwitcher and InputArea to support the new per-session model mode. + - Improved SessionListPanel, PreviewPanel, and SSH terminal status panel layouts. + - Updated multiple provider presets (Baidu, Gitee AI, MiniMax, Moonshot, OpenRouter, Qwen, SiliconFlow, Routin AI) with refreshed model lists, thinking support, and pricing. + - Threaded model selection mode through channel auto-reply, channel handlers, and DAOs. + Fixed + - Kept the first tool-call id when providers re-emit ids per streaming delta, preventing tool-call matching failures. + - Various UI consistency and component rendering improvements. + Removed + - Removed the legacy project wiki subsystem (wiki-dao, wiki-handlers, ProjectWikiPage, wiki-tool, wiki-generator) in favor of the memory/AGENTS.md workspace protocol. + - Removed unused architecture diagram SVG assets. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2453b20995ba4 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.0 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.0.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..13017066e3f85 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.0/AIDotNet.OpenCowork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a16f6ec05f6ec5a42c72ca08bb08ec717ea7f97e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:10:09 +0800 Subject: [PATCH 02/72] New version: Alibaba.OpenCodeReview version 1.6.2 (#393312) --- .../Alibaba.OpenCodeReview.installer.yaml | 18 ++++++++++ .../Alibaba.OpenCodeReview.locale.en-US.yaml | 34 +++++++++++++++++++ .../Alibaba.OpenCodeReview.locale.zh-CN.yaml | 16 +++++++++ .../1.6.2/Alibaba.OpenCodeReview.yaml | 8 +++++ 4 files changed, 76 insertions(+) create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.installer.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.yaml diff --git a/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..36f370d982d76 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.2/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.6.2 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.6.2/opencodereview-windows-amd64.exe + InstallerSha256: 48665CF71D9E8D6694C08757AB795C9E7EFE393EF541AF76CE40DF7EC47C718E +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.6.2/opencodereview-windows-arm64.exe + InstallerSha256: 42B4AA89164DFE5B3A115EB36A158F24A386FDA0CADD04F98D81D12076A309FB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..1ac50f06dfca7 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.6.2 +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: |- + 🐛 Bug Fixes + - fix: enable code_search to find content in untracked files + - fix(vscode): upgrade minimatch to >=9.0.7 for CVE-2026-27903 (#220) + 📖 Documentation + - docs: rewrite LLM config section to use provider-based setup + Other Changes + - Feature/vscode i18n (#219) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.6.1...v1.6.2 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cc9a2279728c8 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.2/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.6.2 +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.6.2/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.2/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..ec706d5a2b2da --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.2/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.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 10ad2913cf6b0e05fd15738df43ef1878ded6d0a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:10:33 +0800 Subject: [PATCH 03/72] Update: Alibaba.Qoder version 1.106.3 (1.10.2) (#393313) --- .../a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 c7fb0cee7c482..709d27c081f99 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-06-23 +ReleaseDate: 2026-06-25 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.10.1/QoderUserSetup-x64.exe - InstallerSha256: 76440767C0DC63CF7F55DB495F2E9DFAF1DF5CEE12E194A3383545E49A652D72 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.10.2/QoderUserSetup-x64.exe + InstallerSha256: 73D495E77A9514100EA3FBE95B7CF97ABB7BF9EF6029BB356BACE160C8B36FE8 ManifestType: installer ManifestVersion: 1.12.0 From 379f6b335423bfaeb7e9b15802957d8fbdfa8cd5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:10:58 +0800 Subject: [PATCH 04/72] New version: ByteDance.Feishu version 7.70.12 (#393315) --- .../7.70.12/ByteDance.Feishu.installer.yaml | 32 +++++++++++++ .../ByteDance.Feishu.locale.en-US.yaml | 45 ++++++++++++++++++ .../ByteDance.Feishu.locale.zh-CN.yaml | 46 +++++++++++++++++++ .../Feishu/7.70.12/ByteDance.Feishu.yaml | 8 ++++ 4 files changed, 131 insertions(+) create mode 100644 manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.installer.yaml create mode 100644 manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.yaml diff --git a/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.installer.yaml new file mode 100644 index 0000000000000..9863835046f74 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.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.Feishu +PackageVersion: 7.70.12 +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-feishu +ProductCode: Feishu +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x86 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/bc5e3b71/Feishu-win32_ia32-7.70.12-signed.exe + InstallerSha256: F54C01247D7ADE518E42C8C330B0495656A0C68A7A1AF65F50E079BE54727783 +- Architecture: x64 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/e9f4e4dc/Feishu-win32_x64-7.70.12-signed.exe + InstallerSha256: 38B91C43561D5A319CF497DA99DD27BBA91574ABC1AE1797651C17B13EB1E75D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.en-US.yaml new file mode 100644 index 0000000000000..e09b8f3d65a45 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.70.12 +PackageLocale: en-US +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/en/ +PublisherSupportUrl: https://www.feishu.cn/hc/en-US/ +PrivacyUrl: https://www.feishu.cn/en/privacy +Author: Beijing Feishu Technology Co., Ltd. +PackageName: Feishu +PackageUrl: https://www.feishu.cn/en/ +License: Proprietary +LicenseUrl: https://www.feishu.cn/en/terms +Copyright: Copyright © 2026 Beijing Feishu Technology Co., Ltd. +ShortDescription: A new way to collaborate +Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Base + - Simply enter a prompt in Base AI to automatically create or edit forms, making it effortless to design forms and helping your team get things done faster. You can also chat with the AI about your ideas to get professional suggestions and references to assist with your form design. + - With Base AI, you only need to describe your needs in text to perform data queries and analysis, such as data retrieval, statistical calculations, attribution analysis, trend forecasting, report generation, and base summaries. + - When selecting a field in Base for actions such as filtering, grouping, or sorting, you can search for the field name directly in the search box within the dropdown menu to quickly locate the target field. This improves efficiency, especially when your table contains a large number of fields. + Docs + - In the Feishu desktop app or web version, you can download Feishu documents as Markdown files to easily edit and use them in other tools. +ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/236267154354 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3c7923d5eaab0 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.70.12 +PackageLocale: zh-CN +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/ +PublisherSupportUrl: https://www.feishu.cn/hc/zh-CN/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +PackageName: 飞书 +PackageUrl: https://www.feishu.cn/download +License: 专有软件 +LicenseUrl: https://www.feishu.cn/terms +Copyright: Copyright © 2026 北京飞书科技有限公司 +ShortDescription: 先进团队,先用飞书 +Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 多维表格 + - 借助多维表格 AI,你只需用文字描述需求,即可由 AI 自动完成问卷的智能创建与编辑,大幅降低问卷设计门槛,让业务开展更高效。此外,你还能与 AI 交流问卷设计思路,AI 将提供专业方案建议与设计参考,辅助问卷设计。 + - 借助多维表格 AI,你只需要用文字描述需求,AI 即可帮你完成多维表格内问数(数据检索)、统计计算、归因分析、趋势预测、分析报告生成、多维表格总结等各类问数与数据分析操作。 + - 在多维表格的筛选、分组、排序等需要选择字段的场景中,你可以在下拉框中直接搜索字段名称,快速定位目标字段,提升选择效率,尤其适用于字段数量较多的场景。 + 云文档 + - 在飞书桌面端或网页版,你可以将飞书文档下载为 Markdown 格式的文件,方便在其他工具中编辑和使用。 +ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/236267154354 +PurchaseUrl: https://www.feishu.cn/service +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.yaml new file mode 100644 index 0000000000000..78df317648b5a --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.70.12/ByteDance.Feishu.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.Feishu +PackageVersion: 7.70.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 248e2eb64d39ba8ebd4ed8c6fd701ccf414e3a55 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:11:23 +0800 Subject: [PATCH 05/72] New version: hellodigua.ChatLab version 0.28.1 (#393323) --- .../0.28.1/hellodigua.ChatLab.installer.yaml | 26 ++++++++++++++ .../hellodigua.ChatLab.locale.en-US.yaml | 35 +++++++++++++++++++ .../hellodigua.ChatLab.locale.zh-CN.yaml | 31 ++++++++++++++++ .../ChatLab/0.28.1/hellodigua.ChatLab.yaml | 8 +++++ 4 files changed, 100 insertions(+) create mode 100644 manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.installer.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.en-US.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.zh-CN.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.yaml diff --git a/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.installer.yaml new file mode 100644 index 0000000000000..3c75003598ff3 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.28.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.28.1/ChatLab-0.28.1-setup.exe + InstallerSha256: C6799C11198510E01EEB7DC4EA59C7C4CC0A118ED4009C5466EBEE7EC8F779E9 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.28.1/ChatLab-0.28.1-setup.exe + InstallerSha256: C6799C11198510E01EEB7DC4EA59C7C4CC0A118ED4009C5466EBEE7EC8F779E9 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.en-US.yaml new file mode 100644 index 0000000000000..23e9b6c38fffe --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.28.1 +PackageLocale: en-US +Publisher: digua +PublisherUrl: https://digua.moe/ +PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues +PackageName: ChatLab +PackageUrl: https://chatlab.fun/ +License: AGPL-3.0 +LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE +Copyright: Copyright © 2026 ChatLab +ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' +Description: |- + ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. + We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. + Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. + The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. + Core Features + - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. + - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). + - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. + - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. + - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. +Tags: +- chat +- chat-records +ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.28.1 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://chatlab.fun/usage/how-to-export.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3c98ac9c0a74c --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.28.1 +PackageLocale: zh-CN +PackageUrl: https://chatlab.fun/cn/ +ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 +Description: |- + ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 + 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 + 核心特性 + - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 + - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 + - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 + - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 + - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 +Tags: +- 聊天 +- 聊天记录 +ReleaseNotes: |- + What's New + Improve chat record viewing, add the import API, and fix import, sync, and local model proxy download issues. + 更新内容 + 聊天记录查看优化,新增导入 API,修复导入、同步和本地模型代理下载问题。 +ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://chatlab.fun/cn/usage/how-to-export.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.yaml new file mode 100644 index 0000000000000..95e9ef2c40425 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.28.1/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 76e26bfcb10dbab428b380f62664581fa12866c4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:11:49 +0800 Subject: [PATCH 06/72] New version: LuisPater.CLIProxyAPI version 7.2.42 (#393328) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 +++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 47 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 ++++++++++ .../7.2.42/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 97 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..4a894a9f2a397 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.42 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.42/CLIProxyAPI_7.2.42_windows_amd64.zip + InstallerSha256: CB6557AD38AEF485C56C769FA53E2A5F8A8A4F50E158E979A38A8CFC5B51FE19 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..84c1fe3200eed --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.42 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - feat(pluginhost): enhance plugin version management and logging for hot reload (6a59d645) + - Merge pull request #4009 from router-for-me/plugin (4c0c6029) + What's Changed + - feat(pluginhost): enhance plugin version management and logging for hot reload by @hkfires in https://github.com/router-for-me/CLIProxyAPI/pull/4009 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.41...v7.2.42 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.42 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..efad15c734588 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.42 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..eb9324f215b68 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.42/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.42 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 613497c404d0368ab822e7b61a484a193eb6eccd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:12:12 +0800 Subject: [PATCH 07/72] New version: Postman.Postman version 12.16.4 (#393329) --- .../12.16.4/Postman.Postman.installer.yaml | 24 ++++++++++++ .../12.16.4/Postman.Postman.locale.en-US.yaml | 37 +++++++++++++++++++ .../12.16.4/Postman.Postman.locale.zh-CN.yaml | 35 ++++++++++++++++++ .../Postman/12.16.4/Postman.Postman.yaml | 8 ++++ 4 files changed, 104 insertions(+) create mode 100644 manifests/p/Postman/Postman/12.16.4/Postman.Postman.installer.yaml create mode 100644 manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.en-US.yaml create mode 100644 manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.zh-CN.yaml create mode 100644 manifests/p/Postman/Postman/12.16.4/Postman.Postman.yaml diff --git a/manifests/p/Postman/Postman/12.16.4/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..bac161a4a6083 --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.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: Postman.Postman +PackageVersion: 12.16.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.16.4/windows_64 + InstallerSha256: 624032DF283AD60C1A14EFCB4094F9262BD9370804C27B1B74E7A59DF699FC67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..5f2c0c702ae28 --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.16.4 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..79093f810ff0c --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.16.4 +PackageLocale: zh-CN +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.16.4/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.yaml new file mode 100644 index 0000000000000..5d617cbaa5d2d --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.4/Postman.Postman.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: Postman.Postman +PackageVersion: 12.16.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 05231fe7d96e39c86fc32ad2c2e1e4d42c55fa0e Mon Sep 17 00:00:00 2001 From: Alexander Svinarev Date: Fri, 26 Jun 2026 11:12:34 +0300 Subject: [PATCH 08/72] datamitsu.datamitsu: v0.1.8 (#393331) Co-authored-by: goreleaserbot --- .../0.1.8/datamitsu.datamitsu.installer.yaml | 26 ++++++++++++++++ .../datamitsu.datamitsu.locale.en-US.yaml | 30 +++++++++++++++++++ .../datamitsu/0.1.8/datamitsu.datamitsu.yaml | 7 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.installer.yaml create mode 100644 manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.locale.en-US.yaml create mode 100644 manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.yaml diff --git a/manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.installer.yaml b/manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.installer.yaml new file mode 100644 index 0000000000000..29c81712e658d --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.8/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.1.8 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-26" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.1.8/datamitsu_0.1.8_windows_arm64.zip + InstallerSha256: db07a2cc5c50e92c7dba481fb31e284eb1a94b54eed2093b2f9babdf8ab70c32 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.1.8/datamitsu_0.1.8_windows_amd64.zip + InstallerSha256: 18f638713d7534c00ea450e5ea3aea3e7cfe631a83e50a7c241cf4cac028798e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.locale.en-US.yaml b/manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.locale.en-US.yaml new file mode 100644 index 0000000000000..d7e0a441e07b8 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.locale.en-US.yaml @@ -0,0 +1,30 @@ +# 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.1.8 +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 + * 115c2d62e17c53cb0f9d71f1634844414b894473: feat: wasm parser infra and formatting (#145) (@shibanet0) +ReleaseNotesUrl: https://github.com/datamitsu/datamitsu/releases/tag/v0.1.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.yaml b/manifests/d/datamitsu/datamitsu/0.1.8/datamitsu.datamitsu.yaml new file mode 100644 index 0000000000000..7e5b9b0561d4a --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.8/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.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7bd6f575b16937b15d0057b1596cbe73809b9742 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:12:57 +0800 Subject: [PATCH 09/72] New version: Stellarium.Stellarium version 26.2 (#393332) --- .../26.2/Stellarium.Stellarium.installer.yaml | 40 ++++ .../Stellarium.Stellarium.locale.en-US.yaml | 177 ++++++++++++++++++ .../Stellarium.Stellarium.locale.zh-CN.yaml | 21 +++ .../26.2/Stellarium.Stellarium.yaml | 8 + 4 files changed, 246 insertions(+) create mode 100644 manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.installer.yaml create mode 100644 manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.en-US.yaml create mode 100644 manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.zh-CN.yaml create mode 100644 manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.yaml diff --git a/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.installer.yaml b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.installer.yaml new file mode 100644 index 0000000000000..64f4dabc2c7f1 --- /dev/null +++ b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.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: Stellarium.Stellarium +PackageVersion: "26.2" +InstallerType: inno +FileExtensions: +- ssc +ProductCode: Stellarium_is1 +ReleaseDate: 2026-06-24 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Stellarium' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.2/stellarium-26.2-qt6-win64.exe + InstallerSha256: CDA1D07081C94781E388F6C607DA5B85A3215A366AE545473CE92A7D38135045 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.2/stellarium-26.2-qt6-win64.exe + InstallerSha256: CDA1D07081C94781E388F6C607DA5B85A3215A366AE545473CE92A7D38135045 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.2/stellarium-26.2-qt6-arm64.exe + InstallerSha256: 8C35BDE7A6F580B9C97D85D514DE33148E4B56C2B4D05744DCA374AF3D7F38D3 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.2/stellarium-26.2-qt6-arm64.exe + InstallerSha256: 8C35BDE7A6F580B9C97D85D514DE33148E4B56C2B4D05744DCA374AF3D7F38D3 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.en-US.yaml b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.en-US.yaml new file mode 100644 index 0000000000000..f17b5f44591c1 --- /dev/null +++ b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.en-US.yaml @@ -0,0 +1,177 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Stellarium.Stellarium +PackageVersion: "26.2" +PackageLocale: en-US +Publisher: Stellarium team +PublisherUrl: https://stellarium.org/ +PublisherSupportUrl: https://github.com/Stellarium/stellarium/issues +PackageName: Stellarium +PackageUrl: https://stellarium.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/Stellarium/stellarium/blob/HEAD/COPYING +Copyright: Copyright (C) 2000-2026 Stellarium team +ShortDescription: A free open source planetarium for your computer. +Description: Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. +Moniker: stellarium +Tags: +- astronomy +- planetarium +- star +ReleaseNotes: |- + What's Changed + Full list of changes: + - Added new IAU names since Nov 2025 + - Added IAU star names with only Gaia numbers + - Added scripting command for Equation of Time (GH: #4975) + - Added territory.geojson data for sky cultures + - Added Chinese Yuan Dynasty sky culture (GH: #4948) + - Added storage permission request for Android + - Added a workaround for Intel's garbage GLSL sin & asin + - Added a new lightweight atmosphere model + - Added mutiple search path for plugins and data (GH: #4958) + - Added ability translation of designations for axes of celestial coordinate systems (GH: #4962) + - Added util to fetch new orbit data elemets from JPL for ssystem_major and updated orbital elements of the moons (GH: #4894, #4908) + - Added visualization of star trails (GH: #1888) + - Added "Common names" tab into SkyCultureMaker plugin (GH: #4657, #4912) + - Added missing part of scripting docs + - Added a filter to list only enabled surveys + - Added new plugin: Planes (GH: #4926) + - Added support for zooming the map in Location dialog + - Added Byzantine calendar into Calendars plugin (GH: #4910, #4868) + - Added AndroidManifest.xml and an icon + - Added support building main executable for Android + - Added support for high graphics mode on GLES3 + - Added hook for AstroCalc/Almanac tool to updating values when the date is changed (GH: #4906) + - Added context for 3 constellation names to avoid conflicts with minor planets names (GH: #4898) + - Added automatic update data after toggling the decimal degrees flag in AstroCalc/Positions tool (GH: #4896) + - Added support for CelesTrak CSV instead of TLE in Satellites plugin + - Added byname to constellation information and adjust format to SC editor in Sky Culture Maker plugin (GH: #4879) + - Added new time steps for AstroCalc/Ephemeris tool + - Added ability to use inex and tritos as periodic cycles + - Added Gamepad Controller support for Remote Control plugin (GH: #4813) + - Added ability to let SSO's have multiple epochs (GH: #4878) + - Added missing package for qt6-based AppImage (GH: #4880) + - Added improvements for ephemeris visualization (GH: #4850) + - Added waitForKeypress() to support Bluetooth remote presentations (GH: #3556, #4864) + - Fixed InfoString issue + - Fixed blending issue in Satellites plugin + - Fixed Exoplanets plugin: Ignore atmospheric extinction when distribution mode is enabled (GH: #4857) + - Fixed coordinates of Boyden Observatory (GH: #4870) + - Fixed nebula names in search results (GH: #4867) + - Fixed grammar in typo reporting sentence in CONTRIBUTING.md (GH: #4861) + - Fixed DSO names + - Fixed showing the distance data in Pulsars plugin + - Fixed error in LocationService in RemoteControl Plugin (GH: #4988) + - Fixed Solar Corona refraction (GH: 4973) + - Fixed outline data for M20 (GH: #4971) + - Fixed drawing the protractors in Oculars plugin + - Fixed drawing reticle in Oculars plugin + - Fixed old-fashioned config store of dynamic moon scaling (GH: #4969) + - Fixed asterism reference exclusion (GH: #4891) + - Fixed build without media + - Fixed Windows build with INDI + - Fixed precision of GLSL ES StelProjector project and unproject + - Fixed GLSL ES refraction precision + - Fixed logic of survey/model choice + - Fixed saving preferences for TextToSpeech feature + - Fixed compiling with INDI 2.2.2 on NetBSD (GH: #4959) + - Fixed single-constellation issue in AstroCalc tools (GH: #4874) + - Fixed null pointer dereference + - Fixed typos + - Fixed rounding issue in Equation of Time plugin (GH: #4938) + - Fixed scripting docs + - Fixed missing translatable type of object + - Fixed observing list designation column sorting (GH: #4916) + - Fixed type of comment in the UI file + - Fixed compilation on Android when missing fseeko() + - Fixed compatibility of viewDialog with Qt5 + - Fixed missing excludes (GH: #4930) + - Fixed broken outline shape on the top-left side of the map + - Fixed the obtaining of distance in Pulsars plugin according to changes in ATNF Pulsars Catalogues v2.8.0 + - Fixed coordinates and altitude of North Georgia Astronomical Observatory (GH: #4923) + - Fixed compilation of PFNGLMINSAMPLESHADINGPROC on Android + - Fixed the WaitForKey script command (GH: #4866) + - Fixed FOV of Trees landscape (fisheye example) + - Fixed Calendars plugin: allow playing in dialog while main display is off (GH: #4917) + - Fixed Calendars plugin: improve dialog visibility on Linux (GH: #4917) + - Fixed tracked object jumps while zooming with viewport offset (GH: #4915, #4887) + - Fixed visibility of progress bar for HiPS after surveys are disabled (GH: #4310) + - Fixed internal format of dithering texture in GLES + - Fixed shortening names of asteroids (GH: #4895) + - Fixed build on GLES2-based Qt 6.9.3 + - Changed core: Don't create dithering texture in low graphics mode + - Changed core: Protect the whole jpl_pleph with the mutex (GH: #5003) + - Changed core: Make planet hint circle better visible again on scaled hiDPI screens + - Changed core: Prevent occasional race condition in SolarSystem::computePositions() + - Changed core: Don't show lunar 'halo' during solar eclipse + - Changed core: Only suppress earth shadow when moon is actually scaled up + - Changed core: Make RTS independent from scaling (GH: #4981) + - Changed core: A few clarifications in skyculture names (GH: #4891) + - Changed core: Pass log messages to the default handler on Android + - Changed core: Use a gamma to reduce LW atmo banding on GLESv2 even more + - Changed core: Use default atmosphere as the fallback + - Changed core: Don't use GL_RGBA8 internal format in TextureAverageComputer + - Changed core: Add a fallback for systems without VAO support in TextureAverageComputer + - Changed core: Don't use GL_DRAW_FRAMEBUFFER{,_BINDING} in LW atmo and TextureAverageComputer + - Changed core: Reduce banding of LW atmosphere in GLESv2 + - Changed core: Don't try to use RGBA16F FBO in GLESv2 + - Changed core: Don't require HighGraphicsFunctions in TextureAverageComputer + - Changed core: Don't use RGBA16F for texture averaging in LW atmosphere + - Changed core: Enable INDI client support on Windows + - Changed core: Move sinh/asinh functions to the global shader prefix + - Changed core: Use highp in all projections' shaders + - Changed core: Project vertices of the Moon on the GPU instead of the CPU + - Changed core: Render the Moon using a proper 3D model + - Changed core: Compute Moon texture coordinates inside fragment shader + - Changed core: Make TextureAverageComputer fully usable in GLESv3 + - Changed core: Make TextureAverageComputer check GLES-compatible + - Changed core: Make atmosphere model selectable in GLES mode + - Changed core: TextureAverageComputer: Wrap OpenGL calls in GL() macro + - Changed core: Restore compilation without GUI (GH: #4849) + - Changed core: Colored trails (GH: #4881) + - Changed core: Make sure splash screen preserves OpenGL context + - Changed Location dialog: Add a threshold for map clicks + - Changed Location dialog: Use bilinear interpolation for upscaling the map + - Changed Location dialog: Allow panning the map beyond ±180° longitude + - Changed Location dialog: Move map point ↔ lon/lat conversion to separate methods + - Changed Location dialog: Don't resize Location dialog map on every paint + - Changed Location dialog: show location filter circle + - Changed Satellites plugin: draw satellites in point mode also in penumbra + - Changed Satellites plugin: Switch to using CSV instead of TLE in default sources + - Changed Satellites plugin: Move unzipping to a separate function + - Changed Satellites plugin: Avoid nested resets of SatellitesListModel + - Changed Satellites plugin: Print out the failing TLE line + - Changed Satellites plugin: Print download error in addition to error string + - Changed Telescope Control plugin: simplify initialization + - Changed Japanese Yasui Map sky culture (GH: #4948) + - Changed Korean Sky Culture (GH: #4968) + - Updated Bali skyculture: Apply image compression + - Updated the default list of satellites + - Updated default catalog of pulsars + - Updated the default catalog of exoplanets + - Updated the orbital elements for minor bodies of Solar system + - Updated the list of contributoirs + - Updated the names of DSO + - Updated the discovery circumstances data for comets and minor planets + - Updated the territory data for 2 Arabic SC (GH: #4983) + - Updated the default eyepieces reticles in Oculars plugin + - Updated the translations + - Updated the default bookmarks for Solar System Editor plugin + - Updated the planetary features data + - Updated the photometry data for satellites + - Updated the list of groups of satellites + - Updated the ephemeris for Himalia (Jupiter VI) (GH: #4708, #4894) + - Updated rules for dependencies + - Removed deleted constellations from Chinese SC (GH: #4987) + - Removed deprecated TimeSpec use for UTC cases in Satellites plugin + - Removed assertions for quite possible situations +ReleaseNotesUrl: https://github.com/Stellarium/stellarium/releases/tag/v26.2 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://stellarium.org/guide/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Stellarium/stellarium/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.zh-CN.yaml b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e5d6751ffff9c --- /dev/null +++ b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Stellarium.Stellarium +PackageVersion: "26.2" +PackageLocale: zh-CN +PublisherUrl: https://stellarium.org/zh_CN/ +PackageUrl: https://stellarium.org/zh_CN/ +ShortDescription: 一款开源的天象模拟软件 +Description: Stellarium 是一款开源的天象模拟软件。它以 3D 形式展示了极为逼真的星空,就像你在真实世界使用裸眼,双筒望远镜或天文望远镜看到的一样。 +Tags: +- 天文 +- 天象 +- 星空 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://stellarium.org/guide/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Stellarium/stellarium/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.yaml b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.yaml new file mode 100644 index 0000000000000..c09d2ceda7259 --- /dev/null +++ b/manifests/s/Stellarium/Stellarium/26.2/Stellarium.Stellarium.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: Stellarium.Stellarium +PackageVersion: "26.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 759b7638fa9dc7eb98f7b60ec22c1ed25cbfe4be Mon Sep 17 00:00:00 2001 From: Zohar Babin Date: Fri, 26 Jun 2026 04:13:17 -0400 Subject: [PATCH 10/72] New version: zoharbabin.web-researcher-mcp version 1.36.4 (#393333) Co-authored-by: goreleaserbot --- ...oharbabin.web-researcher-mcp.installer.yaml | 18 ++++++++++++++++++ ...rbabin.web-researcher-mcp.locale.en-US.yaml | 14 ++++++++++++++ .../1.36.4/zoharbabin.web-researcher-mcp.yaml | 7 +++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.installer.yaml create mode 100644 manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.locale.en-US.yaml create mode 100644 manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.yaml diff --git a/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.installer.yaml b/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.installer.yaml new file mode 100644 index 0000000000000..c209c5b125701 --- /dev/null +++ b/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.installer.yaml @@ -0,0 +1,18 @@ +# 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: zoharbabin.web-researcher-mcp +PackageVersion: 1.36.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-25" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: web-researcher-mcp.exe + PortableCommandAlias: web-researcher-mcp + InstallerUrl: https://github.com/zoharbabin/web-researcher-mcp/releases/download/v1.36.4/web-researcher-mcp_1.36.4_windows_amd64.zip + InstallerSha256: 82e68ffcae324d942fdac4452ef884ba03ac3646e8fce5d3558ac13837d2abc0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.locale.en-US.yaml b/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.locale.en-US.yaml new file mode 100644 index 0000000000000..3c3842f88bcb2 --- /dev/null +++ b/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: zoharbabin.web-researcher-mcp +PackageVersion: 1.36.4 +PackageLocale: en-US +Publisher: zoharbabin +PublisherUrl: https://github.com/zoharbabin +PackageName: web-researcher-mcp +PackageUrl: https://github.com/zoharbabin/web-researcher-mcp +License: MIT +ShortDescription: Your AI research assistant that cites real sources and stays honest +Moniker: web-researcher-mcp +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.yaml b/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.yaml new file mode 100644 index 0000000000000..507c80eef143f --- /dev/null +++ b/manifests/z/zoharbabin/web-researcher-mcp/1.36.4/zoharbabin.web-researcher-mcp.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: zoharbabin.web-researcher-mcp +PackageVersion: 1.36.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f63b571ba6043959210a0f949c2fa0eb3a71f4fe Mon Sep 17 00:00:00 2001 From: Brian Adams Date: Fri, 26 Jun 2026 02:13:39 -0600 Subject: [PATCH 11/72] New version: RedEyeNetworks.LogivoreForVeeam version 0.18.0 (#393335) --- ...yeNetworks.LogivoreForVeeam.installer.yaml | 34 +++++++++++++++ ...etworks.LogivoreForVeeam.locale.en-US.yaml | 43 +++++++++++++++++++ .../RedEyeNetworks.LogivoreForVeeam.yaml | 7 +++ 3 files changed, 84 insertions(+) create mode 100644 manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml create mode 100644 manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml create mode 100644 manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.yaml diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml new file mode 100644 index 0000000000000..b857fdfd00e2d --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 0.18.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivoreforveeam +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/0.18.0/logivore-for-veeam-win-x64-setup.exe + InstallerSha256: 7FF6821CD5645C391112E6C700EDCC66A74B91D29AFB2C70C8D5564223005AF8 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/0.18.0/logivore-for-veeam-win-x64-machine-setup.exe + InstallerSha256: 14E438A1211DECDC14342694E264A1123F09B8B2404C9100A660655069E3DBB4 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/0.18.0/logivore-for-veeam-win-arm64-setup.exe + InstallerSha256: E6E3890E516102740468CFB472AEE44CB429F2DEF6865ABD62699B9E9C5BE53E +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/0.18.0/logivore-for-veeam-win-arm64-machine-setup.exe + InstallerSha256: 85DD745017501984B563E3FB5F3104E82EBD74088BCC89D4E4D4BA3432633D15 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml new file mode 100644 index 0000000000000..cb10f7354031d --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml @@ -0,0 +1,43 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 0.18.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore for Veeam +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Logivore plus Advanced Veeam Mode — collects, normalizes, and analyzes Veeam Backup and Replication logs end-to-end +Description: |- + Logivore for Veeam is the Veeam-centric SKU of Logivore. Includes + everything in Logivore (cross-platform log analysis, LILA AI + assistant, memory-tier-adaptive parsing, local-first trust-gated + LLM boundary) plus Microsoft.PowerShell.SDK and a built-in + Advanced Veeam Mode that drives the Veeam VBR PowerShell cmdlets + to collect job/repository/proxy diagnostics on demand. Targeted + at Veeam backup administrators who need to triage failed jobs + against backup server, repository, and proxy logs in one + timeline. +Moniker: logivore-for-veeam +Tags: +- veeam +- vbr +- backup +- log-analysis +- log-viewer +- syslog +- evtx +- powershell +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.yaml new file mode 100644 index 0000000000000..39b6926256227 --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/0.18.0/RedEyeNetworks.LogivoreForVeeam.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 298eece509dc961db7ee648f405d2fa4527a963c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:14:02 +0800 Subject: [PATCH 12/72] New version: yetone.Alma version 0.0.842 (#393337) --- .../Alma/0.0.842/yetone.Alma.installer.yaml | 26 +++++++++++ .../0.0.842/yetone.Alma.locale.en-US.yaml | 44 +++++++++++++++++++ .../0.0.842/yetone.Alma.locale.zh-CN.yaml | 34 ++++++++++++++ .../y/yetone/Alma/0.0.842/yetone.Alma.yaml | 8 ++++ 4 files changed, 112 insertions(+) create mode 100644 manifests/y/yetone/Alma/0.0.842/yetone.Alma.installer.yaml create mode 100644 manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.en-US.yaml create mode 100644 manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.zh-CN.yaml create mode 100644 manifests/y/yetone/Alma/0.0.842/yetone.Alma.yaml diff --git a/manifests/y/yetone/Alma/0.0.842/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..69afd9cbce550 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.842 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.842-win-x64.exe + InstallerSha256: 8E7F2241F45E55D8F47F397B0E3EF3C4148010D60CD3AC9C99E00D5BDF122107 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.842-win-x64.exe + InstallerSha256: 8E7F2241F45E55D8F47F397B0E3EF3C4148010D60CD3AC9C99E00D5BDF122107 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..bfd346caa8c1c --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.842 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PublisherSupportUrl: https://feedback.alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Changes + 0.0.842 fix(settings): prevent black-screen crash from any settings tab render error +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5474b85458b94 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.locale.zh-CN.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: yetone.Alma +PackageVersion: 0.0.842 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.842/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.yaml new file mode 100644 index 0000000000000..0726dc28db3c3 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.842/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.842 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 05cdfcbe304a450ebb647b08437151f3d560cd3b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:14:25 +0800 Subject: [PATCH 13/72] New version: ZeroClawLabs.ZeroClaw version 0.8.2 (#393339) --- .../ZeroClawLabs.ZeroClaw.installer.yaml | 21 ++++++++++ .../ZeroClawLabs.ZeroClaw.locale.en-US.yaml | 42 +++++++++++++++++++ .../ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml | 32 ++++++++++++++ .../ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.yaml | 8 ++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.installer.yaml create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.en-US.yaml create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.yaml diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.installer.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.installer.yaml new file mode 100644 index 0000000000000..0e59532dba384 --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZeroClawLabs.ZeroClaw +PackageVersion: 0.8.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: zeroclaw.exe +Commands: +- zeroclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zeroclaw-labs/zeroclaw/releases/download/v0.8.2/zeroclaw-x86_64-pc-windows-msvc.zip + InstallerSha256: EF6FA0BAC88B49E797531CD22E8EA8F6FD1C5C5E99DC55315A8977738FE1D8C4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.en-US.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..1652e97a62490 --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZeroClawLabs.ZeroClaw +PackageVersion: 0.8.2 +PackageLocale: en-US +Publisher: ZeroClaw Labs +PublisherUrl: https://www.zeroclawlabs.ai/ +PublisherSupportUrl: https://github.com/zeroclaw-labs/zeroclaw/issues +PackageName: ZeroClaw +PackageUrl: https://www.zeroclawlabs.ai/ +License: MIT or Apache-2.0 +LicenseUrl: https://github.com/zeroclaw-labs/zeroclaw#license +Copyright: © 2026 ZeroClaw Labs. All rights reserved. +ShortDescription: "Fast, small, and fully autonomous AI assistant framework — deploy anywhere, swap anything \U0001F980" +Description: |- + ZeroClaw is the runtime framework for agentic workflows — infrastructure that abstracts models, tools, memory, and execution so agents can be built once and run anywhere. + ✨ Features + - 🏎️ Lean Runtime by Default: Common CLI and status workflows run in a few-megabyte memory envelope on release builds. + - 💰 Cost-Efficient Deployment: Designed for low-cost boards and small cloud instances without heavyweight runtime dependencies. + - ⚡ Fast Cold Starts: Single-binary Rust runtime keeps command and daemon startup near-instant for daily operations. + - 🌍 Portable Architecture: One binary-first workflow across ARM, x86, and RISC-V with swappable providers/channels/tools. + - 🔍 Research Phase: Proactive information gathering through tools before response generation — reduces hallucinations by fact-checking first. + Why teams pick ZeroClaw + - Lean by default: small Rust binary, fast startup, low memory footprint. + - Secure by design: pairing, strict sandboxing, explicit allowlists, workspace scoping. + - Fully swappable: core systems are traits (providers, channels, tools, memory, tunnels). + - No lock-in: OpenAI-compatible provider support + pluggable custom endpoints. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/zeroclaw-labs/zeroclaw/releases/tag/v0.8.2 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.zeroclawlabs.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59aff7aa6bb9d --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZeroClawLabs.ZeroClaw +PackageVersion: 0.8.2 +PackageLocale: zh-CN +ShortDescription: "快速、小巧且完全自主的 AI 助手框架——可部署于任意位置,随意替换任何组件 \U0001F980" +Description: |- + ZeroClaw 是用于智能体工作流的运行时框架——一种抽象了模型、工具、记忆和执行的基础设施,使智能体能够一次构建,随处运行。 + ✨ 特性 + - 🏎️ 默认轻量运行时:常见的 CLI 和状态工作流在发布版本中仅占用几兆内存。 + - 💰 成本高效的部署:专为低成本开发板和小型云实例设计,无需沉重的运行时依赖。 + - ⚡ 极快的冷启动:单一二进制的 Rust 运行时,使命令和守护进程的启动接近瞬间完成,适合日常操作。 + - 🌍 可移植架构:支持 ARM、x86 和 RISC-V 的单一二进制优先工作流,支持可替换的供应商/通道/工具。 + - 🔍 研究阶段:在生成响应之前,通过工具主动收集信息——通过先行事实核查减少幻觉。 + 团队选择 ZeroClaw 的原因 + - 默认轻量:小巧的 Rust 二进制文件,快速启动,低内存占用。 + - 设计安全:配对机制、严格沙箱、明确的允许列表、工作区范围限制。 + - 完全可替换:核心系统均为 trait(供应商、通道、工具、记忆、隧道)。 + - 无厂商锁定:支持兼容 OpenAI 的供应商,以及可插拔的自定义端点。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.zeroclawlabs.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.yaml new file mode 100644 index 0000000000000..6f71b9c493919 --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.8.2/ZeroClawLabs.ZeroClaw.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: ZeroClawLabs.ZeroClaw +PackageVersion: 0.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 662eab3bb327fd072a1b611d471cf884164e8a61 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:14:48 +0800 Subject: [PATCH 14/72] New version: Zoom.ZoomVDIUniversalPlugin version 6.6.27010 (6.6.15.27010) (#393342) --- ...Zoom.ZoomVDIUniversalPlugin.installer.yaml | 31 +++++++++++++++++++ ...m.ZoomVDIUniversalPlugin.locale.en-US.yaml | 19 ++++++++++++ ...m.ZoomVDIUniversalPlugin.locale.zh-CN.yaml | 19 ++++++++++++ .../Zoom.ZoomVDIUniversalPlugin.yaml | 8 +++++ 4 files changed, 77 insertions(+) create mode 100644 manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.installer.yaml create mode 100644 manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.en-US.yaml create mode 100644 manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.zh-CN.yaml create mode 100644 manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.yaml diff --git a/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.installer.yaml b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.installer.yaml new file mode 100644 index 0000000000000..2ed063f0819dc --- /dev/null +++ b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoom.ZoomVDIUniversalPlugin +PackageVersion: 6.6.27010 +InstallerType: msi +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://zoom.us/download/vdi/6.6.15.27010/ZoomVDIUniversalPluginx64.msi?archType=x64 + InstallerSha256: 1D9211D527FFD3F447FE1AF17EDCDDB7761DB0D8C894C4D39A8C3886EDB1A391 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{06DD43E6-3AC2-48D9-A430-5B8A79247C8D}' + AppsAndFeaturesEntries: + - ProductCode: '{06DD43E6-3AC2-48D9-A430-5B8A79247C8D}' + UpgradeCode: '{E990B747-B972-42A2-8224-1145C2FF46B0}' +- Architecture: arm64 + InstallerUrl: https://zoom.us/download/vdi/6.6.15.27010/ZoomVDIUniversalPluginARM64.msi?archType=winarm64 + InstallerSha256: A271216962DE57C59D335126AEE0D032DEF40FAC6A4ECB706C3A873AEE80DF0F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{BC839C68-0A66-4982-A06C-20E07E017982}' + AppsAndFeaturesEntries: + - ProductCode: '{BC839C68-0A66-4982-A06C-20E07E017982}' + UpgradeCode: '{E990B747-B972-42A2-8224-1145C2FF46B0}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.en-US.yaml b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.en-US.yaml new file mode 100644 index 0000000000000..36d3b39844379 --- /dev/null +++ b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zoom.ZoomVDIUniversalPlugin +PackageVersion: 6.6.27010 +PackageLocale: en-US +Publisher: Zoom Video Communications, Inc. +PublisherUrl: https://zoom.us/ +PublisherSupportUrl: https://support.zoom.us/ +PrivacyUrl: https://explore.zoom.us/en/privacy/ +Author: Zoom Video Communications, Inc. +PackageName: Zoom VDI Universal Plugin +PackageUrl: https://zoom.us/ +License: Proprietary +LicenseUrl: https://explore.zoom.us/en/terms/ +Copyright: Copyright ©2012-2026 Zoom Video Communications, Inc. All rights reserved. +ShortDescription: The VDI plugins for all of the virtual desktop platforms supported by Zoom +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.zh-CN.yaml b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f88cf090bbdd4 --- /dev/null +++ b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoom.ZoomVDIUniversalPlugin +PackageVersion: 6.6.27010 +PackageLocale: zh-CN +Publisher: Zoom Video Communications, Inc. +PublisherUrl: https://zoom.us/ +PublisherSupportUrl: https://support.zoom.us/ +PrivacyUrl: https://explore.zoom.us/zh-cn/privacy/ +Author: Zoom Video Communications, Inc. +PackageName: Zoom VDI Universal Plugin +PackageUrl: https://zoom.us/ +License: 专有软件 +LicenseUrl: https://explore.zoom.us/zh-cn/terms/ +Copyright: 版权所有©2012-2026 Zoom Video Communications, Inc. 保留所有权利。 +ShortDescription: 所有 Zoom 所支持的虚拟桌面平台的 VDI 插件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.yaml b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.yaml new file mode 100644 index 0000000000000..40d543b7141ec --- /dev/null +++ b/manifests/z/Zoom/ZoomVDIUniversalPlugin/6.6.27010/Zoom.ZoomVDIUniversalPlugin.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: Zoom.ZoomVDIUniversalPlugin +PackageVersion: 6.6.27010 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03e6863db216b7ce530d74645cb111ccf0f9ee03 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:15:10 +0800 Subject: [PATCH 15/72] New version: Zulip.Zulip version 5.12.4 (#393343) --- .../Zulip/5.12.4/Zulip.Zulip.installer.yaml | 64 +++++++++++++++++++ .../5.12.4/Zulip.Zulip.locale.en-US.yaml | 42 ++++++++++++ .../5.12.4/Zulip.Zulip.locale.zh-CN.yaml | 21 ++++++ .../z/Zulip/Zulip/5.12.4/Zulip.Zulip.yaml | 8 +++ 4 files changed, 135 insertions(+) create mode 100644 manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.installer.yaml create mode 100644 manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.en-US.yaml create mode 100644 manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.zh-CN.yaml create mode 100644 manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.yaml diff --git a/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.installer.yaml b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.installer.yaml new file mode 100644 index 0000000000000..898fadd1af377 --- /dev/null +++ b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zulip.Zulip +PackageVersion: 5.12.4 +UpgradeBehavior: install +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://github.com/zulip/zulip-desktop/releases/download/v5.12.4/Zulip-5.12.4-ia32.msi + InstallerSha256: A707CC0FA00004BADE8F764B422C4020C92C6D5C6EC7287616CC71CD1D7E493A + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{16AF6A1B-1C28-428C-A38E-40B7E269EA63}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E19E3054-C647-509A-A863-1C21A98215A7}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/zulip/zulip-desktop/releases/download/v5.12.4/Zulip-5.12.4-x64.msi + InstallerSha256: 3EF9406996F2548E26902E332847270B5129C2D743CCED77372B822667E7ABEC + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{D2D34FC8-A65C-494B-B437-D9CF4299A4EB}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E19E3054-C647-509A-A863-1C21A98215A7}' +- Architecture: x86 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/zulip/zulip-desktop/releases/download/v5.12.4/Zulip-Web-Setup-5.12.4.exe + InstallerSha256: 14366B3C1A2C73617A199834A1B22C83003BC1D7A458DFC436906CAF523E75AF + InstallerSwitches: + Upgrade: --updated + Custom: /currentuser + ProductCode: 18ddfc16-e384-5f72-a0ed-ffefbe17581a +- Architecture: x86 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/zulip/zulip-desktop/releases/download/v5.12.4/Zulip-Web-Setup-5.12.4.exe + InstallerSha256: 14366B3C1A2C73617A199834A1B22C83003BC1D7A458DFC436906CAF523E75AF + InstallerSwitches: + Upgrade: --updated + Custom: /allusers + ProductCode: 18ddfc16-e384-5f72-a0ed-ffefbe17581a +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/zulip/zulip-desktop/releases/download/v5.12.4/Zulip-Web-Setup-5.12.4.exe + InstallerSha256: 14366B3C1A2C73617A199834A1B22C83003BC1D7A458DFC436906CAF523E75AF + InstallerSwitches: + Upgrade: --updated + Custom: /currentuser + ProductCode: 18ddfc16-e384-5f72-a0ed-ffefbe17581a +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/zulip/zulip-desktop/releases/download/v5.12.4/Zulip-Web-Setup-5.12.4.exe + InstallerSha256: 14366B3C1A2C73617A199834A1B22C83003BC1D7A458DFC436906CAF523E75AF + InstallerSwitches: + Upgrade: --updated + Custom: /allusers + ProductCode: 18ddfc16-e384-5f72-a0ed-ffefbe17581a +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.en-US.yaml b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.en-US.yaml new file mode 100644 index 0000000000000..2a3246eafee3a --- /dev/null +++ b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zulip.Zulip +PackageVersion: 5.12.4 +PackageLocale: en-US +Publisher: Kandra Labs, Inc. +PublisherUrl: https://zulip.com/ +PublisherSupportUrl: https://github.com/zulip/zulip-desktop/issues +PrivacyUrl: https://zulip.com/policies/privacy +Author: Kandra Labs, Inc. +PackageName: Zulip +PackageUrl: https://zulip.com/apps/ +License: Apache-2.0 +LicenseUrl: https://github.com/zulip/zulip-desktop/blob/HEAD/LICENSE +Copyright: © Kandra Labs, Inc. (“Zulip”) +ShortDescription: Desktop client for Zulip, an open source team chat application. +Moniker: zulip +Tags: +- business +- collaborate +- collaboration +- communicate +- comunication +- enterprise +- office +- team +- working +ReleaseNotes: |- + Enhancements: + - Updated translations, including new languages Estonian, Hebrew, Norwegian, and Norwegian Nynorsk. + - The Linux Snap package has been updated with native Wayland support. + Dependencies: + - Upgraded all dependencies, including Electron 42.5.0. + Fixes: + - Fixed sorting of languages in the spellchecker languages setting. +ReleaseNotesUrl: https://github.com/zulip/zulip-desktop/releases/tag/v5.12.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/zulip/zulip-desktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.zh-CN.yaml b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..24b4e9394bc2c --- /dev/null +++ b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zulip.Zulip +PackageVersion: 5.12.4 +PackageLocale: zh-CN +ShortDescription: 开源团队聊天应用程序 Zulip 的桌面客户端。 +Tags: +- 交流 +- 企业 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 文档 +- 沟通 +ReleaseNotesUrl: https://github.com/zulip/zulip-desktop/releases/tag/v5.12.4 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.yaml b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.yaml new file mode 100644 index 0000000000000..b9e506c906731 --- /dev/null +++ b/manifests/z/Zulip/Zulip/5.12.4/Zulip.Zulip.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: Zulip.Zulip +PackageVersion: 5.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5246a8ff79a2c4b8dd9b2a3972eb3ead9e90b8d5 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:27:25 +0800 Subject: [PATCH 16/72] New version: Wakatime.CLIWakatime version 2.21.2 (#392798) --- .../Wakatime.CLIWakatime.installer.yaml | 30 ++++++++++++++++++ .../Wakatime.CLIWakatime.locale.en-US.yaml | 31 +++++++++++++++++++ .../2.21.2/Wakatime.CLIWakatime.yaml | 8 +++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.installer.yaml create mode 100644 manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.locale.en-US.yaml create mode 100644 manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.yaml diff --git a/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.installer.yaml b/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.installer.yaml new file mode 100644 index 0000000000000..170dd57693588 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.21.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-386.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.21.2/wakatime-cli-windows-386.zip + InstallerSha256: F92BD56F14F57470CE20DBF8CF83D76EB04C5D3F0D2F7E566BED1C3F7866319F +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-amd64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.21.2/wakatime-cli-windows-amd64.zip + InstallerSha256: AFDB5BCD83D5E3A50954AA7B0C7148EFDBEA76B94907D0AB98B8DB24E240624E +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-arm64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.21.2/wakatime-cli-windows-arm64.zip + InstallerSha256: 53529962B68C85D615F1B0D113358BAA192CC1160225E654C187AAAD6BFF64B9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.locale.en-US.yaml b/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.locale.en-US.yaml new file mode 100644 index 0000000000000..c2774b75a407a --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.21.2 +PackageLocale: en-US +Publisher: WakaTime +PublisherUrl: https://github.com/wakatime +PublisherSupportUrl: https://github.com/wakatime/wakatime-cli/issues +PrivacyUrl: https://wakatime.com/privacy +Author: Alan Hamlett +PackageName: WakaTime CLI +PackageUrl: https://github.com/wakatime/wakatime-cli +License: BSD-3-Clause +LicenseUrl: https://github.com/wakatime/wakatime-cli/blob/HEAD/LICENSE +Copyright: © WakaTime +ShortDescription: Command line interface used by all WakaTime text editor plugins +Moniker: wakatime-cli +Tags: +- analytics +- metrics +- productivity +- quantified-self +- time-tracker +ReleaseNotes: |- + Changelog + - Harden Claude json parser #1482 + - Recover from corrupted bbolt offline db files #1483 +ReleaseNotesUrl: https://github.com/wakatime/wakatime-cli/releases/tag/v2.21.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.yaml b/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.yaml new file mode 100644 index 0000000000000..91dd36841bb52 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.21.2/Wakatime.CLIWakatime.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: Wakatime.CLIWakatime +PackageVersion: 2.21.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d2c8056c5503701be95dde15f67fecf296175944 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:28:00 +0800 Subject: [PATCH 17/72] New version: Sourcegraph.Amp version 0.0.1782439082-g706a2e (#393330) --- .../Sourcegraph.Amp.installer.yaml | 6 +++--- .../Sourcegraph.Amp.locale.en-US.yaml | 2 +- .../Sourcegraph.Amp.locale.zh-CN.yaml | 2 +- .../Sourcegraph.Amp.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/s/Sourcegraph/Amp/{0.0.1782422385-g1faecf => 0.0.1782439082-g706a2e}/Sourcegraph.Amp.installer.yaml (63%) rename manifests/s/Sourcegraph/Amp/{0.0.1782422385-g1faecf => 0.0.1782439082-g706a2e}/Sourcegraph.Amp.locale.en-US.yaml (97%) rename manifests/s/Sourcegraph/Amp/{0.0.1782422385-g1faecf => 0.0.1782439082-g706a2e}/Sourcegraph.Amp.locale.zh-CN.yaml (96%) rename manifests/s/Sourcegraph/Amp/{0.0.1782422385-g1faecf => 0.0.1782439082-g706a2e}/Sourcegraph.Amp.yaml (85%) diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.installer.yaml index 5df447b64fb8a..a51c63639c05e 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782422385-g1faecf +PackageVersion: 0.0.1782439082-g706a2e InstallerType: portable Commands: - amp @@ -11,7 +11,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1782422385-g1faecf/amp-windows-x64-baseline.exe - InstallerSha256: C6F640472F45D87507163A35292B78CA18F3BED2DD1333C9C96B180E956FA8D1 + InstallerUrl: https://static.ampcode.com/cli/0.0.1782439082-g706a2e/amp-windows-x64-baseline.exe + InstallerSha256: C6D7C4E06F8E06329C3D7B4234903347015721388600519B72EF19C654238C59 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.locale.en-US.yaml index cdb3e6c94a6c6..bf01a832f7519 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782422385-g1faecf +PackageVersion: 0.0.1782439082-g706a2e PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.locale.zh-CN.yaml index ade6d4ef62682..c4ef1376c0f0e 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782422385-g1faecf +PackageVersion: 0.0.1782439082-g706a2e PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.yaml index 12dee797715ed..a8f0b494d6f59 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782422385-g1faecf/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782439082-g706a2e/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782422385-g1faecf +PackageVersion: 0.0.1782439082-g706a2e DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From db4396a1689de167024b259806a0039ce04a889e Mon Sep 17 00:00:00 2001 From: ggml-bot-2 Date: Fri, 26 Jun 2026 11:28:15 +0300 Subject: [PATCH 18/72] New version: ggml.llamacpp version b9803 (#393346) --- .../b9803/ggml.llamacpp.installer.yaml | 30 ++++++++++ .../b9803/ggml.llamacpp.locale.en-US.yaml | 60 +++++++++++++++++++ .../g/ggml/llamacpp/b9803/ggml.llamacpp.yaml | 8 +++ 3 files changed, 98 insertions(+) create mode 100644 manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.installer.yaml create mode 100644 manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.locale.en-US.yaml create mode 100644 manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.yaml diff --git a/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..1a24a0c6ba9d2 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9803 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-26 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9803/llama-b9803-bin-win-vulkan-x64.zip + InstallerSha256: 117F9A5463D5560AD5B10E719EE8FB270D404D5D13B0EAE6C48477BA923AF38F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..80a73c5c9b27c --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9803 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + opencl: flush profiling batch at shutdown for incomplete batches (#25016) + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows arm64 (OpenCL Adreno) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows x64 (Vulkan) + - Windows x64 (OpenVINO) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b9803 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..062a7491dee7b --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9803/ggml.llamacpp.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: ggml.llamacpp +PackageVersion: b9803 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2306b69ed58692daf6fb989c4e7274b4b9698a56 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 26 Jun 2026 04:28:28 -0400 Subject: [PATCH 19/72] New version: steipete.gogcli version 0.31.1 (#393347) --- .../0.31.1/steipete.gogcli.installer.yaml | 22 +++++++++ .../0.31.1/steipete.gogcli.locale.en-US.yaml | 47 +++++++++++++++++++ .../gogcli/0.31.1/steipete.gogcli.yaml | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.installer.yaml create mode 100644 manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.locale.en-US.yaml create mode 100644 manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.yaml diff --git a/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.installer.yaml b/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.installer.yaml new file mode 100644 index 0000000000000..fe4a9f721bb8e --- /dev/null +++ b/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: steipete.gogcli +PackageVersion: 0.31.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gog.exe + PortableCommandAlias: gog +Commands: +- gog +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/gogcli/releases/download/v0.31.1/gogcli_0.31.1_windows_amd64.zip + InstallerSha256: 1C8EC55761106014498531441A7B5A05DDA8A6B625C4B87EDB651C8A133916A1 +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/gogcli/releases/download/v0.31.1/gogcli_0.31.1_windows_arm64.zip + InstallerSha256: F8631FD791610D75F8F57F283065A85C2DB9CC14F94BCB14B9F50295C65EDD98 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.locale.en-US.yaml b/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.locale.en-US.yaml new file mode 100644 index 0000000000000..30a3c66a0f764 --- /dev/null +++ b/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: steipete.gogcli +PackageVersion: 0.31.1 +PackageLocale: en-US +Publisher: Peter Steinberger +PublisherUrl: https://steipete.me/ +PublisherSupportUrl: https://github.com/steipete/gogcli/issues +Author: Peter Steinberger +PackageName: gogcli +PackageUrl: https://gogcli.sh/ +License: MIT +LicenseUrl: https://github.com/openclaw/gogcli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Peter Steinberger +CopyrightUrl: https://github.com/steipete/gogcli/blob/HEAD/LICENSE +ShortDescription: gog unifies Gmail, Calendar, Drive, Contacts, Tasks, Sheets, Docs, Slides, and People under one CLI — with JSON output and sane defaults. +Description: |- + gog unifies Gmail, Calendar, Drive, Contacts, Tasks, Sheets, Docs, Slides, and People under one CLI — with JSON output and sane defaults. + + Features + - Gmail + - Search threads, send mail, manage labels, drafts, filters, settings, and watch (Pub/Sub push). + - Calendar + - List/create/update events, respond to invites, detect conflicts, and check free/busy. + - Drive + - List/search/upload/download, export Docs formats, permissions, folders, URLs. + - Sheets / Docs / Slides + - Read/write Sheets; export Docs/Slides/Sheets to PDF/DOCX/PPTX/XLSX/CSV via Drive. + - Contacts / People + - Personal contacts, “other contacts”, Workspace directory, and your profile. + - Tasks + - Tasklists + tasks: add/update/done/undo/delete/clear with paging and JSON output. +Moniker: gogcli +Tags: +- gcal +- gcontacts +- gdrive +- gmail +- google +ReleaseNotes: |- + 0.31.1 + - Calendar: add calendar changed for listing recently modified events, including cancellations, across one or more calendars. (#875) — thanks @sorenisanerd. + - Calendar: add a ;resource attendee modifier for event create, attendee replacement, and additive attendee updates. (#881) — thanks @titus7490. +ReleaseNotesUrl: https://github.com/openclaw/gogcli/releases/tag/v0.31.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.yaml b/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.yaml new file mode 100644 index 0000000000000..4555de2545349 --- /dev/null +++ b/manifests/s/steipete/gogcli/0.31.1/steipete.gogcli.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: steipete.gogcli +PackageVersion: 0.31.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 130b3dc198524ff2faee296f9b28755cadbe2c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Fri, 26 Jun 2026 10:28:41 +0200 Subject: [PATCH 20/72] New version: Posit.rig version 0.8.1 (#393348) --- .../Posit/rig/0.8.1/Posit.rig.installer.yaml | 27 +++++++++++++++++++ .../rig/0.8.1/Posit.rig.locale.en-US.yaml | 24 +++++++++++++++++ manifests/p/Posit/rig/0.8.1/Posit.rig.yaml | 8 ++++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/p/Posit/rig/0.8.1/Posit.rig.installer.yaml create mode 100644 manifests/p/Posit/rig/0.8.1/Posit.rig.locale.en-US.yaml create mode 100644 manifests/p/Posit/rig/0.8.1/Posit.rig.yaml diff --git a/manifests/p/Posit/rig/0.8.1/Posit.rig.installer.yaml b/manifests/p/Posit/rig/0.8.1/Posit.rig.installer.yaml new file mode 100644 index 0000000000000..a0eae57341ab5 --- /dev/null +++ b/manifests/p/Posit/rig/0.8.1/Posit.rig.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Posit.rig +PackageVersion: 0.8.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{A6B1E72E-CEB0-4E4B-A444-6DD0DC0DF0C0}_is1' +ReleaseDate: 2026-06-24 +AppsAndFeaturesEntries: +- Publisher: Gabor Csardi + ProductCode: '{A6B1E72E-CEB0-4E4B-A444-6DD0DC0DF0C0}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\rig' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/r-lib/rig/releases/download/v0.8.1/rig-windows-0.8.1.exe + InstallerSha256: 586D225F9213BCBE61E452E56338D8109EE99FEF479EFD51E3D23FF7FC16CFD3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/rig/0.8.1/Posit.rig.locale.en-US.yaml b/manifests/p/Posit/rig/0.8.1/Posit.rig.locale.en-US.yaml new file mode 100644 index 0000000000000..e4291839d9f66 --- /dev/null +++ b/manifests/p/Posit/rig/0.8.1/Posit.rig.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: Posit.rig +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: Posit Software, PBC +PublisherUrl: https://github.com/r-lib +PublisherSupportUrl: https://github.com/r-lib/rig/issues +PackageName: rig +PackageUrl: https://github.com/r-lib/rig +License: MIT +LicenseUrl: https://github.com/r-lib/rig/blob/HEAD/LICENSE +ShortDescription: The R Installation Manager +Description: Install, remove, configure R versions. +Tags: +- installation +- r +ReleaseNotes: |- + - The RIG_PLATFORM environment variable works correctly again (#325). + - rig can now install R > 4.6.0 (current R-devel) correctly on macOS. +ReleaseNotesUrl: https://github.com/r-lib/rig/releases/tag/v0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/rig/0.8.1/Posit.rig.yaml b/manifests/p/Posit/rig/0.8.1/Posit.rig.yaml new file mode 100644 index 0000000000000..1d640e6cbcbdd --- /dev/null +++ b/manifests/p/Posit/rig/0.8.1/Posit.rig.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: Posit.rig +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6ba67de04645969b8f8549a2281ff74a121bc2a8 Mon Sep 17 00:00:00 2001 From: Veracosta Date: Fri, 26 Jun 2026 17:28:54 +0900 Subject: [PATCH 21/72] New version: kmiya-culti.RLogin version 2.31.7 (#393350) --- .../2.31.7/kmiya-culti.RLogin.installer.yaml | 21 +++++++++++++++ .../kmiya-culti.RLogin.locale.ja-JP.yaml | 26 +++++++++++++++++++ .../RLogin/2.31.7/kmiya-culti.RLogin.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.installer.yaml create mode 100644 manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.locale.ja-JP.yaml create mode 100644 manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.yaml diff --git a/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.installer.yaml b/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.installer.yaml new file mode 100644 index 0000000000000..394a3c2fc711b --- /dev/null +++ b/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kmiya-culti.RLogin +PackageVersion: 2.31.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: RLogin.exe + PortableCommandAlias: rlogin +ReleaseDate: 2026-06-21 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/kmiya-culti/RLogin/releases/download/2.31.7/rlogin_x32.zip + InstallerSha256: E82E19DDFFDC2161A94A4994E22CB1577B4361037AE37E7173768B814678200D +- Architecture: x64 + InstallerUrl: https://github.com/kmiya-culti/RLogin/releases/download/2.31.7/rlogin_x64.zip + InstallerSha256: 4963B0AB5706CB864ECA67A54357D77CF8B4DC5983801D002ABDB384851F3422 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.locale.ja-JP.yaml b/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.locale.ja-JP.yaml new file mode 100644 index 0000000000000..98ef321e5b8a9 --- /dev/null +++ b/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.locale.ja-JP.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kmiya-culti.RLogin +PackageVersion: 2.31.7 +PackageLocale: ja-JP +Publisher: kmiya-culti +PublisherUrl: https://github.com/kmiya-culti +PublisherSupportUrl: https://github.com/kmiya-culti/RLogin/issues +PackageName: RLogin +PackageUrl: https://github.com/kmiya-culti/RLogin +License: MIT +LicenseUrl: https://github.com/kmiya-culti/RLogin/blob/HEAD/LICENSE +ShortDescription: RLogin is a terminal software that runs on Windows. +ReleaseNotes: |- + x64のコンパイルをVisual Studio 2026に変更 + x32は、保守的にもう少し維持するが削除予定 + 文字描画をGDIからDirect2D/DirectWriteに部分的に変更 + カラー絵文字の表示をDirect2Dで行えるように変更 + デフォルトで絵文字の表示をカラーに変更 + openssl-3.5.7に更新 + Windows XP以降、実行プログラム(32bit) rlogin_x32.zip + Windows 10以降、実行プログラム(64bit) rlogin_x64.zip +ReleaseNotesUrl: https://github.com/kmiya-culti/RLogin/releases/tag/2.31.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.yaml b/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.yaml new file mode 100644 index 0000000000000..c5a79e341581b --- /dev/null +++ b/manifests/k/kmiya-culti/RLogin/2.31.7/kmiya-culti.RLogin.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: kmiya-culti.RLogin +PackageVersion: 2.31.7 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From ddecb81c061ae7c441df238190c73399cf3e06c9 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Fri, 26 Jun 2026 12:50:20 +0400 Subject: [PATCH 22/72] New version: floatpane.matcha 0.43.0 (#392821) Co-authored-by: goreleaserbot --- .../0.43.0/floatpane.matcha.installer.yaml | 26 +++++++++ .../0.43.0/floatpane.matcha.locale.en-US.yaml | 53 +++++++++++++++++++ .../matcha/0.43.0/floatpane.matcha.yaml | 7 +++ 3 files changed, 86 insertions(+) create mode 100644 manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.installer.yaml create mode 100644 manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.locale.en-US.yaml create mode 100644 manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.yaml diff --git a/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.installer.yaml b/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.installer.yaml new file mode 100644 index 0000000000000..c56ecf32b7802 --- /dev/null +++ b/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.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: floatpane.matcha +PackageVersion: 0.43.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-25" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: matcha.exe + PortableCommandAlias: matcha + InstallerUrl: https://github.com/floatpane/matcha/releases/download/v0.43.0/matcha_0.43.0_windows_arm64.zip + InstallerSha256: c5f78d91c9b06f6436919b7f3c4548168a3618478293f51fc4dedbea0d8f1212 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: matcha.exe + PortableCommandAlias: matcha + InstallerUrl: https://github.com/floatpane/matcha/releases/download/v0.43.0/matcha_0.43.0_windows_amd64.zip + InstallerSha256: b034bb6797db7331765d652fb9e7d3137cd1e0d295d36f623d5f0dfe3f39abd0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.locale.en-US.yaml b/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.locale.en-US.yaml new file mode 100644 index 0000000000000..4210ca31ff213 --- /dev/null +++ b/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.locale.en-US.yaml @@ -0,0 +1,53 @@ +# 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: floatpane.matcha +PackageVersion: 0.43.0 +PackageLocale: en-US +Publisher: floatpane +PublisherUrl: https://matcha.email +PublisherSupportUrl: https://github.com/floatpane/matcha/issues +PackageName: matcha +PackageUrl: https://matcha.email +License: MIT +ShortDescription: A beautiful and functional email client for your terminal. +Description: | + A beautiful and functional email client for your terminal, built with Go and the charming Bubble Tea TUI library. + Never leave your command line to check your inbox or send an email again! +Moniker: matcha +Tags: + - email + - terminal + - tui +ReleaseNotes: | + + + ## What's Changed + ### New Features + * feat: support pass commands by @andrinoff in https://github.com/floatpane/matcha/pull/1473 + ### Bug Fixes + * fix(tui): update folder unread counter by @youdie006 in https://github.com/floatpane/matcha/pull/1493 + * fix: add more providers, set priority by @andrinoff in https://github.com/floatpane/matcha/pull/1495 + * fix: add cap to image rendering by @andrinoff in https://github.com/floatpane/matcha/pull/1621 + * fix: gmail 555 error when sending by @andrinoff in https://github.com/floatpane/matcha/pull/1496 + ### Documentation + * chore: update docs website by @andrinoff in https://github.com/floatpane/matcha/pull/1497 + * docs: add mermaid diagrams by @andrinoff in https://github.com/floatpane/matcha/pull/1623 + ### Dependencies + * chore(deps): github.com/floatpane/bubble-overlay ^ v0.2.0 by @floatpanebot in https://github.com/floatpane/matcha/pull/1479 + * chore(deps): github.com/floatpane/go-openpgp-card-hl ^ v0.1.2 by @floatpanebot in https://github.com/floatpane/matcha/pull/1488 + * chore(deps): actions/checkout ^ v7.0.0 by @floatpanebot in https://github.com/floatpane/matcha/pull/1490 + * chore(deps): renovatebot/github-action ^ v46.1.16 by @floatpanebot in https://github.com/floatpane/matcha/pull/1607 + ### Chores + * chore: add make install by @andrinoff in https://github.com/floatpane/matcha/pull/1482 + * chore: update flake.lock by @floatpanebot in https://github.com/floatpane/matcha/pull/1480 + * chore: sync gomod2nix.toml by @floatpanebot in https://github.com/floatpane/matcha/pull/1481 + * chore: sync gomod2nix.toml by @floatpanebot in https://github.com/floatpane/matcha/pull/1494 + * chore: add rc upgrade message by @andrinoff in https://github.com/floatpane/matcha/pull/1617 + * chore: move daemon start log to debug by @andrinoff in https://github.com/floatpane/matcha/pull/1620 + + ## New Contributors + * @youdie006 made their first contribution in https://github.com/floatpane/matcha/pull/1493 + + **Full Changelog**: https://github.com/floatpane/matcha/compare/v0.42.0...v0.43.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.yaml b/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.yaml new file mode 100644 index 0000000000000..c3d47eb5e6a94 --- /dev/null +++ b/manifests/f/floatpane/matcha/0.43.0/floatpane.matcha.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: floatpane.matcha +PackageVersion: 0.43.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5297df7897fc195fb7caa74e634e44c1d95a3a26 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:51:14 +0800 Subject: [PATCH 23/72] New version: Discord.Discord.Canary.arm64 version 1.0.341 (#393321) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.341/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..549d0c6956f49 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.341 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.341/DiscordCanarySetup.exe + InstallerSha256: EFFC342B72DBBDB8D9DE85B184DA407B8AE5EDF34264E71AFB6167FF763F2F9E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..a51f23b829ded --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.341 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a988274c7ee5c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.341 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..cdcfee56eb5a1 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.341/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.341 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b61346808a58906dc297a4ae6e52373c9f59bc06 Mon Sep 17 00:00:00 2001 From: docker-winget-bot Date: Fri, 26 Jun 2026 10:51:41 +0200 Subject: [PATCH 24/72] New version: Docker.Agent version v1.88.0 (#393340) --- .../Agent/v1.88.0/Docker.Agent.installer.yaml | 18 +++++++++++++++ .../v1.88.0/Docker.Agent.locale.en-US.yaml | 23 +++++++++++++++++++ .../d/Docker/Agent/v1.88.0/Docker.Agent.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/d/Docker/Agent/v1.88.0/Docker.Agent.installer.yaml create mode 100644 manifests/d/Docker/Agent/v1.88.0/Docker.Agent.locale.en-US.yaml create mode 100644 manifests/d/Docker/Agent/v1.88.0/Docker.Agent.yaml diff --git a/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..8458d233b92f8 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.88.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.88.0/docker-agent-windows-amd64.exe + InstallerSha256: F0C5BF4122CF268C8F930DD1607D4B604AB795C4FC5A339B0660CBDC3C9F1B48 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.88.0/docker-agent-windows-arm64.exe + InstallerSha256: 95EE7361D4F672979BE17B36E8519BD812C3A1DB74352D1B5A8CDA26CEA17AFA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-26 diff --git a/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..4c7eaab728e81 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.88.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.88.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.yaml new file mode 100644 index 0000000000000..57c95f96099fd --- /dev/null +++ b/manifests/d/Docker/Agent/v1.88.0/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.88.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fc525a95c225ff192b797172fab3f341040c230e Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:52:07 +0300 Subject: [PATCH 25/72] New version: laurentiu021.SysManager version 1.33.11 (#393349) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 45 +++++++++++++++++++ .../1.33.11/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..d672050d45c61 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.33.11 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.33.11/SysManager-v1.33.11.exe + InstallerSha256: 131FE251078F08920B280D787DCF3E9DF8FB4FDAEC9E5B2E57592729659BF3E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..66251f83e1562 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,45 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.33.11 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.33.11] - 2026-06-26 + Fixed + - Recycle Bin size estimate on the Cleanup tab now counts every fixed drive, not just C:. It previously looked only at C:\$Recycle.Bin, so deleted files on other drives weren't reflected in the estimate. It now sums the hidden $Recycle.Bin on each ready fixed drive. + - App Blocker no longer assumes Windows is installed on C:. The sentinel path it writes to block an app is now derived from the real system directory instead of a hardcoded C:\Windows\System32, so blocking works on systems where Windows lives on another drive. Existing blocks are unaffected (the value is compared case-insensitively). + Verify the download + Get-FileHash .\SysManager-v1.33.11.exe -Algorithm SHA256 + Expected SHA256: 131FE251078F08920B280D787DCF3E9DF8FB4FDAEC9E5B2E57592729659BF3E1 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.33.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..60f76cd68c703 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.11/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.33.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e2be041e71324191d754d11242b121579b92c234 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:15:14 +0800 Subject: [PATCH 26/72] Update: KDE.KReversi version master (907) (#393326) --- .../k/KDE/KReversi/master/KDE.KReversi.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml index a5fd2698463af..4ccc51154e2a8 100644 --- a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml +++ b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kreversi Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-901-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B895F358B7B422212585100B28166EF4870D7AF34F29AE6718FCF04B3D2D7D70 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-907-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9E96D0587A4CDC40008CFB114408798F309212C1AF91E6A29C783406BDBC8859 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-901-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B895F358B7B422212585100B28166EF4870D7AF34F29AE6718FCF04B3D2D7D70 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-907-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9E96D0587A4CDC40008CFB114408798F309212C1AF91E6A29C783406BDBC8859 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 2434f1d75d8ee6fc136c399edcbfa8780fd9582d Mon Sep 17 00:00:00 2001 From: Brian Peek <2321675+BrianPeek@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:15:56 -0700 Subject: [PATCH 27/72] Ganksoft.Nanopad version 1.2.0 (add missing arm64 installer) (#393356) --- .../g/Ganksoft/Nanopad/1.2.0/Ganksoft.Nanopad.installer.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/g/Ganksoft/Nanopad/1.2.0/Ganksoft.Nanopad.installer.yaml b/manifests/g/Ganksoft/Nanopad/1.2.0/Ganksoft.Nanopad.installer.yaml index 408eaab160276..3bdf449d74579 100644 --- a/manifests/g/Ganksoft/Nanopad/1.2.0/Ganksoft.Nanopad.installer.yaml +++ b/manifests/g/Ganksoft/Nanopad/1.2.0/Ganksoft.Nanopad.installer.yaml @@ -13,5 +13,8 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/BrianPeek/Nanopad/releases/download/v1.2.0/Nanopad-1.2.0-x64.zip InstallerSha256: CC9191E5A47723838BE1F695F1CBA00932D048EFF60491D34E33E4F22E19E9EE +- Architecture: arm64 + InstallerUrl: https://github.com/BrianPeek/Nanopad/releases/download/v1.2.0/Nanopad-1.2.0-arm64.zip + InstallerSha256: 2997794978D65F92D0F4A9D0FD6021F39B0BC228422F8438F521BCDF06CE4B00 ManifestType: installer ManifestVersion: 1.12.0 From 6f7dd60be5359a43f8ba42213d56ea53986d617d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:40:18 +0800 Subject: [PATCH 28/72] New version: Power-user.Power-user version 1.7.84.406 (#392504) --- .../Power-user.Power-user.installer.yaml | 12 ++++++------ .../Power-user.Power-user.locale.en-US.yaml | 17 +++++++++++++++-- .../Power-user.Power-user.locale.zh-CN.yaml | 2 +- .../Power-user.Power-user.yaml | 2 +- 4 files changed, 23 insertions(+), 10 deletions(-) rename manifests/p/Power-user/Power-user/{1.7.83.385 => 1.7.84.406}/Power-user.Power-user.installer.yaml (66%) rename manifests/p/Power-user/Power-user/{1.7.83.385 => 1.7.84.406}/Power-user.Power-user.locale.en-US.yaml (66%) rename manifests/p/Power-user/Power-user/{1.7.83.385 => 1.7.84.406}/Power-user.Power-user.locale.zh-CN.yaml (97%) rename manifests/p/Power-user/Power-user/{1.7.83.385 => 1.7.84.406}/Power-user.Power-user.yaml (90%) diff --git a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.installer.yaml b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.installer.yaml similarity index 66% rename from manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.installer.yaml rename to manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.installer.yaml index adb3bf2991d18..713042ef0d174 100644 --- a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.installer.yaml +++ b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.installer.yaml @@ -2,25 +2,25 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Power-user.Power-user -PackageVersion: 1.7.83.385 +PackageVersion: 1.7.84.406 InstallerType: msi Scope: machine Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.Office -ProductCode: '{F390EC62-CC3C-4E53-BFD7-16C836B9EAC1}' -ReleaseDate: 2026-06-04 +ProductCode: '{5F642196-39FD-4AC3-BBBF-0011E68A78EC}' +ReleaseDate: 2026-06-20 AppsAndFeaturesEntries: - UpgradeCode: '{DCC1A754-8DF3-4A7E-A4CA-01C32BC26C89}' Installers: - Architecture: x86 InstallerUrl: https://powerusersoftware.com/download/Power-user.msi - InstallerSha256: EA5CB7EB3CDDFDCB3E5ED1E6E700C3072F2634D1586956A28C49A9A652B0A859 + InstallerSha256: 48E97BA822FED3B7D0734C14FA425FAB3490085D6DF9DA0930CF68A572F274B5 - Architecture: x64 InstallerUrl: https://powerusersoftware.com/download/Power-user.msi - InstallerSha256: EA5CB7EB3CDDFDCB3E5ED1E6E700C3072F2634D1586956A28C49A9A652B0A859 + InstallerSha256: 48E97BA822FED3B7D0734C14FA425FAB3490085D6DF9DA0930CF68A572F274B5 - Architecture: arm64 InstallerUrl: https://powerusersoftware.com/download/Power-user.msi - InstallerSha256: EA5CB7EB3CDDFDCB3E5ED1E6E700C3072F2634D1586956A28C49A9A652B0A859 + InstallerSha256: 48E97BA822FED3B7D0734C14FA425FAB3490085D6DF9DA0930CF68A572F274B5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.locale.en-US.yaml b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.locale.en-US.yaml similarity index 66% rename from manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.locale.en-US.yaml rename to manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.locale.en-US.yaml index 9b8b5f4a6d2dc..070b95f2f2f40 100644 --- a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.locale.en-US.yaml +++ b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Power-user.Power-user -PackageVersion: 1.7.83.385 +PackageVersion: 1.7.84.406 PackageLocale: en-US Publisher: Power-user PublisherUrl: https://www.powerusersoftwares.com/ @@ -30,7 +30,20 @@ Tags: - office - powerpoint - word -ReleaseNotes: '- Fixed bug when Settings file was corrupt' +ReleaseNotes: |- + - [Cleaner] New feature added to find and compress Large Media + - [Library] New Shapes item in the Library, including the previous Diagrams + - [Library] Templates renamed into Slides / Workbooks / Documents + - [Library] Fixed issue with layouts getting duplicated + - [Tombstones] Minor bug fixed + - [Links] Fixed an issue with text links + - [Links] Links now support map charts + - [Links] Links now support custom Excel decimal separators + - [Agenda] Support added for text outlines and gradient colors + - [Agenda] New interface for managing design options + - [Agenda] Slide titles are now hidden by default in the agenda tree view + - [Organize] Interface and behavior simplified + - Multiple enhancements and bug fixed ReleaseNotesUrl: https://www.powerusersoftwares.com/version-history ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.locale.zh-CN.yaml b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.locale.zh-CN.yaml similarity index 97% rename from manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.locale.zh-CN.yaml rename to manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.locale.zh-CN.yaml index 972031e577624..e3e848538e6c4 100644 --- a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.locale.zh-CN.yaml +++ b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Power-user.Power-user -PackageVersion: 1.7.83.385 +PackageVersion: 1.7.84.406 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于 Microsoft PowerPoint、Excel 和 Word 的效率增强插件。 diff --git a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.yaml b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.yaml similarity index 90% rename from manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.yaml rename to manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.yaml index b5f59c79401f5..946731a227350 100644 --- a/manifests/p/Power-user/Power-user/1.7.83.385/Power-user.Power-user.yaml +++ b/manifests/p/Power-user/Power-user/1.7.84.406/Power-user.Power-user.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Power-user.Power-user -PackageVersion: 1.7.83.385 +PackageVersion: 1.7.84.406 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From b203f24994a7526077ad8473dafc6065aee25c0d Mon Sep 17 00:00:00 2001 From: step-ci <60948607+step-ci@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:40:54 -0700 Subject: [PATCH 29/72] Smallstep.step-desktop: v0.68.0 (#392808) Co-authored-by: goreleaserbot --- .../Smallstep.step-desktop.installer.yaml | 27 ++++++++++++++++++ .../Smallstep.step-desktop.locale.en-US.yaml | 28 +++++++++++++++++++ .../0.68.0/Smallstep.step-desktop.yaml | 7 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.installer.yaml create mode 100644 manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.locale.en-US.yaml create mode 100644 manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.yaml diff --git a/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.installer.yaml b/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.installer.yaml new file mode 100644 index 0000000000000..b98a3e4f66c47 --- /dev/null +++ b/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.installer.yaml @@ -0,0 +1,27 @@ +# 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: Smallstep.step-desktop +PackageVersion: 0.68.0 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: "2026-06-25" +Installers: + - Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: step-desktop.exe + PortableCommandAlias: step-desktop + InstallerUrl: https://github.com/smallstep/step-agent/releases/download/v0.68.0/step-desktop_amd64.msi + InstallerSha256: d995d9ac5fd2f565fdd8ca149d1dbf4cd99dcf8592beb742c89de90015a224bf + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: step-desktop.exe + PortableCommandAlias: step-desktop + InstallerUrl: https://github.com/smallstep/step-agent/releases/download/v0.68.0/step-desktop_arm64.msi + InstallerSha256: 89092f42d6f78bcf0fc1e33e540c638806bdafe56c277c01ae70f88eafd28301 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 +Dependencies: + PackageDependencies: + - PackageIdentifier: Smallstep.step-agent diff --git a/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.locale.en-US.yaml b/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..ab9c69c240524 --- /dev/null +++ b/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.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: Smallstep.step-desktop +PackageVersion: 0.68.0 +PackageLocale: en-US +Publisher: Smallstep Labs, LLC +PublisherUrl: https://smallstep.com +PublisherSupportUrl: https://smallstep.com/docs/platform/troubleshooting-agent +PrivacyUrl: https://smallstep.com/privacy-policy +PackageName: step-desktop +PackageUrl: https://smallstep.com/docs/platform/smallstep-agent +License: Proprietary +LicenseUrl: https://smallstep.com/terms-of-use +ShortDescription: Smallstep desktop UI for managing device identity. +Description: | + Smallstep Desktop is the graphical interface for the Smallstep agent. + It surfaces device identity status, managed certificate lifecycle, and + onboarding flows. It connects to the Smallstep agent daemon over a + local IPC socket; the agent must be installed for the desktop to function. +Moniker: step-desktop +Tags: + - smallstep + - device-identity + - desktop + - gui +ReleaseNotesUrl: https://github.com/smallstep/step-agent/releases/tag/v0.68.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.yaml b/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.yaml new file mode 100644 index 0000000000000..1b6da7f929c3d --- /dev/null +++ b/manifests/s/Smallstep/step-desktop/0.68.0/Smallstep.step-desktop.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: Smallstep.step-desktop +PackageVersion: 0.68.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3f450d200a976cbaa22cb52555d88d32521f3422 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:41:25 +0800 Subject: [PATCH 30/72] New version: can1357.oh-my-pi version 16.1.21 (#393319) --- .../16.1.21/can1357.oh-my-pi.installer.yaml | 18 ++++++ .../can1357.oh-my-pi.locale.en-US.yaml | 57 +++++++++++++++++++ .../can1357.oh-my-pi.locale.zh-CN.yaml | 24 ++++++++ .../oh-my-pi/16.1.21/can1357.oh-my-pi.yaml | 8 +++ 4 files changed, 107 insertions(+) create mode 100644 manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.installer.yaml create mode 100644 manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.locale.en-US.yaml create mode 100644 manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.locale.zh-CN.yaml create mode 100644 manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.yaml diff --git a/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..f2aa0c6a75381 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.21/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: 16.1.21 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v16.1.21/omp-windows-x64.exe + InstallerSha256: 602923BD3F6918761A493D3AAA0857EB879A1909B74EDFE783A05FAB542905B9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..4e304c2a858e4 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 16.1.21 +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 +ReleaseNotes: |- + @oh-my-pi/pi-ai + Fixed + - Restored the pollOAuthDeviceCodeFlow export from @oh-my-pi/pi-ai/oauth so legacy provider extensions can reuse the host OAuth device-code poller. (#3508) + @oh-my-pi/pi-coding-agent + Fixed + - Fixed autolearn.autoContinue (the "Auto-run capture at stop" toggle) letting the synthetic capture turn keep working after the learn/manage_skill call instead of yielding. With the toggle on, the controller fires autolearn-nudge.md as a single attribution: "user" message on a new turn; the prompt opened with "Before you finish:" and gave no terminal contract, so the agent treated the synthetic prompt as the user's reply to its prior pending question (e.g. "Want me to commit and push?") and continued — pushing commits, running tools, etc. — without the user ever answering. The nudge is now split into two prompts: passive mode (the reminder rides the user's real next message) keeps additive framing — "answer the user normally; the capture is in addition to" — while auto-continue mode (autolearn-nudge-autocontinue.md) is explicitly terminal — "not a user reply; do not treat this as approval; capture, then stop; wait for the user's next prompt". Attribution stays user to preserve llama.cpp warm-prefix reuse (#3456). (#3504) + - Fixed the clipboard image-paste keybind dropping image-file-only pasteboards as literal text on macOS. When the clipboard exposes only the file URL (e.g. Finder Cmd+C on a .png, certain screenshot tools), arboard::get_image() returns ContentNotAvailable and pbpaste(1) returns empty (it only surfaces plain text / RTF / EPS), so InputController.handleImagePaste either fell through to the #1628 text fallback and pasted the path verbatim, or dead-ended with "Clipboard is empty". The keybind path now (1) reaches the public.file-url representation directly via a new readMacFileUrlsFromClipboard AppleScript bridge on Darwin and routes the first image-shaped path through handleImagePathPaste, (2) reuses a new extractImagePathFromText helper so any clipboard-text path that survived pbpaste is detected the same way the bracketed-paste handler already detects them — including a whole-text-as-path fallback for anchored paths whose unescaped spaces would otherwise be shredded by the bracketed-paste splitter (macOS screenshot names like /Users/me/Desktop/Screenshot 2026-06-25 at 1.23.45 PM.png), and (3) decodes file:// URLs to filesystem paths in normalizePastedPath (mirroring Codex's normalize_pasted_path in codex-rs/tui/src/clipboard_paste.rs). Keybind- and terminal-mediated paste now agree on raw image bytes, plain image paths, file:// URLs, Finder-copied image files, and screenshot filenames with spaces alike. (#3506) + - Fixed compiled-binary validation for legacy pi.extensions packages whose source imports worker-only coding-agent subpaths or extension-local package subpaths such as typebox/value; omp install @charmland/pi-hyper-provider, omp plugin doctor, and runtime provider discovery now use a main-thread-safe load path. (#3508) + - Fixed repeated todo updates in one TUI turn stacking full todo panels; superseded todo snapshots now stay live until the next todo update replaces them or the turn ends. (#3516) + - Fixed MCP OAuth authorization failing with Authorization failed: An unexpected error occurred against authorization servers (Plane is the live example) that reject redundant fallback resource indicators. OMP now drops same-origin resources only when it synthesized them from the server URL fallback (e.g. https://mcp.plane.so/http/mcp). Provider-advertised resources from OAuth/protected-resource discovery or an embedded authorization-URL resource query parameter are preserved even when they are same-origin or origin-only, so gateway-hosted MCP services can still request the audience they advertised. The refresh-token path uses the same policy, filtered against the authorization-server origin persisted on the credential as authorizationUrl, with tokenUrl's origin as the legacy fallback when that field is absent. (#3502) + What's Changed + - fix(mcp/oauth): drop self-referential resource indicator from authorize/token requests by @roboomp in https://github.com/can1357/oh-my-pi/pull/3503 + - fix(autolearn): make auto-continue capture turn terminal (#3504) by @roboomp in https://github.com/can1357/oh-my-pi/pull/3505 + - fix(coding-agent): attach image on clipboard image-file paste by @roboomp in https://github.com/can1357/oh-my-pi/pull/3507 + - fix(plugins): load legacy extensions safely in compiled binaries by @roboomp in https://github.com/can1357/oh-my-pi/pull/3509 + - fix(advisor): suppress repeated advisories by @roboomp in https://github.com/can1357/oh-my-pi/pull/3512 + - fix(tui): collapse repeated todo snapshots by @roboomp in https://github.com/can1357/oh-my-pi/pull/3517 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v16.1.20...v16.1.21 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v16.1.21 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2680f29024eb8 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.21/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: 16.1.21 +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/16.1.21/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/16.1.21/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..65086a18bcbc0 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.21/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: 16.1.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From af371670048832a31d791be8fba31f983ba4ed20 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:41:49 +0800 Subject: [PATCH 31/72] Update: KDE.Parley version 26.07.70 (959) (#393327) --- manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml index 5ec3d7b0c1940..05c3dd5923064 100644 --- a/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml +++ b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml @@ -9,14 +9,14 @@ ProductCode: parley Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-953-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B3B1162C34F690C4AF0577B688BEFC27FDFAB4B2FA2E017DD9CB98BF720331D3 + InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-959-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0A3311632F4CC5A6C54BFD1C52045E8C6F65B582D0DCF8202B8B59ADE00FAB7D InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-953-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B3B1162C34F690C4AF0577B688BEFC27FDFAB4B2FA2E017DD9CB98BF720331D3 + InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-959-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0A3311632F4CC5A6C54BFD1C52045E8C6F65B582D0DCF8202B8B59ADE00FAB7D InstallerSwitches: Custom: /AllUsers ManifestType: installer From 8568bcee9a1885e56ee3c25933641d9c8ff9aea0 Mon Sep 17 00:00:00 2001 From: Brian Adams Date: Fri, 26 Jun 2026 03:42:13 -0600 Subject: [PATCH 32/72] New version: RedEyeNetworks.Logivore version 0.18.0 (#393334) --- .../RedEyeNetworks.Logivore.installer.yaml | 34 +++++++++++++++ .../RedEyeNetworks.Logivore.locale.en-US.yaml | 41 +++++++++++++++++++ .../0.18.0/RedEyeNetworks.Logivore.yaml | 7 ++++ 3 files changed, 82 insertions(+) create mode 100644 manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.installer.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.locale.en-US.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.yaml diff --git a/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.installer.yaml b/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.installer.yaml new file mode 100644 index 0000000000000..326c856f168da --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 0.18.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivore +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.18.0/logivore-win-x64-setup.exe + InstallerSha256: DE0A5CE36C5BDA983A7425A1FF806980FFA2ECB08DB43727802EF136FF4234AF +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.18.0/logivore-win-x64-machine-setup.exe + InstallerSha256: 72B9EA7970EA4CB1F38DF37ECDD5EB0ED4735A3F83BAA0780E04881D7A85F0E8 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.18.0/logivore-win-arm64-setup.exe + InstallerSha256: 9140A05FBE44DFD2A8C88F2883FD51E5A10B580155C21B92E297253157719CD1 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.18.0/logivore-win-arm64-machine-setup.exe + InstallerSha256: E8F2AEABC34275198BC9ECCD0F27D4955A6E07887C052B21162B55E06C3AF1BF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.locale.en-US.yaml b/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.locale.en-US.yaml new file mode 100644 index 0000000000000..331f13877f8e8 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 0.18.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Cross-platform desktop log analyzer with LILA, an AI assistant for log triage +Description: |- + Logivore is a local-first, cross-platform desktop log analyzer for Windows, + macOS, and Linux. Parses dozens of log formats (plaintext, syslog, EVTX, + PAN-OS TSF, Veeam VBR, GlobalProtect, pcap), correlates events across + sources, and surfaces findings via LILA — an AI assistant that runs locally + with optional Anthropic Claude or Google Gemini provider integration. + Memory-tier-adaptive (Flash / Hybrid / Indexed) so any log size works on + any hardware. Trust-gated LLM boundary keeps PII tokenized before it leaves + the machine. +Moniker: logivore +Tags: +- log-analysis +- log-viewer +- syslog +- evtx +- pan-os +- veeam +- pcap +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.yaml b/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.yaml new file mode 100644 index 0000000000000..28ba0fa3b96af --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/0.18.0/RedEyeNetworks.Logivore.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From af3a0c30391e5d6cef6c0be7bb59b68888a8f31c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:42:39 +0800 Subject: [PATCH 33/72] New version: XinTaoFei.Codeg version 0.18.0 (#393336) --- .../0.18.0/XinTaoFei.Codeg.installer.yaml | 19 ++++++++ .../0.18.0/XinTaoFei.Codeg.locale.en-US.yaml | 45 +++++++++++++++++++ .../0.18.0/XinTaoFei.Codeg.locale.zh-CN.yaml | 35 +++++++++++++++ .../Codeg/0.18.0/XinTaoFei.Codeg.yaml | 8 ++++ 4 files changed, 107 insertions(+) create mode 100644 manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.installer.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.en-US.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.zh-CN.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.yaml diff --git a/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.installer.yaml b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.installer.yaml new file mode 100644 index 0000000000000..dbc719d2f24cf --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.18.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: codeg +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.18.0/codeg_0.18.0_x64-setup.exe + InstallerSha256: 3D94E7F29587071BF14A37C47FD8CB525E5C1DE8F1010EE680187FF3CA9A55D4 +- Architecture: arm64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.18.0/codeg_0.18.0_arm64-setup.exe + InstallerSha256: 67BA4519CC99DE42548181072DA48A81F2B82285C0EA26D547A9F77244E6133B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.en-US.yaml b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.en-US.yaml new file mode 100644 index 0000000000000..56824c63a1523 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.18.0 +PackageLocale: en-US +Publisher: codeg +PublisherUrl: https://github.com/xintaofei +PublisherSupportUrl: https://github.com/xintaofei/codeg/issues +PackageName: codeg +PackageUrl: https://github.com/xintaofei/codeg +License: Apache-2.0 +LicenseUrl: https://github.com/xintaofei/codeg/blob/HEAD/LICENSE +ShortDescription: Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker. +Description: Codeg (Code Generation) is an enterprise-grade multi-agent coding workspace. It unifies local AI coding agents (Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, etc.) in a desktop app, standalone server, or Docker container — enabling remote development from any browser — with conversation aggregation, parallel git worktree development, MCP/Skills management, chat channel interactions (Telegram, Lark, iLink, etc.), and integrated Git/file/terminal workflows. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + - feat(office): Office documents are now a first-class workflow — create, analyze, proofread, and edit .docx, .xlsx, and .pptx files through the bundled officecli toolset. A new welcome-page quick-actions panel (Coding and Office tabs) drops the matching skill invocation and a prompt template into the composer with one click. + - feat(office): Preview .docx/.xlsx/.pptx right in a file tab — the preview opens automatically and refreshes live as the agent edits, backed by a long-lived officecli watch server (reverse-proxied and capability-authenticated for web and server deployments). + - feat(settings): A new Office Tools settings page installs officecli and manages its document skills. + - feat(settings): The Experts and Office Tools pages now use a skill-by-agent matrix — toggle any (skill, agent) pair, enable or disable a skill across all agents or every skill for one agent, and apply bulk changes to selected agents at once. + - feat(chat): Expert skills now appear directly in the "/" and "$" slash menus alongside the agent's other commands, instead of in a separate submenu. + - feat(chat): Welcome-page quick actions now respect per-agent skill enablement — a skill that isn't enabled for the selected agent shows a lock badge and links you to where you can turn it on. + - feat(chat): The welcome composer is taller and its conversation column is wider for more comfortable first prompts. + - feat(acp): Agents that support it now restore historical sessions via session/resume (falling back to session/load, then session/new), so reopened conversations resume faithfully. + - fix(acp): npx-distributed agents now install their platform-specific native binaries even when npm is configured to omit optional dependencies, fixing a "native binary not found" launch failure (notably on Windows). + - fix(acp): Resumed Codex sessions now stay on the model provider configured in ~/.codex/config.toml, instead of being forced back to OpenAI's official endpoint. + - fix(chat): The composer stays fully focusable while the agent is still connecting. + - fix(chat): Truncated @-mention suggestions now reveal their full text on hover. + - chore(acp): Bundled agents updated — Claude Code 0.52.0, OpenCode 1.17.11, Cline 3.0.30, CodeBuddy 2.111.0, and Kimi Code 0.20.0. +ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.18.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.zh-CN.yaml b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c811b6c4ff65b --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.18.0 +PackageLocale: zh-CN +ShortDescription: 在一个地方聚合并浏览 AI 编程代理会话(如 Claude Code、Codex、Gemini CLI 等)。支持桌面应用、自建服务器或 Docker 部署。 +Description: Codeg(Code Generation,代码生成)是一款企业级多代理编码工作区。它将本地 AI 编程代理(包括 Claude Code、Codex CLI、OpenCode、Gemini CLI、OpenClaw、Cline 等)统一集成于桌面应用、独立服务器或 Docker 容器中,支持通过任意浏览器进行远程开发;具备对话聚合、并行 Git 工作树开发、MCP/技能管理、聊天频道交互(Telegram、飞书、iLink 等),以及集成的 Git/文件/终端工作流。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + - 功能(Office):Office 文档成为一等工作流——通过内置的 officecli 工具集创建、分析、校对和编辑 .docx、.xlsx、.pptx 文件。新建会话欢迎页新增快捷操作面板(编码 / Office 两个标签),一键将对应技能调用与提示词模板填入输入框。 + - 功能(Office):可直接在文件标签页中预览 .docx/.xlsx/.pptx——预览会自动打开,并随智能体编辑实时刷新,底层由常驻的 officecli watch 服务支撑(Web 与服务器部署经反向代理转发并按能力鉴权)。 + - 功能(设置):新增「Office 工具」设置页,可安装 officecli 并管理其文档技能。 + - 功能(设置):「专家技能」与「Office 工具」设置页改用「技能 × 智能体」矩阵——可切换任意(技能,智能体)组合、对某个技能在所有智能体上批量启停、或对某个智能体启停其全部技能,并支持对所选智能体批量应用。 + - 功能(聊天):专家技能现在直接出现在「/」与「$」斜杠菜单中,与智能体的其他命令并列,不再单列子菜单。 + - 功能(聊天):欢迎页的快捷操作现在会遵循各智能体的技能启用状态——未对所选智能体启用的技能会显示锁定标记,并引导你前往可开启的位置。 + - 功能(聊天):欢迎页输入框更高、会话栏更宽,首次输入更从容。 + - 功能(ACP):支持的智能体现在通过 session/resume 恢复历史会话(依次回退到 session/load、session/new),重新打开的会话能忠实续接。 + - 修复(ACP):以 npx 分发的智能体现在即便 npm 被配置为忽略可选依赖,也会安装其平台原生二进制,修复「native binary not found」启动失败(Windows 上尤为明显)。 + - 修复(ACP):恢复的 Codex 会话现在会保持在 ~/.codex/config.toml 中配置的模型供应商上,不再被强制切回 OpenAI 官方接入点。 + - 修复(聊天):智能体仍在连接时,输入框依然可完全聚焦输入。 + - 修复(聊天):被截断的 @ 提及建议现在悬停即可显示完整文本。 + - 更新(ACP):内置智能体升级——Claude Code 0.52.0、OpenCode 1.17.11、Cline 3.0.30、CodeBuddy 2.111.0、Kimi Code 0.20.0。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.yaml b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.yaml new file mode 100644 index 0000000000000..3400e6ee7e11d --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.18.0/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 315d2bde9dce4307c459c61795330fe3c693021f Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 26 Jun 2026 05:43:27 -0400 Subject: [PATCH 34/72] New version: Microsoft.APM version 0.22.0 (#393357) --- .../APM/0.22.0/Microsoft.APM.installer.yaml | 17 +++++ .../0.22.0/Microsoft.APM.locale.en-US.yaml | 72 +++++++++++++++++++ .../m/Microsoft/APM/0.22.0/Microsoft.APM.yaml | 8 +++ 3 files changed, 97 insertions(+) create mode 100644 manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.installer.yaml create mode 100644 manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.yaml diff --git a/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.installer.yaml b/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.installer.yaml new file mode 100644 index 0000000000000..46d9113556cc6 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.installer.yaml @@ -0,0 +1,17 @@ +# 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.APM +PackageVersion: 0.22.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: apm-windows-x86_64/apm.exe +UpgradeBehavior: install +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/apm/releases/download/v0.22.0/apm-windows-x86_64.zip + InstallerSha256: AB6327D9035324FE726677A258DCEB25041D333854E436AEC7C88E4C3CC62824 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.locale.en-US.yaml b/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.locale.en-US.yaml new file mode 100644 index 0000000000000..78695e70737c9 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.locale.en-US.yaml @@ -0,0 +1,72 @@ +# 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.APM +PackageVersion: 0.22.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/apm +PublisherSupportUrl: https://github.com/microsoft/apm/issues +Author: Microsoft Corporation +PackageName: APM – Agent Package Manager +PackageUrl: https://microsoft.github.io/apm/ +License: MIT +LicenseUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +ShortDescription: The package manager for AI-Native Development. +Description: |- + An open-source, community-driven dependency manager for AI agents. + Think package.json, requirements.txt, or Cargo.toml — but for AI agent configuration. +Moniker: apm +Tags: +- ai-agents +- claude-code +- codex-cli +- context-engineering +- github-copilot +- package-manager +- prompt-engineering +ReleaseNotes: |- + What's Changed + + 🔧 Other Changes + - Fix marketplace install ignoring GitLab host for url-type sources (#1848) by @sergio-sisternes-epam in #1853 + - fix: honor CODEX_HOME for user-scope codex config (closes #1861) by @danielmeppiel in #1863 + - Fix apm pack omitting version for INTERNAL/private github.com repos by @sergio-sisternes-epam in #1854 + - Fix no-orphaned-packages false positive for local-path sub-package deps by @sergio-sisternes-epam in #1855 + - Fix cross-package file protection in stale cleanup (#1831) by @sergio-sisternes-epam in #1856 + - Add cascading policy repo discovery with ADO support by @sergio-sisternes-epam in #1830 + - Remove daily test improver workflow by @danielmeppiel in #1870 + - docs(changelog): reconcile [Unreleased] with PRs merged since v0.21.0 by @danielmeppiel in #1871 + - feat(targets): converge windsurf skills onto .agents/skills/ by @danielmeppiel in #1802 + - Expose apm-version as an import input on shared/apm.md by @danielmeppiel with @Copilot in #1842 + - harden(executables): expand allowExecutables gate to mcp and canvas; store approvals user-local by @sergio-sisternes-epam in #1865 + - Add configurable default install target (apm config target) with install-time fallback precedence by @danielmeppiel with @Copilot in #1881 + - test(ci): empirical proof that the apm-version import-default pins non-opting consumers by @danielmeppiel in #1891 + - ci(runtime): make live-inference smoke honestly non-blocking by @danielmeppiel in #1900 + - feat(governance): Executable Trust Governance v1 - deny-wins resolver, vocab unification, audit fix by @danielmeppiel in #1875 + - chore(gh-aw): upgrade compiler v0.76.1 -> v0.80.9 and recompile all locks by @danielmeppiel in #1903 + - fix(install): make Windows pip fallback resilient to stderr under ErrorActionPreference=Stop (closes #1874) by @danielmeppiel in #1876 + - feat(compile): explicit apm compile -g + install-time hint for global root context by @danielmeppiel in #1632 + - ci: bump apm-action pin to v1.10.0 + pack-format drift trap by @danielmeppiel in #1907 + - fix(install): persist --target into auto-bootstrapped apm.yml (#1743) by @danielmeppiel in #1901 + - test(ci): repair merge-queue Integration Tests regressions by @danielmeppiel in #1909 + - fix(self-update): improve update UX on macOS by @nadav-y in #1872 + - fix(registry): registry deps as first-class citizens in display/UX surfaces by @nadav-y in #1908 + - fix(tests): make Windows CI-failing tests platform-portable by @danielmeppiel in #1910 + - fix(hooks): per-target hook manifest selection (closes #1892) by @danielmeppiel in #1902 + - fix(install): write deployed files with LF on every platform by @danielmeppiel in #1913 + - feat(lockfile): record installed package name + version per entry (#1888) by @danielmeppiel in #1904 + - perf: ADO REST metadata fetcher to avoid clone-based fetch by @Aaryan-Dadu in #1852 + - refactor(cowork): DRY internal hot-path cleanup (closes #922) by @danielmeppiel in #1914 + - refactor(lockfile): sweep cross-target skill maps onto .agents/skills/ (closes #1805) by @danielmeppiel in #1912 + - feat(config): persist non-secret installer prefs for self-update (closes #667) by @danielmeppiel in #1915 + - fix(marketplace): propagate marketplace --ref to string sources; fix GitLab slash-ref proxy filenames by @chkp-roniz in #1880 + - fix(install): adopt CRLF-source files against LF-deployed targets on Windows by @danielmeppiel in #1916 + - docs(compile): document targets: to pin the committed generated set (#1342) by @danielmeppiel in #1583 + - chore: release v0.22.0 by @danielmeppiel in #1920 + - fix(tests): stub package name/version in MCP lockfile integration mocks by @danielmeppiel in #1922 +ReleaseNotesUrl: https://github.com/microsoft/apm/releases/tag/v0.22.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.yaml b/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.yaml new file mode 100644 index 0000000000000..6687be6e587f7 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.22.0/Microsoft.APM.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.APM +PackageVersion: 0.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 38353190f333385791410acac7996d7702826aa5 Mon Sep 17 00:00:00 2001 From: landkatze <180321152+landkatze@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:02:18 +0000 Subject: [PATCH 35/72] New version: Blur009.BlurAutoClicker version 3.8.2 (#392896) --- .../Blur009.BlurAutoClicker.installer.yaml | 28 ++++++++++++++ .../Blur009.BlurAutoClicker.locale.en-US.yaml | 38 +++++++++++++++++++ .../3.8.2/Blur009.BlurAutoClicker.yaml | 8 ++++ 3 files changed, 74 insertions(+) create mode 100644 manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.installer.yaml create mode 100644 manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.locale.en-US.yaml create mode 100644 manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.yaml diff --git a/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.installer.yaml b/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.installer.yaml new file mode 100644 index 0000000000000..f77885e9f00fc --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.8.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- BlurAutoClicker +ProductCode: BlurAutoClicker +ReleaseDate: 2026-06-25 +AppsAndFeaturesEntries: +- DisplayName: BlurAutoClicker + Publisher: BlurAutoClicker + ProductCode: BlurAutoClicker +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\BlurAutoClicker' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Blur009/Blur-AutoClicker/releases/download/v3.8.2/BlurAutoClicker_3.8.2_x64-setup.exe + InstallerSha256: 673841AA89F2E1FCDED969FD07747041987FA222B3B0BF482F0D9ED1C9DF6BBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.locale.en-US.yaml b/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.locale.en-US.yaml new file mode 100644 index 0000000000000..1e9bedd9cbd60 --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.8.2 +PackageLocale: en-US +Publisher: Blur009 +PublisherUrl: https://github.com/Blur009 +PublisherSupportUrl: https://github.com/Blur009/Blur-AutoClicker/issues +Author: Blur009 +PackageName: Blur-AutoClicker +PackageUrl: https://github.com/Blur009/Blur-AutoClicker +License: GPL-3.0 +LicenseUrl: https://github.com/Blur009/Blur-AutoClicker/blob/HEAD/LICENSE +Copyright: Copyright (c) Blur009 +ShortDescription: An Auto-clicker with a few advanced features and generally better performance than popular alternatives. +Moniker: blurautoclicker +Tags: +- autoclick-bot +- autoclicker +- autoclicktool +- automation +- bot +- clicker +ReleaseNotes: |- + v3.8.2 - 25.06.2026 (d.m.y) + New + - Added verbose logging and crash reporting. This should make debugging much easier. You can find the logs in the settings panel all the way at the bottom. For now they are local only, hence the Export button that combines all your logs into a single zip. + Changed + - Right aligned Items in Limits section in advanced panel. (ik, big change) + Fixed + - Fixed program sometimes launching with a blank window. + - Fixed program crash when clicking into Zones panel. + Info + as for some information for any devs. I have added a new command 'npm run check:all' and 'npm run fix:all' which will check and try to fix most common issues. Make sure to check out package.json for the commands. I really recommend running 'npm run check:all' before any sort of commit as it will make everyone's life easier when code is formatted consistently. +ReleaseNotesUrl: https://github.com/Blur009/Blur-AutoClicker/releases/tag/v3.8.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.yaml b/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.yaml new file mode 100644 index 0000000000000..e3be4caa2a075 --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.8.2/Blur009.BlurAutoClicker.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 855dd11d9cad9e4f83bea08a8f194cce0f3bb63a Mon Sep 17 00:00:00 2001 From: AlexKoala Date: Fri, 26 Jun 2026 19:03:08 +0900 Subject: [PATCH 36/72] New version: SwitTechnologiesInc.Swit version 12.2.9 (#393362) --- .../SwitTechnologiesInc.Swit.installer.yaml | 15 +++++++++++++++ .../SwitTechnologiesInc.Swit.locale.en-US.yaml | 17 +++++++++++++++++ .../Swit/12.2.9/SwitTechnologiesInc.Swit.yaml | 8 ++++++++ 3 files changed, 40 insertions(+) create mode 100644 manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.installer.yaml create mode 100644 manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.locale.en-US.yaml create mode 100644 manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.yaml diff --git a/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.installer.yaml b/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.installer.yaml new file mode 100644 index 0000000000000..c9850712ea5b9 --- /dev/null +++ b/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.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: SwitTechnologiesInc.Swit +PackageVersion: 12.2.9 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- Publisher: Swit Technologies Inc. + ProductCode: de406145-1e53-5f1d-8c44-4dd1ce4a8774 +Installers: +- Architecture: x64 + InstallerUrl: https://af.swit.io/app/swit-12.2.9.exe + InstallerSha256: A5289AD32C322A1CE4E2DF3BFEDD21D27A0AA34983C08763A04C692F837713B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.locale.en-US.yaml b/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.locale.en-US.yaml new file mode 100644 index 0000000000000..1b740db3de683 --- /dev/null +++ b/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SwitTechnologiesInc.Swit +PackageVersion: 12.2.9 +PackageLocale: en-US +Publisher: Swit Technologies Inc. +PublisherUrl: https://swit.io/ +PublisherSupportUrl: https://help.swit.io/ +PrivacyUrl: https://swit.io/privacy?sub=privacy-policy +PackageName: Swit +License: Proprietary +Copyright: (c) 2026 by Swit Technologies Inc. All rights reserved. +ShortDescription: Swit for Desktop +Moniker: swit +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.yaml b/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.yaml new file mode 100644 index 0000000000000..3aef1523d9b34 --- /dev/null +++ b/manifests/s/SwitTechnologiesInc/Swit/12.2.9/SwitTechnologiesInc.Swit.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: SwitTechnologiesInc.Swit +PackageVersion: 12.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7a3b7f63d137869a1fb80e86b13fb18f805a8f9e Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:27:55 +0300 Subject: [PATCH 37/72] New version: laurentiu021.SysManager version 1.33.12 (#393363) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.33.12/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..35986b45b0aa0 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.33.12 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.33.12/SysManager-v1.33.12.exe + InstallerSha256: DFD9AD5F5F032167499873ED635707B7F006DE10915E5A8CB86403520490A57C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..827bb3eb78a21 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.33.12 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.33.12] - 2026-06-26 + Fixed + - Sidebar navigation items are now announced correctly by screen readers. Each tab in the sidebar exposes its name (e.g. "Dashboard", "System Health") to assistive technology and UI automation; previously the items had no accessible name and were announced only as an internal type name. No visual change. + Verify the download + Get-FileHash .\SysManager-v1.33.12.exe -Algorithm SHA256 + Expected SHA256: DFD9AD5F5F032167499873ED635707B7F006DE10915E5A8CB86403520490A57C +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.33.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..90b1b728d403f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.12/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.33.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 82080ce49d37ff3a5a63f82116e0e6385191b4fe Mon Sep 17 00:00:00 2001 From: oai-fork-bot <5058-sa-forksbot-github@openai.com> Date: Fri, 26 Jun 2026 03:47:57 -0700 Subject: [PATCH 38/72] New version: OpenAI.Codex version 0.142.2 (#392824) --- .../Codex/0.142.2/OpenAI.Codex.installer.yaml | 37 ++++++++++ .../0.142.2/OpenAI.Codex.locale.en-US.yaml | 69 +++++++++++++++++++ .../o/OpenAI/Codex/0.142.2/OpenAI.Codex.yaml | 8 +++ 3 files changed, 114 insertions(+) create mode 100644 manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.installer.yaml create mode 100644 manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.locale.en-US.yaml create mode 100644 manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.yaml diff --git a/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.installer.yaml b/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.installer.yaml new file mode 100644 index 0000000000000..ee3501b524eb4 --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.installer.yaml @@ -0,0 +1,37 @@ +# 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: OpenAI.Codex +PackageVersion: 0.142.2 +InstallerType: zip +NestedInstallerType: portable +Commands: +- codex +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + - RelativeFilePath: codex-x86_64-pc-windows-msvc.exe + PortableCommandAlias: codex + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.142.2/codex-x86_64-pc-windows-msvc.exe.zip + InstallerSha256: 0313FE63E8763CCA22EB7E1CC61DACEC83D00CCCE1BC5A3C3C0B96D607BAA010 + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: codex-aarch64-pc-windows-msvc.exe + PortableCommandAlias: codex + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.142.2/codex-aarch64-pc-windows-msvc.exe.zip + InstallerSha256: 5ECD27CED8F7FBD78B2CD55B0D75B11358102E162B92EF136CAB8829E5203908 + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.locale.en-US.yaml b/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.locale.en-US.yaml new file mode 100644 index 0000000000000..dbafb5d0cb30b --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.locale.en-US.yaml @@ -0,0 +1,69 @@ +# 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: OpenAI.Codex +PackageVersion: 0.142.2 +PackageLocale: en-US +Publisher: OpenAI, Inc. +PublisherUrl: https://github.com/openai +PublisherSupportUrl: https://github.com/openai/codex/issues +Author: OpenAI, Inc. +PackageName: Codex CLI +PackageUrl: https://github.com/openai/codex +License: Apache-2.0 +LicenseUrl: https://github.com/openai/codex/blob/HEAD/LICENSE +Copyright: Copyright 2025 OpenAI +CopyrightUrl: https://github.com/openai/codex/blob/HEAD/NOTICE +ShortDescription: Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line. +Moniker: codex +Tags: +- agent +- ai +- cli +- llm +- openai +ReleaseNotes: |- + New Features + - MCP tools now use tool search by default when supported, improving tool discovery while preserving compatibility with older models and providers. (#29486) + - macOS authentication clients can honor system proxy, PAC, and WPAD settings when respect_system_proxy is enabled. (#26709) + - Plugins can provide dedicated dark-mode logos through local manifests and remote catalogs. (#29488) + - Apps can display richer safety-buffering UI using server-provided visibility and faster-model metadata. (#29473) + Bug Fixes + - Remote plugin catalogs now return curated featured-plugin rankings. (#29485) + - Expired Amazon Bedrock credentials now produce actionable recovery guidance instead of a generic authorization error. (#28992) + - Remote stdio MCP servers now accept absolute working directories written in the remote platform’s path format. (#29493) + - Remote HTTP(S) image inputs now return clear model-visible validation errors; inline data URLs and local images remain supported. (#29417, #29419) + - PowerShell commands containing executable AST regions the safety classifier cannot inspect now require approval. (#24092) + - Code Mode now warns when the selected model lacks the required metadata. (#29490) + Chores + - Updated bundled OpenSSL and esbuild dependencies to patched releases. (#29487, #29489) + - Successful formatter runs are now quiet while failures still show diagnostics. (#29467) + Changelog + Full Changelog: rust-v0.142.1...rust-v0.142.2 + - #28769 Register full CDP requirements feature @syuan-oai + - #29485 [codex] fetch featured IDs for remote plugins @ericning-o + - #29487 Upgrade bundled OpenSSL to 3.6.3 @jif-oai + - #29489 [codex] Update esbuild to 0.28.1 @pakrym-oai + - #29488 [plugins] Add dark-mode logo metadata @drewschuster-openai + - #29249 [codex] migrate environment context to model world state @pakrym-oai + - #29494 core: wrap token budget window context @bolinfest + - #29417 [codex] replace remote images with model-visible error text @rka-oai + - #28360 feat(core): store turn_id on ResponseItem metadata @owenlin0 + - #29486 [codex] Use tool search for MCP tools by default @sayan-oai + - #29501 path-uri: clarify host-native path conversion @anp-oai + - #29504 fix: world state response item test @celia-oai + - #26704 TUI Plugin Sharing 4 - cover remote plugin catalog flows @canvrno-oai + - #29419 [codex] reject remote images at app-server ingress @rka-oai + - #28992 chore: improve expired Bedrock credential errors @celia-oai + - #29467 Make formatter output quiet on success @anp-oai + - #26709 PAC 4 - Add macOS system proxy resolver @canvrno-oai + - #29490 chore: warn when Code Mode lacks model metadata @celia-oai + - #29493 mcp: accept foreign absolute cwd for remote stdio @anp-oai + - #29473 Propagate safety buffering treatment metadata @fc-oai + - #24092 [codex] Reject unlowered PowerShell AST regions @bookholt-oai +ReleaseNotesUrl: https://github.com/openai/codex/releases/tag/rust-v0.142.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://developers.openai.com/codex/cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.yaml b/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.yaml new file mode 100644 index 0000000000000..95d6305133633 --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.2/OpenAI.Codex.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: OpenAI.Codex +PackageVersion: 0.142.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 26b99bbebdbe8a6d8c25e1cafb187575f3bc4f52 Mon Sep 17 00:00:00 2001 From: Andrey Vladislavov <45296686+AndVl1@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:53:19 +0300 Subject: [PATCH 39/72] New version: AndVl1.gw version 0.2.13 (#392935) --- .../AndVl1/gw/0.2.13/AndVl1.gw.installer.yaml | 22 ++++++++++++++ .../gw/0.2.13/AndVl1.gw.locale.en-US.yaml | 29 +++++++++++++++++++ manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.installer.yaml create mode 100644 manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.locale.en-US.yaml create mode 100644 manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.yaml diff --git a/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.installer.yaml b/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.installer.yaml new file mode 100644 index 0000000000000..ed3624c224b0c --- /dev/null +++ b/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.installer.yaml @@ -0,0 +1,22 @@ +# 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: AndVl1.gw +PackageVersion: 0.2.13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gw.exe + PortableCommandAlias: gw +Commands: +- gw +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AndVl1/gw/releases/download/v0.2.13/gw-0.2.13-x86_64-pc-windows-msvc-winget.zip + InstallerSha256: 636EE8E4F7FA3803A83B917B4E20FA8BD00734B310AD5AE4461FEAB40355563D +- Architecture: arm64 + InstallerUrl: https://github.com/AndVl1/gw/releases/download/v0.2.13/gw-0.2.13-aarch64-pc-windows-msvc-winget.zip + InstallerSha256: B649A53A1F9EE608CCD08C47413274B3E1BB65C424FEB7D9E64849DEC2F4012B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.locale.en-US.yaml b/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.locale.en-US.yaml new file mode 100644 index 0000000000000..a8182bb23e76c --- /dev/null +++ b/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: AndVl1.gw +PackageVersion: 0.2.13 +PackageLocale: en-US +Publisher: AndVl1 +PublisherUrl: https://github.com/AndVl1 +PublisherSupportUrl: https://github.com/AndVl1/gw/issues +PackageName: gw +PackageUrl: https://github.com/AndVl1/gw +License: MIT +LicenseUrl: https://github.com/AndVl1/gw/blob/HEAD/LICENSE +ShortDescription: Gradle output filter for AI coding agents. +Description: | + gw wraps ./gradlew, strips noise (daemon banners, downloads, task lifecycle, deprecations), + forwards errors/warnings/status, prints a heartbeat, and saves the full log on disk. +Tags: +- cli +- gradle +- kotlin +ReleaseNotes: |- + What's Changed + - chore: release v0.2.12 by @AndVl1 in #25 + - fix(init): hook ordering, legacy migration, conflict detection by @AndVl1 in #27 + Full Changelog: v0.2.12...v0.2.13 +ReleaseNotesUrl: https://github.com/AndVl1/gw/releases/tag/v0.2.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.yaml b/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.yaml new file mode 100644 index 0000000000000..ef28ee3557189 --- /dev/null +++ b/manifests/a/AndVl1/gw/0.2.13/AndVl1.gw.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: AndVl1.gw +PackageVersion: 0.2.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6053e9faae5a1df8efc5e59c3f3ee2d06866d4c1 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 26 Jun 2026 06:54:06 -0400 Subject: [PATCH 40/72] New version: Google.AndroidStudio.Canary version 2026.1.3.2 (#393354) --- ...Google.AndroidStudio.Canary.installer.yaml | 25 +++++++++ ...gle.AndroidStudio.Canary.locale.en-US.yaml | 52 +++++++++++++++++++ .../Google.AndroidStudio.Canary.yaml | 8 +++ 3 files changed, 85 insertions(+) create mode 100644 manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.installer.yaml create mode 100644 manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.locale.en-US.yaml create mode 100644 manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.yaml diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..2244e473adf9d --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2026.1.3.2 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: deny +ReleaseDate: 2026-06-26 +RequireExplicitUpgrade: true +AppsAndFeaturesEntries: +- DisplayName: Android Studio + DisplayVersion: '2026.1' +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://edgedl.me.gvt1.com/android/studio/install/2026.1.3.2/android-studio-quail3-canary2-windows.exe + InstallerSha256: D0B00ECA740DE684A9B0D6F7A8A827111E07ED524E2018C96785B997B33DC7E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..bdfc3ec9e7fe5 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2026.1.3.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +Agreements: +- AgreementLabel: Android Software Development Kit License Agreement + AgreementUrl: https://developer.android.com/studio/terms +ReleaseNotesUrl: https://androidstudio.googleblog.com/ +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..5a1768eb46697 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.2/Google.AndroidStudio.Canary.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: Google.AndroidStudio.Canary +PackageVersion: 2026.1.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 553759778c288b27fbffe3e7bccf6372d39b6e94 Mon Sep 17 00:00:00 2001 From: docker-winget-bot Date: Fri, 26 Jun 2026 12:54:38 +0200 Subject: [PATCH 41/72] New version: Docker.Agent version v1.88.1 (#393364) --- .../Agent/v1.88.1/Docker.Agent.installer.yaml | 18 +++++++++++++++ .../v1.88.1/Docker.Agent.locale.en-US.yaml | 23 +++++++++++++++++++ .../d/Docker/Agent/v1.88.1/Docker.Agent.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/d/Docker/Agent/v1.88.1/Docker.Agent.installer.yaml create mode 100644 manifests/d/Docker/Agent/v1.88.1/Docker.Agent.locale.en-US.yaml create mode 100644 manifests/d/Docker/Agent/v1.88.1/Docker.Agent.yaml diff --git a/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..b85a75e459b55 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.88.1 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.88.1/docker-agent-windows-amd64.exe + InstallerSha256: 2A1ACBA52775AF63A0CD7E0B1AE46F11953302A945B217C5CD0C8FBAC20E9815 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.88.1/docker-agent-windows-arm64.exe + InstallerSha256: 5DC9033E64AF02EB019C94DD1962C4970DC1765AD4AFB25388623B8FB4D96495 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-26 diff --git a/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..b8f43f3b1e557 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.88.1 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.88.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.yaml new file mode 100644 index 0000000000000..4149ad8485fcc --- /dev/null +++ b/manifests/d/Docker/Agent/v1.88.1/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.88.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 687b6eaec42fa12e131053b0835a72de5d80915f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:55:05 +0200 Subject: [PATCH 42/72] New version: Sidero.omnictl version 1.9.0 (#393366) --- .../1.9.0/Sidero.omnictl.installer.yaml | 15 +++ .../1.9.0/Sidero.omnictl.locale.en-US.yaml | 125 ++++++++++++++++++ .../Sidero/omnictl/1.9.0/Sidero.omnictl.yaml | 8 ++ 3 files changed, 148 insertions(+) create mode 100644 manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.installer.yaml create mode 100644 manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.locale.en-US.yaml create mode 100644 manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.yaml diff --git a/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.installer.yaml b/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.installer.yaml new file mode 100644 index 0000000000000..5291c1fe963e9 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.9.0 +InstallerType: portable +Commands: +- omnictl +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/siderolabs/omni/releases/download/v1.9.0/omnictl-windows-amd64.exe + InstallerSha256: 0A1850A768E64AFA576C8F3CE12F35A869BE6E545F6202B865A69D9DE50E7D8A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.locale.en-US.yaml b/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.locale.en-US.yaml new file mode 100644 index 0000000000000..a575e63b3cef4 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.locale.en-US.yaml @@ -0,0 +1,125 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.9.0 +PackageLocale: en-US +Publisher: Sidero Labs +PublisherUrl: https://github.com/siderolabs/omni +PublisherSupportUrl: https://github.com/siderolabs/omni/issues +PrivacyUrl: https://www.siderolabs.com/privacy-policy/ +Author: Sidero Labs +PackageName: omnictl +PackageUrl: https://github.com/siderolabs/omni +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/siderolabs/omni/blob/HEAD/LICENSE +ShortDescription: A command line tool for communicating with Omni +Moniker: omnictl +Tags: +- k8s +- kubernetes +- omni +- talos +ReleaseNotes: |- + Omni 1.9.0 (2026-06-26) + Welcome to the v1.9.0 release of Omni! + Please try out the release binaries and report any issues at + https://github.com/siderolabs/omni/issues. + Cluster Health Check Jobs + Cluster templates now support health check jobs that gate Talos upgrades. Omni creates the jobs when a Talos upgrade is running and re-runs them on an interval until they succeed, re-creating a job whenever it fails. The checks run before each node upgrade in the upgrade status controller, and if any defined health check fails Omni drops the available upgrade quota to zero, blocking further upgrades until the checks pass. You can read more about this feature on the docs. + Embedded Machine Config for Installation Media + Installation media can now carry an embedded machine configuration, so a machine applies it on first boot before it ever reaches Omni. You can set it from the frontend or with omnictl when creating installation media, and Omni stores it on the schematic request alongside the rest of the media config. The option is exposed only where the underlying stack reports support for it, through a new supports_embedded_config quirk. + Per-Class etcd Write Rate Limiting + You can now throttle etcd writes by payload size, with separate budgets for end users, infra providers, and internal callers. It is off by default and turns on via storage.rateLimits.etcd.*. Four new Prometheus series report throttle wait time, admitted writes, rejected writes, and rejected bytes, labeled by class. The failure counters also carry a reason of timeout or oversize. + Talos Extension Names Validated Against the Catalog + Extension names on installation media configs, machine request sets, and extensions configurations are now validated against the Talos extensions catalog for the relevant Talos version. Unknown names, duplicates, and oversized lists are rejected, and when no Talos version is set the default version's catalog is used so the names still get checked. Names without a namespace are looked up under siderolabs/, so older clients that send the documented short form keep working. The omnictl installation media create command now resolves short or partial extension names to canonical form before sending, replacing the client-side catalog check it used to do. + KubeSpan Status View + A new graphical view shows KubeSpan peer status for a cluster machine. + Frontend Quality-of-Life Improvements + A round of UI improvements across Omni. The home screen has a reworked "Welcome to Omni" card. An unhealthy infrastructure provider shows its error on hover, the machine details panel shows the SMBIOS serial number, and kernel args editing moved into a modal. Config diffs have a sort-order toggle, version pickers sort newest first and scroll to the current selection, and Talos and Kubernetes update calls now report their errors. The disks view got several cleanups, pods sort by status, power-state icons have tooltips, Omni shows a loading indicator when it is slow to start, and the rewritten log viewer scrolls to the bottom reliably. Machine patches no longer offer the cluster-machine patch option and surface an error when a machine is not part of a cluster. + Static loadBalancerIP for the WireGuard Service in Helm + The Helm chart has a new service.wireguard.loadBalancerIP value for setting a static load balancer IP on the WireGuard Kubernetes Service. It is rendered only when the WireGuard service type is LoadBalancer. + Support for Image Factory Enterprise + Two new config options, registries.imageFactoryUsername and registries.imageFactoryPassword, let Omni authenticate to the Image Factory Enterprise with HTTP basic auth. + Kubernetes Manifests Status in the UI + The frontend now shows the status of a cluster's synced Kubernetes manifests. + Per-Machine Log Ingestion Rate Limit + Log ingestion now uses a per-machine token bucket, so one noisy machine can no longer overwhelm the log store. It is off by default to keep backwards compatibility. + Machine Config Patches in Maintenance Mode + Omni can now apply machine-level config patches while a machine is still in maintenance mode, not just after it joins a cluster. The patches go on top of the configuration the machine already runs, next to the SideroLink documents Omni manages, and Omni will not apply a document that installs Talos and pulls the machine out of maintenance. Omni also keeps whatever configuration a machine connects with as a low-priority, user-owned patch. So a machine that arrives with its own config (say a TrustedRootsConfig document) keeps it, and your own patches still win. + Install and Upgrade Talos in Maintenance Mode + A new streaming management API installs or upgrades Talos on machines booted in maintenance mode. It comes with omnictl install and upgrade subcommands and frontend modals that stream installer progress live. This feature uses Talos's LifecycleService API, which became available in v1.13.0. So it works with any Talos version starting from v1.13.0. + SBOM, VEX, and Vulnerability Scan on the Installation Media Wizard + The installation media wizard's confirmation page now shows SBOM and VEX links plus the vulnerability scan and modal, the same as the Image Factory. This shows up only when you use the Image Factory Enterprise. + Opt-In Skip of Kubernetes Node Audit + The Kubernetes node audit deletes nodes that no ClusterMachine backs. You can now skip it for individual nodes, which helps with virtual nodes such as VirtualKubelet. A node is skipped only when it has the omni.sidero.dev/node-audit-skip annotation and the cluster owner has turned on the matching cluster feature, so a workload cannot annotate its own way out of the audit. + Node Names and Locked Status in omnictl cluster status + The omnictl cluster status tree now prints each machine's Kubernetes node name in parentheses after its UUID, so you can match a machine to the upgrade status lines that reference node names. A "Locked" indicator shows up whenever a machine is locked. + Platform Tags Exposed as Machine Labels + Talos PlatformMetadata tags (for example EC2 instance tags) now appear as editable, removable machine labels in Omni. Omni fills them in once, when the machine first joins, and your own custom labels win on any key conflict. + Schematic Contents Preserved on Update + When Omni changes a machine's schematic, it now touches only the fields it manages (extensions and kernel args) and leaves the rest alone, instead of rebuilding the schematic from scratch. It reads the full schematic from the machine or the Image Factory and stores it as is. + Signed Images and SBOM Release Artifacts + Omni releases now ship an SBOM built from the Go modules as a release artifact, and Sidero Labs signs the published container images during release. + Talos Upgrade Targets Capped at the Latest Supported Release + Each Omni release now declares the latest Talos minor version it can support end to end. Cluster create and update, the maintenance upgrade API, the upgrade status computation, and every version picker in the UI all read this same cap, so you can no longer pick a Talos version newer than the running Omni supports. + Contributors + - Edward Sammut Alessi + - Utku Ozdemir + - Mateusz Urbanek + - Oguz Kilcan + - Artem Chernyshev + - Maja Bojarska + - Noel Georgi + - Andrey Smirnov + - Orzelius + - 0hlov3 + - Bo Bobson + - Matthew Sanabria + - Sterling Koch + - Steve Francis + - fsgh42 + Changes + 119 commits + - 64c2b3043 release(v1.9.0): prepare release + - 3455e7430 release(v1.9.0-beta.1): prepare release + - 8bea9d98d feat(frontend): add expandable code editor for extra overlay options + - 4121e730f feat(frontend): add expandable code editor for embedded machine config + - 22318022d feat(frontend): add more default editor options and remove default class + - 00e99c4d5 refactor(frontend): refactor code editor to use v-model + - 454daba78 chore: bump default talos version to 1.13.5 + - cb74aa700 feat: support embedded machine config in installation media CLI + - 86af10d45 fix: get rid of the race in the UUID conflict resolution flow + - 55bda4979 refactor: only log schematic id when ensuring + - c2b067a1f feat(frontend): allow specifying embedded machine config for installation media + - 574daf6d5 feat: add embedded_machine_config to create schematic request + - 1a8c85b88 feat: add embedded_machine_config to installation media config spec + - 687e56ae1 feat: add supports_embedded_config quirk to virtual resources + - 2fa8855c6 feat: validate Talos extensions against the catalog + - 807fe47a7 feat: register destroy controllers for user-managed resource types + - c3c511acb chore: bump containerd to 1.7.33 + - af44779ae chore(frontend): bump dependencies + - 17b2b30ec fix: prevent API requests from hanging after idle periods + - 240c48323 feat(frontend): remove cluster machine patch option from machine patches + - 498e8c0b4 feat(frontend): show error if machine not part of cluster + - a66f1ae3a feat(frontend): use machine status link snapshot for recent machines phase + - 0f853e1bb release(v1.9.0-beta.0): prepare release + - 060a4c759 chore: bump deps and default versions + - 43bf5856e test: run integration-qemu against the image factory enterprise + - 4b49029cb feat: support machine config patches in maintenance mode + - b9e407174 fix: stabilize flaky talemu e2e EULA setup and preset downloads + - 448ed9a69 docs: update LICENSE + - b44f92efe fix: ignore the embedded-config meta extension + - e32307d8e fix: allow empty list of extensions in cluster templates + - b08c34ac8 feat: implement advanced healthchecks for the cluster + - 1c125d3f4 chore: add Oguz to sops-encrypted secrets recipients + - 9a736342d fix: properly handle invalid UTF-8 strings in the machine statuses + - d77ee0495 fix: properly handle empty provider data in the common module + - c55173efc feat: validate Talos version on installation media config + - 243f046e0 fix(frontend): display correct units for byte values + - d9eebd7c4 fix(frontend): reset monitor chart on watch change + - 7f02f41f3 chore(frontend): bump frontend dependencies + - 27ef3dd03 feat: install/upgrade Talos in maintenance mode +ReleaseNotesUrl: https://github.com/siderolabs/omni/releases/tag/v1.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.yaml b/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.yaml new file mode 100644 index 0000000000000..216cf9e205852 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.9.0/Sidero.omnictl.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 59ebd48b3d6156d9957a1a0dbe5286f7a56b3a5a Mon Sep 17 00:00:00 2001 From: hitalin Date: Fri, 26 Jun 2026 19:55:30 +0900 Subject: [PATCH 43/72] New version: Hitalin.NoteDeck version 1.3.9 (#393369) --- .../1.3.9/Hitalin.NoteDeck.installer.yaml | 21 +++++++++++ .../1.3.9/Hitalin.NoteDeck.locale.en-US.yaml | 24 +++++++++++++ .../1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml | 35 +++++++++++++++++++ .../NoteDeck/1.3.9/Hitalin.NoteDeck.yaml | 8 +++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.installer.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.en-US.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.yaml diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 0000000000000..572a2da3b1f71 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.3.9 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-06-26 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.9/NoteDeck-1.3.9-windows-x64-setup.exe + InstallerSha256: 91331599810ED86F4F23D4BD29C1AB392DE6A1E6B5FB890C5DC8AF8BC0CC66D1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..b529e422eaa05 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.3.9 +PackageLocale: en-US +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE +ShortDescription: A multi-platform deck client for Misskey and its forks +Description: |- + NoteDeck is a deck client for Misskey and its forks. + It provides efficient multi-server timeline viewing with features like local full-text search, + AI integration, and localhost API that are only possible with a native desktop application. +Tags: +- deck +- fediverse +- misskey +- social-media +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3215982d1beec --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,35 @@ +# 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: Hitalin.NoteDeck +PackageVersion: 1.3.9 +PackageLocale: ja-JP +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PublisherSupportUrl: https://github.com/hitalin/notedeck/issues +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE +ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント +Description: |- + NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 + 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など + デスクトップネイティブならではの機能を備えています。 +Tags: +- deck +- fediverse +- misskey +- social-media +ReleaseNotes: |- + What's Changed + Other Changes + - fix(android): tauri/wry/tao を 2.10 系へピンし起動クラッシュを修正 by @hitalin in #678 + - fix: ストア install ボタンの角丸と「Misskeyについて」狭カラム崩れ (#681, #676) by @hitalin in #682 + - feat: cross-account カラムで hasToken 不要のキャッシュ遡りに対応 by @hitalin in #683 + - Release v1.3.9 by @hitalin in #684 + - Release v1.3.9 by @hitalin in #685 + Full Changelog: v1.3.8...v1.3.9 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.yaml new file mode 100644 index 0000000000000..46d8011adff34 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 1.3.9 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From bb4477ed61db9c61228db4733e4a580c65c6e6d4 Mon Sep 17 00:00:00 2001 From: Autapomorph Date: Fri, 26 Jun 2026 13:55:55 +0300 Subject: [PATCH 44/72] New version: zevnda.SteamGameIdler version 5.4.0 (#393370) --- .../zevnda.SteamGameIdler.installer.yaml | 20 +++++++++++++ .../zevnda.SteamGameIdler.locale.en-US.yaml | 30 +++++++++++++++++++ .../5.4.0/zevnda.SteamGameIdler.yaml | 8 +++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.installer.yaml create mode 100644 manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.locale.en-US.yaml create mode 100644 manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.yaml diff --git a/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.installer.yaml b/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.installer.yaml new file mode 100644 index 0000000000000..a82f440cca9a8 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 5.4.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: Steam Game Idler +ReleaseDate: 2026-06-26 +AppsAndFeaturesEntries: +- ProductCode: Steam Game Idler +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Steam Game Idler' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zevnda/steam-game-idler/releases/download/5.4.0/Steam.Game.Idler_5.4.0_x64-setup.exe + InstallerSha256: 7A0BA4F3A5F9853AA32FC3AE7982F3475CF157DF023137D5D3FC4D21861C9EFC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.locale.en-US.yaml b/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.locale.en-US.yaml new file mode 100644 index 0000000000000..01a4d16c77778 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 5.4.0 +PackageLocale: en-US +Publisher: zevnda +PublisherUrl: https://github.com/zevnda +PublisherSupportUrl: https://github.com/zevnda/steam-game-idler/issues +Author: zevnda +PackageName: Steam Game Idler +PackageUrl: https://github.com/zevnda/steam-game-idler +License: MIT +LicenseUrl: https://github.com/zevnda/steam-game-idler/blob/HEAD/LICENSE +Copyright: Copyright © 2024-2025 zevnda +ShortDescription: Farm Steam trading cards, manage achievements, and idle games automatically — an all-in-one alternative to ArchiSteamFarm, Steam Achievement Manager, and Idle Master +Description: Steam Game Idler (SGI) is a Steam automation tool for farming trading cards, managing achievements, and boosting playtime across all games in your Steam library. +Tags: +- steam steam-idle-master steam-farm +ReleaseNotes: |- + What's Changed + - refactor(achievement-unlocker): add up next queue by @zevnda in #1781 + - feat(achievement-unlocker): add multi game support by @zevnda in #1782 + - refactor(components): add comparison table to pro modal by @zevnda in #1783 + - refactor(inventory-manager): auto revalidate credentials for pro users by @zevnda in #1785 + - refactor(settings): move currency setting to inventory manager page by @zevnda in #1787 + Full Changelog: 5.3.9...5.4.0 +ReleaseNotesUrl: https://github.com/zevnda/steam-game-idler/releases/tag/5.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.yaml b/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.yaml new file mode 100644 index 0000000000000..eb9ac114dffaa --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/5.4.0/zevnda.SteamGameIdler.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: zevnda.SteamGameIdler +PackageVersion: 5.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b2ab2aa7fd4c69f3a1e8c18b7d4e5179099abe75 Mon Sep 17 00:00:00 2001 From: Graham David <125028396+voyager2saturn@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:46:23 +0530 Subject: [PATCH 45/72] New version: Neovim.Neovim version 0.12.3 (#393361) --- .../0.12.3/Neovim.Neovim.installer.yaml | 25 ++++++ .../0.12.3/Neovim.Neovim.locale.en-US.yaml | 77 +++++++++++++++++++ .../n/Neovim/Neovim/0.12.3/Neovim.Neovim.yaml | 8 ++ 3 files changed, 110 insertions(+) create mode 100644 manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.installer.yaml create mode 100644 manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.locale.en-US.yaml create mode 100644 manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.yaml diff --git a/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.installer.yaml b/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.installer.yaml new file mode 100644 index 0000000000000..8c3a70a121624 --- /dev/null +++ b/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Neovim.Neovim +PackageVersion: 0.12.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{FF20FC10-5149-495A-8F39-CA5F1AA04F7A}' +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- ProductCode: '{FF20FC10-5149-495A-8F39-CA5F1AA04F7A}' + UpgradeCode: '{207A1A70-7B0C-418A-A153-CA6883E38F4D}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Neovim' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/neovim/neovim/releases/download/v0.12.3/nvim-win64.msi + InstallerSha256: CEC5FFCA1EF03C39D6DCFFFD59C2A3500A1CF967C6E6D7311F0005FCFD7B20B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.locale.en-US.yaml b/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.locale.en-US.yaml new file mode 100644 index 0000000000000..2d5f4cb85fedc --- /dev/null +++ b/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Neovim.Neovim +PackageVersion: 0.12.3 +PackageLocale: en-US +Publisher: neovim.io +PublisherUrl: https://neovim.io/ +PublisherSupportUrl: https://github.com/neovim/neovim/issues +PackageName: Neovim +PackageUrl: https://neovim.io/ +License: Apache-2.0 or Vim +LicenseUrl: https://github.com/neovim/neovim/blob/HEAD/LICENSE.txt +ShortDescription: Vim-fork focused on extensibility and usability +Moniker: nvim +Tags: +- editor +- nvim-qt +- text +- vi +- vim +ReleaseNotes: |- + NVIM v0.12.3 + Build type: Release + LuaJIT 2.1.1774638290 + Release notes + - Changelog (fixes + features) + - News (:help news in Nvim) + Install + Windows + Zip + 1. Download nvim-win64.zip (or nvim-win-arm64.zip for ARM) + 2. Extract the zip + 3. Run nvim.exe in your terminal + MSI + 1. Download nvim-win64.msi (or nvim-win-arm64.msi for ARM) + 2. Run the MSI + 3. Run nvim.exe in your terminal + Note: On Windows "Server" you may need to install vcruntime*.dll. + macOS (x86_64) + 1. Download nvim-macos-x86_64.tar.gz + 2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning) + 3. Extract: tar xzvf nvim-macos-x86_64.tar.gz + 4. Run ./nvim-macos-x86_64/bin/nvim + macOS (arm64) + 1. Download nvim-macos-arm64.tar.gz + 2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning) + 3. Extract: tar xzvf nvim-macos-arm64.tar.gz + 4. Run ./nvim-macos-arm64/bin/nvim + Linux (x86_64) + If your system does not have the required glibc version, try the (unsupported) builds for older glibc. + AppImage + 1. Download nvim-linux-x86_64.appimage + 2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage + - If your system does not have FUSE you can extract the appimage: + ./nvim-linux-x86_64.appimage --appimage-extract + ./squashfs-root/usr/bin/nvim + Tarball + 1. Download nvim-linux-x86_64.tar.gz + 2. Extract: tar xzvf nvim-linux-x86_64.tar.gz + 3. Run ./nvim-linux-x86_64/bin/nvim + Linux (arm64) + AppImage + 1. Download nvim-linux-arm64.appimage + 2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage + - If your system does not have FUSE you can extract the appimage: + ./nvim-linux-arm64.appimage --appimage-extract + ./squashfs-root/usr/bin/nvim + Tarball + 1. Download nvim-linux-arm64.tar.gz + 2. Extract: tar xzvf nvim-linux-arm64.tar.gz + 3. Run ./nvim-linux-arm64/bin/nvim + Other + - Install by package manager +ReleaseNotesUrl: https://github.com/neovim/neovim/releases/tag/v0.12.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.yaml b/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.yaml new file mode 100644 index 0000000000000..fbe42110e2caf --- /dev/null +++ b/manifests/n/Neovim/Neovim/0.12.3/Neovim.Neovim.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: Neovim.Neovim +PackageVersion: 0.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 16d473f5c5ab23fd3410dd7c55952dc390039265 Mon Sep 17 00:00:00 2001 From: Alexander Svinarev Date: Fri, 26 Jun 2026 14:16:46 +0300 Subject: [PATCH 46/72] datamitsu.datamitsu: v0.1.9 (#393365) Co-authored-by: goreleaserbot --- .../0.1.9/datamitsu.datamitsu.installer.yaml | 26 +++++++++++++++ .../datamitsu.datamitsu.locale.en-US.yaml | 32 +++++++++++++++++++ .../datamitsu/0.1.9/datamitsu.datamitsu.yaml | 7 ++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.installer.yaml create mode 100644 manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.locale.en-US.yaml create mode 100644 manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.yaml diff --git a/manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.installer.yaml b/manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.installer.yaml new file mode 100644 index 0000000000000..bec668d44ec68 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.9/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.1.9 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-26" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.1.9/datamitsu_0.1.9_windows_arm64.zip + InstallerSha256: 4bd9900cbd502e134c2dc63844c7dfcb4bf98cafca67d953811ccfe53d4a7b25 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.1.9/datamitsu_0.1.9_windows_amd64.zip + InstallerSha256: ffef2b3924543875a32f977a990e5ffd246bf96c91803f8d4452b2a1defd5c28 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.locale.en-US.yaml b/manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.locale.en-US.yaml new file mode 100644 index 0000000000000..cd1dda850c862 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.locale.en-US.yaml @@ -0,0 +1,32 @@ +# 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.1.9 +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 + * f1118d6e2c7edc99e06f4834e99a7e5de37c5ff8: feat(oci): bundle WASM parser modules as their own store layers (#147) (@shibanet0) + ### Others + * 3c49c3162fa47159002fb4c9645e2d75a3f6e788: refactor: ship WASM parser module only as a signed release asset (#146) (@shibanet0) +ReleaseNotesUrl: https://github.com/datamitsu/datamitsu/releases/tag/v0.1.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.yaml b/manifests/d/datamitsu/datamitsu/0.1.9/datamitsu.datamitsu.yaml new file mode 100644 index 0000000000000..f4008b4c82da6 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.9/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.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ab20581d47b9b00c358afad5e0286fe54f598373 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 26 Jun 2026 07:42:29 -0400 Subject: [PATCH 47/72] New version: Modrinth.ModrinthApp version 0.15.0 (#393373) --- .../Modrinth.ModrinthApp.installer.yaml | 20 ++++++++ .../Modrinth.ModrinthApp.locale.en-US.yaml | 49 +++++++++++++++++++ .../0.15.0/Modrinth.ModrinthApp.yaml | 8 +++ 3 files changed, 77 insertions(+) create mode 100644 manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.installer.yaml create mode 100644 manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.locale.en-US.yaml create mode 100644 manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.yaml diff --git a/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.installer.yaml b/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.installer.yaml new file mode 100644 index 0000000000000..3c0e0e8f73814 --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.15.0 +InstallerType: nullsoft +Scope: user +ProductCode: Modrinth App +ReleaseDate: 2026-06-26 +AppsAndFeaturesEntries: +- Publisher: ModrinthApp + ProductCode: Modrinth App +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Modrinth App' +Installers: +- Architecture: x64 + InstallerUrl: https://launcher-files.modrinth.com/versions/0.15.0/windows/Modrinth%20App_0.15.0_x64-setup.exe + InstallerSha256: 1112D1986303F385CF2ED6588DBBC58A7824B88709DFE3377C519B8F6C66AF25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.locale.en-US.yaml b/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.locale.en-US.yaml new file mode 100644 index 0000000000000..742a1c5f45b73 --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.15.0 +PackageLocale: en-US +Publisher: Modrinth +PublisherUrl: https://modrinth.com/ +PublisherSupportUrl: https://support.modrinth.com/en/ +PrivacyUrl: https://modrinth.com/legal/privacy +Author: Modrinth +PackageName: Modrinth App +PackageUrl: https://modrinth.com/app +License: GPL-3.0 +LicenseUrl: https://github.com/modrinth/code/blob/main/apps/app/LICENSE +ShortDescription: The Modrinth App is a unique, open source Minecraft launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package. +Tags: +- minecraft +- minecraft-launcher +- modrinth +ReleaseNotes: |- + Added + - Existing app data is now backed up after the app updates. + - Added an option to open the folder which contains the app database backups in the Resource management tab in the app settings. + - Added an option to skip non-essential warnings across the app. + - Added the ability to create desktop shortcuts for your instances. + + Changed + - Instance installs in the Modrinth App now show detailed progress for preparing Java, downloading modpack files, downloading content, extracting overrides, and downloading Minecraft. + - Java, modpack, content, overrides and Minecraft downloads/extracting now show downloaded/extracted and total size. + - The Content tab’s "Update all" action now shows live progress while resolving versions, downloading projects, and finishing updates. + - Changed the visual style of the Delete server/Delete world modal on the Worlds tab of instances to match the Content tab's modals. + + Fixed + - Fixed broken Delete server modal on the Worlds tab of instances. + - Fixed the navigation bars across the app not animating when clicking between pages. + - Fixed fade in animation incorrectly playing on the Mods page even when the instance content is already loaded into the UI. + - Failed or interrupted instance installs now roll back partial changes instead of leaving incomplete new instances or modified/broken existing instances behind. + - Failed or interrupted instance installs now explain why the failure or interruption occurred, and provide a retry action. + - The Home page, Library page, and the quick instance switcher in the left sidebar now correctly refresh when an instance begins or finishes installing. + - Fixed issue where going from an instance page to the browse page via the left sidebar would cause the app to completely freeze up. + - Fixed issue where using the "Add to instance" button on search results in the browse page would take a long time to process if you have a lot of instances. + - Fixed many performance issues with loading/editing of instances. +ReleaseNotesUrl: https://github.com/modrinth/code/releases/tag/v0.15.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://support.modrinth.com/en/collections/7804910-modrinth-app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.yaml b/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.yaml new file mode 100644 index 0000000000000..7fcc35c1d620b --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.15.0/Modrinth.ModrinthApp.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: Modrinth.ModrinthApp +PackageVersion: 0.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2ed6f1147a1501173bd6f1201415d1c5672f2044 Mon Sep 17 00:00:00 2001 From: Linfang Li Date: Fri, 26 Jun 2026 19:42:43 +0800 Subject: [PATCH 48/72] Add teshi 0.7.9 (#393375) --- .../teshi/0.7.9/teshi-org.teshi.installer.yaml | 12 ++++++++++++ .../teshi/0.7.9/teshi-org.teshi.locale.en-US.yaml | 12 ++++++++++++ .../t/teshi-org/teshi/0.7.9/teshi-org.teshi.yaml | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.installer.yaml create mode 100644 manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.locale.en-US.yaml create mode 100644 manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.yaml diff --git a/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.installer.yaml b/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.installer.yaml new file mode 100644 index 0000000000000..bce4eec0a6d33 --- /dev/null +++ b/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: teshi-org.teshi +PackageVersion: 0.7.9 +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/teshi-org/teshi/releases/download/v0.7.9/teshi-v0.7.9-x64.msi + InstallerSha256: AD6D3C24F39E4FF3CAEF26C2B2D0DD670647ADDEE793D56877BED0163D6626B6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.locale.en-US.yaml b/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.locale.en-US.yaml new file mode 100644 index 0000000000000..d2ae1ee5d3670 --- /dev/null +++ b/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: teshi-org.teshi +PackageVersion: 0.7.9 +PackageLocale: en-US +Publisher: teshi-org +PackageName: teshi +License: MIT +ShortDescription: Terminal-first mindmap editor for structured notes and navigation. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.yaml b/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.yaml new file mode 100644 index 0000000000000..425230f5f8563 --- /dev/null +++ b/manifests/t/teshi-org/teshi/0.7.9/teshi-org.teshi.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: teshi-org.teshi +PackageVersion: 0.7.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 12990a59d04e9feb6c1ce99f1821bf51b7ac499f Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:59:50 +0000 Subject: [PATCH 49/72] New version: Microsoft.VisualStudioCode.Insiders version 1.127.0 (#393353) Co-authored-by: 3372902+lszomoru@users.noreply.github.com --- ...soft.VisualStudioCode.Insiders.installer.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.127.0/Microsoft.VisualStudioCode.Insiders.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.127.0/Microsoft.VisualStudioCode.Insiders.installer.yaml index 1590a89d381d1..8f81c09f118f8 100644 --- a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.127.0/Microsoft.VisualStudioCode.Insiders.installer.yaml +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.127.0/Microsoft.VisualStudioCode.Insiders.installer.yaml @@ -11,19 +11,19 @@ Commands: Installers: - Architecture: arm64 Scope: machine - InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/fcff1a779c023e586c6d44a18c04a04166b59f37/VSCodeSetup-arm64-1.127.0-insider.exe - InstallerSha256: F253327EE93209F4C6127A48E8EB0B46736D2ECF074FDC9B69C8AE0ADDA09ED0 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/2fb1c411a7933676c4efd18140f2a98fc910c945/VSCodeSetup-arm64-1.127.0-insider.exe + InstallerSha256: 35A1D9AD643A863E31FDBC4B9E13F4EB8429D4909DB916D879FC6FF5DD61CA14 - Architecture: arm64 Scope: user - InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/fcff1a779c023e586c6d44a18c04a04166b59f37/VSCodeUserSetup-arm64-1.127.0-insider.exe - InstallerSha256: 2BC224A1929848BE2AADB94547D7435EDCA676E6AA48A15F7081CBF162B22140 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/2fb1c411a7933676c4efd18140f2a98fc910c945/VSCodeUserSetup-arm64-1.127.0-insider.exe + InstallerSha256: 153EA8816A92A777729C4DA507D794068E3958B910952EABEC6A9C7908731B0C - Architecture: x64 Scope: machine - InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/fcff1a779c023e586c6d44a18c04a04166b59f37/VSCodeSetup-x64-1.127.0-insider.exe - InstallerSha256: 229CB618A6E18A384649B8376272F37B5B686A11481066AB1D7159A11A64E5CA + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/2fb1c411a7933676c4efd18140f2a98fc910c945/VSCodeSetup-x64-1.127.0-insider.exe + InstallerSha256: C3A0C814CAFA7650DD8B7CFA402CA2D55C78D5BDAD44C446BF9712922BDDD5C8 - Architecture: x64 Scope: user - InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/fcff1a779c023e586c6d44a18c04a04166b59f37/VSCodeUserSetup-x64-1.127.0-insider.exe - InstallerSha256: CEA453A2095BAAC001F57130B754773C1A8018C06DB96F228BBE3B1BE50CBB03 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/2fb1c411a7933676c4efd18140f2a98fc910c945/VSCodeUserSetup-x64-1.127.0-insider.exe + InstallerSha256: 8AEC3BC977F5B5091F117971F4A407239F3342D62A2B4D36586BB295FF5D51C9 ManifestType: installer ManifestVersion: 1.12.0 From ad21947fe1d9eb6a132854d294578353a82e4a4a Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:59:59 +0000 Subject: [PATCH 50/72] New version: Microsoft.VisualStudioCode.Insiders.CLI version 1.127.0 (#393355) Co-authored-by: 3372902+lszomoru@users.noreply.github.com --- ...Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.127.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.127.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml index 871235dc6b2b9..e1ef88405df07 100644 --- a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.127.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.127.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml @@ -10,10 +10,10 @@ NestedInstallerFiles: PortableCommandAlias: code-insiders Installers: - Architecture: arm64 - InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/fcff1a779c023e586c6d44a18c04a04166b59f37/vscode_cli_win32_arm64_cli.zip - InstallerSha256: 97186AEB2E91DADDD55E3A3A6BBBE9425ABECD96EDE523EFECB5382786DA85D4 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/2fb1c411a7933676c4efd18140f2a98fc910c945/vscode_cli_win32_arm64_cli.zip + InstallerSha256: 62AAF72AA6E5407C5E608E12E670D4F75D026BD59D666EF6214FF9914F69FD63 - Architecture: x64 - InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/fcff1a779c023e586c6d44a18c04a04166b59f37/vscode_cli_win32_x64_cli.zip - InstallerSha256: DE840F7C8E67803C2C84415CD9130EA6F8329DC47D933CB73BC481893907EDAC + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/2fb1c411a7933676c4efd18140f2a98fc910c945/vscode_cli_win32_x64_cli.zip + InstallerSha256: F6DB59B3BDCA8B1BF0E8A9794E0F853500C14CD8E06B8A7A18F13F2E95B2A7F6 ManifestType: installer ManifestVersion: 1.12.0 From 38f47b5779c3831f23484d8e3adb4e7ddcf8a38b Mon Sep 17 00:00:00 2001 From: Lablicate Quality Assurance <114160457+lablicateqa@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:07:36 +0200 Subject: [PATCH 51/72] Update OpenChrom to version 1.6.21 (#393372) --- .../1.6.21/Lablicate.OpenChrom.installer.yaml | 30 +++++++++++++++++++ .../Lablicate.OpenChrom.locale.en-US.yaml | 19 ++++++++++++ .../OpenChrom/1.6.21/Lablicate.OpenChrom.yaml | 6 ++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.installer.yaml create mode 100644 manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.locale.en-US.yaml create mode 100644 manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.yaml diff --git a/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.installer.yaml b/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.installer.yaml new file mode 100644 index 0000000000000..f20258caae5c9 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.21 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ch +- dat +- raw +- gcd +- run +- ms +- icp +- cgm +- db +- qgd +- spc +- sms +- wiff +- dfm +- prm +- mfg +- mfl +Installers: +- Architecture: x64 + InstallerUrl: https://products.lablicate.com/openchrom/1.6.21/OpenChrom_1.6.21_setup_x64.exe + InstallerSha256: b67b64d1fd82053a3210afdc338a9a1da3c193721bc0c5ec599f6de5bab38a5f +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.locale.en-US.yaml b/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.locale.en-US.yaml new file mode 100644 index 0000000000000..59e84f1ae5890 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.21 +PackageLocale: en-US +Publisher: Lablicate GmbH +PublisherUrl: https://lablicate.com +PackageName: OpenChrom +PackageUrl: https://openchrom.net +License: EPL-2.0 +Copyright: Lablicate GmbH +ShortDescription: Open Source software for chromatography, spectrometry and spectroscopy +Tags: +- chemistry +- chromatography +- spectrometry +- spectroscopy +ReleaseNotesUrl: https://github.com/openchrom/openchrom/wiki/changelog#1.6.21 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.yaml b/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.yaml new file mode 100644 index 0000000000000..e65190fe72996 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.21/Lablicate.OpenChrom.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From a7095245b6d83491feca922fb72083fc66808f6f Mon Sep 17 00:00:00 2001 From: hitalin Date: Fri, 26 Jun 2026 21:32:42 +0900 Subject: [PATCH 52/72] New version: Hitalin.NoteDeck version 1.3.10 (#393378) --- .../1.3.10/Hitalin.NoteDeck.installer.yaml | 21 +++++++++++++ .../1.3.10/Hitalin.NoteDeck.locale.en-US.yaml | 24 ++++++++++++++ .../1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml | 31 +++++++++++++++++++ .../NoteDeck/1.3.10/Hitalin.NoteDeck.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.installer.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.en-US.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.yaml diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 0000000000000..9e8a945ec527c --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.3.10 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-06-26 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.10/NoteDeck-1.3.10-windows-x64-setup.exe + InstallerSha256: A4A1BCCEFD5377B25E0FF9395CAAD773D3E5FC2F29E1FFB24E601F62E508CF26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..2ce4a6765c871 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.3.10 +PackageLocale: en-US +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE +ShortDescription: A multi-platform deck client for Misskey and its forks +Description: |- + NoteDeck is a deck client for Misskey and its forks. + It provides efficient multi-server timeline viewing with features like local full-text search, + AI integration, and localhost API that are only possible with a native desktop application. +Tags: +- deck +- fediverse +- misskey +- social-media +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 0000000000000..39726f8b407e0 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +# 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: Hitalin.NoteDeck +PackageVersion: 1.3.10 +PackageLocale: ja-JP +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PublisherSupportUrl: https://github.com/hitalin/notedeck/issues +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE +ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント +Description: |- + NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 + 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など + デスクトップネイティブならではの機能を備えています。 +Tags: +- deck +- fediverse +- misskey +- social-media +ReleaseNotes: |- + What's Changed + Other Changes + - Release v1.3.10 by @hitalin in #686 + Full Changelog: v1.3.9...v1.3.10 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.yaml new file mode 100644 index 0000000000000..0115250953fcc --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 1.3.10 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From 06cd4b8ce727c93a62e746210ad952aa3323d599 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:58:05 -0300 Subject: [PATCH 53/72] New version: charmbracelet.crush 0.80.0 (#393113) Co-authored-by: Charm --- .../0.80.0/charmbracelet.crush.installer.yaml | 34 +++++++++++++++++++ .../charmbracelet.crush.locale.en-US.yaml | 18 ++++++++++ .../crush/0.80.0/charmbracelet.crush.yaml | 7 ++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.installer.yaml create mode 100644 manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.locale.en-US.yaml create mode 100644 manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.yaml diff --git a/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..e7582b8e829a6 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.80.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-25" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.80.0_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.80.0/crush_0.80.0_Windows_arm64.zip + InstallerSha256: 4416ed6ea6d9f9b842aeaf9681768698d02655773455a654276aab786c083065 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.80.0_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.80.0/crush_0.80.0_Windows_x86_64.zip + InstallerSha256: 083e5e2887c787948d09b8f9c6036ebbf880e505fa8ad06a81f27eb5f7469400 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.80.0_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.80.0/crush_0.80.0_Windows_i386.zip + InstallerSha256: 9b5ae0bf04ee56fa59088ede14a2778c25690d82c2a47b3efbd09718eb7adc0f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..133b6f039e314 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# 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: charmbracelet.crush +PackageVersion: 0.80.0 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.80.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..f33081b550b05 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.80.0/charmbracelet.crush.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: charmbracelet.crush +PackageVersion: 0.80.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 11cf577ad9806465b3fd92d509728f77d82abd50 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:59:03 +0800 Subject: [PATCH 54/72] New version: Aircall.AircallWorkspace version 1.15.9 (#393379) --- .../Aircall.AircallWorkspace.installer.yaml | 37 +++++++++++++++++++ ...Aircall.AircallWorkspace.locale.en-US.yaml | 35 ++++++++++++++++++ ...Aircall.AircallWorkspace.locale.zh-CN.yaml | 26 +++++++++++++ .../1.15.9/Aircall.AircallWorkspace.yaml | 8 ++++ 4 files changed, 106 insertions(+) create mode 100644 manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.installer.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.en-US.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.zh-CN.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.yaml diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.installer.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.installer.yaml new file mode 100644 index 0000000000000..cd00cc023459c --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.15.9 +UpgradeBehavior: install +Protocols: +- aircall +- callto +- tel +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.15.9-x64.exe + InstallerSha256: 7DC0D53E224ADAFDB7E9998BABA2EDCA721076F7AED51C1F994AEEB606A8652E + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Aircall-Workspace + AppsAndFeaturesEntries: + - DisplayName: Aircall-Workspace + DisplayVersion: 1.15.9 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.15.9-x64.msi + InstallerSha256: 2D47348FEDB0507D2BB1C4404FC190B0319FB4D54BECBD42C7C9C99EA758E861 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{E9B828E3-128B-4CDD-81E6-DC48B6317D04}' + AppsAndFeaturesEntries: + - DisplayVersion: 1.15.9.54978 + ProductCode: '{E9B828E3-128B-4CDD-81E6-DC48B6317D04}' + UpgradeCode: '{4267F4EE-71BB-5FAA-9A6A-70660A24E665}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.en-US.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.en-US.yaml new file mode 100644 index 0000000000000..dfa26708e20e1 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.15.9 +PackageLocale: en-US +Publisher: Aircall +PublisherUrl: https://aircall.io/ +PrivacyUrl: https://aircall.io/privacy/ +Author: Aircall.io, Inc. +PackageName: Aircall Workspace +PackageUrl: https://aircall.io/download/ +License: Proprietary +LicenseUrl: https://legal.aircall.io/#end-user-license-agreement +Copyright: Copyright Aircall 2026 +CopyrightUrl: https://legal.aircall.io/#end-user-license-agreement +ShortDescription: Make, receive, and manage customer communications directly from your Mac or PC. +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- crm +- customer +- customer-service +- enterprise +- meeting +- oa +- office +- saas +- team +PurchaseUrl: https://aircall.io/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.zh-CN.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3b1bcd4a9a7d --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.15.9 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 直接从 Mac 或 PC 收发和管理客户通信。 +Tags: +- crm +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 客户 +- 客服 +- 文档 +- 沟通 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.yaml new file mode 100644 index 0000000000000..33b143ee6a9f5 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.9/Aircall.AircallWorkspace.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: Aircall.AircallWorkspace +PackageVersion: 1.15.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b634855059733d85b3d0d0177d8034b948b09d71 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:59:28 +0800 Subject: [PATCH 55/72] New version: Ardisk.Ardisk version 0.0.0.46 (#393382) --- .../{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.installer.yaml | 4 ++-- .../{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.locale.en-US.yaml | 2 +- .../{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.locale.zh-CN.yaml | 2 +- .../a/Ardisk/Ardisk/{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/a/Ardisk/Ardisk/{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.installer.yaml (84%) rename manifests/a/Ardisk/Ardisk/{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.locale.en-US.yaml (98%) rename manifests/a/Ardisk/Ardisk/{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.locale.zh-CN.yaml (98%) rename manifests/a/Ardisk/Ardisk/{0.0.0.44 => 0.0.0.46}/Ardisk.Ardisk.yaml (90%) diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.installer.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.installer.yaml similarity index 84% rename from manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.installer.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.installer.yaml index 6ceac93a9fe0e..0a1b8a725c844 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.installer.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.46/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.44 +PackageVersion: 0.0.0.46 InstallerType: wix InstallerSwitches: InstallLocation: INSTALLFOLDER="" @@ -15,6 +15,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://ardisk.cn/download/windows/ardisk-setup.msi - InstallerSha256: 946574AEAC8C30127EDA02FA91812D06BC9D517B5E5055015C1C1E2A876CD4B8 + InstallerSha256: EB62E64BCF95F77CD7EA9600A4CFFB7D1831ABBCC381FE4F2C41AFCDC3F0D2C9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.locale.en-US.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.en-US.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.locale.en-US.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.en-US.yaml index 93cab2e1fac20..8de9758c38a7e 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.locale.en-US.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.46/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.44 +PackageVersion: 0.0.0.46 PackageLocale: en-US License: Proprietary ShortDescription: Ultra-simple corporate cloud drive diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.locale.zh-CN.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.zh-CN.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.locale.zh-CN.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.zh-CN.yaml index 0ac0139618a0f..68e1b109e9adb 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.locale.zh-CN.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.46/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.44 +PackageVersion: 0.0.0.46 PackageLocale: zh-CN Publisher: 厦门集核信息科技有限责任公司 PublisherUrl: https://ardisk.cn/ diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.yaml similarity index 90% rename from manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.yaml index 82f91320fec02..cb515c3788bd5 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.44/Ardisk.Ardisk.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.46/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.44 +PackageVersion: 0.0.0.46 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 From 7564b763eb331e55ef9ee6949e961ab89152af87 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:59:58 +0800 Subject: [PATCH 56/72] New version: Bosyun.Pixso.CN version 2.3.0 (#393384) --- .../CN/2.3.0/Bosyun.Pixso.CN.installer.yaml | 20 +++++++++++ .../2.3.0/Bosyun.Pixso.CN.locale.en-US.yaml | 35 +++++++++++++++++++ .../2.3.0/Bosyun.Pixso.CN.locale.zh-CN.yaml | 35 +++++++++++++++++++ .../Pixso/CN/2.3.0/Bosyun.Pixso.CN.yaml | 8 +++++ 4 files changed, 98 insertions(+) create mode 100644 manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.installer.yaml create mode 100644 manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.en-US.yaml create mode 100644 manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.zh-CN.yaml create mode 100644 manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.yaml diff --git a/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.installer.yaml b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.installer.yaml new file mode 100644 index 0000000000000..56b36054b7c70 --- /dev/null +++ b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bosyun.Pixso.CN +PackageVersion: 2.3.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- pix +ProductCode: fdd33279-9a2b-5abb-9257-06737273f034 +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://pixso-pub-prod.obs.cn-east-3.myhuaweicloud.com/cms/download/package/app/bosyun/2.3.0/Pixso_win_v2_3_0.exe + InstallerSha256: FE9B07E0AD01E6FC23C62E165E76835D75A2724EB69304F51C260E8C496EECCF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.en-US.yaml b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..e54b0740ed7db --- /dev/null +++ b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bosyun.Pixso.CN +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Bosyun +PublisherUrl: https://pixso.cn/ +PublisherSupportUrl: https://pixso.cn/help/ +PrivacyUrl: https://pixso.cn/private-policy/ +Author: Shenzhen Pixso Technology Co., Ltd. +PackageName: Pixso +PackageUrl: https://pixso.cn/download/ +License: Proprietary +LicenseUrl: https://pixso.cn/term-services/ +Copyright: © 2026 Shenzhen Pixso Technology Co., Ltd. All rights reserved. +ShortDescription: Create Amazing UI/UX Design +Description: Pixso is an all-in-one design collaboration tool that helps R&D teams to have an easier and smoother working experience and more efficient team collaboration in prototyping, UI/UX design, visual design and low-code delivery. +Tags: +- design +- diagram +- flow +- flowchart +- interface +- mockup +- prototype +- specification +- ui +- user-interface +- ux +- wireframe +ReleaseNotesUrl: https://pixso.cn/releases/ +PurchaseUrl: https://pixso.cn/price/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.zh-CN.yaml b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..15418c48059e2 --- /dev/null +++ b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bosyun.Pixso.CN +PackageVersion: 2.3.0 +PackageLocale: zh-CN +Publisher: Bosyun +PublisherUrl: https://pixso.cn/ +PublisherSupportUrl: https://pixso.cn/help/ +PrivacyUrl: https://pixso.cn/private-policy/ +Author: 深圳市博思云创科技有限公司 +PackageName: Pixso +PackageUrl: https://pixso.cn/download/ +License: 专有软件 +LicenseUrl: https://pixso.cn/term-services/ +Copyright: © 2026 深圳市博思云创科技有限公司 版权所有 +ShortDescription: 新一代设计协作工具 +Description: Pixso 是一体化设计协作工具,助力产研设团队制作原型,UI/UX 设计,视觉设计,低代码交付时获得更轻松流畅的工作体验,让团队协作更高效。 +Tags: +- ui +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +ReleaseNotesUrl: https://pixso.cn/releases/ +PurchaseUrl: https://pixso.cn/price/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.yaml b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.yaml new file mode 100644 index 0000000000000..db540ebea13d1 --- /dev/null +++ b/manifests/b/Bosyun/Pixso/CN/2.3.0/Bosyun.Pixso.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bosyun.Pixso.CN +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5799347907649ef131d4e4b9e61210bfbcb86461 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:00:23 +0800 Subject: [PATCH 57/72] New version: ByteDance.Douyin version 8.1.0 (#393386) --- .../8.1.0/ByteDance.Douyin.installer.yaml | 18 ++++++++++++++ .../8.1.0/ByteDance.Douyin.locale.en-US.yaml | 24 +++++++++++++++++++ .../8.1.0/ByteDance.Douyin.locale.zh-CN.yaml | 23 ++++++++++++++++++ .../Douyin/8.1.0/ByteDance.Douyin.yaml | 8 +++++++ 4 files changed, 73 insertions(+) create mode 100644 manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.installer.yaml create mode 100644 manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.yaml diff --git a/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..80a28b4574ef7 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 8.1.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: douyin +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-douyin-pc-web.douyinstatic.com/obj/douyin-pc-web/douyin-pc-client/7044145585217083655/releases/407835841/8.1.0/win32-ia32/douyin-v8.1.0-win32-ia32-default.exe + InstallerSha256: E241FEEDE9C80E2F552BF909FA63E7362BD35B31D2F58926767F5C55E3ACA458 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..c40fea0991ae1 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 8.1.0 +PackageLocale: en-US +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2026© Douyin +ShortDescription: Discover good content and watch freely. +Tags: +- china +- douyin +- prc +- short-video +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7a690d212dfd9 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 8.1.0 +PackageLocale: zh-CN +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2026© 抖音 +ShortDescription: 发现好内容畅快看 +Tags: +- 抖音 +- 短视频 +ReleaseNotes: 新版本修复了一些已知问题,并针对性能进行优化 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..77fcf8972cc9e --- /dev/null +++ b/manifests/b/ByteDance/Douyin/8.1.0/ByteDance.Douyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 8.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 262ba7555f46fb7d9a362d54222c3f580755e6d0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:20:50 +0800 Subject: [PATCH 58/72] New version: Unity.Unity.6000 version 6000.5.1f1 (#392448) --- .../Unity.Unity.6000.installer.yaml | 22 ++++ .../Unity.Unity.6000.locale.en-US.yaml | 102 ++++++++++++++++++ .../Unity.Unity.6000.locale.zh-CN.yaml | 31 ++++++ .../6000/6000.5.1f1/Unity.Unity.6000.yaml | 8 ++ 4 files changed, 163 insertions(+) create mode 100644 manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.installer.yaml create mode 100644 manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.en-US.yaml create mode 100644 manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.zh-CN.yaml create mode 100644 manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.yaml diff --git a/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.installer.yaml b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.installer.yaml new file mode 100644 index 0000000000000..d8b994dcfc135 --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.5.1f1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- unity +- unitypackage +ProductCode: Unity 6000.5.1f1 +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x64 + InstallerUrl: https://download.unity3d.com/download_unity/0d9463e84828/Windows64EditorInstaller/UnitySetup64-6000.5.1f1.exe + InstallerSha256: 08BB1429CA6DAD3F01B55E91EAA6D8D31C16E49C52C41B1205133F8FC48C8208 +- Architecture: arm64 + InstallerUrl: https://download.unity3d.com/download_unity/0d9463e84828/WindowsArm64EditorInstaller/UnitySetupArm64-6000.5.1f1.exe + InstallerSha256: FD722606A7FD919AD7A98226684DBAEED0AA9C98C4A965E45623AC8D62733312 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.en-US.yaml b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.en-US.yaml new file mode 100644 index 0000000000000..de1a7f3f6de86 --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.5.1f1 +PackageLocale: en-US +Publisher: Unity Technologies ApS +PublisherUrl: https://unity.com +PublisherSupportUrl: https://support.unity.com +PrivacyUrl: https://unity.com/legal/privacy-policy +Author: Unity Technologies ApS +PackageName: Unity 6000 +PackageUrl: https://unity.com/download +License: Proprietary +LicenseUrl: https://unity.com/legal/terms-of-service +Copyright: © 2026 Unity Technologies ApS. All rights reserved. +CopyrightUrl: https://unity.com/legal/trademarks +ShortDescription: The world’s leading platform for real-time content creation +Description: |- + Unity is the ultimate game development platform. + Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers. +Tags: +- develop +- development +- game +- unity +- unity3d +ReleaseNotes: |- + Known Issues in 6000.5.1f1 + - 6000.0.11f1: Crash on ProfilerMutexLock when closing a project with specific Assets (UUM-144371) + - 6000.4.0a1: Crash on AnnotationManager::CanHideLODLabels when opening the Gizmos dropdown menu (UUM-144488) + - 6000.4.0a2: Editor freezes when LoadSceneAsync is called in the same frame as destroying SpriteRenderer GameObjects (UUM-143745) + - 6000.5.0a6: Crash on PhysicsCommandsPhysXBodySetPose when entering Play Mode in a specific project (UUM-143658) + - Asset Importers: Editor crashes on "(Unity) WriteObjectToVector" when entering into the Play Mode (UUM-112617) + - Text (TextMeshPro): Crash on UNITY_FT_Load_Glyph when generating multi-threaded Font Atlas in TMPro Font Asset Creator (UUM-125366) + - : Crash on mdb_cursor_sibling when performing various actions in the Editor (UUM-141720) + - : Crash on mono_log_write_logfile when more than one copy of bee_backend is running (UUM-142773) + - : Crash with multiple stack traces when generating a Font Atlas (UUM-141061) + 6000.5.1f1 Release Notes + Features + - Netcode for Entities: Added support for overiding GhostComponentVariation defaults through baking code. Add the GhostVariantBakedOverride dynamic buffer, then use the Append... extension methods to set a new default variant for that prefab. Note: The IBaker.AppendToBuffer method does not support adding to the same buffer from two different bakers. + Improvements + - Editor: Improved diagnostics checks for LMDB MDB_BAD_RSLOT runtime errors. (UUM-110320) + - Netcode for Entities: Removed the 'must be a serialized component' limitation from the GhostComponentVariation dropdown selection in the GhostAuthoringInspectionComponent, as non-serialized components already support things like PrefabType stripping, just not explicitly. Handling of invalid ComponentOverrides has also been improved. + Fixes + - 2D: Fixed an issue where padding did not apply equally along the entire boundary, mainly affecting full-rect sprites. (UUM-139518) + - 2D: Fixed crash on ShaderPropertySheet::FindPropertyIndex when opening a specific project. (UUM-110537) + - Animation: Fixed flickering loop calculation in Transition Preview. (UUM-132406) + - Animation: Fixed selection highlight popping in a second instance of the Animation Window. (UUM-141891) + - Bug Reporter: Fixed an issue where crash reports could include an outdated Editor.log attachment when Bug Reporter was opened by the Crash Handler. (UUM-143044) + - DX12: Fixed by converting the foveated texture generation pass to unsafe. (UUM-111783) + - Editor: Editor: Fixed an Editor hang when viewing the SerializedProperties of non-empty UXML assets. (UUM-144349) + - Editor: Fixed a potential LMDB code path that could cause a memory leak. (UUM-138144) + - Editor: Fixed an issue where duplicating a Build Profile would lose Player Settings overrides that were added but not yet otherwise edited. (UUM-141702) + - Editor: Fixed bug where dragging groups in the blackboard sometimes collapsed the group during the drag operation. (UUM-131405) + - Editor: Fixed forward and back mouse button input not working in the Linux Editor. (UUM-143528) + - Editor: Fixed incorrect IMGUI drag sensitivity for numeric fields after the value changed. (UUM-139683) + - Editor: Fixed issue where the InspectorWindow would throw if a new window opened or closed during RedrawFromNative. (UUM-141990) + - Editor: Fixed the Inspector entering scroll mode when exiting dropdown menu selection and using Wacom device. (UUM-138133) + - Editor: Updated Canvas Renderer icon. (UUM-142443) + - Entities: "HashMap is full" exception when viewing prefabs in the Hierarchy window that contain additional entities created during baking. (UUM-143942) + - Entities: Fixed a NullReferenceException that occurred when changing Entities preferences from the System window. (UUM-143256) + - Entities: Fixed an issue where the Component-count and Dependency-count filters were incorrectly positioned in the search toolbar of the System window. (UUM-143244) + - Graph Toolkit: Fixed an issue where right-clicking a variable node did not open its context menu. (UUM-143540) + - Graphics: Delayed Renderer additions in Texture Streaming in order to avoid performance spikes. (UUM-140042) + - IL2CPP: Fixed support for arrays of function pointers types. (UUM-143362) + - IMGUI: Improved reporting of native memory allocations for IMGUI code. (UUM-126919) + - Linux: Fixed bugs when building Windows Players and creating Visual Studio Solutions from Linux Editors. (UUM-140187) + - Linux: Fixed empty publish section being shown. (UUM-143580) + - Netcode for Entities: If two GhostGroup entities happened to contain children that shared the same ArchetypeChunk - and both group root entities were sent in the same snapshot, the snapshot data of the first child would be clobbered by the snapshot data of each successive child, leading to unrecoverable snapshot read errors. + - Particles: Fixed URP Particle Lit and Simple Lit shaders to be properly lit in Deferred and Deferred+, when rendering against the background or with SSAO applied. (UUM-140364) + - Physics: Fixed a crash inside Physics.RebuildBroadphaseRegions which could happen when the method would be called on physics scenes that are not using multi-box prunning broadphase. (UUM-144472) + - Physics: Fixed an issue where calling Physics.RebuildBroadphaseRegions could end up excluding pre-existing Collider components from the newly generated broad-phase regions. (UUM-144472) + - Profiler: Fixed issues with profiler screenshot capture rates/timings with Players using Build and Run/autoconnect to Profiler setting. (UUM-144511) + - Search: Fixed an issue where the Saved Searches filter was cleared after docking or undocking the Search window. (UUM-141037) + - Shadergraph: Fixed an issue where the gradient picker window would close when undoing or redoing a gradient change. (UUM-141977) + - Shadergraph: Fixed an issue where the node search window did not close when the escape key was pressed. (UUM-143233) + - UI Toolkit: Fixed assertion exceptions thrown when dragging a UXML asset into the UI Builder Hierarchy after editing a template instance in context. (UUM-144069) + - UI Toolkit: Fixed Project Browser icon for SVGs imported as VectorImage. (UUM-141655) + - UI Toolkit: Fixed the Accessing invalid property error that could be logged when UI Builder was refocused after a .uss file was edited and saved outside the Editor. (UUM-139792) + - UI Toolkit: Fixed the UI Builder null reference exception when triggering an undo/redo right after existing context mode. (UUM-142693) + - Web: Fixed setSelectionRange error on Web email input fields. (UUM-136581) + - Windows: Fixed an issue where the Editor would log spurious "is a symbolic link" warnings on Windows for files using non-symlink NTFS reparse points. (UUM-141862) + - XR: Fixed pre-existing memory leaks in VrsResources.DisposeResources(). (UUM-143173) + Package changes in 6000.5.1f1 + Packages updated + - com.unity.services.authentication: 3.6.1 to 3.7.0 + - com.unity.services.wire: 1.4.2 to 1.4.4 + - com.unity.splines: 2.8.4 to 2.9.0 + - com.unity.formats.fbx: 5.1.5 to 5.1.6 + - com.unity.platformtoolkit.steam: 1.0.2 to 1.1.0 + - com.unity.platformtoolkit.playgamesservices: 1.0.1 to 1.1.0 + - com.unity.platformtoolkit.gdk: 1.0.1 to 1.1.0 + - com.unity.platformtoolkit.gamekit: 1.0.1 to 1.1.0 + - com.unity.platformtoolkit: 1.0.1 to 1.1.0 +ReleaseNotesUrl: https://unity.com/releases/editor/whats-new/6000.5.1 +PurchaseUrl: https://store.unity.com/ +Documentations: +- DocumentLabel: Unity User Manual + DocumentUrl: https://docs.unity3d.com/6000.5/Documentation/Manual/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.zh-CN.yaml b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5756faf48c4f4 --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.5.1f1 +PackageLocale: zh-CN +Publisher: Unity Technologies ApS +PublisherUrl: https://unity.com/cn +PublisherSupportUrl: https://support.unity.com +PrivacyUrl: https://unity.com/cn/legal/privacy-policy +Author: Unity Technologies ApS +PackageName: Unity 6000 +PackageUrl: https://unity.com/cn/download +License: 专有软件 +LicenseUrl: https://unity.com/cn/legal/terms-of-service +Copyright: © 2026 Unity Technologies ApS. All rights reserved. +CopyrightUrl: https://unity.com/cn/legal/trademarks +ShortDescription: 全球领先的实时内容创作平台 +Description: Unity 是旗舰游戏开发平台。使用 Unity 构建高质量的 3D 和 2D 游戏,将其部署至手机、桌面、VR/AR、游戏机或网页,并连接忠实热情的玩家与客户。 +Tags: +- unity +- unity3d +- 开发 +- 游戏 +ReleaseNotesUrl: https://unity.com/releases/editor/whats-new/6000.5.1 +PurchaseUrl: https://store.unity.com/cn +Documentations: +- DocumentLabel: Unity 用户手册 + DocumentUrl: https://docs.unity3d.com/6000.5/Documentation/Manual/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.yaml b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.yaml new file mode 100644 index 0000000000000..b7244306da5aa --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.1f1/Unity.Unity.6000.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: Unity.Unity.6000 +PackageVersion: 6000.5.1f1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 838bfad4afa743947bf714773014bcc3d5676287 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:21:48 +0800 Subject: [PATCH 59/72] New version: Alibaba.OpenCodeReview version 1.6.3 (#393380) --- .../Alibaba.OpenCodeReview.installer.yaml | 18 ++++++++++ .../Alibaba.OpenCodeReview.locale.en-US.yaml | 33 +++++++++++++++++++ .../Alibaba.OpenCodeReview.locale.zh-CN.yaml | 16 +++++++++ .../1.6.3/Alibaba.OpenCodeReview.yaml | 8 +++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.installer.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.yaml diff --git a/manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..a2c9392db2c66 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.3/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.6.3 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.6.3/opencodereview-windows-amd64.exe + InstallerSha256: B08B06E2DA0D72600B38B03DF3F6AE83AE3BBAFE71AF84D17E784F451CA8B155 +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.6.3/opencodereview-windows-arm64.exe + InstallerSha256: 7FB3592CF06A55708135FA41E8F55C9BAE8D0836E3EBE2F576A180AAF534F1FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..a879289db000c --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.3/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.6.3 +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: improve config provider TUI interaction (#213) + - feat: support HTTP extra headers (#169) + - feat: add Cursor plugin support (#221) + 🐛 Bug Fixes + - fix(vscode): retain sidebar webview context when hidden (#227) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.6.2...v1.6.3 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.6.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f59eb3f7bf663 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.3/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.6.3 +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.6.3/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.6.3/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..2f632c21574ab --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.6.3/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.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 83d55cff17c448bd6cadab4d80dc09d1fce10f39 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 26 Jun 2026 09:22:12 -0400 Subject: [PATCH 60/72] New version: Anchore.Grype version 0.115.0 (#393389) --- .../0.115.0/Anchore.Grype.installer.yaml | 17 +++ .../0.115.0/Anchore.Grype.locale.en-US.yaml | 105 ++++++++++++++++++ .../Anchore/Grype/0.115.0/Anchore.Grype.yaml | 8 ++ 3 files changed, 130 insertions(+) create mode 100644 manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.installer.yaml create mode 100644 manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.locale.en-US.yaml create mode 100644 manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.yaml diff --git a/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.installer.yaml b/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.installer.yaml new file mode 100644 index 0000000000000..6626e18bc384f --- /dev/null +++ b/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anchore.Grype +PackageVersion: 0.115.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: grype.exe +UpgradeBehavior: install +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anchore/grype/releases/download/v0.115.0/grype_0.115.0_windows_amd64.zip + InstallerSha256: 1A29532505BF582B8DA80528ED997C786DFAFD9EF5BFEAD3935665A70900BA71 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.locale.en-US.yaml b/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.locale.en-US.yaml new file mode 100644 index 0000000000000..9850ec69fd156 --- /dev/null +++ b/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.locale.en-US.yaml @@ -0,0 +1,105 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anchore.Grype +PackageVersion: 0.115.0 +PackageLocale: en-US +Publisher: Anchore Inc +PublisherUrl: https://anchore.com/ +PublisherSupportUrl: https://github.com/anchore/grype/issues +PackageName: Grype +PackageUrl: https://github.com/anchore/grype +License: Apache-2.0 +LicenseUrl: https://github.com/anchore/grype/blob/HEAD/LICENSE +ShortDescription: A vulnerability scanner for container images and filesystems +Description: |- + A vulnerability scanner for container images and filesystems. Easily install the binary to try it out. + Works with Syft, the powerful SBOM (software bill of materials) tool for container images and filesystems. +Moniker: grype +Tags: +- container-image +- containers +- cyclonedx +- docker +- go +- golang +- hacktoberfest +- oci +- openvex +- security +- static-analysis +- tool +- vex +- vulnerabilities +- vulnerability +ReleaseNotes: |- + Added Features + - emit golang.org/x/net vulns from govlundb [PR #3534 @willmurphyscode] + - Merge Go vuln matches with GHSA matches [Issue #3515] + + Bug Fixes + - only emit records for stdlib [PR #3527 @willmurphyscode] + - mark hummingbird distro as rolling [PR #3521 @willmurphyscode] + - disable go stdlib CPE matching by default [PR #3517 @willmurphyscode] + - merge in custom ranges when applicable [PR #3514 @willmurphyscode] + - exclude linux-kbuild deb indirect matches by default [PR #3506 @westonsteimel] + - avoid panic on invalid RHEL version IDs [PR #3490 @jspilman] + - Support reading CycloneDX 1.7 SBOMs [Issue #3373] + - Grype cannot read mariadb version correctly [Issue #3452] + - grype hangs when downloading certain images using registry client [Issue #3492] + - Can we get a fix for these Critical findings reported for grype [Issue #3484] + + Additional Changes + - Security: bump golang.org/x/crypto to v0.52.0 to resolve multiple CVEs [Issue #3493] + - Security: bump golang.org/x/net to v0.55.0 to resolve CVEs [Issue #3494] + + Dependencies + 35 dependency changes (31 updated, 3 added, 1 removed). 5 vulnerabilities remediated. + 🟢 Remediated (5) + - GHSA-33vj-92qq-66hc (High) — github.com/containerd/containerd/v2 + - GHSA-cvxm-645q-p574 (Medium) — github.com/containerd/containerd/v2 + - GHSA-jpcc-p29g-p8mq (Medium) — github.com/containerd/containerd/v2 + - GHSA-rgh6-rfwx-v388 (High) — github.com/containerd/containerd/v2 + - GHSA-xhf5-7wjv-pqxp (High) — github.com/containerd/containerd/v2 + Updated (31 packages) + - github.com/ProtonMail/go-crypto v1.4.0 → v1.4.1 + - github.com/anchore/bubbly v0.2.0 → v0.2.1 + - github.com/anchore/clio v0.1.0 → v0.1.1 + - github.com/anchore/fangs v0.1.0 → v0.1.1 + - github.com/anchore/go-collections v0.1.0 → v0.1.1 + - github.com/anchore/go-homedir v0.1.0 → v0.1.1 + - github.com/anchore/go-logger v0.1.0 → v0.1.1 + - github.com/anchore/go-lzo v0.1.0 → v0.1.1 + - github.com/anchore/go-macholibre v0.1.0 → v0.1.1 + - github.com/anchore/go-make v0.5.0 → v0.8.0 + - github.com/anchore/go-struct-converter v0.1.0 → v0.2.0-rc2 + - github.com/anchore/go-sync v0.1.0 → v0.1.1 + - github.com/anchore/stereoscope v0.2.1 → v0.2.2 + - github.com/anchore/syft v1.45.1 → v1.46.0 + - github.com/charmbracelet/colorprofile v0.4.1 → v0.4.3 + - github.com/clipperhouse/displaywidth v0.10.0 → v0.11.0 + - github.com/clipperhouse/uax29/v2 v2.6.0 → v2.7.0 + - github.com/containerd/containerd/v2 v2.3.1 → v2.3.2 (🟢 remediated GHSA-33vj-92qq-66hc, GHSA-cvxm-645q-p574, GHSA-jpcc-p29g-p8mq, GHSA-rgh6-rfwx-v388, GHSA-xhf5-7wjv-pqxp) + - github.com/docker/cli v29.4.3+incompatible → v29.5.3+incompatible + - github.com/google/go-containerregistry v0.21.6 → v0.21.7 + - github.com/mattn/go-runewidth v0.0.19 → v0.0.21 + - github.com/spdx/tools-golang v0.5.7 → v0.6.0-rc4 + - github.com/sylabs/sif/v2 v2.24.0 → v2.24.1 + - golang.org/x/crypto v0.52.0 → v0.53.0 + - golang.org/x/mod v0.36.0 → v0.37.0 + - golang.org/x/net v0.55.0 → v0.56.0 + - golang.org/x/sync v0.20.0 → v0.21.0 + - golang.org/x/sys v0.45.0 → v0.46.0 + - golang.org/x/term v0.43.0 → v0.44.0 + - golang.org/x/text v0.37.0 → v0.38.0 + - golang.org/x/tools v0.45.0 → v0.46.0 + Added (3 packages) + - github.com/piprate/json-gold v0.7.0 + - github.com/pquerna/cachecontrol v0.0.0-1555304 + - github.com/tailscale/hujson v0.0.0-ecc657c + Removed (1 package) + - github.com/google/osv-scanner v1.9.2 + (Full Changelog) +ReleaseNotesUrl: https://github.com/anchore/grype/releases/tag/v0.115.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.yaml b/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.yaml new file mode 100644 index 0000000000000..a34e88a08a4ce --- /dev/null +++ b/manifests/a/Anchore/Grype/0.115.0/Anchore.Grype.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: Anchore.Grype +PackageVersion: 0.115.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8d5a357c3f361d7ac1a7ea08ccf53faa51b3f367 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:22:38 +0800 Subject: [PATCH 61/72] New version: jerrywu001.cc-sessions-viewer version 0.1.15 (#393398) --- ...rrywu001.cc-sessions-viewer.installer.yaml | 26 ++++++++++ ...wu001.cc-sessions-viewer.locale.en-US.yaml | 52 +++++++++++++++++++ ...wu001.cc-sessions-viewer.locale.zh-CN.yaml | 37 +++++++++++++ .../0.1.15/jerrywu001.cc-sessions-viewer.yaml | 8 +++ 4 files changed, 123 insertions(+) create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.installer.yaml create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.locale.en-US.yaml create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.yaml diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..2fdebd7b2e53e --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/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.1.15 +UpgradeBehavior: install +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.1.15/cc-sessions-viewer_0.1.15_x64-setup.exe + InstallerSha256: CD2C33591C156F2B0F3651FE3F7C3E7AC867FDB0CDE3AB4C030565D0588016BC + ProductCode: cc-sessions-viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.1.15/cc-sessions-viewer_0.1.15_x64_en-US.msi + InstallerSha256: F9C474035835DBB8A282FC7E8B1A18BE97B8119BBDF01FB6144BCBD90C909923 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{25F96FF9-CAA5-4101-892D-1246CCE50312}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C46AF9F0-5188-5D4B-878E-9218A1C8CC56}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..1665e5bb27090 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.1.15 +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 + - Per-agent visibility toggles — added Claude / Codex / Gemini on-off switches in Settings → General; disabling an agent hides it from the sidebar and home-screen switcher so users who only use a subset (e.g. CC + Codex, no Gemini) get a cleaner UI. At least one agent must stay enabled, the preference persists across launches, and the app auto-switches away if you disable the agent you're currently viewing (fix #32) + - Redesigned Settings modal — reworked to a left icon-nav + right scrollable content layout (matching the Claude desktop client): wider fixed-height window, the nav lists General / Advanced / Shortcuts with icons and active highlighting, and each setting now shows its description inline beneath the title instead of behind an info-tooltip +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/blob/HEAD/CHANGELOG.md#v0115 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f341afa5292a4 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/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.1.15 +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.1.15/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..c6c1c88389517 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.15/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.1.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f5e17f507e5fa5b13fb5097e99f7ec2327c4305b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:23:05 +0800 Subject: [PATCH 62/72] New version: kawayiYokami.P-ai version 0.15.1 (#393403) --- .../0.15.1/kawayiYokami.P-ai.installer.yaml | 16 ++++++ .../kawayiYokami.P-ai.locale.en-US.yaml | 53 +++++++++++++++++++ .../kawayiYokami.P-ai.locale.zh-CN.yaml | 43 +++++++++++++++ .../P-ai/0.15.1/kawayiYokami.P-ai.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.installer.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.en-US.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.zh-CN.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.yaml diff --git a/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 0000000000000..f3bab8006ab73 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.15.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.15.1/P-ai_0.15.1_x64-setup.exe + InstallerSha256: F5F3339F607DA05B6F23F1E559BB6EC131D941F80E5B426079E19560D7BE6336 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 0000000000000..d39c49b24e088 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.15.1 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.15.0...v0.15.1' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 0000000000000..00e10b5a1caa1 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.15.1 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.yaml new file mode 100644 index 0000000000000..aaeae52ef9132 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.15.1/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7aaf64428ba8a4103c6691ea323698e4cad5e7c3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:23:32 +0800 Subject: [PATCH 63/72] New version: Tencent.WeChat.Universal version 4.1.11.24 (#393424) --- .../Tencent.WeChat.Universal.installer.yaml | 4 ++-- .../Tencent.WeChat.Universal.locale.en-US.yaml | 2 +- .../Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml | 2 +- .../Tencent.WeChat.Universal.locale.zh-Hans.yaml | 2 +- .../{4.1.11.23 => 4.1.11.24}/Tencent.WeChat.Universal.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) rename manifests/t/Tencent/WeChat/Universal/{4.1.11.23 => 4.1.11.24}/Tencent.WeChat.Universal.installer.yaml (80%) rename manifests/t/Tencent/WeChat/Universal/{4.1.11.23 => 4.1.11.24}/Tencent.WeChat.Universal.locale.en-US.yaml (97%) rename manifests/t/Tencent/WeChat/Universal/{4.1.11.23 => 4.1.11.24}/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml (97%) rename manifests/t/Tencent/WeChat/Universal/{4.1.11.23 => 4.1.11.24}/Tencent.WeChat.Universal.locale.zh-Hans.yaml (97%) rename manifests/t/Tencent/WeChat/Universal/{4.1.11.23 => 4.1.11.24}/Tencent.WeChat.Universal.yaml (90%) diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.installer.yaml similarity index 80% rename from manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.installer.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.installer.yaml index d7c533426c751..b631751e5bc90 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.installer.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.11.23 +PackageVersion: 4.1.11.24 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -12,6 +12,6 @@ ProductCode: Weixin Installers: - Architecture: x64 InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.11.exe - InstallerSha256: 905617F03D8CAE692F7C18B48BE378DE33CC6D72FCEEE766F84AB0D838F5E168 + InstallerSha256: C5FB3C5481A5DF5CFBBC53C3BA83C6CAA61DFCF72934E6B44E4F40B9A989760D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.en-US.yaml similarity index 97% rename from manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.en-US.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.en-US.yaml index 03176554fdc17..32b674dd7a517 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.en-US.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.11.23 +PackageVersion: 4.1.11.24 PackageLocale: en-US Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://www.wechat.com/en/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml similarity index 97% rename from manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml index 22774b1106af2..31eea58b3ffd4 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.11.23 +PackageVersion: 4.1.11.24 PackageLocale: zh-Hans-CN Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://weixin.qq.com/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.zh-Hans.yaml similarity index 97% rename from manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.zh-Hans.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.zh-Hans.yaml index ba708041584ca..3d6e571e852a1 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.locale.zh-Hans.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.11.23 +PackageVersion: 4.1.11.24 PackageLocale: zh-Hans Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://www.wechat.com/zh_CN/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.yaml similarity index 90% rename from manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.yaml index 78b28d0726eba..78b92a20fb7cd 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.11.23/Tencent.WeChat.Universal.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.11.24/Tencent.WeChat.Universal.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.11.23 +PackageVersion: 4.1.11.24 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 86cd7c8cbf09dfdcc2b66c3731ad5bccd5895f1f Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 26 Jun 2026 09:40:41 -0400 Subject: [PATCH 64/72] New version: astral-sh.ty version 0.0.54 (#393114) --- .../ty/0.0.54/astral-sh.ty.installer.yaml | 36 ++++++++++ .../ty/0.0.54/astral-sh.ty.locale.en-US.yaml | 71 +++++++++++++++++++ .../a/astral-sh/ty/0.0.54/astral-sh.ty.yaml | 8 +++ 3 files changed, 115 insertions(+) create mode 100644 manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.installer.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.yaml diff --git a/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.installer.yaml b/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.installer.yaml new file mode 100644 index 0000000000000..a0f7fdd534376 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.54 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ty.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ty +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.54/ty-i686-pc-windows-msvc.zip + InstallerSha256: 12FC2ADDC265ABC3450491F9FA4F280BB21B8D7FD2D561C642F6205D8F2ED25F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.54/ty-x86_64-pc-windows-msvc.zip + InstallerSha256: 07D8C8C5939E55A86245FA4396179E0B876C8689661DD0DFC9BF3D0DDD980F40 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.54/ty-aarch64-pc-windows-msvc.zip + InstallerSha256: F930E971714E56BF873D7AEC7F13AA00B9766DE5979731D504DDE72076FD59BB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.locale.en-US.yaml b/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.locale.en-US.yaml new file mode 100644 index 0000000000000..fb216fc6040e4 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.54 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/ty/issues +Author: Astral Software Inc. +PackageName: ty +PackageUrl: https://github.com/astral-sh/ty +License: MIT +LicenseUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +ShortDescription: An extremely fast Python type checker and language server, written in Rust. +Moniker: ty +Tags: +- python +ReleaseNotes: |- + Bug fixes + - Avoid duplicate configuration error output (#26375) + - Avoid stack overflows in reachability analysis (#26272) + - Fix divergent recursive tuple cycle handling in ty (#26316) + - Fix panic from relation queries during cycle recovery (#26335) + - Fix panics by reverting recursive TypeOf cycle recovery (#26339) + - Support basic usages of __class__ closure cells in methods (#26329) + + LSP server + - Fix typealias token classification inconsistency (#26255) + - Implement rust-analyzer's "Click for full compiler diagnostic" feature (#26269) + + Performance + - Co-locate retained definition usage state (#26019) + - Use never-change durability for immutable file inputs (#26353) + + Diagnostics + - Reject undeclared protocol instance attributes (#26336) + + Core type checking + - Allow replacing ordinary methods with compatible functions (#26158) + - Distinguish typing.TypedDict from typing_extensions.TypedDict (#25843) + - Don't treat non-empty ranges as single-valued (#26351) + - Handle TypeVar bounds over type[...] in attribute lookup (#26146) + - Infer definite equality comparison results (#26337) + - Infer mismatched literal comparisons (#26313) + - match statements: make class-pattern fallthrough member-aware (#26283) + - match statements: prove TypedDict structural patterns exhaustive (#26285) + - match statements: resolve positional class-pattern exhaustiveness (#26284) + - Model non-exhaustive enum member sets (enum.Flags) (#26277) + - Reduce retained definition map storage (#26348) + - Reuse equality semantics for membership compatibility (#25955) + - Sync vendored typeshed stubs to support builtins.sentinel (#26341) + - Treat non-empty range calls as non-empty for reachability (#25220) + - Use assignability for divergent constraints (#26334) + - Widen inferred class-valued instance attributes (#26338) + + Contributors + - @carljm + - @sqqueak + - @AlexWaygood + - @mtshiba + - @charliermarsh + - @MichaReiser +ReleaseNotesUrl: https://github.com/astral-sh/ty/releases/tag/0.0.54 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/ty/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.yaml b/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.yaml new file mode 100644 index 0000000000000..6e0d10446bf4b --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.54/astral-sh.ty.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: astral-sh.ty +PackageVersion: 0.0.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f169f0af955fc2e33ddde63c24abfe2d0b0aeb7f Mon Sep 17 00:00:00 2001 From: stevenlele <15964380+stevenlele@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:43:08 +0800 Subject: [PATCH 65/72] New version: astral-sh.ruff version 0.15.20 (#393071) --- .../0.15.20/astral-sh.ruff.installer.yaml | 30 +++++++++++ .../0.15.20/astral-sh.ruff.locale.en-US.yaml | 50 +++++++++++++++++++ .../ruff/0.15.20/astral-sh.ruff.yaml | 7 +++ 3 files changed, 87 insertions(+) create mode 100644 manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.installer.yaml create mode 100644 manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.yaml diff --git a/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..f735ec6dbeb55 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.15.20 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ruff.exe +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.15.20/ruff-i686-pc-windows-msvc.zip + InstallerSha256: 9F575C9B1D7C7304535FF6E271E15ADB71E89C57381FBC14BE91C741E70CABE7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.15.20/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 835FDEA5B8D4E13D2CC49439006AA1FBE9B67A89371F03871FC7F70A0CF10516 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.15.20/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 6472417DFA49885BAB36B92286CF933497BADE1A30C816E6AA92E3ADC684131B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-25 diff --git a/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..5dfd3fc02ff88 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,50 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.15.20 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +ReleaseNotes: |- + Released on 2026-06-25. + + Preview features + - Allow human-readable names in rule selectors (#25887) + - Emit a warning instead of an error for unknown rule selectors (#26113) + - Match `noqa` shebang handling in `ruff:ignore` comments (#26286) + - [ruff] Remove `pytest-fixture-autouse` (RUF076) (#26240, #26371) + + Documentation + - Add versioning sections to custom crate READMEs (#26317) + - Update `ruff_python_parser` README for crates.io (#26315) + - [perflint] Clarify that PERF402 applies to any iterable (#26242) +ReleaseNotesUrl: https://github.com/astral-sh/ruff/releases/tag/0.15.20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..be5301a0b1a56 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.15.20/astral-sh.ruff.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.15.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6b4b795fac3a208880205e5f31db3a56da0f2ea6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:43:34 +0800 Subject: [PATCH 66/72] New version: SST.opencode version 1.17.11 (#393100) --- .../1.17.11/SST.opencode.installer.yaml | 21 ++++++ .../1.17.11/SST.opencode.locale.en-US.yaml | 67 +++++++++++++++++++ .../1.17.11/SST.opencode.locale.zh-CN.yaml | 25 +++++++ .../s/SST/opencode/1.17.11/SST.opencode.yaml | 8 +++ 4 files changed, 121 insertions(+) create mode 100644 manifests/s/SST/opencode/1.17.11/SST.opencode.installer.yaml create mode 100644 manifests/s/SST/opencode/1.17.11/SST.opencode.locale.en-US.yaml create mode 100644 manifests/s/SST/opencode/1.17.11/SST.opencode.locale.zh-CN.yaml create mode 100644 manifests/s/SST/opencode/1.17.11/SST.opencode.yaml diff --git a/manifests/s/SST/opencode/1.17.11/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.17.11/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..8eb4c9864bb85 --- /dev/null +++ b/manifests/s/SST/opencode/1.17.11/SST.opencode.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.17.11 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.17.11/opencode-windows-x64.zip + InstallerSha256: 131DDA928E33782D1AD3365ECCE6E39C1EDF9CF7ABE3D48649D5B0D157EE0107 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.17.11/opencode-windows-arm64.zip + InstallerSha256: CDC2C564B0A70BDBA57FB94810A437CF64397B042C5A507AAED2840B8171F598 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.17.11/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.17.11/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..57b01619b8526 --- /dev/null +++ b/manifests/s/SST/opencode/1.17.11/SST.opencode.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.17.11 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + Improvements + - Add session snapshots and revert controls so you can roll a session back to an earlier message, including file changes. + Bugfixes + - Always print the MCP OAuth URL so manual sign-in still works when opening the browser flow. + Desktop + Improvements + - Add Chrome-style tab cycle shortcuts with mod+1 through mod+9. + - Add draggable tabs. (@arvsrn) + - Improve the empty home state when you have no sessions. (@arvsrn) + - Restyle the jump-to-latest button in the v2 session view. (@arvsrn) + - Improve the redesigned desktop layout, including better titlebar tabs and archived sessions. (@arvsrn) + Bugfixes + - Keep prompt drafts attached to the correct project server. + - Restore consistent titlebar tab sizing and layout. + - Restore home actions when session lists are empty or still loading. + - Keep todo docks in place when switching between sessions. + - Automatically close tabs for sessions that no longer exist. + - Keep provider dialogs, prompt rollbacks, and async attachments tied to the session where they started. + - Clear late session notifications after you open the session. + - Remove the session loading stripe. + Thank you to 2 community contributors: + - @isaachuangGMICLOUD: + - docs: add GMI Cloud provider entry to providers directory (#32914) + - @arvsrn: + - feat(app): draggable tabs (#31364) + - feat(app): ui improvements (#32438) + - fix(app): update all v1 new-session icons (#32017) + - feat(app): no sesssions empty state (#33315) + - feat(app): restyle v2 jump-to-latest button (#33809) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.17.11 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.17.11/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.17.11/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b03dc5a0d77f --- /dev/null +++ b/manifests/s/SST/opencode/1.17.11/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.17.11 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.17.11/SST.opencode.yaml b/manifests/s/SST/opencode/1.17.11/SST.opencode.yaml new file mode 100644 index 0000000000000..f18b407c84fbf --- /dev/null +++ b/manifests/s/SST/opencode/1.17.11/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.17.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 84a1a136172ff0d6321ebb304dc936c35e63a1ed Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:44:17 +0800 Subject: [PATCH 67/72] New version: ByteDance.Feishu.MSI version 7.69.0.0 (7.69.9) (#393388) --- .../ByteDance.Feishu.MSI.installer.yaml | 27 ++++++++++++ .../ByteDance.Feishu.MSI.locale.en-US.yaml | 39 +++++++++++++++++ .../ByteDance.Feishu.MSI.locale.zh-CN.yaml | 42 +++++++++++++++++++ .../MSI/7.69.0.0/ByteDance.Feishu.MSI.yaml | 8 ++++ 4 files changed, 116 insertions(+) create mode 100644 manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.installer.yaml create mode 100644 manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.yaml diff --git a/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.installer.yaml b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.installer.yaml new file mode 100644 index 0000000000000..e8ca73420bc93 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Feishu.MSI +PackageVersion: 7.69.0.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_DIR="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-feishu +AppsAndFeaturesEntries: +- UpgradeCode: '{8377F56B-909B-49B2-8C05-7B06D608D95D}' +Installers: +- Architecture: x86 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/hera-cn/download/Feishu-win32_ia32-7.69.9-signed.msi + InstallerSha256: FA5655043229210E54737BBAEC1C416E890817B24F50D671237C2AB4CF7D62C3 + ProductCode: '{21012D99-5EE5-40EF-841E-0C14ECE29A0D}' +- Architecture: x64 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/hera-cn/download/Feishu-win32_x64-7.69.9-signed.msi + InstallerSha256: 53B3893C4AD33DDC1F7CA0F4C4A2B344732468EF5A72E73241EE33B391008F20 + ProductCode: '{64327BB6-1010-484C-AAC7-4CC4ED099E17}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.en-US.yaml new file mode 100644 index 0000000000000..44b249b8ce4fd --- /dev/null +++ b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.en-US.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.Feishu.MSI +PackageVersion: 7.69.0.0 +PackageLocale: en-US +PublisherUrl: https://www.feishu.cn/en/ +PublisherSupportUrl: https://www.feishu.cn/hc/en-US/ +PrivacyUrl: https://www.feishu.cn/en/privacy +Author: Beijing Feishu Technology Co., Ltd. +PackageUrl: https://www.feishu.cn/en/ +License: Proprietary +LicenseUrl: https://www.feishu.cn/en/terms +Copyright: Copyright © 2026 Beijing Feishu Technology Co., Ltd. +ShortDescription: A new way to collaborate +Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Base + - After chatting with Base AI in the sidebar, it will automatically recognize your needs and match the corresponding mode. You can also switch modes manually. Once confirmed, the AI handles the tasks for you, helping you get the most out of Base with less effort. +ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/870939081203 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7d0188ca29c15 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Feishu.MSI +PackageVersion: 7.69.0.0 +PackageLocale: zh-CN +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/ +PublisherSupportUrl: https://www.feishu.cn/hc/zh-CN/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +PackageName: Feishu Deployment Tool +PackageUrl: https://www.feishu.cn/download +License: 专有软件 +LicenseUrl: https://www.feishu.cn/terms +Copyright: Copyright © 2026 北京飞书科技有限公司 +ShortDescription: 先进团队,先用飞书 +Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 多维表格 + - 多维表格 AI 侧边栏新增模式选择,在侧边栏与多维表格 AI 进行对话后,AI 会自动识别你的问题和需求,匹配对应的模式,你也可以手动切换模式。确认模式后,AI 会自动执行任务,帮助你更便捷、高效地使用多维表格的各种功能。 +ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/870939081203 +PurchaseUrl: https://www.feishu.cn/service +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.yaml b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.yaml new file mode 100644 index 0000000000000..c4cb7dc56ceba --- /dev/null +++ b/manifests/b/ByteDance/Feishu/MSI/7.69.0.0/ByteDance.Feishu.MSI.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.Feishu.MSI +PackageVersion: 7.69.0.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 98b08566242feefe626d37f67189652a9b0669ca Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:44:40 +0300 Subject: [PATCH 68/72] New version: laurentiu021.SysManager version 1.33.13 (#393393) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.33.13/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..43967aa851ea6 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.33.13 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.33.13/SysManager-v1.33.13.exe + InstallerSha256: DA5BBA47F88AE8DF2CBA9DA04C8320215FF43B49788B20EFBA053AB8D075C124 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..e6cb1acc2c0a7 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.33.13 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.33.13] - 2026-06-26 + Fixed + - Traceroute monitor no longer risks a background error when stopped mid-cycle. Stopping the live traceroute monitor disposed its cancellation source unconditionally, even if a route was still being traced; the still-running cycle could then throw on the disposed token in the background. Disposal is now deferred until the cycle actually finishes, matching the ping monitor. No visible change in normal use. + Verify the download + Get-FileHash .\SysManager-v1.33.13.exe -Algorithm SHA256 + Expected SHA256: DA5BBA47F88AE8DF2CBA9DA04C8320215FF43B49788B20EFBA053AB8D075C124 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.33.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..08301fe63dc0a --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.13/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.33.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e6cb61c9de00a64e3b3f85f516763edd527ad139 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:45:08 +0800 Subject: [PATCH 69/72] New version: HaiYing.OfficeCLI version 1.0.122 (#393397) --- .../1.0.122/HaiYing.OfficeCLI.installer.yaml | 18 +++++ .../HaiYing.OfficeCLI.locale.en-US.yaml | 72 +++++++++++++++++++ .../HaiYing.OfficeCLI.locale.zh-CN.yaml | 49 +++++++++++++ .../OfficeCLI/1.0.122/HaiYing.OfficeCLI.yaml | 8 +++ 4 files changed, 147 insertions(+) create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.installer.yaml create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.en-US.yaml create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.zh-CN.yaml create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.yaml diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 0000000000000..7f2bdcf016324 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.122 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.122/officecli-win-x64.exe + InstallerSha256: 9486DB0FABD4FD373FE6B12062B3062DE632CE0119F2106A1C0FF32F421DEC11 +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.122/officecli-win-arm64.exe + InstallerSha256: 2A69C8229279F82C0207BB1EA31E9AF71CD5B5485FBDCA68B28D3669295735AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..47ee9d5ddee69 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.122 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: 'Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.121...v1.0.122' +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.122 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fb773d9ac141b --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.122 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.yaml new file mode 100644 index 0000000000000..f8ebc5459064e --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.122/HaiYing.OfficeCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.122 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c52b2858245ac3e4a4991f625a8d921f6e5b88d4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:45:34 +0800 Subject: [PATCH 70/72] New version: Keysight.OpenTAP version 9.34.0+f498d3b6 (#393410) --- .../Keysight.OpenTAP.installer.yaml | 25 ++++++++++++++++ .../Keysight.OpenTAP.locale.en-US.yaml | 30 +++++++++++++++++++ .../Keysight.OpenTAP.locale.zh-CN.yaml | 18 +++++++++++ .../9.34.0+f498d3b6/Keysight.OpenTAP.yaml | 8 +++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.installer.yaml create mode 100644 manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.en-US.yaml create mode 100644 manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.zh-CN.yaml create mode 100644 manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.yaml diff --git a/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.installer.yaml b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.installer.yaml new file mode 100644 index 0000000000000..48e3cbd699587 --- /dev/null +++ b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Keysight.OpenTAP +PackageVersion: 9.34.0+f498d3b6 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --quiet + InstallLocation: --dest "" +UpgradeBehavior: install +Commands: +- tap +ProductCode: '{B63BFBDD-14E3-49AE-BFF3-ABE2BBA91ADB}_is1' +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://packages.opentap.io/4.0/Objects/www/OpenTAP.exe?format=full&version=9.34.0 + InstallerSha256: EC7707E326A121DE38B0695F45A8ED01B3FE6F7239980A78943A97A9848B5304 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.en-US.yaml b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.en-US.yaml new file mode 100644 index 0000000000000..e96d12f95b272 --- /dev/null +++ b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Keysight.OpenTAP +PackageVersion: 9.34.0+f498d3b6 +PackageLocale: en-US +Publisher: Keysight Technologies +PublisherUrl: https://opentap.io/ +PublisherSupportUrl: https://forum.opentap.io/ +PrivacyUrl: https://opentap.io/privacy-statement +Author: Keysight Technologies, Inc. +PackageName: OpenTAP +PackageUrl: https://opentap.io/downloads +License: MPL-2.0 +LicenseUrl: https://github.com/opentap/opentap/blob/HEAD/LICENSE.txt +Copyright: © Keysight Technologies 2012-2026 +CopyrightUrl: https://opentap.io/terms-of-use +ShortDescription: An Open Source project for fast and easy development and execution of automated tests. +Description: |- + OpenTAP is an Open Source project for fast and easy development and execution of automated tests. + OpenTAP is built with simplicity, scalability and speed in mind, and is based on an extendable architecture that leverages .NET. + OpenTAP offers a range of sequencing functionality and infrastructure that makes it possible for you to quickly develop plugins tailored for your automation needs – plugins that can be shared with the OpenTAP community through the OpenTAP package repository. +Tags: +- automation +- develop +- development +- test +ReleaseNotesUrl: https://github.com/opentap/opentap/releases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.zh-CN.yaml b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..448ba04347d8f --- /dev/null +++ b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Keysight.OpenTAP +PackageVersion: 9.34.0+f498d3b6 +PackageLocale: zh-CN +ShortDescription: 一个用于快速、轻松地开发和执行自动化测试的开源项目。 +Description: |- + OpenTAP 是一个用于快速、轻松地开发和执行自动测试的开源项目。 + OpenTAP 在构建时便考虑到了简便性、可扩展性和速度,并基于一个 .NET 构建的可扩展架构。 + OpenTAP 提供一系列排序功能和基础架构,帮助您快速开发适合您的自动化需求的插件--这些插件可以通过 OpenTAP 软件包库与 OpenTAP 社区共享。 +Tags: +- 开发 +- 测试 +- 自动化 +ReleaseNotesUrl: https://github.com/opentap/opentap/releases +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.yaml b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.yaml new file mode 100644 index 0000000000000..34d49c3c07714 --- /dev/null +++ b/manifests/k/Keysight/OpenTAP/9.34.0+f498d3b6/Keysight.OpenTAP.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: Keysight.OpenTAP +PackageVersion: 9.34.0+f498d3b6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 50839e224881b49635d373dae9d2ae86d445e652 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:45:56 +0300 Subject: [PATCH 71/72] New version: laurentiu021.SysManager version 1.33.14 (#393417) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.33.14/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..9a673b0669a49 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.33.14 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.33.14/SysManager-v1.33.14.exe + InstallerSha256: 4CD8D6FDD2B66A06ADCC450A07C53B752C9DC41E2D9767C8BCC022FB58F08037 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..021f312f17d5f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.33.14 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.33.14] - 2026-06-26 + Fixed + - Quick Cleanup empties the Recycle Bin the same reliable way as the rest of the app. It used a PowerShell Clear-RecycleBin call that can leave "ghost" entries behind; it now uses the shared shell-API helper (the same one Deep Cleanup and the One-Click Tune-Up use), which clears every drive's bin cleanly. Keeps the three entry points from drifting apart. + Verify the download + Get-FileHash .\SysManager-v1.33.14.exe -Algorithm SHA256 + Expected SHA256: 4CD8D6FDD2B66A06ADCC450A07C53B752C9DC41E2D9767C8BCC022FB58F08037 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.33.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..bf547e4da200c --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.33.14/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.33.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0308468e36f64d1ce3b85426887b88d3e1d83c29 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:46:21 +0800 Subject: [PATCH 72/72] New version: Yandex.Browser version 26.6.0.1779 (#393433) --- .../26.6.0.1779/Yandex.Browser.installer.yaml | 58 +++++++++++++++++++ .../Yandex.Browser.locale.en-US.yaml | 25 ++++++++ .../Yandex.Browser.locale.zh-CN.yaml | 16 +++++ .../Browser/26.6.0.1779/Yandex.Browser.yaml | 8 +++ 4 files changed, 107 insertions(+) create mode 100644 manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.installer.yaml create mode 100644 manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.locale.en-US.yaml create mode 100644 manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.locale.zh-CN.yaml create mode 100644 manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.yaml diff --git a/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.installer.yaml b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.installer.yaml new file mode 100644 index 0000000000000..2b2211f6194a5 --- /dev/null +++ b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.installer.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Yandex.Browser +PackageVersion: 26.6.0.1779 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + Log: --verbose-logging --log-file="" + Custom: --do-not-launch-browser +InstallerSuccessCodes: +- 1 +- 3 +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- crx +- css +- epub +- fb2 +- gif +- htm +- html +- infected +- jpeg +- jpg +- js +- mhtml +- pdf +- png +- shtml +- svg +- swf +- tif +- tiff +- txt +- webm +- webp +- xht +- xhtml +- xml +ProductCode: YandexBrowser +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://download.cdn.yandex.net/browser/int/26_6_0_1779_111351/en/Yandex.exe + InstallerSha256: 01EA91AC5A6BFA04BA1AE3957708AD7E096E324603D5590B05A9BE50EECA9FA2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.locale.en-US.yaml b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.locale.en-US.yaml new file mode 100644 index 0000000000000..921958660a1c9 --- /dev/null +++ b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yandex.Browser +PackageVersion: 26.6.0.1779 +PackageLocale: en-US +Publisher: Yandex +PublisherUrl: https://yandex.com/ +PublisherSupportUrl: https://browser.yandex.com/help/en/ +PrivacyUrl: https://yandex.com/legal/confidential/en/ +Author: YANDEX LLC +PackageName: Yandex Browser +PackageUrl: https://browser.yandex.com/ +License: Freeware +LicenseUrl: https://yandex.com/legal/browser_agreement/en/ +Copyright: Copyright 2026 Yandex. All rights reserved. +ShortDescription: Yandex Browser delivers fast and secure browsing with built-in Alice and the ability to sync passwords, bookmarks, and bank cards across devices. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.locale.zh-CN.yaml b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6aad6572dfeb6 --- /dev/null +++ b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.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: Yandex.Browser +PackageVersion: 26.6.0.1779 +PackageLocale: zh-CN +License: 免费软件 +Copyright: 版权所有 2026 Yandex。保留所有权利。 +ShortDescription: Yandex 浏览器内置 Alice,可跨设备同步密码、书签和银行卡,浏览速度快且安全。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.yaml b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.yaml new file mode 100644 index 0000000000000..ab5fa7fa4040f --- /dev/null +++ b/manifests/y/Yandex/Browser/26.6.0.1779/Yandex.Browser.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: Yandex.Browser +PackageVersion: 26.6.0.1779 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0