From b0e14a18b95debf50f6aa61ffee43848908bb125 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:00:13 +0800 Subject: [PATCH 01/49] New version: Syngnat.GoNavi version 0.8.1 (#387909) --- .../0.8.1/Syngnat.GoNavi.installer.yaml | 18 +++++++ .../0.8.1/Syngnat.GoNavi.locale.en-US.yaml | 52 +++++++++++++++++++ .../Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.yaml | 8 +++ 3 files changed, 78 insertions(+) create mode 100644 manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.installer.yaml create mode 100644 manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.locale.en-US.yaml create mode 100644 manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.yaml diff --git a/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.installer.yaml b/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.installer.yaml new file mode 100644 index 0000000000000..a37be131c8909 --- /dev/null +++ b/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Syngnat.GoNavi +PackageVersion: 0.8.1 +InstallerType: portable +Commands: +- GoNavi +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Syngnat/GoNavi/releases/download/v0.8.1/GoNavi-0.8.1-Windows-Amd64.exe + InstallerSha256: 0F2DE7A443BB3F98D9E87C6C4F3190D3DEBAE06C6B90AA81ACEEA3D49E941D1B +- Architecture: arm64 + InstallerUrl: https://github.com/Syngnat/GoNavi/releases/download/v0.8.1/GoNavi-0.8.1-Windows-Arm64.exe + InstallerSha256: C5CC6E67D39DB6803E20965191F1F120AE99B8DF28A8E38B8FA33C9EABE33DDA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.locale.en-US.yaml b/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.locale.en-US.yaml new file mode 100644 index 0000000000000..6533139344648 --- /dev/null +++ b/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Syngnat.GoNavi +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: GoNavi +PublisherUrl: https://github.com/Syngnat +PublisherSupportUrl: https://github.com/Syngnat/GoNavi/issues +Author: Syngnat +PackageName: GoNavi +PackageUrl: https://github.com/Syngnat/GoNavi +License: Apache-2.0 +LicenseUrl: https://github.com/Syngnat/GoNavi/blob/HEAD/LICENSE +ShortDescription: GoNavi is a modern, high-performance, cross-platform database client built with Wails (Go) and React. It delivers native-like responsiveness with low resource usage. +Description: GoNavi is a modern, high-performance, cross-platform database client built with Wails (Go) and React. It delivers native-like responsiveness with low resource usage.Compared with many Electron-based clients, GoNavi is typically smaller in binary size (around 10MB class), starts faster, and uses less memory. +ReleaseNotes: |- + ✨ 新功能 + - ✨ feat(schema): 支持模式编辑删除及按模式导出备份 + - ✨ feat(query-editor): 为 Postgres 兼容方言补全增加标识符自动引用 + - ✨ feat(datagrid): 为表格编辑增加单元格级撤销能力 + - ✨ feat(icons): 补齐新增数据源品牌图标资源 + - ✨ feat(rocketmq): 新增 RocketMQ 数据源连接与测试发消息支持 + - ✨ feat(mqtt): 新增 MQTT 数据源连接与测试发消息支持 + - ✨ feat(rabbitmq): 新增 RabbitMQ 数据源连接与测试发消息支持 + - ✨ feat(goldendb): 新增 GoldenDB 数据库连接支持 + - ✨ feat(kafka): 新增 Kafka 数据源连接支持 + - ✨ feat(gaussdb): 新增 GaussDB 数据库连接支持 + - ✨ feat(iotdb): 新增 Apache IoTDB 时序库连接支持 + - ✨ feat(qdrant): 新增 Qdrant 向量库连接支持 + - ✨ feat(chroma): 新增 Chroma 向量库连接支持 + 🐛 问题修复 + - 🐛 fix(query-editor): 修复事务提交按钮缺少悬浮反馈 + - 🐛 fix(query-editor): 修复小窗口下 SQL 编辑器工具栏换行问题 + - 🐛 fix(query-editor): 修复切换查询页后 SQL 美化方言误判 + - 🐛 fix(sql-editor): 修复存储过程与返回结果写语句的结果识别 + - 🐛 fix(query-editor): 优化事务工具栏排版并修复 Wails 开发页加载 + - 🐛 fix(sqlserver): 修复托管事务下 UPDATE 误报执行失败 + - 🐛 fix(tdengine): 修复旧版 TDengine 元数据查询与驱动版本选择异常 + - 🐛 fix(query-editor): 修复跨库查询字段补全缺失 + - 🐛 fix(mysql): 兼容 MyCAT 场景下数据库列表解析逻辑 + - 🐛 fix(query-editor): 修复 SQL 美化未按数据库方言选择格式化器 + - 🐛 fix(database-icons): 替换数据源官方图标并修正透明底展示 + - 🐛 fix(icons): 替换 RabbitMQ 为官方标识 + - 🐛 fix(connection-modal): 修复 MQTT 无认证用户名误判必填 + - 🐛 fix(sql-editor): 修复事务执行会话与工具栏布局交互 + ⚡ 性能优化 + - ⚡️ perf(database): 优化查询元数据加载和连接释放 + 完整变更: v0.8.0...v0.8.1 +ReleaseNotesUrl: https://github.com/Syngnat/GoNavi/releases/tag/v0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.yaml b/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.yaml new file mode 100644 index 0000000000000..f448d50e206fd --- /dev/null +++ b/manifests/s/Syngnat/GoNavi/0.8.1/Syngnat.GoNavi.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Syngnat.GoNavi +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e4e88e297f52e93712b775407c404d397269228b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:00:41 +0800 Subject: [PATCH 02/49] New version: 360.360Chrome.X version 23.1.1244.64 (#387986) --- .../360.360Chrome.X.installer.yaml | 51 +++++++++++++++++++ .../360.360Chrome.X.locale.en-US.yaml | 33 ++++++++++++ .../360.360Chrome.X.locale.zh-CN.yaml | 31 +++++++++++ .../X/23.1.1244.64/360.360Chrome.X.yaml | 8 +++ 4 files changed, 123 insertions(+) create mode 100644 manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.installer.yaml create mode 100644 manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.locale.en-US.yaml create mode 100644 manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.locale.zh-CN.yaml create mode 100644 manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.yaml diff --git a/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.installer.yaml new file mode 100644 index 0000000000000..0d11a5cc7e759 --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 23.1.1244.64 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Log: --enable-logging --verbose-logging --log-file="" + Upgrade: --full-install-update +InstallerSuccessCodes: +- 1 +ExpectedReturnCodes: +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 406 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360chromexurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtm +- shtml +- xht +- xhtml +ProductCode: 360ChromeX +Installers: +- Architecture: x64 + InstallerUrl: https://sedl.360tpcdn.com/cse/360csex_23.1.1244.64.exe + InstallerSha256: 5DEC1B9E6047A33AC74F79DB52C15995AADB2F83D9BE3CD33F46DCC80FC09801 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.locale.en-US.yaml new file mode 100644 index 0000000000000..27fa46148516b --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.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: 360.360Chrome.X +PackageVersion: 23.1.1244.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: https://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: Freeware +LicenseUrl: https://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: New Chromium-based 64-bit dual-core browser for higher performance and better experience +Description: 360 Chrome X is the first 64-bit dual-core browser from 360 that integrates the latest Chromium kernel, providing a 50% performance boost over traditional 32-bit browsers. In addition to a more enjoyable browsing experience, we also provide you with new simple interface, new tab with thousands of HD wallpapers, and many optimized browsing tools. +Moniker: 360csex +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c28a388b6b436 --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.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: 360.360Chrome.X +PackageVersion: 23.1.1244.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: https://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: 北京奇虎科技有限公司 +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: 免费软件 +LicenseUrl: https://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: 全新 Chromium 内核,64 位双核浏览器,性能更高,体验更佳 +Description: 360 极速浏览器 X 是 360 推出的首款融合了最新 Chromium 内核的 64 位双核浏览器,较传统的 32 位浏览器,性能提升超 50%。在带给您更加畅快的底层浏览体验同时,我们也还为您提供了全新的极简风格操作界面、可以更换上千款高清壁纸的新标签页及众多精心优化过的浏览工具。 +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.yaml b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.yaml new file mode 100644 index 0000000000000..c9f3b7cad2e1b --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1244.64/360.360Chrome.X.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: 360.360Chrome.X +PackageVersion: 23.1.1244.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c0446aacf1b85632a94133cda0448d38c81b015d Mon Sep 17 00:00:00 2001 From: matchmycolor <124382317+matchmycolor@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:50:24 +0200 Subject: [PATCH 03/49] matchmycolor.Colibri version 26.1.1.17721 (#388013) --- .../matchmycolor.Colibri.installer.yaml | 14 ++++++++++++++ .../matchmycolor.Colibri.locale.en-US.yaml | 17 +++++++++++++++++ .../26.1.1.17721/matchmycolor.Colibri.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.installer.yaml create mode 100644 manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.locale.en-US.yaml create mode 100644 manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.yaml diff --git a/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.installer.yaml b/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.installer.yaml new file mode 100644 index 0000000000000..950e81e94623f --- /dev/null +++ b/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: matchmycolor.Colibri +PackageVersion: 26.1.1.17721 +InstallerType: exe +InstallerSwitches: + Silent: /s +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.1/Colibri_DotNet_26.1.1.exe + InstallerSha256: ED066D69ADAED58545213D59D1369C946FD8B26F9A9336AAB1CF9666998AAD0E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.locale.en-US.yaml b/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.locale.en-US.yaml new file mode 100644 index 0000000000000..7216ab9ac17c2 --- /dev/null +++ b/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: matchmycolor.Colibri +PackageVersion: 26.1.1.17721 +PackageLocale: en-US +Publisher: matchmycolor +PublisherUrl: https://www.matchmycolor.com/ +PublisherSupportUrl: https://www.matchmycolor.com/en/support-and-services/support-desk.html +PrivacyUrl: https://www.matchmycolor.com/en/company-overview/privacy-statement.html +PackageName: Colibri +PackageUrl: https://www.matchmycolor.com/en/landing-page-colibri-platform/landing-page-colibri-platform.html +License: commercial +Copyright: All rights reserved +ShortDescription: Colibri color management systems help brand owners, brand management companies, designers, and material manufacturers and suppliers to specify, manage, produce and communicate color. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.yaml b/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.yaml new file mode 100644 index 0000000000000..4e75018b2b493 --- /dev/null +++ b/manifests/m/matchmycolor/Colibri/26.1.1.17721/matchmycolor.Colibri.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: matchmycolor.Colibri +PackageVersion: 26.1.1.17721 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8a884f16391a2d50b9f07aaba63bdf5b4bd08202 Mon Sep 17 00:00:00 2001 From: Zeldris <80939130+zeldrisho@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:14:49 +0700 Subject: [PATCH 04/49] New version: farion1231.CC-Switch version 3.16.3 (#387945) --- .../farion1231.CC-Switch.installer.yaml | 27 ++++ .../farion1231.CC-Switch.locale.en-US.yaml | 147 ++++++++++++++++++ .../3.16.3/farion1231.CC-Switch.yaml | 8 + 3 files changed, 182 insertions(+) create mode 100644 manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.installer.yaml create mode 100644 manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.locale.en-US.yaml create mode 100644 manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.yaml diff --git a/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.installer.yaml b/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.installer.yaml new file mode 100644 index 0000000000000..c393871265e91 --- /dev/null +++ b/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: farion1231.CC-Switch +PackageVersion: 3.16.3 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{09CC399B-909F-47A2-BC3E-0009F440BFB9}' +ReleaseDate: 2026-06-14 +AppsAndFeaturesEntries: +- Publisher: ccswitch + ProductCode: '{09CC399B-909F-47A2-BC3E-0009F440BFB9}' + UpgradeCode: '{55F90CA4-617A-5350-A7CF-F6F24252866B}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/Programs/CC Switch' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/farion1231/cc-switch/releases/download/v3.16.3/CC-Switch-v3.16.3-Windows.msi + InstallerSha256: CA5C8120B6D01AEB4D983EDF75AD15B94AE7F2AACF061B59921C5F9F090C2776 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.locale.en-US.yaml b/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.locale.en-US.yaml new file mode 100644 index 0000000000000..d247b705eea4f --- /dev/null +++ b/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.locale.en-US.yaml @@ -0,0 +1,147 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: farion1231.CC-Switch +PackageVersion: 3.16.3 +PackageLocale: en-US +Publisher: farion1231 +PublisherUrl: https://github.com/farion1231 +PublisherSupportUrl: https://github.com/farion1231/cc-switch/issues +Author: farion1231 +PackageName: CC Switch +PackageUrl: https://github.com/farion1231/cc-switch +License: MIT +LicenseUrl: https://github.com/farion1231/cc-switch/blob/HEAD/LICENSE +ShortDescription: A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI. +Moniker: ccswitch +Tags: +- ai-tools +- claude-code +- codex +- desktop-app +- mcp +- minimax +- omo +- open-source +- opencode +- provider-management +- rust +- skills +- skills-management +- tauri +- typescript +- wsl-support +ReleaseNotes: |- + > 🎉 CC Switch 突破 100,000 Star! + > 感谢每一位用户、贡献者与 Star —— 是你们让它走到这里。🙏 + > 💎 本版由 Claude Fable 5 模型协助开发——它帮忙梳理清楚了多处关键且容易出错的逻辑:路由接管时按真实上游模型计费的归因链、格式转换路径上缓存 token 的计量与去重、应用内更新的重启死锁,以及 Codex 统一会话历史的迁移 / 还原不变量。这也是本版在「关于」页新增 Fable 5 Verified 标识的由来。 + > 在 v3.16.2 拓宽数据可携带性与用量观测之后,这一版把重心放在「让用量计费真正准确」——按真实上游模型计费、修正格式转换路径上的缓存双算、把 Claude Code Workflow 子 agent 的用量纳入统计(schema v11),并对用量看板做了一轮改版(全局供应商 / 模型筛选、品牌图标工具栏、更稳的额度查询);同时加固了一批本地代理与平台问题,新增自定义 User-Agent 覆盖、Codex 统一会话历史开关与 Claude Fable 5 档位。 + English → | 日本語版 → + 使用攻略 + 本版新增了 Codex 统一会话历史 开关——它涉及会话的迁移 / 还原,操作不当时容易让人误以为"会话丢了",强烈建议先读这篇攻略;用量统计的口径和看板这一版也做了较多调整,一并附上: + - Codex 统一会话历史:功能介绍与使用攻略:讲清"统一 / 迁移 / 还原"到底改了什么、为什么数据不会真正丢失,以及看不到会话时如何自查与精确还原。用过这个开关、或担心会话丢失,请务必先读。 + - 用量统计:了解用量看板的数据来源(代理日志、会话同步)与统计口径,本版新增了全局的供应商 / 模型筛选,并把路由接管的真实计价模型展示了出来。 + - 设置:自定义 User-Agent 覆盖、Codex 统一会话历史等开关都在供应商表单的高级选项与设置页里。 + Warning + 唯一官方渠道声明(请务必阅读) + CC Switch 是完全免费、开源的桌面应用,不会向用户收取任何费用。请仅通过下列官方渠道获取本软件: + ────────┬──────────────────────────────────── + 类别 │唯一官方 + ────────┼──────────────────────────────────── + 官网 │ccswitch.io + ────────┼──────────────────────────────────── + 源码 │github.com/farion1231/cc-switch + ────────┼──────────────────────────────────── + 下载 │GitHub Releases + ────────┼──────────────────────────────────── + 作者 │@farion1231 + ────────┼──────────────────────────────────── + 举报山寨│GitHub Issues + ────────┴──────────────────────────────────── + 任何向你收费、要求充值、或索取登录凭据的"CC Switch"网站或客户端均为假冒。如果你被诱导支付了费用,请立即停止操作并通过 GitHub Issues 反馈。 + 概览 + CC Switch v3.16.3 是 v3.16.2 之后的一版维护更新。在上一版集中拓宽数据可携带性与用量观测之后,这一版把重心放在「让用量计费真正准确」这件事上——按真实上游模型计费而非上游回显、修正格式转换(Chat / Responses / Gemini 转 Anthropic)路径上的缓存 token 双算、把 Claude Code Workflow 子 agent 的用量纳入本地统计,并以 schema v11 持久化每条记录实际使用的定价依据;用量看板也随之做了一轮改版,新增全局的供应商 / 模型筛选、品牌图标工具栏,以及更稳的额度查询(失败重试 + 保留上次成功结果)。 + 此外,本版还加固了一批本地代理的稳健性问题(错标 Content-Type 的 SSE 响应聚合、Codex /responses 文本模型图像整流、Codex OAuth 凭据与接管残留的恢复、Hermes 配置重复 YAML 键),重做了供应商配置体验(自定义 User-Agent 覆盖、Codex 表单统一进高级选项、预设搜索与排序、Claude Fable 5 档位),新增 Codex 统一会话历史开关,并修复了应用内更新卡死、Codex 升级损坏安装、macOS 重复终端窗口等问题。 + 发布日期:2026-06-14 + 更新规模:59 commits | 130 files changed | +10,223 / -4,232 lines + 重点内容 + - 用量计费更准:路由接管的流量现在按真实上游模型计费(而非上游回显的别名),格式转换路径不再把缓存 token 重复计入 input,Claude Code Workflow 子 agent 的用量也纳入了统计——以 schema v11 持久化定价依据。 + - 用量看板改版:供应商 / 模型筛选从请求日志表提升为全局筛选,应用筛选改用品牌图标,额度查询加入失败重试与「保留上次成功结果」,单次网络抖动不再让卡片变红。 + - 自定义 User-Agent 覆盖:供应商可设置自定义 UA,并在转发、连通性检测、模型列表三处一致生效,绕过按 UA 白名单放行的 Coding Plan 上游(借此恢复了 Codex「Kimi For Coding」预设)。 + - Codex 统一会话历史:新增可选开关,让官方 Codex 会话与第三方会话共享同一份 resume 历史桶,附带可选的存量迁移与按账本精确还原。 + - 代理与平台加固:错标 SSE 响应聚合、Codex 图像整流、接管残留恢复、Hermes YAML 去重;应用内更新不再卡在「重启中」,Codex 升级不再把安装弄坏。 + 新功能 + 自定义 User-Agent 覆盖 + 供应商配置现在可以设置自定义 User-Agent,并由代理在请求转发、连通性检测和模型列表(GET /v1/models)三条路径上一致应用,因此按 UA 白名单放行的 Coding Plan 上游不会再出现「检测失败 / 模型列表 403、但代理本身却能正常工作」的不一致。Claude 和 Codex 表单都在高级选项里暴露该字段,配有精选的 UA 预设下拉(Claude Code / Kilo Code 等能通过 UA 白名单的家族)和实时、非阻塞的格式校验;切换到官方预设时会丢弃残留的自定义 UA,避免悄悄改动请求头(#3671)。 + Codex 统一会话历史 + 新增一个可选开关(设置 → Codex 应用增强),让官方 Codex 会话与 CC Switch 的第三方会话共享同一份 resume 历史桶,resume 选择器不再把两者互相隐藏。开启后,live 的 config.toml 会把官方运行路由到一个镜像内建 OpenAI 供应商的共享 custom model_provider(auth.json 不动)。默认只对未来会话生效;开启弹窗提供一个勾选项,可把已有官方会话迁入共享桶(含逐代备份),关闭弹窗则提供按备份账本精确还原——只回退备份中记录为 openai 的会话,开启期间新建的会话永不被改动。 + 用量看板全局供应商 / 模型筛选 + 供应商和模型筛选从请求日志表内部提升到了顶栏,对 Hero 汇总、趋势图、请求日志和两个统计页签全局生效,可以把整个看板按某个来源和模型缩小范围。来源按展示名精确匹配(因此像「Claude (Session)」这样的会话占位行也可选),模型按有效计价模型匹配,模型下拉会随所选来源级联,且两个列表只列出当前时间范围内有数据的选项。 + 模型定价种子刷新 + 对 seed_model_pricing 做了一次全量核价:新增 9 个模型的定价(含 Claude Fable 5、Grok 4.3、Mistral Medium 3.5 / Small 4、Qwen 3.7 Max/Plus 等),并按各厂商官方 list 价订正了 28 处既有价格(GLM、Grok、MiMo、Doubao、Kimi、MiniMax、Mistral、Qwen),让用量成本估算更准确。每处改动都同时更新种子(影响全新安装)并向 repair_current_model_pricing 加一条旧→新守卫(修复存量数据库,且不覆盖用户手改过的行)。 + Claude Fable 5 模型档位 + 供应商表单现在在 Claude Code 和 Claude Desktop 两条代理路径上都暴露 claude-fable-5 作为第四个模型映射档位,回落链为 fable → opus → default,与官方降级一致,并为 Claude Desktop 1.12603.1+ 的校验器放行了 fable- 前缀。四语回落提示也做了澄清:在第三方端点上把某一档留空,会原样透传该档的字面模型名并 404(#3980、#4026、#4049)。 + Unity2.ai 合作伙伴供应商 + 新增 Unity2.ai(一个 AI API 中转合作伙伴)作为预设,覆盖全部 7 个受管应用(Claude Code、Codex、Gemini、OpenCode、OpenClaw、Claude Desktop、Hermes),每个预设都带上推广注册链接,并在四种语言里补充了合作伙伴推广文案。Codex 使用裸 base URL(该网关在根路径暴露 /responses),OpenCode / OpenClaw / Hermes 使用 /v1 chat-completions 端点并以 gpt-5.5 为预设模型。 + Kimi K2.7 Code 模型 + 新增 kimi-k2.7-code 模型(输入 $0.95 / 输出 $4.00 / 缓存读取 $0.19,每百万 token,256K 上下文),并把全部 6 个官方 Moonshot Kimi 预设(Claude Code、Codex、Claude Desktop、Hermes、OpenCode、OpenClaw)指向它,OpenCode / OpenClaw 预设更名为「Kimi K2.7 Code」。定价种子通过启动时的幂等插入路径生效,存量用户无需迁移即可获得新价。 + 恢复 Codex「Kimi For Coding」预设 + 重新加入 Codex「Kimi For Coding」预设(openai_chat、kimi-for-coding、256K 上下文),默认开启思考模式。此前它被移除是因为该编程端点会以 403 拒绝 Codex 默认的 codex-cli User-Agent;现在借助代理接管 + 自定义 User-Agent 覆盖(设为 claude-cli/* 等白名单 UA)即可正常使用。 + 请求详情的计价模型审计 + 请求详情面板现在会在「请求的模型」「计价模型」与响应模型不一致时把它们都显示出来,让路由接管产生的账单可以直接在用量界面里核对。 + 预设供应商搜索与排序 + 预设供应商选择器现在是一个可搜索、可排序的列表,配有内联搜索框(点放大镜图标切换,按 ESC 或点击外部收起)。按钮改为响应式网格、尺寸统一并显示默认图标,搜索只匹配供应商的展示名 / 原始名,因此 URL 片段和共享的分类标签不会再产生噪声匹配(#3975、#4183)。 + Claude Mythos 5 定价 + 在内置模型 / 定价表里登记 claude-mythos-5 模型(输入 $10 / 输出 $50,每百万 token;缓存读取 $1.00、缓存写入 $12.50),让用量统计能正确计价并展示(#4077)。 + Fable 5 Verified 标识 + 设置「关于」页现在会在应用名与版本旁展示 Fable 5 Verified 标识,标明这是一个特别构建,版本徽标也居中到了应用名下方。 + 变更 + Claude Desktop 用量折叠进 Claude + 看板不再展示独立的「Claude Desktop」分桶——它一直只能显示一个不完整的数字(Desktop 聊天用量根本不经过代理,而其 Code 页签的会话只是内嵌的 Claude Code 运行时写进共享的 ~/.claude/projects 目录)。Desktop 的代理流量现在在展示上折叠进 claude,但记账层仍按它自己的 app_type 记录以便路由接管计费审计,真实值可在请求详情面板看到。 + 轻量化供应商健康检查 + 供应商健康检查不再发送真实的流式模型请求(很多第三方供应商会以 401/403/WAF 拦截,造成误报不可用),改为对供应商 base_url 做一次轻量的 HTTP 可达性探测:任何 HTTP 响应都视为可达,只有 DNS / 连接 / TLS / 超时才算失败。官方供应商(使用 OAuth、base_url 故意为空、没有可靠的可达性目标)会隐藏连通性按钮,原先「发送真实请求」的确认弹窗以及测试模型 / 提示词字段都被移除,降级延迟阈值设为 6s、超时 8s。该可达性检查永不重置熔断器——可达不等于可用(403 的 host 可达,但对真实流量是坏的),失败转移仍只由真实代理流量驱动。 + Codex 高级选项区整合 + Codex 供应商表单现在把本地路由、模型映射、推理覆盖和自定义 User-Agent 折叠进一个可展开的高级选项区,与 Claude 表单一致(设置了 UA 或开启本地路由时自动展开)。自定义 User-Agent 现在对原生 Responses 供应商也可配置,此前它只有在开启 openai_chat 路由时才能触及。 + 用量工具栏与布局刷新 + 应用筛选改用品牌图标(经 ProviderIcon,「全部」用网格图标)渲染,取代在窄窗口下换行难看的文字页签;用量 Hero 也会显示所选应用的品牌图标,并把 Codex 的主题色从翠绿改为中性灰,贴合 OpenAI 的单色品牌。点击循环切换的刷新按钮改成了带本地化「关闭」标签的下拉选择,顶栏控件也压缩并对齐成统一的宽度分组,过长的日期范围标签做了截断处理。 + 关于面板加载更快 + 设置「关于」面板现在渐进式加载:应用版本徽标在解析完成的瞬间就显示,不再等待工具探测;每张工具卡片在自己的版本检测完成时立即更新(探测并发执行而非串行);探测结果在应用会话期内缓存并带 10 分钟 TTL,因此再次打开「关于」页签会复用缓存值、并在后台对过期项重新校验,而不是每次都把 6 个工具全部重探一遍。 + 火山方舟 Coding Plan 推广更新 + 把火山方舟(Volcengine Ark)预设在全部 6 个应用里更新到新的 Coding Plan 邀请链接(替换旧的 Agent Plan / 活动链接),并在四种语言里刷新了合作伙伴推广文案(两个月 75% 折扣 + 邀请码 6J6FV5N2),把产品名从 Agent Plan 订正为 Coding Plan。 + MiniMax 降为普通供应商 + 移除 MiniMax 的金色合作伙伴星标和 API key 推广横幅(从所有预设里删掉 isPartner 标志),它继续作为常规 cn_official 供应商保留图标与主题。推广文案保持休眠状态,必要时一行即可重新启用合作关系。 + 移除 LemonData、SudoCode 降级 + 彻底移除 LemonData 供应商预设(连同其推广文案、图标和赞助商条目),并把 SudoCode 从合作伙伴降为常规 third_party 供应商(去掉 isPartner 标志和推广文案,保留图标)。 + AtlasCloud Codex GLM 5.1 上下文窗口 + 为 AtlasCloud Codex 预设里的 zai-org/glm-5.1 模型声明 200,000 token 的上下文窗口,与其他 GLM 5.1 预设条目对齐。 + 修复 + 路由接管流量按真实上游模型计费 + 当请求被路由到了不同的上游(env 模型映射、Claude Desktop 路由、Copilot 归一化、Codex chat 覆盖)时,代理过去会按上游回显的模型来归因和计价,把 kimi / glm 的 token 记成、并按 claude-* 计价,成本被高估约 5–25 倍。现在转发器会捕获真实的出站模型,按「上游回显 → 出站模型 → 客户端别名」的顺序归因,并在每行持久化实际使用的定价依据(schema v11),该依据会贯穿成本回填和 30 天 rollup 裁剪;Claude Desktop 流量现在也记在它自己的 app_type 下,使其定价覆盖能正确生效。 + 格式转换路径的用量计量 + 审计并修复了代理各条格式转换路径(Chat、Responses、Gemini 转 Anthropic)上的 token / 缓存计量。代理现在会记录实际返回的模型,注入 stream_options.include_usage 让 OpenAI 兼容上游在流式时吐出 usage,在 Claude←OpenAI 路径上把 cache_read 和 cache_creation 从 input 中排除以阻止缓存 token 双计费,扣减 Gemini 的缓存提示 token,仍记录完全命中缓存的请求,并跳过过去会虚增请求数的合成全零 usage(#2774)。 + 应用内更新不再卡死 + 从应用内安装更新时不再卡在「重启中」界面——过去会出现新版已装好、却必须手动强制退出的情况。下载—安装—重启整条链路现在完全在后端执行(新增 install_update_and_restart 命令),按平台决定安装顺序,并在重新执行前先销毁单实例锁,而不再依赖旧 WebView 在应用包已被替换之后继续跑 JS;退出请求也做了分类,让重启请求落到 Tauri 默认流程,而不是在窗口状态插件的互斥锁上死锁(#4069、#4074)。 + Codex 升级不再损坏安装 + 从设置「关于」页升级 Codex 不再让它抛出「Missing optional dependency @openai/codex-…」错误。升级链此前会先跑 codex update,而它在 npm 安装下其实是一次裸的重装、即便对应平台的二进制没装上也会报告成功;现在 Codex 已从「优先 self-update」路径里移除,并由一个 runnable 检测触发「卸载 + 重装」自愈(仅限 npm 管理的安装),这是唯一能真正补回缺失平台二进制的修复。 + 接管时保留 Codex OAuth 凭据 + 为 Codex 供应商开启代理接管时不再剥掉 ANTHROPIC_AUTH_TOKEN 占位符——此前这会在热切换、全新安装、以及被旧版本已剥过的 live 配置上破坏 Claude Code 的登录。现在对受管(非 Copilot)的 Codex 供应商无条件注入该占位符,包括只有 URL 的供应商;GitHub Copilot 的行为(仅 API_KEY)不变(#3789、#3784)。 + 跨配置目录切换的接管残留恢复 + 在代理接管激活时更改配置目录后重启应用,不再把 Claude / Codex / Gemini 留在指向已失效的本地代理上。现在旧实例会在重启前先还原被接管的 live 文件,首次运行的导入会拒绝把接管占位符当作供应商持久化,SSOT 还原也会在写回前校验当前供应商的配置里不含占位符(#4076)。 + 格式转换兜底里错标的 SSE 响应聚合 + 经 Claude / Codex 格式转换的请求,当 MaaS 网关把一个 stream:false 的请求强制流式、并以非 SSE 的 Content-Type 返回 SSE 响应体时,不再以一句晦涩的 422「Failed to parse upstream response」失败。代理现在会在解析失败时嗅探 SSE、把分片聚合成单个 JSON 再跑既有转换器,让客户端仍能拿到有效的非流式响应;剩余的解析失败会附带 content-type、编码和响应体片段等诊断信息,deflate 解码也改为先尝试 zlib 再尝试裸流(#2234)。 + Hermes 配置重复 YAML 键 + Hermes 配置写入不再累积重复的顶层键(如 mcp_servers),那会导致「Failed to parse Hermes config as YAML: duplicate entry with key」错误。区段替换现在会从剩余文本里清除所有过期副本,而不是退化成追加;去重保护层同时处理 LF 和 CRLF 行尾;修复时保留最后(最新)的那份副本,与 Hermes 自身基于 PyYAML 的「后者胜」语义一致(#3267、#3633、#2973、#2529、#3310、#3762)。 + 用量查询韧性与错误清晰度 + 用量卡片不再因为单次瞬时抖动就变红:查询现在会重试一次,并在网络 / 超时 / 5xx 这类瞬时失败下继续展示上次成功的结果最多 10 分钟;而确定性失败(鉴权、空 key、未知供应商、4xx)会立即暴露并清空快照,避免凭据变更后陈旧额度又冒出来。原生余额 / Coding Plan / 订阅查询的超时从 10s 提高到 15s 以适配跨境慢端点,Coding Plan 也会返回明确的「API key is empty」/「Unknown coding plan provider」错误,而不是一句空白的失败。 + 用量脚本供应商凭据解析 + 自定义 JS 脚本的用量查询此前只靠猜测 env 字段来解析 {{apiKey}} / {{baseUrl}},因此凭据存放在别处的应用(如 Codex 的 auth.OPENAI_API_KEY 加 config.toml 里的 base_url)总是拿到空值、即便供应商已完整配置也会失败。脚本查询及其测试 / 预览现在复用与原生余额路径相同的按应用凭据解析器,脚本里显式填写的非空值仍然优先(#1479)。 + Claude Code Workflow 子 agent 用量统计 + 本地(无代理)的会话日志用量统计此前漏掉了 Claude Code Workflow 子 agent 的流量,整体用量被低估约 4.1%(集中在 workflow / subagent 的会话记录里)。扫描器现在会深入更深一层的 subagents/workflows/wf_*/ 记录目录,解析器也不再丢弃那些缺少 stop_reason、但已经产生 input / 缓存 token 成本的 assistant 消息;去重逻辑不变,因此不会重复计数。 + Codex /responses 文本模型图像整流 + 携带图片、且被路由到只支持文本的 OpenAI-chat 模型(如 DeepSeek deepseek-v4-flash)的 Codex /responses 请求,不再以 HTTP 400「unknown variant image_url」失败。媒体整流器现在也覆盖 Codex 适配器,会扫描 responses 的 input 里的 input_image 块,从而既能为已知的纯文本模型主动剥掉图片,也能在上游报「不支持图片」时把图片替换后重试。 + 智谱 Coding Plan 配额窗口误标 + 智谱 Coding Plan 视图不再在每个周周期的最后几个小时把 5 小时窗口和周窗口标反。两个窗口现在按显式的 unit 字段分类(3 = 5 小时、6 = 周),而不再靠按重置时间升序排序——后者恰好在用户最常查周额度的时候把两者标反;当字段缺失时仍回退到旧的重置时间启发式(#3036)。 + macOS 重复供应商终端窗口 +ReleaseNotesUrl: https://github.com/farion1231/cc-switch/releases/tag/v3.16.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.yaml b/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.yaml new file mode 100644 index 0000000000000..7004a07ca32aa --- /dev/null +++ b/manifests/f/farion1231/CC-Switch/3.16.3/farion1231.CC-Switch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: farion1231.CC-Switch +PackageVersion: 3.16.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From faf4893591eca32d553d289daa4e9c5cdd716a89 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 15 Jun 2026 07:15:29 -0400 Subject: [PATCH 05/49] New version: Canva.Affinity version 3.2.2.4557 (#388009) --- .../3.2.2.4557/Canva.Affinity.installer.yaml | 119 ++++++++++++++++++ .../Canva.Affinity.locale.en-US.yaml | 22 ++++ .../Affinity/3.2.2.4557/Canva.Affinity.yaml | 8 ++ 3 files changed, 149 insertions(+) create mode 100644 manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.installer.yaml create mode 100644 manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.locale.en-US.yaml create mode 100644 manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.yaml diff --git a/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.installer.yaml b/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.installer.yaml new file mode 100644 index 0000000000000..af49fe7a23610 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.installer.yaml @@ -0,0 +1,119 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Canva.Affinity +PackageVersion: 3.2.2.4557 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +UpgradeBehavior: install +FileExtensions: +- 3fr +- abr +- af +- afassets +- afbook +- afbrushes +- afdesign +- affont +- afluts +- afmacros +- afpackage +- afpalette +- afphoto +- afpub +- afshort +- afstudio +- afstyles +- aftemplate +- ai +- ari +- arw +- bay +- bmp +- cap +- cr2 +- cr3 +- crw +- dcr +- dcs +- dng +- drf +- dwg +- dxb +- dxf +- emf +- eps +- erf +- exr +- fff +- fh10 +- fh11 +- gif +- hdp +- hdr +- heic +- idml +- iiq +- j2k +- jp2 +- jpeg +- jpegxr +- jpg +- jxl +- jxr +- k25 +- kdc +- lfp +- mdc +- mef +- mos +- mrw +- nef +- nefx +- nrw +- orf +- pdf +- pef +- png +- ps +- psb +- psd +- ptx +- pxn +- r3d +- raf +- raw +- rw2 +- rwl +- sr2 +- srf +- srw +- svg +- tga +- tif +- tiff +- wdp +- webp +- wmf +- x3f +PackageFamilyName: Canva.Affinity_8a0j1tnjnt4a4 +RestrictedCapabilities: +- runFullTrust +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://affinity-update.serif.com/windows/3/studio/retail/Affinity-Affinity-Store-x64-4557-edef263cf88fb866afb3d227aef39230812deabc.msix + InstallerSha256: B15DF22E96582DE73BEF487F202D063E884FF6C38D3699FABAE96CC3988A049D + SignatureSha256: 00630EE64D8FBF23753F17307B2178F43EC6DF8AEEDA435EC30663546064785B + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Canva.Affinity_3.2.2.4557_x64__8a0j1tnjnt4a4' +- Architecture: arm64 + InstallerUrl: https://affinity-update.serif.com/windows/3/studio/retail/Affinity-Affinity-Store-arm64-4557-edef263cf88fb866afb3d227aef39230812deabc.msix + InstallerSha256: 0EB94CEC093A27E7DE4045FEB6D4158F21DD31B4A872B21AE204180E761558F7 + SignatureSha256: 63689B5BF760479AAAF59B85BCE315E7D82C0CBDC4D58C59F6831F3D9A950441 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Canva.Affinity_3.2.2.4557_arm64__8a0j1tnjnt4a4' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.locale.en-US.yaml b/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.locale.en-US.yaml new file mode 100644 index 0000000000000..873b72e678976 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Canva.Affinity +PackageVersion: 3.2.2.4557 +PackageLocale: en-US +Publisher: Canva +PublisherSupportUrl: https://www.affinity.studio/help/ +Author: Canva Pty Ltd. +PackageName: Affinity +PackageUrl: https://www.affinity.studio/ +License: Proprietary +Copyright: © 2025 All Rights Reserved, Affinity +ShortDescription: Award-winning integrated graphic design, photo-editing and publishing solution. +Moniker: affinity +Tags: +- design +- editing +- graphic-design +- photo-editing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.yaml b/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.yaml new file mode 100644 index 0000000000000..f7888f09e3195 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.2.2.4557/Canva.Affinity.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: Canva.Affinity +PackageVersion: 3.2.2.4557 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d473498ad64b18e763e04fb86e4259dcfc5dc199 Mon Sep 17 00:00:00 2001 From: ggml-bot-2 Date: Mon, 15 Jun 2026 14:15:44 +0300 Subject: [PATCH 06/49] New version: ggml.llamacpp version b9637 (#388010) --- .../b9637/ggml.llamacpp.installer.yaml | 30 ++++++++++ .../b9637/ggml.llamacpp.locale.en-US.yaml | 60 +++++++++++++++++++ .../g/ggml/llamacpp/b9637/ggml.llamacpp.yaml | 8 +++ 3 files changed, 98 insertions(+) create mode 100644 manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.installer.yaml create mode 100644 manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.locale.en-US.yaml create mode 100644 manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.yaml diff --git a/manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..784bf1ca77af9 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9637/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: b9637 +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-14 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9637/llama-b9637-bin-win-vulkan-x64.zip + InstallerSha256: A353945604CFFDAC3D0D6DA6392DE78CA565A531A6F2FF3521F44B9B7C6E553F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..ea30207fbfb84 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9637/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: b9637 +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: |- + chat: add dedicated Cohere2MoE (North Code) parser (#24615) + - chat: add dedicated Cohere2MoE (North Code) parser + - Some renames to make @CISC happy :> + 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 x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows x64 (Vulkan) + - 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/b9637 +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/b9637/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b9637/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..046b1b4fb4fa3 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9637/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: b9637 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d432677c93415328056af6db704b0d1661cb6bc7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:15:59 +0800 Subject: [PATCH 07/49] New version: AngryMiao.AMMaster version 1.3.7 (#388020) --- .../1.3.7/AngryMiao.AMMaster.installer.yaml | 19 +++++++++++++ .../AngryMiao.AMMaster.locale.en-US.yaml | 28 +++++++++++++++++++ .../AngryMiao.AMMaster.locale.zh-CN.yaml | 26 +++++++++++++++++ .../AMMaster/1.3.7/AngryMiao.AMMaster.yaml | 8 ++++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.installer.yaml create mode 100644 manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.locale.en-US.yaml create mode 100644 manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.locale.zh-CN.yaml create mode 100644 manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.yaml diff --git a/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.installer.yaml b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.installer.yaml new file mode 100644 index 0000000000000..40dee55af09a5 --- /dev/null +++ b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.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: AngryMiao.AMMaster +PackageVersion: 1.3.7 +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: AM_MasterSetup_V1.3.7.exe +Scope: machine +UpgradeBehavior: install +ProductCode: AM_Master +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://angrymiao-diy.oss-cn-shenzhen.aliyuncs.com/version_manager/AM_MasterSetup_V1.3.7_202606151616yATK.zip + InstallerSha256: 7482097DF6F8436F854AFE457657A8FCC17255AB6D096ADB215CF6A5411EFE4B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.locale.en-US.yaml b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..802ce8bdb517c --- /dev/null +++ b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AngryMiao.AMMaster +PackageVersion: 1.3.7 +PackageLocale: en-US +Publisher: Angrymiao, Inc. +PublisherUrl: https://www.angrymiao.com/en/ +PublisherSupportUrl: https://www.angrymiao.com/en/about-us/ +PrivacyUrl: https://www.angrymiao.com/en/privacy-policy/ +Author: Angry Miao Technology Co., Limited +PackageName: AM_Master +PackageUrl: https://www.angrymiao.com/en/am-master/ +License: Freeware +LicenseUrl: https://www.angrymiao.com/en/terms-of-service/ +Copyright: Copyright ©2026 Angry Miao +ShortDescription: Angry Miao Device Center. +Tags: +- angrymiao +- china +- prc +ReleaseNotes: |- + 1. Added .97 Angle Rotation. + 2. Optimized the loading time when entering the mouse interface. + 3. Fixed import and export issues. +ReleaseNotesUrl: https://www.angrymiao.com/en/am-master-history/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.locale.zh-CN.yaml b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65a885bfb7584 --- /dev/null +++ b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.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: AngryMiao.AMMaster +PackageVersion: 1.3.7 +PackageLocale: zh-CN +Publisher: Angrymiao, Inc. +PublisherUrl: https://www.angrymiao.com/cn/ +PublisherSupportUrl: https://www.angrymiao.com/cn/about-us/ +PrivacyUrl: https://www.angrymiao.com/cn/privacy-policy/ +Author: 珠海市怒喵科技有限公司 +PackageName: AM_Master +PackageUrl: https://www.angrymiao.com/cn/am-master/ +License: 免费软件 +LicenseUrl: https://www.angrymiao.com/cn/terms-of-service/ +Copyright: Copyright ©2026 Angry Miao +ShortDescription: Angry Miao 硬件设备固件和配置文件的一站式管理软件 +Tags: +- 怒喵 +ReleaseNotes: |- + 1. 新增.97 角度旋转 + 2. 优化鼠标进入界面时间 + 3. 修复导入导出问题 +ReleaseNotesUrl: https://www.angrymiao.com/cn/am-master-history/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.yaml b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.yaml new file mode 100644 index 0000000000000..d5a933cfb7f7c --- /dev/null +++ b/manifests/a/AngryMiao/AMMaster/1.3.7/AngryMiao.AMMaster.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: AngryMiao.AMMaster +PackageVersion: 1.3.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 44ca348c5698ef416fba373f003371e792772af3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:16:25 +0800 Subject: [PATCH 08/49] New version: codexu.NoteGen version 0.29.1 (#388023) --- .../0.29.1/codexu.NoteGen.installer.yaml | 26 +++++++ .../0.29.1/codexu.NoteGen.locale.en-GB.yaml | 52 ++++++++++++++ .../0.29.1/codexu.NoteGen.locale.en-US.yaml | 61 ++++++++++++++++ .../0.29.1/codexu.NoteGen.locale.zh-CN.yaml | 72 +++++++++++++++++++ .../codexu/NoteGen/0.29.1/codexu.NoteGen.yaml | 8 +++ 5 files changed, 219 insertions(+) create mode 100644 manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.installer.yaml create mode 100644 manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-GB.yaml create mode 100644 manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-US.yaml create mode 100644 manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.zh-CN.yaml create mode 100644 manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.yaml diff --git a/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.installer.yaml b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.installer.yaml new file mode 100644 index 0000000000000..9fbbad7aaf585 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.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: codexu.NoteGen +PackageVersion: 0.29.1 +UpgradeBehavior: install +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.29.1/NoteGen_0.29.1_x64-setup.exe + InstallerSha256: EE71DE67FE7206A6D37421CB0FD4D42CC9576E69758F8E887273C76DE009D1ED + ProductCode: NoteGen +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.29.1/NoteGen_0.29.1_x64_en-US.msi + InstallerSha256: 94056E4851DBB04E6B9F400AD93051AA72D83C9A8DCDA3647A959120937C7C88 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{D5260858-7332-4268-821F-72ED43732A3F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E353DB5D-25D7-5FA9-B7DC-C4BC524A075E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-GB.yaml b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-GB.yaml new file mode 100644 index 0000000000000..c20fdb2711c77 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-GB.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.29.1 +PackageLocale: en-GB +Description: |- + NoteGen is a cross-platform AI note-taking application focused on recording and writing, developed based on Tauri. + The core philosophy of NoteGen is to combine recording, writing, and AI, with all three complementing each other. The recording function helps users quickly capture and organise fragmented knowledge. The organisation function is the bridge connecting recording and writing, which can organise continuously recorded content into a readable note, assisting users in completing the creation process from scratch. If the AI-organised results cannot meet your requirements, you can use the writing function to refine it yourself. + Recording + Recording methods supported: + 1. 🖥️ Screenshot recording, through which users can quickly capture and record fragmented knowledge, especially in situations where text copying is not possible. + 2. 📄 Text recording, which allows copying text or manually inputting brief content as a record. + 3. 🖼️ Illustration recording, which can be automatically inserted into appropriate positions when generating notes. + 4. 📇 File recording, which recognises content from PDF, md, html, txt, and other files for text recording. + 5. 🔗 Link recording (to be implemented), using web crawlers for page content recognition and recording. + 6. 📷 Photo recording (to be implemented), similar to illustration recording, calling the camera to record, suitable for future mobile use. + Auxiliary recording: + • 🏷️ Custom tags for better categorisation and differentiation of different recording scenarios. + • 🤖 AI conversation, by default associated with records under the current tag, and you can also manually associate it with any article in your writing. + • 📋 Clipboard recognition, which automatically recognises images or text in the clipboard after you copy them. + • 💾 Organisation, when you have completed a series of records, you can try to let AI help you organise them into an article. + Writing + • 🗂 File manager, supporting management of files and folders in local and Github repositories, with unlimited directory levels. + • 📝 Support for WYSIWYG, instant rendering, and split-screen preview modes. + • 📅 Version control, if you enable synchronisation, you can trace back to historically uploaded records in the history. + • 🤖 AI assistance, supporting Q&A, continuation, optimisation, simplification, translation, and other functions, and you can insert records into any position of the article at any time. + • 🏞️ Image hosting, directly copy and paste images into the Markdown editor, which will automatically upload the image to the image hosting service and convert it to a Markdown image link. + • 🛠️ HTML and Markdown conversion, copying content from browsers will automatically convert it to Markdown format. + Auxiliary + • 📦 Large model support, with multiple built-in large model configurations, supporting customisation and easy switching. + • 👁️ OCR, which can assist in recognising text in images. + • 🏗️ Organisation templates, which can be customised for AI to organise different types of content. + • 🔎 Global search, for quickly searching and jumping to specified content. + • 🌃 Image hosting management, for convenient management of image hosting repository content. + • 💎 Themes and appearance, supporting dark theme, and appearance settings for Markdown, code, etc. +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- bookmark +- clipping +- favourite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.29.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-US.yaml b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-US.yaml new file mode 100644 index 0000000000000..c39b5bd4086b2 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.29.1 +PackageLocale: en-US +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: © 2026 codexu +ShortDescription: A cross-platform AI note-taking application focused on recording and writing. +Description: |- + NoteGen is a cross-platform AI note-taking application focused on recording and writing, developed based on Tauri. + The core philosophy of NoteGen is to combine recording, writing, and AI, with all three complementing each other. The recording function helps users quickly capture and organize fragmented knowledge. The organization function is the bridge connecting recording and writing, which can organize continuously recorded content into a readable note, assisting users in completing the creation process from scratch. If the AI-organized results cannot meet your requirements, you can use the writing function to refine it yourself. + Recording + Recording methods supported: + 1. 🖥️ Screenshot recording, through which users can quickly capture and record fragmented knowledge, especially in situations where text copying is not possible. + 2. 📄 Text recording, which allows copying text or manually inputting brief content as a record. + 3. 🖼️ Illustration recording, which can be automatically inserted into appropriate positions when generating notes. + 4. 📇 File recording, which recognizes content from PDF, md, html, txt, and other files for text recording. + 5. 🔗 Link recording (to be implemented), using web crawlers for page content recognition and recording. + 6. 📷 Photo recording (to be implemented), similar to illustration recording, calling the camera to record, suitable for future mobile use. + Auxiliary recording: + - 🏷️ Custom tags for better categorization and differentiation of different recording scenarios. + - 🤖 AI conversation, by default associated with records under the current tag, and you can also manually associate it with any article in your writing. + - 📋 Clipboard recognition, which automatically recognizes images or text in the clipboard after you copy them. + - 💾 Organization, when you have completed a series of records, you can try to let AI help you organize them into an article. + Writing + - 🗂 File manager, supporting management of files and folders in local and Github repositories, with unlimited directory levels. + - 📝 Support for WYSIWYG, instant rendering, and split-screen preview modes. + - 📅 Version control, if you enable synchronization, you can trace back to historically uploaded records in the history. + - 🤖 AI assistance, supporting Q&A, continuation, optimization, simplification, translation, and other functions, and you can insert records into any position of the article at any time. + - 🏞️ Image hosting, directly copy and paste images into the Markdown editor, which will automatically upload the image to the image hosting service and convert it to a Markdown image link. + - 🛠️ HTML and Markdown conversion, copying content from browsers will automatically convert it to Markdown format. + Auxiliary + - 📦 Large model support, with multiple built-in large model configurations, supporting customization and easy switching. + - 👁️ OCR, which can assist in recognizing text in images. + - 🏗️ Organization templates, which can be customized for AI to organize different types of content. + - 🔎 Global search, for quickly searching and jumping to specified content. + - 🌃 Image hosting management, for convenient management of image hosting repository content. + - 💎 Themes and appearance, supporting dark theme, and appearance settings for Markdown, code, etc. +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- bookmark +- clipping +- favorite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.29.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.zh-CN.yaml b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c81c010ba8b0 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.locale.zh-CN.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.29.1 +PackageLocale: zh-CN +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: 一款专注于记录和写作的跨端 AI 笔记应用。 +Description: |- + NoteGen 是一款专注于记录和写作的跨端 AI 笔记应用,基于 Tauri 开发。 + NoteGen 的核心理念是将记录、写作和 AI 结合使用,三者相辅相成。记录功能可以帮助用户快速捕捉和整理碎片化知识。整理功能是连接记录和写作的桥梁,可将持续记录的内容整理成一篇可读的笔记,辅助用户完成从零到一的创作过程,如果 AI 整理的结果无法满足你的要求,那么你可以使用写作功能自行去完善。 + 记录 + 记录方式支持: + 1. 🖥️ 截图记录,通过截图,用户可以快速捕捉和记录碎片化知识,尤其是在遇到无法进行文本复制的情况下。 + 2. 📄 文本记录,可以复制文本或者手动输入一些简短的内容作为一次记录。 + 3. 🖼️ 插图记录,可以在笔记生成时,自动插入到合适的位置。 + 4. 📇 文件记录,识别 PDF、md、html、txt 等文件内容,进行文字记录。 + 5. 🔗 链接记录(待实现),使用爬虫进行页面内容识别与记录。 + 6. 📷 拍照记录(待实现)功能类似于插图记录,调用相机记录,适合未来移动端。 + 辅助记录: + - 🏷️ 自定义标签,更好地归类和区分不同的记录场景。 + - 🤖 AI 对话,默认关联当前标签下的记录,你也可以手动去关联写作内的任何文章。 + - 📋 剪贴板识别,在你进行图片或文本复制后,会自动识别剪贴板中的图片或文本。 + - 💾 整理,当你已经完成了一系列的记录之后,可以尝试让 AI 帮你整理为一篇文章。 + 写作 + - 🗂 文件管理器,支持本地和 Github 仓库的文件和文件夹的管理,支持无限层级目录。 + - 📝 支持所见即所得、即时渲染、分屏预览三种模式。 + - 📅 版本控制,如果你开启了同步功能,可以在历史记录中回溯历史上传过的记录。 + - 🤖 AI 辅助,支持问答、续写、优化、精简、翻译等功能,且可以随时将记录插入到文章任何位置。 + - 🏞️ 图床,直接复制图片粘贴在 Markdown 编辑器中,将自动将此图片上传至图床,并转换为 Markdown 图片链接。 + - 🛠️ HTML、Markdown 转换,复制浏览器的内容,将自动转换为 Markdown 格式。 + 辅助 + - 📦 大模型支持,内置多种大模型配置,支持自定义,随意切换。 + - 👁️ OCR,可以辅助识别图片内的文字。 + - 🏗️ 整理模板,可自定义模板,方便 AI 对不同类型的内容进行定制化整理。 + - 🔎 全局搜索,可以快速搜索并跳转至指定的内容。 + - 🌃 图床管理,可以方便的管理图床仓库的内容。 + - 💎 主题与外观,支持深色主题,支持 Markdown、代码等外观设置。 +Tags: +- 书摘 +- 书签 +- 人工智能 +- 剪藏 +- 大语言模型 +- 收藏 +- 收藏夹 +- 知识 +- 知识库 +- 笔记 +ReleaseNotes: |- + - 文件管理器支持多选操作,可使用 Ctrl/⌘ 多选文件,也支持鼠标框选多个文件。 + - 文件管理器支持对多选文件批量复制、剪切和删除。 + - Markdown 编辑器支持拖拽节点,方便调整内容结构。 + - Markdown 编辑器支持插入本地文件链接,外部链接可通过系统默认程序打开。 + - Slash 菜单升级为二级菜单,并新增「生成章节」「总结」「自定义指令」等 AI 写作入口。 + - Slash 菜单补充四级到六级标题、文件插入等更多块类型。 + - AI 输出完成后会高亮本次生成的内容,方便确认、接受或撤销。 + - 优化记录图片缩略图加载与预览体验,降低大量图片记录场景下的加载压力。 + - 优化图片预览组件,支持更好的缩放、旋转、关闭和加载状态。 + - 优化 README 项目介绍,让新用户更容易理解 NoteGen 的核心工作流。 + - 修复移动端记录缩略图加载缓慢的问题。 + - 修复 Markdown 编辑器 BubbleMenu 初始状态下偶尔异常出现的问题。 +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.29.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.yaml b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.yaml new file mode 100644 index 0000000000000..6044ad60402ce --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.29.1/codexu.NoteGen.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: codexu.NoteGen +PackageVersion: 0.29.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 62f620d5e98a8e3d2fa3f95e385661a07ca134fc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:16:39 +0800 Subject: [PATCH 09/49] New version: Deezer.Deezer version 7.1.240 (#388024) --- .../7.1.240/Deezer.Deezer.installer.yaml | 21 +++++++++++ .../7.1.240/Deezer.Deezer.locale.en-US.yaml | 35 +++++++++++++++++++ .../7.1.240/Deezer.Deezer.locale.zh-CN.yaml | 22 ++++++++++++ .../Deezer/Deezer/7.1.240/Deezer.Deezer.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.installer.yaml create mode 100644 manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.locale.en-US.yaml create mode 100644 manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.locale.zh-CN.yaml create mode 100644 manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.yaml diff --git a/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.installer.yaml b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.installer.yaml new file mode 100644 index 0000000000000..1bccffff47aa4 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.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: Deezer.Deezer +PackageVersion: 7.1.240 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- deezer +- dzr +ProductCode: 67490f87-0893-5593-ae76-b1e5d0acd13f +ReleaseDate: 2026-06-08 +Installers: +- Architecture: x86 + InstallerUrl: https://www.deezer.com/desktop/update/artifact-win32-x86-7.1.240 + InstallerSha256: 65AC383CA35F10D690990C15F6A45FBEE131FECA7385B434F82867CFEF46DA66 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.locale.en-US.yaml b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.locale.en-US.yaml new file mode 100644 index 0000000000000..eebc044f5c948 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.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: Deezer.Deezer +PackageVersion: 7.1.240 +PackageLocale: en-US +Publisher: Deezer +PublisherUrl: https://www.deezer.com/ +PublisherSupportUrl: https://support.deezer.com/ +PrivacyUrl: https://www.deezer.com/legal/personal-datas +Author: Deezer S.A. +PackageName: Deezer +PackageUrl: https://www.deezer.com/explore/download/ +License: Proprietary +LicenseUrl: https://www.deezer.com/legal/cgu +Copyright: © 2026 Deezer +CopyrightUrl: https://www.deezer.com/legal/cgu +ShortDescription: A French online music streaming service. +Moniker: deezer +Tags: +- 9nblggh6j7vv +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +PurchaseUrl: https://www.deezer.com/offers +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.locale.zh-CN.yaml b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..72eb2f282b992 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.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: Deezer.Deezer +PackageVersion: 7.1.240 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 来自法国的在线音乐流媒体服务 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.yaml b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.yaml new file mode 100644 index 0000000000000..244be18a4f15b --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.240/Deezer.Deezer.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: Deezer.Deezer +PackageVersion: 7.1.240 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e27fb271418d94005411244af33db20cde0d0ed7 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:35:03 -0700 Subject: [PATCH 10/49] Automatic update of Tulip.TulipPlayer from 2.10.3 to 2.11.0 (#387931) --- .../2.11.0/Tulip.TulipPlayer.installer.yaml | 23 +++++++ .../Tulip.TulipPlayer.locale.en-US.yaml | 67 +++++++++++++++++++ .../Tulip.TulipPlayer.locale.zh-CN.yaml | 29 ++++++++ .../TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml | 8 +++ 4 files changed, 127 insertions(+) create mode 100644 manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.installer.yaml create mode 100644 manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.en-US.yaml create mode 100644 manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.zh-CN.yaml create mode 100644 manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.installer.yaml b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.installer.yaml new file mode 100644 index 0000000000000..59b9ffccdc482 --- /dev/null +++ b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Jun/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tulip.TulipPlayer +PackageVersion: 2.11.0 +Protocols: +- tulip-player +ReleaseDate: 2025-10-03 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download.tulip.co/releases/prod/win/Tulip%20Player%20Setup.exe + InstallerSha256: 3103AE862BD7958DBCD442F624A6D3C869BC9BA10EDE3F4826E8550982FFC3BA + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: tulip-player-desktop +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.en-US.yaml b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..d18c3b3c60900 --- /dev/null +++ b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Automatically updated by the winget bot at 2026/Jun/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tulip.TulipPlayer +PackageVersion: 2.11.0 +PackageLocale: en-US +Publisher: Tulip +PublisherUrl: https://tulip.co/ +PublisherSupportUrl: https://support.tulip.co/ +PrivacyUrl: https://tulip.co/legal/privacy-policy/ +Author: Tulip Interfaces, Inc. +PackageName: Tulip Player +PackageUrl: https://download.tulip.co/ +License: Proprietary +LicenseUrl: https://tulip.co/legal/terms-of-service/ +Copyright: Copyright © 2025 Tulip Interfaces, Inc. +CopyrightUrl: https://tulip.co/legal/terms-of-service/ +ShortDescription: Play Tulip apps on machines, tablets, computers, and phones. Enable powerful, consumer-grade user experiences for your workforce across devices +Description: |- + Play Tulip apps on machines, tablets, computers, and phones. Enable powerful, consumer-grade user experiences for your workforce across devices + The Tulip Player windows application, offers an extended set of features: + A more immersive user experience: + - The Tulip Player Windows App will persist its window size, position, and full screen state across restarts. This can be helpful if you always want your Tulip Player to appear in the same position, or to always be maximized. + - The Tulip Player Windows App is a dedicated user experience. It can only be used to access Tulip Apps - not Facebook. + Better hardware access: + - The Tulip Player Windows App supports Tulip Vision + - It can open files from the local computer within your Tulip App. + - In some situations, hardware barcode scanners will work better. + - It supports a wide range of hardware devices which can be found here + Better authentication experience: + - Administrators only have to authenticate the Tulip Player Windows App once per physical computer. In contrast, the Tulip Web Player has to be authenticated separately for each operator. In some situations, shareable station links can be used to work around this limitation. + - For the the Tulip Player Windows App, credentials are securely persisted to the file system. This makes it harder for an operator to accidentally de-register their station, which would require an administrator to re-register them. + - The Tulip Player Windows App can be registered with multiple Tulip instances, making it easier to switch between a staging and production instance, for example. + - The Tulip Player Windows App and the Tulip App Editor can be used simultaneously. You must sign out of the App Editor in order to access the Tulip Web Player. + Diagnostics: + - The Tulip Player Windows App makes logs easier to access. + - The Tulip Player Windows App can collect more detailed information about the computer it’s running on. +ReleaseNotes: |- + We're excited to announce the release of Tulip Desktop Player version 2.9.0. + Version 2.9.0 of Desktop Player will be available for download by 9:00PM ET tomorrow (October 4th, 2025)! If you have auto updates enabled, the Desktop Player application will update in the background and changes will take effect the next time the application is restarted. Alternatively, you can manually initiate the update process from the file menu. + Feature Enhancements + - Adds Player support for a torque multi tool driver. + - We now have retry logic for async snapshot and video recordings, and if it fails, we now save the file locally. + - In Player, a warning will be shown if a user attempts to close Player while triggers are still executing. + - On the TorqueOP, the torqueOP driver now allows you to select job numbers greater than 99. + - For Edge Drivers, the Phidgets SDK is added for Edge Drivers. The cloud side changes will be added in the next few releases to allow users to use the driver/ + Bug Fixes + - Fixed a bug for the image or video capture feature in Vision. Now, there are "snapshotUploadFailed" and "videoUploadFailed" events that will display a message if related events (e.g. Start image capture, Start image capture of a Region, Record a video clip, or Record a video clip of a Region) fail to upload the captured image or video. + - Fixed an issue where the desktop player would navigate away from player app when clicking on hyperlinks in the document viewer. The links should now open on the default browser. + - Fixes issue where custom edge drivers were not starting. + End of Support for Mac Intel Processor + - Player 2.9.0 will be the last release that will be supported for Mac Intel Processor. This change impacts less than .08% of all interfaces and users who are impacted will be notified. See the community post here + Full List of Ticket ID included in Release + If you are tracking any of these tickets and would like more details, please contact Tulip Customer Support via support@tulip.co or live chat through your instance. + - PLAT-47023 + - PLAT-46899 + - PLAT-45919 + - PLAT-45118 + - PLAT-41734 + - PLAT-47325 + - PLAT-46901 + - PLAT-46174 + - PLAT-45518 + - PLAT-44047 +ReleaseNotesUrl: https://support.tulip.co/docs/player-290-release-october-2025 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.zh-CN.yaml b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f5d0747f88be4 --- /dev/null +++ b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Jun/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tulip.TulipPlayer +PackageVersion: 2.11.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在各类设备上运行 Tulip 应用,包括机器、平板、电脑和手机,为您的员工提供跨设备的强大消费级用户体验。 +Description: |- + 在各类设备上运行 Tulip 应用,包括机器、平板、电脑和手机。为您的员工提供跨设备的强大消费级用户体验。 + Tulip Player Windows 应用程序提供扩展功能集: + 更沉浸式的用户体验: + - 窗口尺寸、位置和全屏状态可跨重启保持,便于始终固定显示位置或保持最大化 + - 专属应用环境,仅用于访问 Tulip 应用(不支持 Facebook 等无关功能) + 更完善的硬件支持: + - 支持 Tulip Vision 视觉功能 + - 可在 Tulip 应用中直接打开本地计算机文件 + - 硬件条码扫描器兼容性更优 + - 支持广泛的硬件设备(具体清单参见此处) + 更便捷的认证体验: + - 管理员只需为每台物理计算机认证一次(相比网页版需逐个操作员认证) + - 凭证安全存储于文件系统,避免操作员意外注销工作站(需管理员重新注册) + - 支持同时注册多个 Tulip 实例(如测试环境与生产环境快速切换) + - 可与 Tulip 应用编辑器同时运行(使用网页版需先退出编辑器) + 诊断功能: + - 日志访问更便捷 + - 可收集更详尽的运行设备信息 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml new file mode 100644 index 0000000000000..ed4dd48529eb7 --- /dev/null +++ b/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tulip.TulipPlayer +PackageVersion: 2.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 76c4308bcdb608bdba2ebda641e3a8bb04f1ef8a Mon Sep 17 00:00:00 2001 From: programApe <52517845+chenqi92@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:35:18 +0800 Subject: [PATCH 11/49] New version: Chenqi92.PierX version 0.6.2 (#387932) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../PierX/0.6.2/Chenqi92.PierX.installer.yaml | 13 ++++++++++ .../0.6.2/Chenqi92.PierX.locale.en-US.yaml | 25 +++++++++++++++++++ .../0.6.2/Chenqi92.PierX.locale.zh-CN.yaml | 10 ++++++++ .../Chenqi92/PierX/0.6.2/Chenqi92.PierX.yaml | 6 +++++ 4 files changed, 54 insertions(+) create mode 100644 manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.installer.yaml create mode 100644 manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.en-US.yaml create mode 100644 manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.zh-CN.yaml create mode 100644 manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.yaml diff --git a/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.installer.yaml b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.installer.yaml new file mode 100644 index 0000000000000..45df690b37a83 --- /dev/null +++ b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.installer.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Chenqi92.PierX +PackageVersion: 0.6.2 +ManifestType: installer +ManifestVersion: 1.12.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: "https://github.com/chenqi92/Pier-X/releases/download/v0.6.2/Pier-X_0.6.2_x64-setup.exe" + InstallerSha256: 35A781A898B48247481DCDF977578790FB57CC3E8CDFA800FE134122EF1AED01 +- Architecture: arm64 + InstallerUrl: "https://github.com/chenqi92/Pier-X/releases/download/v0.6.2/Pier-X_0.6.2_arm64-setup.exe" + InstallerSha256: 2357F6E37D874D2F1BE85B07CADAD313BB440A64FEA88A43AAEDCE487C23E4F6 diff --git a/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.en-US.yaml b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.en-US.yaml new file mode 100644 index 0000000000000..854633059faa8 --- /dev/null +++ b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Chenqi92.PierX +PackageVersion: 0.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 +PackageLocale: en-US +Publisher: chenqi92 +PublisherUrl: "https://github.com/chenqi92" +PublisherSupportUrl: "https://github.com/chenqi92/Pier-X/issues" +Author: chenqi92 +PackageName: Pier-X +PackageUrl: "https://github.com/chenqi92/Pier-X" +License: MIT +LicenseUrl: "https://github.com/chenqi92/Pier-X/blob/main/LICENSE" +Copyright: Copyright (c) 2026 kkape.com +ShortDescription: IDE-style desktop workbench for terminal, Git, SSH, databases, and remote ops. +Description: Pier-X is a cross-platform desktop workbench for backend and operations engineers, combining terminal, Git, SSH, databases, Docker, logs, SFTP, and server management in one Tauri-based app. +Moniker: pier-x +Tags: +- tauri +- terminal +- ssh +- git +- database +- devtools diff --git a/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.zh-CN.yaml b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a14241e26d365 --- /dev/null +++ b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +PackageIdentifier: Chenqi92.PierX +PackageVersion: 0.6.2 +ManifestType: locale +ManifestVersion: 1.12.0 +PackageLocale: zh-CN +Publisher: chenqi92 +PackageName: Pier-X +ShortDescription: 把终端、Git、SSH、数据库和远程运维放进一个 IDE 风格工作台的桌面工具。 +Description: Pier-X 是面向后端和运维工程师的跨平台桌面工作台,整合终端、Git、SSH、数据库、Docker、日志、SFTP 和服务器管理能力。 diff --git a/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.yaml b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.yaml new file mode 100644 index 0000000000000..ecc90ba8407b7 --- /dev/null +++ b/manifests/c/Chenqi92/PierX/0.6.2/Chenqi92.PierX.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Chenqi92.PierX +PackageVersion: 0.6.2 +ManifestType: version +ManifestVersion: 1.12.0 +DefaultLocale: en-US From 714827c62c4092e67561c6ae479d7f0d06d079c2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:36:08 +0800 Subject: [PATCH 12/49] New version: kawayiYokami.P-ai version 0.12.3 (#388027) --- .../0.12.3/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.12.3/kawayiYokami.P-ai.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.installer.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.locale.en-US.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.locale.zh-CN.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.yaml diff --git a/manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 0000000000000..08cc2ea931ec8 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.12.3/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.12.3 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.12.3/P-ai_0.12.3_x64-setup.exe + InstallerSha256: 532B7CDDA85F9C7338907095948B89724DE1E5A155CEFBFBCA818FCDDA6952F7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 0000000000000..ca548db366370 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.12.3/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.12.3 +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.12.2...v0.12.3' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.12.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6af2febed64ba --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.12.3/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.12.3 +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.12.3/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.12.3/kawayiYokami.P-ai.yaml new file mode 100644 index 0000000000000..5a6a149499347 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.12.3/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.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6356ae205d10a20e411bae3ce906f310993a2a62 Mon Sep 17 00:00:00 2001 From: Jan Berdel <10817+Jabe@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:36:23 +0200 Subject: [PATCH 13/49] New version: Jabe.yolomover version 2.1.1 (#388028) Co-authored-by: Claude Opus 4.8 (1M context) --- .../2.1.1/Jabe.yolomover.installer.yaml | 18 +++++++++++ .../2.1.1/Jabe.yolomover.locale.en-US.yaml | 32 +++++++++++++++++++ .../Jabe/yolomover/2.1.1/Jabe.yolomover.yaml | 7 ++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.installer.yaml create mode 100644 manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.locale.en-US.yaml create mode 100644 manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.yaml diff --git a/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.installer.yaml b/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.installer.yaml new file mode 100644 index 0000000000000..20e5c33e61115 --- /dev/null +++ b/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jabe.yolomover +PackageVersion: 2.1.1 +InstallerType: portable +UpgradeBehavior: install +Commands: + - yolomover +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-15 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/Jabe/yolomover/releases/download/v2.1.1/yolomover-v2.1.1-x86_64-pc-windows-msvc.exe + InstallerSha256: 12D71FDCF7F00E621A2B98B5874F2295B7F1632A3F357BB08A0352B23959B488 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.locale.en-US.yaml b/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.locale.en-US.yaml new file mode 100644 index 0000000000000..5f1c9b53e3253 --- /dev/null +++ b/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jabe.yolomover +PackageVersion: 2.1.1 +PackageLocale: en-US +Publisher: Jabe +PublisherUrl: https://github.com/Jabe +PublisherSupportUrl: https://github.com/Jabe/yolomover/issues +PackageName: yolomover +PackageUrl: https://github.com/Jabe/yolomover +License: MIT +LicenseUrl: https://github.com/Jabe/yolomover/blob/master/LICENSE-MIT +ShortDescription: Move the Windows Recovery partition to the end of the disk +Description: |- + Move the Windows Recovery partition to the end of the disk so you can extend the boot volume — without manually chaining reagentc, a partition GUI, and extend every time. + + Requires Windows 10/11, GPT system disk, and administrator elevation. Use inspect and plan before relocate and extend. +Moniker: yolomover +Tags: + - gpt + - partition + - recovery + - windows + - winre +ReleaseNotes: |- + - Volume lock and dismount now engage before the recovery partition is relocated + - Fixed a crash on disks with multi-extent volumes or non-standard GPT layouts + - Correct WinRE re-registration when the recovery partition precedes the system volume + - Storage stack is refreshed immediately after the partition table is rewritten +ReleaseNotesUrl: https://github.com/Jabe/yolomover/releases/tag/v2.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.yaml b/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.yaml new file mode 100644 index 0000000000000..2ffe64bc19d11 --- /dev/null +++ b/manifests/j/Jabe/yolomover/2.1.1/Jabe.yolomover.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jabe.yolomover +PackageVersion: 2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 24e1f49d7c2cb33889f661d2f2bf46e7410609c8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:36:38 +0800 Subject: [PATCH 14/49] New version: Xmind.Xmind version 26.4.1327 (26.04.01327) (#388038) --- .../26.4.1327/Xmind.Xmind.installer.yaml | 21 ++++++++++++ .../26.4.1327/Xmind.Xmind.locale.en-US.yaml | 32 +++++++++++++++++++ .../26.4.1327/Xmind.Xmind.locale.zh-CN.yaml | 30 +++++++++++++++++ .../x/Xmind/Xmind/26.4.1327/Xmind.Xmind.yaml | 8 +++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.installer.yaml create mode 100644 manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.en-US.yaml create mode 100644 manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.zh-CN.yaml create mode 100644 manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.yaml diff --git a/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.installer.yaml b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.installer.yaml new file mode 100644 index 0000000000000..dd1c2f354523c --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.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: Xmind.Xmind +PackageVersion: 26.4.1327 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- xmind-zen +FileExtensions: +- xmind +ProductCode: fbd30ee5-8150-549e-9aed-fd9d444364fb +Installers: +- Architecture: x64 + InstallerUrl: https://www.xmind.app/xmind/downloads/Xmind-for-Windows-x64bit-26.04.01327-202606142039.exe + InstallerSha256: 226A023EF38D432BA42BC7BB4395BD0436A6DBBFC12A481764651CC1FD123E57 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.en-US.yaml b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.en-US.yaml new file mode 100644 index 0000000000000..724ac8bf89192 --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Xmind.Xmind +PackageVersion: 26.4.1327 +PackageLocale: en-US +Publisher: XMIND LTD. +PublisherUrl: https://xmind.app/ +PublisherSupportUrl: https://support.xmind.net/ +PrivacyUrl: https://xmind.app/privacy/ +Author: Xmind Ltd. +PackageName: Xmind +PackageUrl: https://xmind.app/ +License: Proprietary +LicenseUrl: https://xmind.app/terms/ +Copyright: © 2006 - 2026 XMIND LTD. +ShortDescription: A full-featured Swiss Army Knife for your brain. +Description: The full-featured mind mapping and brainstorming app. Like a Swiss Army Knife, Xmind offers a complete toolset for thinking and creativity. +Moniker: xmind-zen +Tags: +- mind-map +- mind-mapping +- mindmap +ReleaseNotesUrl: https://xmind.app/desktop/release-notes/ +PurchaseUrl: https://xmind.app/pricing/ +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://xmind.app/user-guide/xmind +- DocumentLabel: FAQ + DocumentUrl: https://xmind.app/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.zh-CN.yaml b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd78b3e358762 --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Xmind.Xmind +PackageVersion: 26.4.1327 +PackageLocale: zh-CN +Publisher: XMIND LTD. +PublisherUrl: https://xmind.cn/ +PublisherSupportUrl: https://support.xmind.net/ +PrivacyUrl: https://xmind.cn/privacy/ +Author: 深圳市爱思软件技术有限公司 +PackageName: Xmind +PackageUrl: https://xmind.cn/ +License: 专有软件 +LicenseUrl: https://xmind.cn/terms/ +Copyright: © 2006 - 2026 XMIND LTD. +ShortDescription: 思如泉涌,成竹在图 +Description: Xmind 是一款 全功能 的思维导图和头脑风暴软件。像大脑的瑞士军刀一般,助你理清思路,捕捉创意。 +Tags: +- 思维导图 +- 脑图 +ReleaseNotesUrl: https://xmind.cn/desktop/release-notes/ +PurchaseUrl: https://xmind.cn/pricing +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://xmind.cn/user-guide/xmind/ +- DocumentLabel: 常见问题 + DocumentUrl: https://xmind.cn/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.yaml b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.yaml new file mode 100644 index 0000000000000..d0aaf96901c78 --- /dev/null +++ b/manifests/x/Xmind/Xmind/26.4.1327/Xmind.Xmind.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: Xmind.Xmind +PackageVersion: 26.4.1327 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 988d2ae4e9a72f34ab2d75657e5b6381c153e9db Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Mon, 15 Jun 2026 13:56:03 +0200 Subject: [PATCH 15/49] General maintenance: Japplis.Watch version 1.10 (#387962) --- .../Watch/1.10/Japplis.Watch.installer.yaml | 18 ++++++++++++--- .../1.10/Japplis.Watch.locale.en-US.yaml | 22 ++++++++++--------- .../j/Japplis/Watch/1.10/Japplis.Watch.yaml | 5 ++--- 3 files changed, 29 insertions(+), 16 deletions(-) diff --git a/manifests/j/Japplis/Watch/1.10/Japplis.Watch.installer.yaml b/manifests/j/Japplis/Watch/1.10/Japplis.Watch.installer.yaml index 0937d517d2534..effd1e19fc5d1 100644 --- a/manifests/j/Japplis/Watch/1.10/Japplis.Watch.installer.yaml +++ b/manifests/j/Japplis/Watch/1.10/Japplis.Watch.installer.yaml @@ -1,27 +1,39 @@ # Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Japplis.Watch PackageVersion: 1.10 Platform: - Windows.Desktop -InstallerType: inno InstallModes: - interactive - silent - silentWithProgress Installers: - Architecture: x64 + InstallerType: inno Scope: machine InstallerUrl: https://www.japplis.com/watch/versions/Watch-1.10.exe InstallerSha256: e9a0b35e384d41fa3543170eaa0629b41ddea958bff1a0c7472015599f3a5e85 InstallerSwitches: Custom: /ALLUSERS - Architecture: x64 + InstallerType: inno Scope: user InstallerUrl: https://www.japplis.com/watch/versions/Watch-1.10.exe InstallerSha256: e9a0b35e384d41fa3543170eaa0629b41ddea958bff1a0c7472015599f3a5e85 InstallerSwitches: Custom: /CURRENTUSER +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Watch\Watch.exe + PortableCommandAlias: watch + ArchiveBinariesDependOnPath: true + InstallerUrl: https://www.japplis.com/watch/Watch.zip + InstallerSha256: effed30192eba5817adafdec462dea0f5aacf81953aeadfd1e24fa27f3ce6c8c + AppsAndFeaturesEntries: + - DisplayName: Japplis Watch (Portable) ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 diff --git a/manifests/j/Japplis/Watch/1.10/Japplis.Watch.locale.en-US.yaml b/manifests/j/Japplis/Watch/1.10/Japplis.Watch.locale.en-US.yaml index c3518227e0684..7422dc79475a5 100644 --- a/manifests/j/Japplis/Watch/1.10/Japplis.Watch.locale.en-US.yaml +++ b/manifests/j/Japplis/Watch/1.10/Japplis.Watch.locale.en-US.yaml @@ -1,5 +1,4 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Japplis.Watch PackageVersion: 1.10 @@ -9,27 +8,30 @@ PublisherUrl: https://www.japplis.com Author: Anthony Goubard PackageName: Japplis Watch PackageUrl: https://www.japplis.com/watch/ -License: Freeware +License: Proprietary (Freeware) LicenseUrl: https://www.japplis.com/watch/license.txt Copyright: Copyright © 2009 - 2025 Japplis. All rights reserved. -ShortDescription: Time related tools like clock, timer, stopwatch, alarm, time zones and more +ShortDescription: Time related tools like clock, timer, stopwatch, alarm, time zones and more. Description: |- Japplis Watch - Clock / Timer / Stopwatch / Alarm / Time Zones / More Japplis Watch is a set of time utilities. It contains a clock, timer, stopwatch, alarm, calendar, time zone, countdown to date, server time and pomodoro/HIIT. The window can remain always on top and be transparent. ReleaseNotesUrl: https://www.japplis.com/watch/changes.txt Moniker: watch -Tags: -- watch -- clock +Tags: +- time-watch +- clock-with-seconds +- clockwithseconds +- alarm-clock +- alarmclock - timer - stopwatch -- alarm - calendar +- time-zone - timezone - countdown - date - time - pomodoro -- HIIT +- hiit ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 diff --git a/manifests/j/Japplis/Watch/1.10/Japplis.Watch.yaml b/manifests/j/Japplis/Watch/1.10/Japplis.Watch.yaml index 0903ffc5c359d..c52eb956ac62f 100644 --- a/manifests/j/Japplis/Watch/1.10/Japplis.Watch.yaml +++ b/manifests/j/Japplis/Watch/1.10/Japplis.Watch.yaml @@ -1,8 +1,7 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Japplis.Watch PackageVersion: 1.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 From 7753f9e21dd86a7b6df64a6ab3755911ee4ac022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:56:52 +0200 Subject: [PATCH 16/49] New version: zarunbal.LogExpert version 1.40.3 (#388026) --- .../1.40.3/zarunbal.LogExpert.installer.yaml | 17 +++++++ .../zarunbal.LogExpert.locale.en-US.yaml | 49 +++++++++++++++++++ .../LogExpert/1.40.3/zarunbal.LogExpert.yaml | 8 +++ 3 files changed, 74 insertions(+) create mode 100644 manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.installer.yaml create mode 100644 manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.locale.en-US.yaml create mode 100644 manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.yaml diff --git a/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.installer.yaml b/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.installer.yaml new file mode 100644 index 0000000000000..6c13bae449b84 --- /dev/null +++ b/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.installer.yaml @@ -0,0 +1,17 @@ +# 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: zarunbal.LogExpert +PackageVersion: 1.40.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: LogExpert.exe +ReleaseDate: 2026-06-15 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/LogExperts/LogExpert/releases/download/v1.40.3/LogExpert.1.40.3.zip + InstallerSha256: D898E5F685288B2A10B657F2A39F61CF94D3EAD503F1388B0A1962FD95D2430A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.locale.en-US.yaml b/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.locale.en-US.yaml new file mode 100644 index 0000000000000..09c056b2bc59b --- /dev/null +++ b/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.locale.en-US.yaml @@ -0,0 +1,49 @@ +# 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: zarunbal.LogExpert +PackageVersion: 1.40.3 +PackageLocale: en-US +Publisher: zarunbal +PublisherUrl: https://github.com/zarunbal +PublisherSupportUrl: https://github.com/zarunbal/LogExpert/issues +PackageName: LogExpert +PackageUrl: https://github.com/zarunbal/LogExpert +License: MIT License +LicenseUrl: https://github.com/LogExperts/LogExpert/blob/HEAD/LICENSE +ShortDescription: Windows tail program and log file analyzer. +Description: |- + LogExpert is a Windows tail program (a GUI replacement for the Unix tail command). + + Summary of (most) features: + - Tail mode + - MDI-Interface with Tabs + - Search function (including RegEx) + - Bookmarks + - A very flexible filter view and possibility to filter to tab + - Highlighting lines via search criteria + - Triggers (e.g. create Bookmark or execute a plugin) via search criteria + - Columnizers: Plugins which split log lines into columns + - Unicode support + - log4j XML file support + - 3rd party plugin support + - Plugin API for more log file data sources + - Automatical determine columnizer with given file name and content (Experimental) + - Serilog.Formatting.Compact format support (Experimental) + - Portable (all options / settings saved in application startup directory) +Tags: +- columnizer +- logger +- logger-interface +- logging +- winforms +ReleaseNotes: |- + What's Changed + - FileNotFoundException #623 by @Hirogen in #624 + Full Changelog: v1.40.2...v1.40.3 +ReleaseNotesUrl: https://github.com/LogExperts/LogExpert/releases/tag/v1.40.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/zarunbal/LogExpert/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.yaml b/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.yaml new file mode 100644 index 0000000000000..d3daa0c727aba --- /dev/null +++ b/manifests/z/zarunbal/LogExpert/1.40.3/zarunbal.LogExpert.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: zarunbal.LogExpert +PackageVersion: 1.40.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c03a71d226acabb21a0f5df5e3019120e7cc8f67 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:57:07 +0800 Subject: [PATCH 17/49] New version: Wondershare.Repairit version 6.6.6.13 (6.6.6) (#388036) --- .../Wondershare.Repairit.installer.yaml | 15 +++++++++ .../Wondershare.Repairit.locale.en-US.yaml | 32 +++++++++++++++++++ .../Wondershare.Repairit.locale.zh-CN.yaml | 26 +++++++++++++++ .../6.6.6.13/Wondershare.Repairit.yaml | 8 +++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.installer.yaml create mode 100644 manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.locale.en-US.yaml create mode 100644 manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.locale.zh-CN.yaml create mode 100644 manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.yaml diff --git a/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.installer.yaml b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.installer.yaml new file mode 100644 index 0000000000000..362018782de94 --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.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: Wondershare.Repairit +PackageVersion: 6.6.6.13 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{92A6E5FF-9CF6-47bf-BB78-ABEE552A7DA2}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/repairit_64bit_6.6.6_full5913.exe + InstallerSha256: EFCB38848B9C31B5DEE8C9157D277465BFE6A00F22AE4C62DC38CD4460B4AC4A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.locale.en-US.yaml b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.locale.en-US.yaml new file mode 100644 index 0000000000000..dcf6ee1fb5fb5 --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.Repairit +PackageVersion: 6.6.6.13 +PackageLocale: en-US +Publisher: Wondershare Software Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://repairit.wondershare.com/support.html +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare Repairit +PackageUrl: https://repairit.wondershare.com/ +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: One stop solution to fix broken files +Description: What to do when your videos, photos, files or audios get corrupted or fail to open? Don't worry! Here is a one-stop solution to repair corrupted videos, photos, files and audios regardless of their level of damage. +Tags: +- docs +- document +- file +- fix +- repair +ReleaseNotes: |- + 1. Upgraded AI image repair performance. + 2. Upgraded MKV format repair performance. + 3. Fixed some bugs. +PurchaseUrl: https://repairit.wondershare.com/buy/store.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.locale.zh-CN.yaml b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..839744adef2c1 --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.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: Wondershare.Repairit +PackageVersion: 6.6.6.13 +PackageLocale: zh-CN +Publisher: Wondershare Software Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://repairit.wondershare.com/support.html +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare Repairit +PackageUrl: https://repairit.wondershare.com/ +License: 专有软件 +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: 一站式破损文件修复解决方案 +Description: 视频、照片、文件或音频损坏或打不开怎么办?莫慌!这里有一站式解决方案,无论其损坏程度如何,都能对损坏的视频、照片、文件和音频进行修复。 +Tags: +- 修复 +- 文件 +- 文档 +PurchaseUrl: https://repairit.wondershare.com/buy/store.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.yaml b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.yaml new file mode 100644 index 0000000000000..ab92cb2b05282 --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.6.13/Wondershare.Repairit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wondershare.Repairit +PackageVersion: 6.6.6.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d57831de40f85ae4e2975e6775a85adcdd076253 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:57:23 +0800 Subject: [PATCH 18/49] New version: yetone.Alma version 0.0.827 (#388039) --- .../Alma/0.0.827/yetone.Alma.installer.yaml | 26 ++++++++++ .../0.0.827/yetone.Alma.locale.en-US.yaml | 50 +++++++++++++++++++ .../0.0.827/yetone.Alma.locale.zh-CN.yaml | 34 +++++++++++++ .../y/yetone/Alma/0.0.827/yetone.Alma.yaml | 8 +++ 4 files changed, 118 insertions(+) create mode 100644 manifests/y/yetone/Alma/0.0.827/yetone.Alma.installer.yaml create mode 100644 manifests/y/yetone/Alma/0.0.827/yetone.Alma.locale.en-US.yaml create mode 100644 manifests/y/yetone/Alma/0.0.827/yetone.Alma.locale.zh-CN.yaml create mode 100644 manifests/y/yetone/Alma/0.0.827/yetone.Alma.yaml diff --git a/manifests/y/yetone/Alma/0.0.827/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.827/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..fc42236cf134a --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.827/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.827 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.827-win-x64.exe + InstallerSha256: 34E2597852652096F7828C25CE7FCF63BE16CD1EB2948A89A682B3368D8E189E + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.827-win-x64.exe + InstallerSha256: 34E2597852652096F7828C25CE7FCF63BE16CD1EB2948A89A682B3368D8E189E + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.827/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.827/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..6e50e1780cdc4 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.827/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.827 +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: |- + Features + - Added on-device Read Aloud with a streaming player and new playback settings. + - Improved tool-call display in chat for a clearer experience. + - Updated script actions to show a description title and a dedicated icon. + Improvements + - Added a blue dot indicator for completed unread items in the sidebar. + Bug Fixes + - Fixed an issue where opening a completed background thread from the sidebar could show a blank screen. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.827/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.827/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d94459da5c5a9 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.827/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.827 +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.827/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.827/yetone.Alma.yaml new file mode 100644 index 0000000000000..8c2c2af1f528e --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.827/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.827 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 43113bafc6d7b843e708616b3833eede00c8bfcb Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 15 Jun 2026 08:17:48 -0400 Subject: [PATCH 19/49] New version: jdx.mise version 2026.6.10 (#387896) --- .../mise/2026.6.10/jdx.mise.installer.yaml | 26 ++++++++++ .../mise/2026.6.10/jdx.mise.locale.en-US.yaml | 51 +++++++++++++++++++ manifests/j/jdx/mise/2026.6.10/jdx.mise.yaml | 8 +++ 3 files changed, 85 insertions(+) create mode 100644 manifests/j/jdx/mise/2026.6.10/jdx.mise.installer.yaml create mode 100644 manifests/j/jdx/mise/2026.6.10/jdx.mise.locale.en-US.yaml create mode 100644 manifests/j/jdx/mise/2026.6.10/jdx.mise.yaml diff --git a/manifests/j/jdx/mise/2026.6.10/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.6.10/jdx.mise.installer.yaml new file mode 100644 index 0000000000000..b4739bd6a4646 --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.10/jdx.mise.installer.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.10 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe + PortableCommandAlias: mise-shim +- RelativeFilePath: mise/bin/mise.exe + PortableCommandAlias: mise +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.6.10/mise-v2026.6.10-windows-x64.zip + InstallerSha256: CFDC9D11CEAE211220BF68514C1D7FC67374A26CFBFB62FFEED10922CC1F6EC7 +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.6.10/mise-v2026.6.10-windows-arm64.zip + InstallerSha256: C7C68B30C475BC5DAFD4F692C18B9D73F3DA12057839EE5703D7E22989D03DC2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.6.10/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.6.10/jdx.mise.locale.en-US.yaml new file mode 100644 index 0000000000000..a80ad32e451b1 --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.10/jdx.mise.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.10 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://en.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.en.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Jeff Dickey +CopyrightUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Your dev env, already prepped. +Description: Your dev env, already prepped. One tool to manage languages, env vars, and tasks per project, reproducibly. +Moniker: mise +Tags: +- cli +- dev-tool +- env +- environment +- task +ReleaseNotes: |- + A focused release that adds a default shorthand for env vars, brings .7z archive support to Unix, and cleans up several long-standing PATH and shim edge cases on Linux, macOS, Windows, and WSL. + Added + - env: New { default = "fallback" } shorthand for [env] (and config/task [vars]). The default applies only when the variable is unset or empty; existing non-empty values from the process env or earlier config are preserved. Mixing default with value, required, or age now fails with a clear message (#10441 by @jdx). + [env] + EDITOR = { default = "vim" } # only used if $EDITOR is unset/empty + PORT = { default = "3000" } + - backend: .7z archives now extract on Unix as well as Windows, and strip_components probing works cross-platform. Migrated from the unmaintained sevenz-rust to sevenz-rust2, and tightened extraction to reject directory traversal and absolute paths (#10434 by @risu729). + + Fixed + - env: When env_shell_expand is enabled, ${VAR:-default} now follows POSIX semantics: empty strings are treated as missing (fallback applies), ${VAR-default} only substitutes when the variable is unset, and fallback text is recursively expanded (e.g. ${NONEXISTENT:-$OTHER}). Braced parsing is also stricter — unterminated ${… stays literal and } inside $(…) no longer closes the brace (#10445 by @jdx, fixes #10444). + - env: mise x / run / env now strip mise-managed install directories from the inherited PATH when composing the child environment. Stale entries carried in from a frozen env snapshot (IDE terminals, CI wrappers, AI-agent harnesses) no longer sit ahead of the freshly injected bin dir, so subshells, #!/usr/bin/env shebangs, and package-manager workers all resolve the requested tool version (#10422 by @JamBalaya56562, addresses #10345). + - vfox: Plugin install hooks that shell out via Lua os.execute now run under the same sanitized mise_env as cmd.exec. Combined with new resolution of tools = true env values during install, this fixes setups like gcloud depending on python where a single mise install previously left CLOUDSDK_PYTHON pointing at a nonexistent path (#10432 by @JamBalaya56562, fixes #10282). + - shims: Windows extensionless bash shims now detect WSL (WSL_DISTRO_NAME / WSL_INTEROP / WSLInterop), drop their own dir from PATH, and exec the tool directly. This breaks the infinite mise x loop that happened when the Windows shims dir was exposed at /mnt/c/... inside WSL, and gives a clean : not found when no Linux tool is installed. file-mode shims are now also flagged version-stale so a normal reshim regenerates them on upgrade (#10421 by @JamBalaya56562, addresses #10299). + - file: make_symlink on Unix now creates the link at a unique temp name in the destination dir and atomically rename(2)s it into place. This eliminates the noisy failed to ln -sf … File exists (os error 17) warnings that surfaced when several mise processes (shell hook-env, direnv, editor integrations) raced on the same tracked-config link, e.g. when spawning a new git worktree (#10414 by @JamBalaya56562, fixes #10292). + - task: On Windows, script-task lookup now prefers Windows-native variants (e.g. .ps1) over their extensionless siblings, and extensionless takeover only applies when the match is unambiguous and stays within the same config family (#10443 by @jdx). + + Changed + - deps: Replaced the unmaintained number_prefix (RUSTSEC-2025-0119) and stale humansize crates with bytesize. Size strings in generated tool-stub comments and mise cache prune output now use native bytesize IEC formatting — e.g. 821.69 KiB becomes 821.7 KiB and 2.15 MiB becomes 2.2 MiB (#10438 by @risu729). + + 💚 Sponsor mise + mise is built by @jdx under en.dev — an independent studio making developer tooling (mise, aube, and more). Development is funded by sponsors. + If mise saves you or your team time, please consider sponsoring at en.dev. Individual and company sponsorships keep mise fast, free, and independent. +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.6.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.6.10/jdx.mise.yaml b/manifests/j/jdx/mise/2026.6.10/jdx.mise.yaml new file mode 100644 index 0000000000000..8a5b62734fe63 --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.10/jdx.mise.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: jdx.mise +PackageVersion: 2026.6.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 14c8dff029593f2ee15afde62820696f94c497a7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:18:39 +0800 Subject: [PATCH 20/49] New version: Sourcegraph.Amp version 0.0.1781516947-g14ca70 (#388032) --- .../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.1781489535-g115f50 => 0.0.1781516947-g14ca70}/Sourcegraph.Amp.installer.yaml (63%) rename manifests/s/Sourcegraph/Amp/{0.0.1781489535-g115f50 => 0.0.1781516947-g14ca70}/Sourcegraph.Amp.locale.en-US.yaml (97%) rename manifests/s/Sourcegraph/Amp/{0.0.1781489535-g115f50 => 0.0.1781516947-g14ca70}/Sourcegraph.Amp.locale.zh-CN.yaml (96%) rename manifests/s/Sourcegraph/Amp/{0.0.1781489535-g115f50 => 0.0.1781516947-g14ca70}/Sourcegraph.Amp.yaml (85%) diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.installer.yaml index ec5b0300c7cba..e273363f686dc 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/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.1781489535-g115f50 +PackageVersion: 0.0.1781516947-g14ca70 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.1781489535-g115f50/amp-windows-x64-baseline.exe - InstallerSha256: E3E605EF4AB5EC215B0992832AB03301CEA3EE247D6D17A37F5B8AA6DABC702F + InstallerUrl: https://static.ampcode.com/cli/0.0.1781516947-g14ca70/amp-windows-x64-baseline.exe + InstallerSha256: 6849C8EAA1D51C756224C59B9826E6DE4C69FB8336F0D76CDDE169C836A4E620 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.locale.en-US.yaml index 108c737c8026b..7dfcd6936832c 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/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.1781489535-g115f50 +PackageVersion: 0.0.1781516947-g14ca70 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.locale.zh-CN.yaml index 229fe9c0f8799..404f13bb940c8 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/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.1781489535-g115f50 +PackageVersion: 0.0.1781516947-g14ca70 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/Sourcegraph.Amp.yaml index 75b6b4a86f6e7..ba2519523aad8 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781489535-g115f50/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781516947-g14ca70/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.1781489535-g115f50 +PackageVersion: 0.0.1781516947-g14ca70 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 3f7e0028334576a16741d6d792acf33e402f4914 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:40:54 +0800 Subject: [PATCH 21/49] Move UNIkeEN.SJMCL 0.4.1 to SJMC.SJMCL 0.4.1 (#385892) --- .../SJMCL/0.4.1/SJMC.SJMCL.installer.yaml | 25 ++++++++++++++ .../SJMCL/0.4.1/SJMC.SJMCL.locale.en-US.yaml | 30 +++++++++++++++++ .../SJMCL/0.4.1/SJMC.SJMCL.locale.zh-CN.yaml | 33 +++++++++++++++++++ manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.yaml | 8 +++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.installer.yaml create mode 100644 manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.en-US.yaml create mode 100644 manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.zh-CN.yaml create mode 100644 manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.yaml diff --git a/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.installer.yaml b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.installer.yaml new file mode 100644 index 0000000000000..f3a46ef56541b --- /dev/null +++ b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 0.4.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- sjmcl +ReleaseDate: 2025-09-27 +Installers: +- Architecture: x86 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.1_windows_i686.msi + InstallerSha256: A75DAE607BBA0D7BCA14F9A0A509284B9B97A0CDEE8B673AFE9FE9BDBDD21D7C +- Architecture: x64 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.1_windows_x86_64.msi + InstallerSha256: 01EE7FFE9DE3C62F51DDC5890E802AEB3DFC0136320117FD40714FCDFD7E694C +- Architecture: arm64 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.1_windows_aarch64.msi + InstallerSha256: 4DA466EB4B9B2B8A266B3D99626EE3A81F96ECBC414FC9D83C2FC59000B73C6C +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.en-US.yaml b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.en-US.yaml new file mode 100644 index 0000000000000..41ce61f962910 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 0.4.1 +PackageLocale: en-US +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Shanghai Jiao Tong University Minecraft Club +# PackageName: +PackageUrl: https://mc.sjtu.cn/sjmcl/en +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher +Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.zh-CN.yaml b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..729b2763a0a54 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 0.4.1 +PackageLocale: zh-CN +Publisher: SJMCL +PublisherUrl: https://mc.sjtu.cn/ +PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues +# PrivacyUrl: +Author: 上海交通大学 Minecraft 社 +PackageName: SJMCL +PackageUrl: https://mc.sjtu.cn/sjmcl +License: GPL-3.0 +LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE +Copyright: 2025 © SJMCL Team +# CopyrightUrl: +ShortDescription: 新一代开源跨平台 Minecraft 启动器 +Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 +# Moniker: +Tags: +- mc +- minecraft +- 我的世界 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.4.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://mc.sjtu.cn/sjmcl/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.yaml b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.yaml new file mode 100644 index 0000000000000..ff37c80a12b26 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/0.4.1/SJMC.SJMCL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 0.4.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 From cc3cb7c14a389ecd11b15761d6bc1be8ff9c99fc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:41:53 +0800 Subject: [PATCH 22/49] New version: Wondershare.UniConverter.17 version 17.4.1.603 (17.4.1) (#388037) --- ...Wondershare.UniConverter.17.installer.yaml | 75 +++++++++++++++++++ ...dershare.UniConverter.17.locale.en-US.yaml | 47 ++++++++++++ ...dershare.UniConverter.17.locale.zh-CN.yaml | 34 +++++++++ .../Wondershare.UniConverter.17.yaml | 8 ++ 4 files changed, 164 insertions(+) create mode 100644 manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.installer.yaml create mode 100644 manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.locale.en-US.yaml create mode 100644 manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.locale.zh-CN.yaml create mode 100644 manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.yaml diff --git a/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.installer.yaml b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.installer.yaml new file mode 100644 index 0000000000000..c9466a7550f71 --- /dev/null +++ b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wondershare.UniConverter.17 +PackageVersion: 17.4.1.603 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- wsvcu +FileExtensions: +- 3g2 +- 3gp +- aac +- ac3 +- aif +- aiff +- amr +- ape +- asf +- au +- avi +- caf +- divx +- dv +- f4v +- flac +- flv +- m2t +- m2ts +- m4a +- m4b +- m4p +- m4r +- m4v +- mka +- mkv +- mod +- mov +- mp2 +- mp3 +- mp4 +- mpa +- mpeg +- mpg +- mts +- mxf +- nsv +- ogg +- ogv +- opus +- ra +- ram +- rm +- rmvb +- tod +- tp +- trp +- ts +- ts4 +- use +- vob +- vro +- wav +- webm +- wma +- wmv +- wtv +ProductCode: UniConverter 17_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/uniconverter_64bit_17.4.1_full14204.exe + InstallerSha256: 793B8EB9EC0A06AC972E91BBD158DD3179C3A297562662C37344CEBF61B96896 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.locale.en-US.yaml b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.locale.en-US.yaml new file mode 100644 index 0000000000000..eaec87075e52e --- /dev/null +++ b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.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: Wondershare.UniConverter.17 +PackageVersion: 17.4.1.603 +PackageLocale: en-US +Publisher: Wondershare Software +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/uniconverter/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co.,Ltd. +PackageName: Wondershare UniConverter 17 +PackageUrl: https://videoconverter.wondershare.com/ +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: A high-speed converter for thousands of media formats. +Description: Wondershare UniConverter is a complete video conversion toolset (conversion, editing, screen recording) with a simple user interface. It is easy to learn, cost effective, and empowers you to work faster. Compress files to more manageable sizes, convert into over 1000 formats, and edit your videos all with one software. +Tags: +- audio +- capture +- compress +- convert +- converter +- crop +- edit +- encode +- format +- media +- merge +- music +- record +- trim +- video +- watermark +ReleaseNotes: |- + 1. Image Generator: Refine images with selective repainting, allowing you to perfect specific details without starting over. + 2. Image Enhancer: Enjoy upgraded Enhanced Repair and Photo Restoration models for better recovery and more natural colorization, with a clearer model layout to help you find the right enhancement tool faster. + 3. AI Feedback: Rate the results of Watermark Remover and Batch Image Editor to help us continuously improve AI performance. +ReleaseNotesUrl: https://videoconverter.wondershare.com/what-is-new.html +PurchaseUrl: https://videoconverter.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://videoconverter.wondershare.com/guide/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.locale.zh-CN.yaml b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8a6952850cd4 --- /dev/null +++ b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.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: Wondershare.UniConverter.17 +PackageVersion: 17.4.1.603 +PackageLocale: zh-CN +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare UniConverter 17 +License: 专有软件 +Copyright: © 2026 万兴科技集团股份有限公司 版权所有 +ShortDescription: 一款支持数千媒体格式的高速转换器 +Description: Wondershare UniConverter 提供视频转换、压缩、编辑、录屏等全方位的专业音视频解决方案,你可以通过 Wondershare UniConverter 进行 1000+ 种视频格式的转换,将文件压缩至更易于操作和管理的大小,并对您的视频进行编辑处理;同时,Wondershare UniConverter 还提供 DVD、CD 刻录以及数据修复、GIF 制作、图片格式转换等特色功能,简单的用户界面助你轻松快速地实现音视频以及图片的处理工作。 +Tags: +- 剪切 +- 压制 +- 压缩 +- 合并 +- 媒体 +- 录制 +- 录屏 +- 格式 +- 水印 +- 视频 +- 编辑 +- 裁剪 +- 转换 +- 转换器 +- 音乐 +- 音频 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://videoconverter.wondershare.com/guide/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.yaml b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.yaml new file mode 100644 index 0000000000000..bfc10836a3099 --- /dev/null +++ b/manifests/w/Wondershare/UniConverter/17/17.4.1.603/Wondershare.UniConverter.17.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wondershare.UniConverter.17 +PackageVersion: 17.4.1.603 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3675eff17625631a467490b915aad76806f4ceda Mon Sep 17 00:00:00 2001 From: Val <30471676+valentin-baron@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:04:53 +0200 Subject: [PATCH 23/49] New version: ValentinBaron.DDK version 2.3.0 (#388043) --- .../2.3.0/ValentinBaron.DDK.installer.yaml | 17 ++++++++++ .../2.3.0/ValentinBaron.DDK.locale.en-US.yaml | 34 +++++++++++++++++++ .../DDK/2.3.0/ValentinBaron.DDK.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.installer.yaml create mode 100644 manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.locale.en-US.yaml create mode 100644 manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.yaml diff --git a/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.installer.yaml b/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.installer.yaml new file mode 100644 index 0000000000000..ece1178b78f46 --- /dev/null +++ b/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ValentinBaron.DDK +PackageVersion: 2.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ddk.exe + PortableCommandAlias: ddk +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/valentin-baron/delphi-devkit/releases/download/v2.3.0/ddk-windows-x86_64.zip + InstallerSha256: 7976832F637F14D8C0DFC6237455B4F218DE96A551C020EEE3445E42D3DE2176 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.locale.en-US.yaml b/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.locale.en-US.yaml new file mode 100644 index 0000000000000..10562df05f35e --- /dev/null +++ b/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.locale.en-US.yaml @@ -0,0 +1,34 @@ +# 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: ValentinBaron.DDK +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Valentin Baron +PublisherUrl: https://github.com/valentin-baron +PublisherSupportUrl: https://github.com/valentin-baron/delphi-devkit/issues +PackageName: DDK - Delphi Development Kit +PackageUrl: https://github.com/valentin-baron/delphi-devkit +License: SEE LICENSE IN LICENSE +LicenseUrl: https://github.com/valentin-baron/delphi-devkit/blob/HEAD/LICENSE +ShortDescription: CLI for managing Delphi projects, compilers, and compilations +Description: |- + DDK (Delphi Development Kit) is a command-line tool for managing Delphi + projects, compiler configurations, and running compilations. It shares + state with the DDK VS Code extension and MCP server via RON files on disk. +Moniker: ddk +Tags: +- build +- cli +- compiler +- delphi +- development +ReleaseNotes: |- + What's Changed + - fix: correct exe path resolution for projects with dotted names by @ramedw in #6 + New Contributors + - @ramedw made their first contribution in #6 + Full Changelog: v2.1.3...v2.3.0 +ReleaseNotesUrl: https://github.com/valentin-baron/delphi-devkit/releases/tag/v2.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.yaml b/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.yaml new file mode 100644 index 0000000000000..7d429af2817de --- /dev/null +++ b/manifests/v/ValentinBaron/DDK/2.3.0/ValentinBaron.DDK.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: ValentinBaron.DDK +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f5fb456d4bd6493f92a75fb412c4f11850ec4a60 Mon Sep 17 00:00:00 2001 From: landkatze <180321152+landkatze@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:05:08 +0000 Subject: [PATCH 24/49] New version: MarcoGomiero.FeedFlow version 1.14.0 (#388050) --- .../MarcoGomiero.FeedFlow.installer.yaml | 26 ++++++++++++++++ .../MarcoGomiero.FeedFlow.locale.en-US.yaml | 30 +++++++++++++++++++ .../1.14.0/MarcoGomiero.FeedFlow.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.installer.yaml create mode 100644 manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.locale.en-US.yaml create mode 100644 manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.yaml diff --git a/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.installer.yaml b/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.installer.yaml new file mode 100644 index 0000000000000..da21a6ad636f7 --- /dev/null +++ b/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MarcoGomiero.FeedFlow +PackageVersion: 1.14.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{96FACFE1-E34B-3F36-9FBE-DBE070516700}' +ReleaseDate: 2026-06-11 +AppsAndFeaturesEntries: +- ProductCode: '{96FACFE1-E34B-3F36-9FBE-DBE070516700}' + UpgradeCode: '{2A997274-D04E-40AE-B912-8F86970BD181}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\FeedFlow' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/prof18/feed-flow/releases/download/1.14.0-all/FeedFlow-1.14.0.msi + InstallerSha256: 348C0C6FEA19B53125D430ACA6F51FAD0AEB5587A80D690F1358C1F81F1D4C6B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.locale.en-US.yaml b/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.locale.en-US.yaml new file mode 100644 index 0000000000000..c0e1d65aa156b --- /dev/null +++ b/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.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: MarcoGomiero.FeedFlow +PackageVersion: 1.14.0 +PackageLocale: en-US +Publisher: Marco Gomiero +PublisherUrl: https://github.com/prof18 +PublisherSupportUrl: https://github.com/prof18/feed-flow/issues +Author: Marco Gomiero +PackageName: FeedFlow +PackageUrl: https://github.com/prof18/feed-flow +License: Apache-2.0 +LicenseUrl: https://github.com/prof18/feed-flow/blob/HEAD/LICENSE +ShortDescription: FeedFlow is a minimalistic RSS Reader available on Android, iOS, macOS, Windows and Linux. Built with Kotlin Multiplatform, Jetpack Compose and SwiftUI. +Moniker: feedflow +Tags: +- compose-desktop +- jetpack-compose +- kotlin-multiplatform +- swiftui +ReleaseNotes: |- + • Added a confirmation step before deleting a feed. + • Polished toolbar, menus, and drawer for a cleaner desktop interface. + • Refined window and dialog handling across the app. + • Feed customization and opening preferences now apply to search results too. + • Bug fixing and improvements +ReleaseNotesUrl: https://github.com/prof18/feed-flow/releases/tag/1.14.0-all +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.yaml b/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.yaml new file mode 100644 index 0000000000000..49fc8f15c34d9 --- /dev/null +++ b/manifests/m/MarcoGomiero/FeedFlow/1.14.0/MarcoGomiero.FeedFlow.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: MarcoGomiero.FeedFlow +PackageVersion: 1.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3e339f7d8cd6940ad3500740046603b5ba680f2c Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Mon, 15 Jun 2026 16:27:33 +0300 Subject: [PATCH 25/49] Aptivi.Nitrocid.0.1.0.x version 0.1.0.78 (#387837) --- .../Aptivi.Nitrocid.0.1.0.x.installer.yaml | 18 ++++++++++++++++++ .../Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml | 13 +++++++++++++ .../0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.installer.yaml create mode 100644 manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml create mode 100644 manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.yaml diff --git a/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.installer.yaml b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.installer.yaml new file mode 100644 index 0000000000000..182d5a69e649f --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.1.0.x +PackageVersion: 0.1.0.78 +InstallerType: burn +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aptivi/Nitrocid/releases/download/v0.1.0.78/nitrocid-win-x64-installer.exe + InstallerSha256: F9D8A2C6545A6C236FEC805336C3BFBC1DF950CAE3EF066A31BD8F30F2D5C23E +- Architecture: arm64 + InstallerUrl: https://github.com/Aptivi/Nitrocid/releases/download/v0.1.0.78/nitrocid-win-arm64-installer.exe + InstallerSha256: 0A3D035F9D5E248B68027531CFC5D4999B773A26388843F555A927A360C39A0F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml new file mode 100644 index 0000000000000..442d9cdaf9b8c --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.1.0.x +PackageVersion: 0.1.0.78 +PackageLocale: en-US +Publisher: Aptivi +PackageName: Nitrocid +License: GNU GPL-3.0 License +Copyright: Copyright (c) Aptivi. All rights reserved. +ShortDescription: A simulator for our future-planned kernel, Nitrocid Kernel! +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.yaml b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.yaml new file mode 100644 index 0000000000000..0099c46bd372c --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.78/Aptivi.Nitrocid.0.1.0.x.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.1.0.x +PackageVersion: 0.1.0.78 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 2a121ed2687169c865aca4f1bb40072d68874d61 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:27:49 +0800 Subject: [PATCH 26/49] New version: AuthorMore.PenpotDesktop version 0.23.2 (#387870) --- .../AuthorMore.PenpotDesktop.installer.yaml | 40 +++++++++++++ ...AuthorMore.PenpotDesktop.locale.en-US.yaml | 57 +++++++++++++++++++ ...AuthorMore.PenpotDesktop.locale.zh-CN.yaml | 30 ++++++++++ .../0.23.2/AuthorMore.PenpotDesktop.yaml | 8 +++ 4 files changed, 135 insertions(+) create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.installer.yaml create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.locale.en-US.yaml create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.locale.zh-CN.yaml create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.yaml diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.installer.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.installer.yaml new file mode 100644 index 0000000000000..c6dfd5a1352fa --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.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: AuthorMore.PenpotDesktop +PackageVersion: 0.23.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fce6a886-f595-5ead-8bc0-3232435b1b25 +ReleaseDate: 2026-06-14 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.23.2/penpot-desktop-x64.exe + InstallerSha256: 469F95CA5F23EB6CB3983C1DA73E68835A662E562989CC24946E8618C4EB1E15 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.23.2/penpot-desktop-x64.exe + InstallerSha256: 469F95CA5F23EB6CB3983C1DA73E68835A662E562989CC24946E8618C4EB1E15 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.23.2/penpot-desktop-arm64.exe + InstallerSha256: CC811924DA7EA7076E1B58D22D6A726F26CE2121E7C62A691F1B085CE9E87B23 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.23.2/penpot-desktop-arm64.exe + InstallerSha256: CC811924DA7EA7076E1B58D22D6A726F26CE2121E7C62A691F1B085CE9E87B23 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.locale.en-US.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..6a9a8a82c1c32 --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.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: AuthorMore.PenpotDesktop +PackageVersion: 0.23.2 +PackageLocale: en-US +Publisher: Author More +PublisherUrl: https://authormore.com/ +PublisherSupportUrl: https://github.com/author-more/penpot-desktop/issues +PrivacyUrl: https://penpot.app/privacy +PackageName: Penpot Desktop +PackageUrl: https://github.com/author-more/penpot-desktop +License: AGPL-3.0 +LicenseUrl: https://github.com/author-more/penpot-desktop/blob/HEAD/LICENSE +ShortDescription: A desktop application for Penpot, an open-source design tool. +Description: |- + Penpot Desktop is an unofficial desktop application for the open-source design tool, Penpot. + It provides you with access to the functionality of the browser version of Penpot with an experience of a desktop application. It comes with + - system-level application experience e.g. a dedicated window, file extension association, + - versatile dark-light mode setup, + - tab interface for easy navigation between projects, + - ability to connect to different instances e.g. officially hosted, local for offline work, + - and more are coming. +Tags: +- build +- design +- diagram +- flow +- flowchart +- interface +- mockup +- present +- prototype +- slides +- specification +- ui +- user-experience +- user-interface +- ux +- wireframe +ReleaseNotes: |- + Fixes + - Fixed tab title to skip redundant information. #297 + The tab title now displays only tab specific details, without Penpot suffixes. It makes for shorter tabs, resulting in more space in the tab bar, and reduces congitive load during navigation. + Deprecated + - Added deprecation note for elevated access option of the local instance creator. #318 + Elevated access is dedicated to Linux users who manually installed Docker without granting it extended privileges via system groups. However, with rootless Docker being a mature solution, the setting will be removed in a future release. + Internal + - Refactored main process' api. #308 + Unified main process' API with method-based structure and improved type safety for the events. + Full Changelog: https://github.com/author-more/penpot-desktop/compare/v0.23.1...v0.23.2 +ReleaseNotesUrl: https://github.com/author-more/penpot-desktop/releases/tag/v0.23.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/author-more/penpot-desktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.locale.zh-CN.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eddf56bbb63e4 --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AuthorMore.PenpotDesktop +PackageVersion: 0.23.2 +PackageLocale: zh-CN +ShortDescription: 开源设计工具 Penpot 的桌面应用程序 +Description: |- + Penpot Desktop 是开源设计工具 Penpot 的非官方桌面应用程序。 + 它可以让您访问 Penpot 浏览器版本的功能,并获得桌面应用程序的体验。它具有 + - 系统级应用体验,如专用窗口、文件扩展名关联; + - 多功能暗光模式设置; + - 标签界面,便于在项目间导航; + - 能够连接到不同的实例,如官方托管实例和本地离线工作实例; + - 以及更多即将推出的功能。 +Tags: +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +ReleaseNotesUrl: https://github.com/author-more/penpot-desktop/releases/tag/v0.23.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.yaml new file mode 100644 index 0000000000000..b7c823c5b4c91 --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.23.2/AuthorMore.PenpotDesktop.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: AuthorMore.PenpotDesktop +PackageVersion: 0.23.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1b8b77292f4ac1ea40d44ec2a4f84d6397ed5d56 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:28:02 +0800 Subject: [PATCH 27/49] Update: KDE.Minuet version 26.07.70 (1117) (#387894) --- manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml index b7d2e70812a52..d77c1905f272c 100644 --- a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml +++ b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml @@ -9,14 +9,14 @@ ProductCode: minuet Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1113-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 318CCE78784EC60D2D821A6458AC9D481622D792E295A50110813EF75FEABA88 + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1117-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 921EB659F3C588A6994DF2DB0BBB2843983B7052B753B47AD99D0B8B72E3460A InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1113-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 318CCE78784EC60D2D821A6458AC9D481622D792E295A50110813EF75FEABA88 + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1117-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 921EB659F3C588A6994DF2DB0BBB2843983B7052B753B47AD99D0B8B72E3460A InstallerSwitches: Custom: /AllUsers ManifestType: installer From 8df61180b619e32a331ce058948728ab1569207d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:28:18 +0800 Subject: [PATCH 28/49] Add version: ByteDance.TraeWork.CN version 0.1.19 (2.3.40350) (#387953) --- .../ByteDance.TraeWork.CN.installer.yaml | 24 ++++++++++++++ .../ByteDance.TraeWork.CN.locale.en-US.yaml | 33 +++++++++++++++++++ .../ByteDance.TraeWork.CN.locale.zh-CN.yaml | 22 +++++++++++++ .../CN/0.1.19/ByteDance.TraeWork.CN.yaml | 8 +++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.installer.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.yaml diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.installer.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.installer.yaml new file mode 100644 index 0000000000000..5383b8d8c9514 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.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: ByteDance.TraeWork.CN +PackageVersion: 0.1.19 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo-cn +ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' +ReleaseDate: 2026-06-11 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.40350/win32/TRAE_Work_CN-Setup-x64.exe + InstallerSha256: 54B4F7967A4017A68512F51E4603348F8AD8ABD1F07FCAA4D5D84D33C35B2F90 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.40350/win32/TRAE_Work_CN-Setup-x64.exe + InstallerSha256: 54B4F7967A4017A68512F51E4603348F8AD8ABD1F07FCAA4D5D84D33C35B2F90 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..30a8d6dec05c2 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.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: ByteDance.TraeWork.CN +PackageVersion: 0.1.19 +PackageLocale: en-US +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.cn/ +PublisherSupportUrl: https://docs.trae.cn/solo/support +PrivacyUrl: https://www.trae.cn/privacy-policy +Author: Beijing Yinli Catapult Technology Co., Ltd. +PackageName: TRAE SOLO CN +PackageUrl: https://www.trae.cn/ide/download +License: Proprietary +LicenseUrl: https://www.trae.cn/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: More than Coding +Description: TRAE SOLO is an AI-native workspace that offers web, desktop, and mobile clients. It features two modes—More Than Coding (MTC) and Code—designed for different user groups. TRAE SOLO builds upon the original TRAE IDE SOLO mode with further enhanced capabilities, aiming to provide users with a unified, efficient, and customizable AI collaboration experience that covers scenarios ranging from professional development to everyday office work. +Tags: +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://www.trae.cn/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.cn/solo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd2981266863e --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.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: ByteDance.TraeWork.CN +PackageVersion: 0.1.19 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: More than Coding +Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.cn/solo +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.yaml new file mode 100644 index 0000000000000..8451661f18706 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.19/ByteDance.TraeWork.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d61be3443ecaeb0f638b9bddf86cd0604bd4d611 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:28:33 +0800 Subject: [PATCH 29/49] New version: ESEngine.ReasonixDesktop version 1.8.1 (#387956) --- .../ESEngine.ReasonixDesktop.installer.yaml | 16 +++++++++ ...ESEngine.ReasonixDesktop.locale.en-US.yaml | 33 +++++++++++++++++++ ...ESEngine.ReasonixDesktop.locale.zh-CN.yaml | 22 +++++++++++++ .../1.8.1/ESEngine.ReasonixDesktop.yaml | 8 +++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.installer.yaml create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.locale.en-US.yaml create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.locale.zh-CN.yaml create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.yaml diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 0000000000000..bf082bba4ee49 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.8.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Reasonix +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.8.1/Reasonix-windows-amd64-installer.exe + InstallerSha256: EAC9D5203BB618CF17F9C25A9F856AB9D4A5D9AF9CCB12E1BD4F618BA11C2879 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..d16fd5ca7e3f3 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.8.1 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.8.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d83412a45ab1a --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.8.1 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 0000000000000..a603d9ac461c0 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.8.1/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f26ab1ae1a0c143bd464e2c75bd2271fa1b1f2ce Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:48:35 +0800 Subject: [PATCH 30/49] New version: Tencent.Yuanbao version 2.72.0 (#387965) --- .../2.72.0/Tencent.Yuanbao.installer.yaml | 16 +++++++++ .../2.72.0/Tencent.Yuanbao.locale.en-US.yaml | 30 +++++++++++++++++ .../2.72.0/Tencent.Yuanbao.locale.zh-CN.yaml | 33 +++++++++++++++++++ .../Yuanbao/2.72.0/Tencent.Yuanbao.yaml | 8 +++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.installer.yaml create mode 100644 manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.locale.en-US.yaml create mode 100644 manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.yaml diff --git a/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.installer.yaml b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.installer.yaml new file mode 100644 index 0000000000000..d09c03c642c0b --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.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: Tencent.Yuanbao +PackageVersion: 2.72.0 +InstallerType: nullsoft +Scope: machine +Protocols: +- yuanbao +ProductCode: Yuanbao +Installers: +- Architecture: x64 + InstallerUrl: https://cdn-hybrid-prod.hunyuan.tencent.com/Desktop/official/8a38664549853487029247f091e71858/yuanbao_2.72.0.613_x64.exe + InstallerSha256: 625105968857C0D658281EE089DCCB20F84A9A5102E040B33A47F91D6DBB903A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.locale.en-US.yaml b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.locale.en-US.yaml new file mode 100644 index 0000000000000..88de66e3a3478 --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.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: Tencent.Yuanbao +PackageVersion: 2.72.0 +PackageLocale: en-US +Publisher: Tencent Technology (Shenzhen) Co., Ltd. +PublisherUrl: https://www.tencent.com/en-us/ +PublisherSupportUrl: https://support.qq.com/product/705132 +PrivacyUrl: https://privacy.qq.com/document/preview/4d27c22b2e9f47958197aa5ec32f7d6e +Author: Shenzhen Tencent Computer Systems Company Limited +PackageName: Tencent Yuanbao +PackageUrl: https://yuanbao.tencent.com/ +License: Proprietary +LicenseUrl: https://rule.tencent.com/rule/202403110001 +Copyright: Copyright © 2026 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: Your personal smart assistant, here to answer questions and unleash creativity. +Tags: +- ai +- chatbot +- deepseek +- hunyuan +- large-language-model +- llm +Documentations: +- DocumentLabel: Help + DocumentUrl: https://kf.qq.com/product/tengxunyuanbao.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.locale.zh-CN.yaml b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74f85fe76905c --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.Yuanbao +PackageVersion: 2.72.0 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://www.tencent.com/zh-cn/ +PublisherSupportUrl: https://support.qq.com/product/705132 +PrivacyUrl: https://privacy.qq.com/document/preview/4d27c22b2e9f47958197aa5ec32f7d6e +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 腾讯元宝 +PackageUrl: https://yuanbao.tencent.com/ +License: 专有软件 +LicenseUrl: https://rule.tencent.com/rule/202403110001 +Copyright: Copyright © 2026 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 你身边的智能助手,可以为你答疑解惑、尽情创作。 +Tags: +- 人工智能 +- 大语言模型 +- 深度求索 +- 混元 +- 聊天机器人 +ReleaseNotes: |- + 1. AI 图片编辑升级,一句话帮你轻松 P 图 + 2. 语音播报支持一键开启,自由调节语速 + 3. 优化了若干使用体验 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://kf.qq.com/product/tengxunyuanbao.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.yaml b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.yaml new file mode 100644 index 0000000000000..bd39694ebfa4c --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.72.0/Tencent.Yuanbao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.Yuanbao +PackageVersion: 2.72.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e7ce645478d8b65b49bccbf7d30bac2f5224474b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:17:56 +0800 Subject: [PATCH 31/49] New version: can1357.oh-my-pi version 15.13.1 (#387955) --- .../15.13.1/can1357.oh-my-pi.installer.yaml | 18 +++++++++ .../can1357.oh-my-pi.locale.en-US.yaml | 38 +++++++++++++++++++ .../can1357.oh-my-pi.locale.zh-CN.yaml | 24 ++++++++++++ .../oh-my-pi/15.13.1/can1357.oh-my-pi.yaml | 8 ++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.installer.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.locale.en-US.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.locale.zh-CN.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.yaml diff --git a/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..3f612f9dc9f5d --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.1/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: 15.13.1 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v15.13.1/omp-windows-x64.exe + InstallerSha256: 1E957D4F86B1AA6267CEB0BF392102298ACE391782D424C6C48D3FF8E07B872E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..7bc481c4cb0e9 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.13.1 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v15.13.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59d7f7915891a --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.1/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: 15.13.1 +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/15.13.1/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/15.13.1/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..e5459448c0138 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.1/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: 15.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f4daa223bb0266e0347bb09de424cb74bd351b00 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 15 Jun 2026 10:19:51 -0400 Subject: [PATCH 32/49] New version: walles.moor version 2.15.1 (#387960) --- .../moor/2.15.1/walles.moor.installer.yaml | 18 +++++++++++ .../moor/2.15.1/walles.moor.locale.en-US.yaml | 31 +++++++++++++++++++ .../w/walles/moor/2.15.1/walles.moor.yaml | 8 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/w/walles/moor/2.15.1/walles.moor.installer.yaml create mode 100644 manifests/w/walles/moor/2.15.1/walles.moor.locale.en-US.yaml create mode 100644 manifests/w/walles/moor/2.15.1/walles.moor.yaml diff --git a/manifests/w/walles/moor/2.15.1/walles.moor.installer.yaml b/manifests/w/walles/moor/2.15.1/walles.moor.installer.yaml new file mode 100644 index 0000000000000..7635776a8e150 --- /dev/null +++ b/manifests/w/walles/moor/2.15.1/walles.moor.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: walles.moor +PackageVersion: 2.15.1 +InstallerType: portable +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +Commands: +- moor +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/walles/moor/releases/download/v2.15.1/moor-v2.15.1-windows-amd64.exe + InstallerSha256: D3DF96B766E64918BF9F319733BBC09C158C273C59F433134E275D1E0D61DF1F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/walles/moor/2.15.1/walles.moor.locale.en-US.yaml b/manifests/w/walles/moor/2.15.1/walles.moor.locale.en-US.yaml new file mode 100644 index 0000000000000..4277b6abeb949 --- /dev/null +++ b/manifests/w/walles/moor/2.15.1/walles.moor.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: walles.moor +PackageVersion: 2.15.1 +PackageLocale: en-US +Publisher: Johan Walles +PublisherUrl: https://github.com/walles +PublisherSupportUrl: https://github.com/walles/moor/issues +Author: Johan Walles +PackageName: Moor +PackageUrl: https://github.com/walles/moor +License: Proprietary +LicenseUrl: https://github.com/walles/moor/blob/master/LICENSE +Copyright: Copyright (c) 2013, johan.walles@gmail.com. All rights reserved. +CopyrightUrl: https://github.com/walles/moor/blob/master/LICENSE +ShortDescription: Moor is a pager. It's designed to just do the right thing without any configuration. +Moniker: moor +Tags: +- console +- console-application +- moar +- pager +ReleaseNotes: |- + This release fixes a bug where providing an initial search query on the + command line would both search and scroll to the end of the document. + With this release, we just show the first hit. Which is what we always + should have done. +ReleaseNotesUrl: https://github.com/walles/moor/releases/tag/v2.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/walles/moor/2.15.1/walles.moor.yaml b/manifests/w/walles/moor/2.15.1/walles.moor.yaml new file mode 100644 index 0000000000000..e1e4d615704a0 --- /dev/null +++ b/manifests/w/walles/moor/2.15.1/walles.moor.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: walles.moor +PackageVersion: 2.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ee4a4d9dcde9e8ffe45f7d7598e480f9fef975a8 Mon Sep 17 00:00:00 2001 From: Lucas Cordiviola Date: Mon, 15 Jun 2026 11:20:43 -0300 Subject: [PATCH 33/49] New version: MillerPuckette.PureData version 0.56-4 (#388061) --- .../MillerPuckette.PureData.installer.yaml | 16 +++++++++++++ .../MillerPuckette.PureData.locale.en-US.yaml | 24 +++++++++++++++++++ .../0.56-4/MillerPuckette.PureData.yaml | 8 +++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.installer.yaml create mode 100644 manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.locale.en-US.yaml create mode 100644 manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.yaml diff --git a/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.installer.yaml b/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.installer.yaml new file mode 100644 index 0000000000000..0c85a139cdb36 --- /dev/null +++ b/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MillerPuckette.PureData +PackageVersion: 0.56-4 +InstallerType: exe +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Custom: /norestart +Installers: +- Architecture: x64 + InstallerUrl: https://msp.ucsd.edu/Software/pd-0.56-4.windows-installer.exe + InstallerSha256: AF2BCB8233A27DE97EEEA47AE579D7D92816B516F9F237BC4E7CE977D0D7DADA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.locale.en-US.yaml b/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.locale.en-US.yaml new file mode 100644 index 0000000000000..13858c936d81b --- /dev/null +++ b/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MillerPuckette.PureData +PackageVersion: 0.56-4 +PackageLocale: en-US +Publisher: Miller Puckette +PublisherSupportUrl: https://ucsd.edu/student-life/student-support.html +Author: Miller Puckette and others +PackageName: Pure Data +PackageUrl: https://puredata.info +License: Standard Improved BSD License +LicenseUrl: https://github.com/pure-data/pure-data/blob/master/LICENSE.txt +ShortDescription: Pure Data (or just Pd) is an open source visual programming language for multimedia +Moniker: puredata +Tags: +- audio +- graphics +- music +- pd +- puredata +- visual-programming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.yaml b/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.yaml new file mode 100644 index 0000000000000..5dc7f80788c8f --- /dev/null +++ b/manifests/m/MillerPuckette/PureData/0.56-4/MillerPuckette.PureData.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: MillerPuckette.PureData +PackageVersion: 0.56-4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bad61849539f0896c3bccc3254bf347e43021701 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:27:22 -0700 Subject: [PATCH 34/49] Automatic Waiver Addition for PR 385892 (#388081) --- manifests/s/SJMC/SJMCL/.validation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/s/SJMC/SJMCL/.validation b/manifests/s/SJMC/SJMCL/.validation index 4883b798b9d2a..4b5dab1b7d81f 100644 --- a/manifests/s/SJMC/SJMCL/.validation +++ b/manifests/s/SJMC/SJMCL/.validation @@ -1 +1 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"1778b296-6ce4-4f7f-a5e7-2004ad35372d","TestPlan":"Validation-Domain","PackagePath":"manifests/s/SJMC/SJMCL/0.4.4","CommitId":"f446b0cbc662c3b9d60943d2d12425a96196d424"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"1778b296-6ce4-4f7f-a5e7-2004ad35372d","TestPlan":"Validation-Domain","PackagePath":"manifests/s/SJMC/SJMCL/0.4.4","CommitId":"f446b0cbc662c3b9d60943d2d12425a96196d424"},{"WaiverId":"ad275222-7d21-43e3-88fb-5e5ddfc5ffcc","TestPlan":"Validation-Domain","PackagePath":"manifests/s/SJMC/SJMCL/0.4.1","CommitId":"3f7e0028334576a16741d6d792acf33e402f4914"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file From dddd4a6cb24f82244e3c100a51401806141bb612 Mon Sep 17 00:00:00 2001 From: Jishnu M Date: Mon, 15 Jun 2026 20:26:06 +0530 Subject: [PATCH 35/49] New version: mjishnu.altappinstaller version 2.7.3 (#388063) --- .../mjishnu.altappinstaller.installer.yaml | 21 +++++++++++ .../mjishnu.altappinstaller.locale.en-US.yaml | 37 +++++++++++++++++++ .../2.7.3/mjishnu.altappinstaller.yaml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.installer.yaml create mode 100644 manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.locale.en-US.yaml create mode 100644 manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.yaml diff --git a/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.installer.yaml b/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.installer.yaml new file mode 100644 index 0000000000000..8e1feedf0465e --- /dev/null +++ b/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.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: mjishnu.altappinstaller +PackageVersion: 2.7.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: altappinstaller.exe + PortableCommandAlias: altappinstaller +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-06-15 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/mjishnu/alt-app-installer/releases/download/v2.7.3/altappinstaller-v2.7.3.zip + InstallerSha256: 11A51259C717712702924DA1CACA30BEE1FED3E696747D1955E9ECE2B3753C78 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.locale.en-US.yaml b/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.locale.en-US.yaml new file mode 100644 index 0000000000000..ee3b9060ff0e2 --- /dev/null +++ b/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mjishnu.altappinstaller +PackageVersion: 2.7.3 +PackageLocale: en-US +Publisher: Jishnu M +PublisherUrl: https://github.com/mjishnu +PublisherSupportUrl: https://github.com/mjishnu/alt-app-installer/issues +Author: Jishnu M +PackageName: Alt App Installer +PackageUrl: https://github.com/mjishnu/alt-app-installer +License: MIT +LicenseUrl: https://github.com/mjishnu/alt-app-installer/blob/HEAD/LICENSE +Copyright: Copyright (c) Jishnu M +ShortDescription: A Program To Download And Install Microsoft Store Apps Without Store +Moniker: altappinstaller +Tags: +- download +- download-manager +- downloader +- microsoft +- uwp +- uwp-applications +- uwp-apps +- uwp-installer +ReleaseNotes: |- + > ⚠️ Alt App Installer is now superseded by Raven. It provides improved stability and many new features. Alt App Installer will continue to be maintained, but we strongly recommend users to adopt Raven. ⚠️ + > + > Link: https://github.com/mjishnu/Raven + What's Changed + - Switch to new common cert + > Note: if you face antivirus false flagging download the altappinstaller-cert.zip and run install cert.bat or install the .cer file manually + Full Changelog: v2.7.2...v2.7.3 +ReleaseNotesUrl: https://github.com/mjishnu/alt-app-installer/releases/tag/v2.7.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.yaml b/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.yaml new file mode 100644 index 0000000000000..62688db43feb2 --- /dev/null +++ b/manifests/m/mjishnu/altappinstaller/2.7.3/mjishnu.altappinstaller.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: mjishnu.altappinstaller +PackageVersion: 2.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 39b0d77a185a9bdd2bf184b55e86f57a2fb3af19 Mon Sep 17 00:00:00 2001 From: stevenlele <15964380+stevenlele@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:00:12 +0000 Subject: [PATCH 36/49] New version: Tencent.WeType version 2.1.0.20 (#388066) --- .../2.1.0.20/Tencent.WeType.installer.yaml | 23 ++++++++++++ .../2.1.0.20/Tencent.WeType.locale.zh-CN.yaml | 37 +++++++++++++++++++ .../WeType/2.1.0.20/Tencent.WeType.yaml | 7 ++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.installer.yaml create mode 100644 manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.yaml diff --git a/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.installer.yaml b/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.installer.yaml new file mode 100644 index 0000000000000..00af84b68dab0 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.0.20 +InstallerLocale: zh-CN +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: deny +ProductCode: WeType +ReleaseDate: 2026-06-15 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.1.0.20_3.exe + InstallerSha256: 8E158B5EC0A060FB8DC356A73EEA28E101156A54C4396544032532BEED903440 +- Architecture: arm64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.1.0.20_3.exe + InstallerSha256: 8E158B5EC0A060FB8DC356A73EEA28E101156A54C4396544032532BEED903440 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.locale.zh-CN.yaml b/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5b48df8777fa7 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.0.20 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://z.weixin.qq.com/ +PrivacyUrl: https://wetype.wxqcloud.qq.com/page/article/index/13.html +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 微信输入法 +PackageUrl: https://z.weixin.qq.com/ +License: 免费软件 +LicenseUrl: https://wetype.wxqcloud.qq.com/page/article/index/14.html +Copyright: 腾讯公司 版权所有 Copyright © 1998-2024 Tencent. All Rights Reserved. +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 微信输入法是微信官方出品的中文输入法,提供高效的输入体验、精准的推荐策略、多元的创新玩法。 +Tags: +- 中文 +- 拼音 +- 汉语 +- 输入法 +ReleaseNotes: |- + 长按「右 Alt」试试语音输入,说完就能直接发 + - 自动去掉 "嗯、啊、那个" 等口水词 + - 智能加标点、分段落,省去手动排版 + - 长内容自动归纳分点,条理更清晰 + - 语序不通顺的地方,帮你理顺表达 + - 重复啰嗦的内容,自动精简合并 +ReleaseNotesUrl: https://z.weixin.qq.com/web/change-log/153 +InstallationNotes: |- + 请尽量使用输入法自带的更新功能。如果必须使用 WinGet 来更新,请运行: + winget install Tencent.WeType --interactive --force + 或者 + winget install Tencent.WeType -i --force + 不指定 -i 或 --interactive 会导致更新需要重启系统后才能生效。 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.yaml b/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.yaml new file mode 100644 index 0000000000000..db51dac290d89 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.0.20/Tencent.WeType.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.0.20 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From f3da6b4e572d14334a11a1e5a51dbd902b5c2aec Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:24:35 +0800 Subject: [PATCH 37/49] Move ByteDance.TraeSolo.CN 2.3.32252 to ByteDance.TraeWork.CN 0.1.14 (#386245) --- .../ByteDance.TraeWork.CN.installer.yaml | 24 ++++++++++++++ .../ByteDance.TraeWork.CN.locale.en-US.yaml | 33 +++++++++++++++++++ .../ByteDance.TraeWork.CN.locale.zh-CN.yaml | 22 +++++++++++++ .../CN/0.1.14/ByteDance.TraeWork.CN.yaml | 8 +++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.installer.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.yaml diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.installer.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.installer.yaml new file mode 100644 index 0000000000000..391e23f7bbb8c --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.14 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo-cn +ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' +ReleaseDate: 2026-05-27 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.32252/win32/TRAE_SOLO_CN-Setup-x64.exe + InstallerSha256: E9EF11A7D675FE0C322EB53A3DEC0B37BE657B3F23F370FD953CEBCC951C0F8A +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.32252/win32/TRAE_SOLO_CN-Setup-x64.exe + InstallerSha256: E9EF11A7D675FE0C322EB53A3DEC0B37BE657B3F23F370FD953CEBCC951C0F8A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..04eabe6a7f76c --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.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.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.14 +PackageLocale: en-US +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.cn/ +PublisherSupportUrl: https://docs.trae.cn/solo/support +PrivacyUrl: https://www.trae.cn/privacy-policy +Author: Beijing Yinli Catapult Technology Co., Ltd. +PackageName: TRAE SOLO CN +PackageUrl: https://www.trae.cn/ide/download +License: Proprietary +LicenseUrl: https://www.trae.cn/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: More than Coding +Description: TRAE SOLO is an AI-native workspace that offers web, desktop, and mobile clients. It features two modes—More Than Coding (MTC) and Code—designed for different user groups. TRAE SOLO builds upon the original TRAE IDE SOLO mode with further enhanced capabilities, aiming to provide users with a unified, efficient, and customizable AI collaboration experience that covers scenarios ranging from professional development to everyday office work. +Tags: +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://www.trae.cn/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.cn/solo +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f71c73d139257 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.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.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.14 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: More than Coding +Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.cn/solo +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.yaml new file mode 100644 index 0000000000000..3871daa479fdb --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.14/ByteDance.TraeWork.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 47806788f6d7a49c2179cb859380a48b693de3a0 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:25:00 +0800 Subject: [PATCH 38/49] New version: Wakatime.CLIWakatime version 2.16.1 (#387937) --- .../Wakatime.CLIWakatime.installer.yaml | 30 ++++++++++++++++++ .../Wakatime.CLIWakatime.locale.en-US.yaml | 31 +++++++++++++++++++ .../2.16.1/Wakatime.CLIWakatime.yaml | 8 +++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.installer.yaml create mode 100644 manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.locale.en-US.yaml create mode 100644 manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.yaml diff --git a/manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.installer.yaml b/manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.installer.yaml new file mode 100644 index 0000000000000..57c2f02d6133d --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.16.1/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.16.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-06-14 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-386.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.16.1/wakatime-cli-windows-386.zip + InstallerSha256: B83AD66E61012E9DF9AE85B544055188B8323692433B2ADF28EA4170E1DAE7A3 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-amd64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.16.1/wakatime-cli-windows-amd64.zip + InstallerSha256: A1B8AB936130E1C3B802E0C3322185A02790B8715B32F90F3A0D042C4E6D7E4C +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-arm64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.16.1/wakatime-cli-windows-arm64.zip + InstallerSha256: 03C5F283D209BEC87BF27BEACE26A08D8414CA6B2CB31DF20DE55BEB7A5DD70A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.locale.en-US.yaml b/manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.locale.en-US.yaml new file mode 100644 index 0000000000000..9cce0858d41fd --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.16.1/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.16.1 +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 + - Support Copilot CLI event jsonl transcripts #1456 + - Fix flakey test #1457 +ReleaseNotesUrl: https://github.com/wakatime/wakatime-cli/releases/tag/v2.16.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.yaml b/manifests/w/Wakatime/CLIWakatime/2.16.1/Wakatime.CLIWakatime.yaml new file mode 100644 index 0000000000000..34d937316b92c --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.16.1/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.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5ff037305a5c17b1f017d734fef1fbf83a79dfb4 Mon Sep 17 00:00:00 2001 From: PhonerLite <72146952+PhonerLite@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:25:29 +0200 Subject: [PATCH 39/49] Phoner.PhonerLite version 3.39 (#387985) --- .../3.39/Phoner.PhonerLite.installer.yaml | 23 +++++++++++++++++++ .../3.39/Phoner.PhonerLite.locale.en-US.yaml | 21 +++++++++++++++++ .../PhonerLite/3.39/Phoner.PhonerLite.yaml | 8 +++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.installer.yaml create mode 100644 manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.locale.en-US.yaml create mode 100644 manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.yaml diff --git a/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.installer.yaml b/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.installer.yaml new file mode 100644 index 0000000000000..1a0f654dabf65 --- /dev/null +++ b/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Phoner.PhonerLite +PackageVersion: "3.39" +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Custom: /ALLUSERS /VERYSILENT +Protocols: +- callto +- sip +- tel +Installers: +- Architecture: x86 + InstallerUrl: https://www.phoner.de/PhonerLiteSetup_339.exe + InstallerSha256: 0B887B17FB839888C3844D0EE38ACD315A749191E648526CAD414CE02C8CFC41 +- Architecture: x64 + InstallerUrl: https://www.phoner.de/PhonerLiteSetup64_339.exe + InstallerSha256: F14CE30F682B6B2633CD6BEE333976B7B885C07C616B9A60505CDEB29B58BFAE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.locale.en-US.yaml b/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.locale.en-US.yaml new file mode 100644 index 0000000000000..ba20660ade7e6 --- /dev/null +++ b/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Phoner.PhonerLite +PackageVersion: "3.39" +PackageLocale: en-US +Publisher: Heiko Sommerfeldt +PackageName: PhonerLite +PackageUrl: https://lite.phoner.de +License: Proprietary +LicenseUrl: https://lite.phoner.de/license_en.htm +ShortDescription: A VoIP softphone for Windows using SIP +Moniker: phonerlite +Tags: +- sip +- softphone +- telephony +- voice +- voip +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.yaml b/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.yaml new file mode 100644 index 0000000000000..7e53b3c120caf --- /dev/null +++ b/manifests/p/Phoner/PhonerLite/3.39/Phoner.PhonerLite.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: Phoner.PhonerLite +PackageVersion: "3.39" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 64b6217d8d81c007de4c08e3bcf419a202baefe9 Mon Sep 17 00:00:00 2001 From: Sebastian M Date: Mon, 15 Jun 2026 17:25:58 +0200 Subject: [PATCH 40/49] New version: Delido.SignalRGBWallpaper version 2.2.1 (#387992) --- .../Delido.SignalRGBWallpaper.installer.yaml | 17 ++++++ ...elido.SignalRGBWallpaper.locale.en-US.yaml | 61 +++++++++++++++++++ .../2.2.1/Delido.SignalRGBWallpaper.yaml | 8 +++ 3 files changed, 86 insertions(+) create mode 100644 manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.installer.yaml create mode 100644 manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.locale.en-US.yaml create mode 100644 manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.yaml diff --git a/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.installer.yaml b/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.installer.yaml new file mode 100644 index 0000000000000..053b0e8df0441 --- /dev/null +++ b/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Delido.SignalRGBWallpaper +PackageVersion: 2.2.1 +InstallerType: inno +Scope: user +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /MERGETASKS=installplugin,installlively,installlively\autoimport,installwallpaperengine,autostart + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /MERGETASKS=installplugin,installlively,installlively\autoimport,installwallpaperengine,autostart +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Delido/signalrgb-wallpaper/releases/download/v2.2.1/SignalRGBWallpaperSetup-2.2.1.exe + InstallerSha256: 11482C2D9D8FFB92F3D68A6D1493CFC2D46500D45397978DB71FC8EC3C614E4F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-15 diff --git a/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.locale.en-US.yaml b/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.locale.en-US.yaml new file mode 100644 index 0000000000000..b7fc56ed14153 --- /dev/null +++ b/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Delido.SignalRGBWallpaper +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: Sebastian Mendyka +PublisherUrl: https://github.com/Delido +PublisherSupportUrl: https://github.com/Delido/signalrgb-wallpaper/issues +Author: Sebastian Mendyka +PackageName: SignalRGB Desktop Wallpaper +PackageUrl: https://github.com/Delido/signalrgb-wallpaper +License: MIT +LicenseUrl: https://github.com/Delido/signalrgb-wallpaper/blob/main/LICENSE +Copyright: Copyright (c) 2026 Sebastian Mendyka +CopyrightUrl: https://github.com/Delido/signalrgb-wallpaper/blob/main/LICENSE +ShortDescription: Live RGB glow on your desktop, driven by your SignalRGB effect. +Description: |- + SignalRGB Desktop Wallpaper makes your live SignalRGB effect shine + through transparent regions of your wallpaper image. Pick any + picture, carve cut-outs into it (or use one of the bundled + starters), and the holes light up in whatever colour your current + SignalRGB effect is producing — in real time, 60 fps, with zero + noticeable CPU cost. + + Runs on top of Lively Wallpaper (free) or Wallpaper Engine (paid, + on Steam). The installer sets everything up automatically — no + Python, no manual file copies, no terminal. + + Features: + - Live RGB glow behind a transparent background, 60 fps + - Up to 4 monitors, each fully independent or spanned + - In-browser image editor — pick any wallpaper, click out + transparent regions, no Photoshop required + - Starter wallpaper library + per-user uploads + - Browser-based Configurator + - Twelve ambient effects (snow, rain, sparks, aurora, + constellation, fireflies, plasma, vortex, bubbles, matrix, + starfield, lightning) + - Eleven+ desktop widgets (clock, calendar, weather, sticky + notes, countdowns, photo frame, quote, CPU / RAM / network, + audio spectrum, Now-playing) + - Preset slots, per-app profiles, hotkeys, auto-cycle + - DE / EN UI, auto-detected from Windows locale + - Auto-pause when a fullscreen app is active +Moniker: signalrgb-wallpaper +Tags: +- rgb +- signalrgb +- wallpaper +- desktop +- lively +- wallpaper-engine +- multi-monitor +- widgets +ReleaseNotesUrl: https://github.com/Delido/signalrgb-wallpaper/releases/tag/v2.2.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Delido/signalrgb-wallpaper/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.yaml b/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.yaml new file mode 100644 index 0000000000000..7ae5132400688 --- /dev/null +++ b/manifests/d/Delido/SignalRGBWallpaper/2.2.1/Delido.SignalRGBWallpaper.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: Delido.SignalRGBWallpaper +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 72e8f73ac37fe589bd6b8f151826a1fa1842d239 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:26:14 +0800 Subject: [PATCH 41/49] New version: can1357.oh-my-pi version 15.13.2 (#387994) --- .../15.13.2/can1357.oh-my-pi.installer.yaml | 18 +++++++++ .../can1357.oh-my-pi.locale.en-US.yaml | 38 +++++++++++++++++++ .../can1357.oh-my-pi.locale.zh-CN.yaml | 24 ++++++++++++ .../oh-my-pi/15.13.2/can1357.oh-my-pi.yaml | 8 ++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.installer.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.locale.en-US.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.locale.zh-CN.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.yaml diff --git a/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..a25c466cd226e --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.2/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: 15.13.2 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v15.13.2/omp-windows-x64.exe + InstallerSha256: 0AEA9B6188900B8FA1F496524DC58CCCAFD2B139402BFACEDEF51DA561381943 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..99b45c57d6b31 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.13.2 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v15.13.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13644e342f48d --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.2/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: 15.13.2 +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/15.13.2/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/15.13.2/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..8515d4423b706 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.13.2/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: 15.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From baa624157958b481c953f61252af61e76808d762 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:26:30 +0800 Subject: [PATCH 42/49] New version: Perimeter81.HarmonySASE version 12.9.0.16343 (#388000) --- .../Perimeter81.HarmonySASE.installer.yaml | 25 +++++++++++++++++++ .../Perimeter81.HarmonySASE.locale.en-US.yaml | 22 ++++++++++++++++ .../Perimeter81.HarmonySASE.locale.zh-CN.yaml | 12 +++++++++ .../12.9.0.16343/Perimeter81.HarmonySASE.yaml | 8 ++++++ 4 files changed, 67 insertions(+) create mode 100644 manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.installer.yaml create mode 100644 manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.en-US.yaml create mode 100644 manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.zh-CN.yaml create mode 100644 manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.yaml diff --git a/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.installer.yaml b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.installer.yaml new file mode 100644 index 0000000000000..77a1c01f12260 --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.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: Perimeter81.HarmonySASE +PackageVersion: 12.9.0.16343 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +UpgradeBehavior: install +Protocols: +- harmonysase +- perimeter81 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{FB5B07B0-F3B0-4FAA-8E2D-69A91C5308C7}' +AppsAndFeaturesEntries: +- UpgradeCode: '{81EB0138-5B33-4A31-9004-24FC73362241}' +Installers: +- Architecture: x64 + InstallerUrl: https://static.perimeter81.com/agents/windows/Harmony_SASE_12.9.0.16343.msi + InstallerSha256: 14861A67181A47F60CDB4400A87E847D766B49B76EBA15B6E0CA07A62E2C8348 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.en-US.yaml b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.en-US.yaml new file mode 100644 index 0000000000000..d296382e195e0 --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Perimeter81.HarmonySASE +PackageVersion: 12.9.0.16343 +PackageLocale: en-US +Publisher: Check Point Software Technologies Ltd +PublisherUrl: https://sase.checkpoint.com/ +PublisherSupportUrl: https://support.perimeter81.com/ +PrivacyUrl: https://www.checkpoint.com/privacy/ +Author: Perimeter 81 Ltd. +PackageName: Harmony SASE +PackageUrl: https://support.perimeter81.com/docs/downloading-the-agent +License: Proprietary +LicenseUrl: https://www.checkpoint.com/about-us/cloud-terms/ +Copyright: Perimeter 81 Ltd. © 2026 +CopyrightUrl: https://www.checkpoint.com/about-us/cloud-terms/ +ShortDescription: Harmony SASE is a cloud-based secure access service edge (SASE) platform that helps you secure your network and resources by providing a comprehensive suite of security solutions. +Tags: +- network +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.zh-CN.yaml b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..db8ac81c7587a --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Perimeter81.HarmonySASE +PackageVersion: 12.9.0.16343 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Harmony SASE 是一款基于云的安全访问服务边缘(SASE)平台,通过提供全面的安全解决方案套件,帮助您保护网络和资源安全。 +Tags: +- 网络 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.yaml b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.yaml new file mode 100644 index 0000000000000..2801c67105481 --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/12.9.0.16343/Perimeter81.HarmonySASE.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: Perimeter81.HarmonySASE +PackageVersion: 12.9.0.16343 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8b8c5615ef8f71f90e2af13be1c687cad9fbd90f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:26:46 +0800 Subject: [PATCH 43/49] New version: qingchencloud.ClawPanel version 0.18.4 (#388001) --- .../qingchencloud.ClawPanel.installer.yaml | 26 ++++++++++++ .../qingchencloud.ClawPanel.locale.en-US.yaml | 20 ++++++++++ .../qingchencloud.ClawPanel.locale.zh-CN.yaml | 40 +++++++++++++++++++ .../0.18.4/qingchencloud.ClawPanel.yaml | 8 ++++ 4 files changed, 94 insertions(+) create mode 100644 manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.installer.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.en-US.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.zh-CN.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.yaml diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.installer.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.installer.yaml new file mode 100644 index 0000000000000..6fe3fe3c7761e --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.4 +UpgradeBehavior: install +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.18.4/ClawPanel_0.18.4_x64-setup-full.exe + InstallerSha256: A27620F9703298E3EF1535FE5D1CC74F4B3812640CDC85B42DFF0222640ACB5A + ProductCode: ClawPanel +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.18.4/ClawPanel_0.18.4_x64-full_en-US.msi + InstallerSha256: 22D708B993762B6715A4A34F7E7F5EB80DE633537BE54AC976FB7D5F9BC5F3EB + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{03BCC4E3-EA61-4DE3-A948-0CEF6E8B2AC7}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AA908EA1-FFA0-5A0E-B2C5-14A7B8C64033}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.en-US.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.en-US.yaml new file mode 100644 index 0000000000000..4a77135c8fa07 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.4 +PackageLocale: en-US +Author: Wuhan Qingchen Tianxia Network Technology Co., Ltd. +Copyright: © 2026 Wuhan Qingchen Tianxia Network Technology Co., Ltd. +ShortDescription: "\U0001F99E Visual management panel with built-in AI assistant (tool calling + vision + multimodal + i18n(11))" +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.zh-CN.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8806797558437 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.4 +PackageLocale: zh-CN +Publisher: openclaw +PublisherUrl: https://qingchencloud.com/ +PublisherSupportUrl: https://github.com/qingchencloud/clawpanel/issues +PrivacyUrl: https://qingchencloud.com/privacy.html +Author: 武汉晴辰天下网络科技有限公司 +PackageName: ClawPanel +PackageUrl: https://github.com/qingchencloud/clawpanel +License: AGPL-3.0 +LicenseUrl: https://github.com/qingchencloud/clawpanel/blob/HEAD/LICENSE +Copyright: © 2026 武汉晴辰天下网络科技有限公司 +ShortDescription: "\U0001F99E OpenClaw 可视化管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装" +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + 兼容性 (Compatibility) + - 跟进 Hermes Agent 最新版 Web Search 策略 — Hermes upstream 已回滚无 Key 的 parallel-free 后端;面板不再提供或写入 parallel-free,Parallel 搜索统一使用需要 PARALLEL_API_KEY 的 parallel + - 补充 Hermes 最新模型候选 — Z.AI / GLM、Kimi / Moonshot、Nous Portal 与聚合服务商候选模型补充 glm-5.2、kimi-k2.7-code,减少用户手动输入新版模型名的成本 + 测试与验证 (Testing) + - 已通过 node --test tests/hermes-web-config.test.js tests/hermes-config-page-ui.test.js + - 已通过 cd src-tauri && cargo test hermes_web_config --lib + - 已通过 npm run build + - 已通过 node -e "import('./scripts/dev-api.js').then(()=>console.log('dev-api import ok'))" + - 已通过 cd src-tauri && cargo fmt --check + - 已通过 cd src-tauri && cargo check + - 已通过 git diff --check +ReleaseNotesUrl: https://github.com/qingchencloud/clawpanel/releases/tag/v0.18.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.yaml b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.yaml new file mode 100644 index 0000000000000..c97d24aa0a0d6 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.18.4/qingchencloud.ClawPanel.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.18.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 31032a66e2a476f1616c0b8191a26039c7d3a136 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:27:01 +0800 Subject: [PATCH 44/49] New version: Spotify.Spotify version 1.2.92.148.g882cc571 (#388002) --- .../Spotify.Spotify.installer.yaml | 6 +++--- .../Spotify.Spotify.locale.en-US.yaml | 2 +- .../Spotify.Spotify.locale.zh-CN.yaml | 2 +- .../Spotify.Spotify.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/s/Spotify/Spotify/{1.2.92.147.g5b8f9367 => 1.2.92.148.g882cc571}/Spotify.Spotify.installer.yaml (78%) rename manifests/s/Spotify/Spotify/{1.2.92.147.g5b8f9367 => 1.2.92.148.g882cc571}/Spotify.Spotify.locale.en-US.yaml (97%) rename manifests/s/Spotify/Spotify/{1.2.92.147.g5b8f9367 => 1.2.92.148.g882cc571}/Spotify.Spotify.locale.zh-CN.yaml (97%) rename manifests/s/Spotify/Spotify/{1.2.92.147.g5b8f9367 => 1.2.92.148.g882cc571}/Spotify.Spotify.yaml (86%) diff --git a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.installer.yaml b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.installer.yaml similarity index 78% rename from manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.installer.yaml rename to manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.installer.yaml index 8fe841f534537..3a47f61233387 100644 --- a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.installer.yaml +++ b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Spotify.Spotify -PackageVersion: 1.2.92.147.g5b8f9367 +PackageVersion: 1.2.92.148.g882cc571 InstallerType: exe Scope: user InstallModes: @@ -20,9 +20,9 @@ ElevationRequirement: elevationProhibited Installers: - Architecture: x64 InstallerUrl: https://download.scdn.co/SpotifyFullSetupX64.exe - InstallerSha256: 0F34EDB3C51DFB48957B0137290111CEF06308FD645004A2A7AA0FC4F71EC573 + InstallerSha256: 2CD6BB280E9728B27B12044E4A277F7754145287882FB112E8BB495726FFF616 - Architecture: arm64 InstallerUrl: https://download.scdn.co/SpotifyFullSetupARM64.exe - InstallerSha256: 5BAA99C23A13380EFFBE3D3AEEEDBEA741C2085BF5263765C1B625528A5B35F1 + InstallerSha256: B2C41B928AFD5253105286187A7E6BCCF2619076DD6497E784A8C7FF211595AE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.locale.en-US.yaml b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.locale.en-US.yaml similarity index 97% rename from manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.locale.en-US.yaml rename to manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.locale.en-US.yaml index 576bc32610896..974582bccdbb2 100644 --- a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.locale.en-US.yaml +++ b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Spotify.Spotify -PackageVersion: 1.2.92.147.g5b8f9367 +PackageVersion: 1.2.92.148.g882cc571 PackageLocale: en-US Publisher: Spotify AB PublisherUrl: https://www.spotify.com/ diff --git a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.locale.zh-CN.yaml b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.locale.zh-CN.yaml similarity index 97% rename from manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.locale.zh-CN.yaml rename to manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.locale.zh-CN.yaml index b7ef61356902a..9b8f0a85468f8 100644 --- a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.locale.zh-CN.yaml +++ b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Spotify.Spotify -PackageVersion: 1.2.92.147.g5b8f9367 +PackageVersion: 1.2.92.148.g882cc571 PackageLocale: zh-CN Publisher: Spotify AB PublisherUrl: https://www.spotify.com/ diff --git a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.yaml b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.yaml similarity index 86% rename from manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.yaml rename to manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.yaml index 33a2e44e2aab6..ea2e39c5e9420 100644 --- a/manifests/s/Spotify/Spotify/1.2.92.147.g5b8f9367/Spotify.Spotify.yaml +++ b/manifests/s/Spotify/Spotify/1.2.92.148.g882cc571/Spotify.Spotify.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Spotify.Spotify -PackageVersion: 1.2.92.147.g5b8f9367 +PackageVersion: 1.2.92.148.g882cc571 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 5311c8b27ab88bfdd475a4b57a228a12eba9f45f Mon Sep 17 00:00:00 2001 From: Ossian Ericson <43954785+ossianericson@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:27:16 +0200 Subject: [PATCH 45/49] NetSentinel.NetSentinel version 2.1.9 (#388012) --- .../NetSentinel.NetSentinel.installer.yaml | 22 +++++++ .../NetSentinel.NetSentinel.locale.en-US.yaml | 57 +++++++++++++++++++ .../2.1.9/NetSentinel.NetSentinel.yaml | 8 +++ 3 files changed, 87 insertions(+) create mode 100644 manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.installer.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.locale.en-US.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.yaml diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 0000000000000..dfb786791b3d0 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.9 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v2.1.9/NetSentinel-Setup-2.1.9.exe + InstallerSha256: 6D7E1B055B1E584B7FD6BFA5ACB6FCBF9B979FD84E9B72201BD1AC65B1CF0208 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..97dc71cfd6cd6 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.9 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v2.1.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.yaml new file mode 100644 index 0000000000000..9ef65611d98f0 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.9/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 2.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4c66e2ae2012c40d70b6ba9c3ae4629351742b56 Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Mon, 15 Jun 2026 17:29:13 +0200 Subject: [PATCH 46/49] New version: Datadog.dda version 0.34.1 (#388015) --- .../dda/0.34.1/Datadog.dda.installer.yaml | 19 ++++++++++++++ .../dda/0.34.1/Datadog.dda.locale.en-US.yaml | 26 +++++++++++++++++++ .../d/Datadog/dda/0.34.1/Datadog.dda.yaml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/d/Datadog/dda/0.34.1/Datadog.dda.installer.yaml create mode 100644 manifests/d/Datadog/dda/0.34.1/Datadog.dda.locale.en-US.yaml create mode 100644 manifests/d/Datadog/dda/0.34.1/Datadog.dda.yaml diff --git a/manifests/d/Datadog/dda/0.34.1/Datadog.dda.installer.yaml b/manifests/d/Datadog/dda/0.34.1/Datadog.dda.installer.yaml new file mode 100644 index 0000000000000..60c988a872557 --- /dev/null +++ b/manifests/d/Datadog/dda/0.34.1/Datadog.dda.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Datadog.dda +PackageVersion: 0.34.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dda.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DataDog/datadog-agent-dev/releases/download/v0.34.1/dda-x86_64-pc-windows-msvc.zip + InstallerSha256: D5BEF460368C072BD9E404A5B4FA4C71EA0FFC8FC19542438CB3FB13933AAF1C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dda/0.34.1/Datadog.dda.locale.en-US.yaml b/manifests/d/Datadog/dda/0.34.1/Datadog.dda.locale.en-US.yaml new file mode 100644 index 0000000000000..2209a3fac4685 --- /dev/null +++ b/manifests/d/Datadog/dda/0.34.1/Datadog.dda.locale.en-US.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: Datadog.dda +PackageVersion: 0.34.1 +PackageLocale: en-US +Publisher: Datadog +PublisherUrl: https://github.com/DataDog +PublisherSupportUrl: https://github.com/DataDog/datadog-agent-dev/issues +PackageName: dda +PackageUrl: https://github.com/DataDog/datadog-agent-dev +License: MIT +LicenseUrl: https://github.com/DataDog/datadog-agent-dev/blob/HEAD/LICENSE.txt +ShortDescription: Tool for developing on the Datadog Agent platform +Tags: +- cli +- datadog +- datadog-agent +- python +- tooling +ReleaseNotes: |- + Fixed: + - Restore the binary dependency for the legacy Invoke task environment +ReleaseNotesUrl: https://github.com/DataDog/datadog-agent-dev/releases/tag/v0.34.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dda/0.34.1/Datadog.dda.yaml b/manifests/d/Datadog/dda/0.34.1/Datadog.dda.yaml new file mode 100644 index 0000000000000..014708c385e9d --- /dev/null +++ b/manifests/d/Datadog/dda/0.34.1/Datadog.dda.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: Datadog.dda +PackageVersion: 0.34.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1fe5dce1dcc977a5f3a08db2b1c3e3da8c60c25a Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 15 Jun 2026 11:36:40 -0400 Subject: [PATCH 47/49] New version: ART.ART version 1.26.6 (#388064) --- .../a/ART/ART/1.26.6/ART.ART.installer.yaml | 28 ++++++++++++++++++ .../ART/ART/1.26.6/ART.ART.locale.en-US.yaml | 29 +++++++++++++++++++ manifests/a/ART/ART/1.26.6/ART.ART.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/a/ART/ART/1.26.6/ART.ART.installer.yaml create mode 100644 manifests/a/ART/ART/1.26.6/ART.ART.locale.en-US.yaml create mode 100644 manifests/a/ART/ART/1.26.6/ART.ART.yaml diff --git a/manifests/a/ART/ART/1.26.6/ART.ART.installer.yaml b/manifests/a/ART/ART/1.26.6/ART.ART.installer.yaml new file mode 100644 index 0000000000000..0996efe0c7e78 --- /dev/null +++ b/manifests/a/ART/ART/1.26.6/ART.ART.installer.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ART.ART +PackageVersion: 1.26.6 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: ART1.26.6_is1 +ReleaseDate: 2026-06-15 +AppsAndFeaturesEntries: +- DisplayName: ART version 1.26.6 + ProductCode: ART1.26.6_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\ART\1.26.5' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/artraweditor/ART/releases/download/1.26.6/ART_1.26.6_Win64.exe + InstallerSha256: 325BF777140EEB46492BE185D5C35B97DD20AA42F2E7A12AC863DC5D5B2FE948 +- Architecture: arm64 + InstallerUrl: https://github.com/artraweditor/ART/releases/download/1.26.6/ART_1.26.6_Windows_arm64.exe + InstallerSha256: 02310FAA6C5E59CE290DF79B72AD62189DC22A419AAB984BE10EBA83F6D85DAD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/ART/ART/1.26.6/ART.ART.locale.en-US.yaml b/manifests/a/ART/ART/1.26.6/ART.ART.locale.en-US.yaml new file mode 100644 index 0000000000000..c52b052bdc5b3 --- /dev/null +++ b/manifests/a/ART/ART/1.26.6/ART.ART.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ART.ART +PackageVersion: 1.26.6 +PackageLocale: en-US +Publisher: ART +PublisherUrl: https://bitbucket.org/agriggio/art/wiki/Home +PublisherSupportUrl: https://bitbucket.org/agriggio/art/issues +Author: Alberto Griggio +PackageName: ART +PackageUrl: https://bitbucket.org/agriggio/art/ +License: GPL-3.0-only +LicenseUrl: https://github.com/artpixls/ART/blob/HEAD/LICENSE.txt +ShortDescription: ART is a fork of RawTherapee, a powerful cross-platform raw photo processing program. +Description: ART is a derivative of the popular RawTherapee, trading a bit of customization and control over various processing parameters for a simpler and (hopefully) easier to use interface, while still maintaining the power and quality of RawTherapee. +Moniker: art +Tags: +- image-editor +- image-processing +- open-source +- photo +- photo-editor +- photo-processing +- raw +ReleaseNotes: 1.26.6 +ReleaseNotesUrl: https://github.com/artraweditor/ART/releases/tag/1.26.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ART/ART/1.26.6/ART.ART.yaml b/manifests/a/ART/ART/1.26.6/ART.ART.yaml new file mode 100644 index 0000000000000..847eae4edaffe --- /dev/null +++ b/manifests/a/ART/ART/1.26.6/ART.ART.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: ART.ART +PackageVersion: 1.26.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 398562ae88f1767b0b272449e20fc71d8fe5759d Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Mon, 15 Jun 2026 11:40:34 -0400 Subject: [PATCH 48/49] New version: OpenCLICollective.codereview-cli version 0.3.128 (#388069) --- ...LICollective.codereview-cli.installer.yaml | 20 ++++++++++++++ ...ollective.codereview-cli.locale.en-US.yaml | 27 +++++++++++++++++++ .../OpenCLICollective.codereview-cli.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.yaml diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.installer.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.installer.yaml new file mode 100644 index 0000000000000..379ade887c297 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.3.128 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cr.exe + PortableCommandAlias: cr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.3.128/cr_v0.3.128_windows_amd64.zip + InstallerSha256: DC1A49987EC6B7A724A30419006A74BD76D7CC6A9AC3F5D6DF7115F5BC8E100B +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.3.128/cr_v0.3.128_windows_arm64.zip + InstallerSha256: F0D0C14C9A3ADE43D7045BDF0D2A135795ADC89BF06BFA8B13D8175D02582763 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-15 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..84dec87b495bc --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.3.128 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/codereview-cli/issues +PackageName: Code Review CLI +PackageUrl: https://github.com/open-cli-collective/codereview-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/codereview-cli/blob/main/LICENSE +ShortDescription: Automated pull-request review CLI +Description: |- + cr runs automated pull-request reviews, records review state locally, posts + review output back to GitHub, and keeps durable metadata to resume, repair, + inspect, and prune review runs. +Tags: +- code-review +- pull-request +- github +- cli +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/codereview-cli/releases/tag/v0.3.128 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.yaml new file mode 100644 index 0000000000000..a0e244208f421 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.3.128/OpenCLICollective.codereview-cli.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: OpenCLICollective.codereview-cli +PackageVersion: 0.3.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 075ac59a05d0ccff4d6a32c4646c184fc10beac5 Mon Sep 17 00:00:00 2001 From: Robert Nio <50460704+githubrobbi@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:43:24 -0700 Subject: [PATCH 49/49] New version: SkyLLC.UFFS version 0.6.2 (#388070) --- .../UFFS/0.6.2/SkyLLC.UFFS.installer.yaml | 34 +++++ .../UFFS/0.6.2/SkyLLC.UFFS.locale.en-US.yaml | 122 ++++++++++++++++++ .../s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.yaml | 8 ++ 3 files changed, 164 insertions(+) create mode 100644 manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.installer.yaml create mode 100644 manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.locale.en-US.yaml create mode 100644 manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.yaml diff --git a/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.installer.yaml b/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.installer.yaml new file mode 100644 index 0000000000000..489534cce496c --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.installer.yaml @@ -0,0 +1,34 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.6.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uffs-windows-x64/uffs-broker.exe + PortableCommandAlias: uffs-broker +- RelativeFilePath: uffs-windows-x64/uffs-mft.exe + PortableCommandAlias: uffs-mft +- RelativeFilePath: uffs-windows-x64/uffs-tui.exe + PortableCommandAlias: uffs-tui +- RelativeFilePath: uffs-windows-x64/uffs.exe + PortableCommandAlias: uffs +- RelativeFilePath: uffs-windows-x64/uffsd.exe + PortableCommandAlias: uffsd +- RelativeFilePath: uffs-windows-x64/uffsmcp.exe + PortableCommandAlias: uffsmcp +Scope: user +InstallModes: +- silent +- silentWithProgress +ReleaseDate: 2026-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/download/v0.6.2/uffs-windows-x64.zip + InstallerSha256: C18FDFEB591D103966662D6B7ABC6E98EEA84F5F38F639AC564BA4D5B82E9B95 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.locale.en-US.yaml b/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.locale.en-US.yaml new file mode 100644 index 0000000000000..4995b05f4258a --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.locale.en-US.yaml @@ -0,0 +1,122 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.6.2 +PackageLocale: en-US +Publisher: Sky, LLC +PublisherUrl: https://github.com/skyllc-ai +PublisherSupportUrl: https://github.com/skyllc-ai/UltraFastFileSearch/issues +PackageName: UFFS - Ultra Fast File Search +PackageUrl: https://github.com/skyllc-ai/UltraFastFileSearch +License: MPL-2.0 +LicenseUrl: https://github.com/skyllc-ai/UltraFastFileSearch/blob/HEAD/LICENSE +ShortDescription: Benchmark-driven NTFS search engine for Windows +Description: |- + UFFS reads the NTFS Master File Table directly, builds a compact persisted index, + and serves targeted queries in 0-3 ms daemon-side. One Rust engine for CLI, daemon, + TUI, and MCP agent workflows. Proven on 100M-record scale. +Tags: +- cli +- file-search +- mft +- ntfs +- rust +- search +- windows +ReleaseNotes: |- + UFFS v0.6.2 + 🚀 What's New + See the full changelog + and CHANGELOG.md in the repository for details. + 📦 Downloads + UFFS is a Windows-native NTFS search engine — live indexing of + the Master File Table requires Windows. The engine core is + cross-platform, so macOS and Linux builds are shipped for + offline MFT analysis from captured .mft / .bin snapshots. + Each platform ships as a one-download ZIP bundle in three + tiers — pick the one that matches how much you need: + ──────┬───────────┬───────────────────────────────────────────────────────────────────── + Tier │Zip suffix │Contents + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + min │-min.zip │uffs + uffsd + uffs-tui demo. Lean engine for CI/scripting. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + normal│(no suffix)│min + uffsmcp + uffs-mft + docs + brand + packaging helper. + │ │Recommended. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + full │-full.zip │normal + the uffs-diag diagnostic tools. + ──────┴───────────┴───────────────────────────────────────────────────────────────────── + > 🖥️ Every tier bundles the free uffs-tui demo — the + > zero-setup front door. After unzipping, just run uffs-tui + > to browse your own drives in a UI (the daemon auto-starts). + > The demo has capped result counts and disabled exports; see + > DEMO-LICENSE.txt in the zip. Full TUI/GUI are commercial. + Individual binaries are also attached for automation that + wgets a single file. + 🟦 Windows x86_64 — primary live-indexing target + - uffs-windows-x64.zip — recommended (normal tier): CLI + + daemon + MCP + MFT tooling + uffs-tui demo + icon + docs. + The .exes ship with the UFFS icon and asInvoker manifest + embedded. Also: uffs-windows-x64-min.zip, + uffs-windows-x64-full.zip. + - Raw binaries: uffs-windows-x64.exe, uffsd-windows-x64.exe, + uffsmcp-windows-x64.exe, uffs-mft-windows-x64.exe. + 🍏 macOS Apple Silicon — offline MFT analysis + - uffs-macos-arm64.zip — recommended (normal tier): raw + binaries + uffs-tui demo + a ready-to-run UFFS.app bundle + - icns + docs + packaging/macos/bundle.sh for rebuilding. + Also: uffs-macos-arm64-min.zip, uffs-macos-arm64-full.zip. + - Raw binaries: uffs-macos-arm64, uffsd-macos-arm64, + uffsmcp-macos-arm64, uffs-mft-macos-arm64. + - Intel Macs: run the arm64 build under Rosetta 2. + 🐧 Linux x86_64 — offline MFT analysis + - uffs-linux-x64.zip — recommended (normal tier): binaries + - uffs-tui demo + full hicolor icon tree + + packaging/linux/install.sh (drops the .desktop entry and + icons under /usr/local with one sudo invocation) + docs. + Also: uffs-linux-x64-min.zip, uffs-linux-x64-full.zip. + - Raw binaries: uffs-linux-x64, uffsd-linux-x64, + uffsmcp-linux-x64, uffs-mft-linux-x64. + - Use with --mft-file to analyse captured MFT snapshots on servers, forensics VMs, or in Docker. + 🔐 Verification + All binaries are accompanied by SHA256 checksums in CHECKSUMS.txt. + Verify with: + sha256sum -c CHECKSUMS.txt + Additionally, every release asset carries a SLSA build- + provenance attestation signed with the workflow's Sigstore + OIDC identity. Verify with GitHub CLI: + gh attestation verify --owner skyllc-ai + A successful verification proves the bytes were produced by + this exact workflow run on this exact commit. + 📋 SBOM (Software Bill of Materials) + Each workspace crate ships a CycloneDX 1.5 SBOM alongside the + binaries: sbom-.cdx.json. The SBOMs are covered by + the same SLSA attestation as the binaries, so you can verify + the inventory with the same command above. Inspect with any + CycloneDX-aware tool, e.g.: + jq '.components[] | {name, version, purl}' sbom-uffs-cli.cdx.json + 📋 Installation + Recommended: ZIP bundle + 1. Download uffs-.zip for your platform. + 2. Unzip anywhere. + 3. Windows: the .exes are ready to run; place them on PATH. Icon + asInvoker manifest are already baked into the PE. + 4. macOS: double-click UFFS.app, or move the raw uffs binary into /usr/local/bin/. First launch: Gatekeeper warns because the bundle is unsigned — right-click → Open to confirm, or run xattr -dr com.apple.quarantine UFFS.app. + 5. Linux: run sudo packaging/linux/install.sh from the unzipped directory — installs the binary, the .desktop entry, and the full hicolor icon set. Override prefix with sudo PREFIX=/opt/uffs packaging/linux/install.sh. + Raw-binary path (automation) + - Download the individual binary, e.g. uffs-linux-x64. + - macOS / Linux: chmod +x uffs-* then optionally mv uffs-* /usr/local/bin/uffs. + - Windows: the .exe is ready to run; place it on PATH. + 🛠️ Build Information + - Triggered by: release-pr-merge-#421 + - Commit: 45c69bc + - Toolchain: pinned nightly from rust-toolchain.toml + - Profile: [profile.release] — LTO=fat, codegen-units=1, strip=symbols + - CPU baselines: x86_64 = x86-64-v3 (Haswell+/Zen+); macOS ARM64 = apple-m1 (M1+) + Full Changelog: https://github.com/skyllc-ai/UltraFastFileSearch/commits/v0.6.2 + What's Changed + - fix(search): scope bare & path-anchored drive patterns (C:, C:, C:\path) by @githubrobbi in #420 + - chore: release v0.6.2 — ship pipeline auto-commit by @githubrobbi in #421 + Full Changelog: v0.6.1...v0.6.2 +ReleaseNotesUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/tag/v0.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.yaml b/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.yaml new file mode 100644 index 0000000000000..744dfe507f00e --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.6.2/SkyLLC.UFFS.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: SkyLLC.UFFS +PackageVersion: 0.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0