diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.installer.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.installer.yaml new file mode 100644 index 0000000000000..be4b9ef8d191d --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.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: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.15 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dws.exe +Commands: +- dws +ReleaseDate: 2026-04-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.15/dws-windows-amd64.zip + InstallerSha256: E351612A3409AB367ED0D01EE4A37420CC8F485890775C7224CB972833051475 +- Architecture: arm64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.15/dws-windows-arm64.zip + InstallerSha256: B5C5C7F3DA6F143F4B18A242991CC9E2FFD2F5F9F8C02D55F820E036516D511F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d261dffdc30fb --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.15 +PackageLocale: en-US +Publisher: DingTalk (Singapore) Private Limited +PublisherUrl: https://www.dingtalk.io/ +PublisherSupportUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/issues +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk Workspace CLI +PackageUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli +License: Apache-2.0 +LicenseUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba Group +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010161503_40649.html +ShortDescription: dws — DingTalk Workspace on the command line, built for humans and AI agents. +Description: |- + dws — DingTalk Workspace on the command line, built for humans and AI agents. + Why dws? + - For humans — --help for usage, --dry-run to preview requests, -f table/json/raw for output formats. + - For AI agents — structured JSON responses + built-in Agent Skills, ready out of the box. + - For enterprise admins — zero-trust architecture: OAuth device-flow auth + domain allowlisting + least-privilege scoping. Not a single byte can bypass authentication and audit. +Moniker: dws +Tags: +- dingding +- dingtalk +ReleaseNotes: |- + Compat layer gains subcommand merging under shared parents so multiple server entries can contribute into the same dws subtree without producing duplicate --help rows. Ships with a fresh auto-generated command index doc, a README sync to 159 commands across 13 products, and a wide-ranging flag-naming cleanup that standardises CLI flags across chat, calendar, drive, minutes, contact, and devdoc commands. + Added + - internal/compat subcommand merging via attachOrMerge — when two or more server entries attach to the same parent (e.g. parent: "chat") and their cli.command collides with an existing subcommand in the parent's tree, the new subcommand's children are merged recursively into the existing one instead of creating a duplicate sibling. Leaf-name collisions resolve first-wins. Fixes the "double group / message rows in dws chat --help" symptom when bot capabilities are distributed across chat.group.members and chat.message. + - docs/command-index.md — a single, English, auto-generated listing of every runtime command the dws CLI exposes under the pre environment (159 total). Each entry carries a description and a "when to use" column aimed at AI agents. Replaces the earlier command-index.pre.* / command-index.full.* ad-hoc snapshots. + Changed + - README Key Services table (README.md + README_zh.md) fully synced to the shipped command surface: + - Chat: 20 → 23 (bot capabilities merged in; new list-all / list-focused / list-unread-conversations / conversation-info exposed) + - Calendar: 13 → 14 + - AI Tables: 37 → 41 (chart / dashboard public-share config rows) + - Doc: 16 → 21 (comment subtree + file create) + - Minutes: 22 → 19 (single-tool record, list query, list-by-keyword-range pruned) + - New Drive row (6 commands) — promoted out of "Coming soon" + - Workbench row and standalone Bot row removed + - Total revised to 159 commands across 13 products + - Quick Start expanded to 7 examples covering doc, minutes, drive in addition to contact, calendar, todo + - Coming soon trimmed to 5: mail, conference, aiapp, live, wiki + - Reference & Docs section now leads with a pointer to the new docs/command-index.md + - Flag naming cleanup — CLI flags across chat, calendar, drive, minutes, contact, and devdoc have been standardised so the names users type match the product-skill documentation. Notable flags: + - dws contact user search / dws contact dept search / dws devdoc article search now take --query (previously --keyword) + - dws chat message list / dws chat message search / dws chat message list-mentions / dws chat conversation-info / dws chat message send now take --group for the target conversation (previously --id) and --open-dingtalk-id (previously --open-id) + - dws chat message list-by-sender now takes --sender-user-id / --sender-open-dingtalk-id (previously --user / --open-id) + - dws chat message list-topic-replies now takes --group / --topic-id / --limit / --time (previously --id / --topic / --size / --start) + - dws chat search-common now takes --match-mode (previously --mode) + - dws drive list now takes --max / --thumbnail (previously --max-results / --with-thumbnail) + - dws calendar event suggest now takes --users / --duration / --timezone (previously --attendee-user-ids / --duration-minutes / --time-zone) + - dws minutes list mine / dws minutes list shared now take --max (previously --max-results) and gain --query / --start / --end + - dws minutes list all no longer exposes the legacy --__scope__ internal alias + - Flag coverage additions — dws calendar event create / update gain --attendees, --open-dingtalk-ids, --timezone; dws chat message send gains file-message flags (--dentry-id, --file-name, --file-size, --file-type, --media-id, --msg-type, --space-id) plus --open-dingtalk-id / --user; dws chat message list gains --open-dingtalk-id / --user; dws aitable table delete gains --reason; dws calendar participant add gains --optional; dws todo task create gains --recurrence. + Tests + - 3 new unit tests in internal/compat/dynamic_commands_test.go: + - TestBuildDynamicCommands_ParentMergeSameName — two servers with identical command + parent collapse into a single merged subcommand + - TestBuildDynamicCommands_ParentMergeRecursive — recursive merge through nested groups (e.g. chat.group.members) + - TestBuildDynamicCommands_ParentMergeLeafCollision — identical leaf paths resolve first-wins without producing duplicates + Fixes (post-release patch) + - dws compat helpers json_parse now falls back to YAML parsing when strict JSON decode fails, so YAML-style tool outputs round-trip through | json_parse correctly. + - dws chat message send-by-bot product routing no longer misdispatches bot-identity sends — the command consistently resolves under the chat product tree. + Changelog + - 7828089 feat: subcommand merging, schema pretty, IR overlays, v1.0.15 notes (#160) + - 9739082 fix(compat,helpers): json_parse YAML fallback + send-by-bot product routing (#161) +ReleaseNotesUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/tag/v1.0.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..434a6d8c55ac7 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-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: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.15 +PackageLocale: zh-Hans-CN +Publisher: 钉钉(中国)信息技术有限公司 +PublisherUrl: https://www.dingtalk.com/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..516ca916b10f7 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.15 +PackageLocale: zh-Hans +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.yaml new file mode 100644 index 0000000000000..3631fe2c4ae41 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.15/Alibaba.DingTalkWorkspaceCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kindle/2.9.1.71006/Amazon.Kindle.installer.yaml b/manifests/a/Amazon/Kindle/2.9.1.71006/Amazon.Kindle.installer.yaml index a048b7ebb777e..e2d1c1990d9af 100644 --- a/manifests/a/Amazon/Kindle/2.9.1.71006/Amazon.Kindle.installer.yaml +++ b/manifests/a/Amazon/Kindle/2.9.1.71006/Amazon.Kindle.installer.yaml @@ -3,8 +3,9 @@ PackageIdentifier: Amazon.Kindle PackageVersion: 2.9.1.71006 +ReleaseDate: 2026-04-13 InstallerLocale: en-US -MinimumOSVersion: 6.2.0.0 +MinimumOSVersion: 6.2.0.0 # Windows 8.0 InstallerType: nullsoft Scope: user InstallModes: @@ -24,7 +25,6 @@ FileExtensions: - mobi - pdf ProductCode: Amazon Kindle -ReleaseDate: 2026-04-13 AppsAndFeaturesEntries: - ProductCode: Amazon Kindle Installers: diff --git a/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.installer.yaml b/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.installer.yaml new file mode 100644 index 0000000000000..243376fc5b1c0 --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.installer.yaml @@ -0,0 +1,54 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.6.7 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerx64 + InstallerSha256: B9CE75A7DA0145C0D8942FFB3CE468F7CA2BC660217C1E640BADFC683DB68D1C + InstallModes: + - interactive + - silent + - silentWithProgress + InstallerSwitches: + Silent: /VERYSILENT /NORESTART --hidden + SilentWithProgress: /SILENT /NORESTART --hidden + UpgradeBehavior: install + ProductCode: Argente Malware Cleaner 3.0 + ElevationRequirement: elevatesSelf +- Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerx86 + InstallerSha256: 7ED27EF53A3E0574D9B2A270A2F93B99AE00D472C1C6CE92D08596CD353A8BED + InstallModes: + - interactive + - silent + - silentWithProgress + InstallerSwitches: + Silent: /VERYSILENT /NORESTART --hidden + SilentWithProgress: /SILENT /NORESTART --hidden + UpgradeBehavior: install + ProductCode: Argente Malware Cleaner 3.0 + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: inno + Scope: machine + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerarm64 + InstallerSha256: 92F7CBE7128D09958BCBB35E55624526FB3447AA3078996EED55E62E052E9140 + InstallModes: + - interactive + - silent + - silentWithProgress + InstallerSwitches: + Silent: /VERYSILENT /NORESTART --hidden + SilentWithProgress: /SILENT /NORESTART --hidden + UpgradeBehavior: install + ProductCode: Argente Malware Cleaner 3.0 + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.locale.en-US.yaml b/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.locale.en-US.yaml new file mode 100644 index 0000000000000..a9cfb2296921c --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.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.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.6.7 +PackageLocale: en-US +Publisher: Raúl Argente +PackageName: Argente Malware Cleaner +License: Proprietary +Copyright: Copyright © 2008 - 2026 Raúl Argente +ShortDescription: Detect and remove all types of malware. The perfect complement to your antivirus, ensuring your system is free of threats while protecting your data and privacy. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.yaml b/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.yaml new file mode 100644 index 0000000000000..b458fca5c1eca --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.6.7/Argente.MalwareCleaner.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: Argente.MalwareCleaner +PackageVersion: 3.0.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AxCrypt/AxCrypt/2.1.1693.0/AxCrypt.AxCrypt.installer.yaml b/manifests/a/AxCrypt/AxCrypt/2.1.1693.0/AxCrypt.AxCrypt.installer.yaml index cef6b810e1c36..1292933150f21 100644 --- a/manifests/a/AxCrypt/AxCrypt/2.1.1693.0/AxCrypt.AxCrypt.installer.yaml +++ b/manifests/a/AxCrypt/AxCrypt/2.1.1693.0/AxCrypt.AxCrypt.installer.yaml @@ -3,6 +3,7 @@ PackageIdentifier: AxCrypt.AxCrypt PackageVersion: 2.1.1693.0 +MinimumOSVersion: 5.0.2195.0 # Windows 2000 Installers: - Architecture: x86 InstallerType: nullsoft diff --git a/manifests/a/alagrede/znote/3.7.6/alagrede.znote.installer.yaml b/manifests/a/alagrede/znote/3.7.6/alagrede.znote.installer.yaml new file mode 100644 index 0000000000000..cfa32491180a0 --- /dev/null +++ b/manifests/a/alagrede/znote/3.7.6/alagrede.znote.installer.yaml @@ -0,0 +1,19 @@ +# 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: alagrede.znote +PackageVersion: 3.7.6 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +ReleaseDate: 2026-04-23 +AppsAndFeaturesEntries: +- DisplayName: znote 3.7.6 + ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alagrede/znote-app/releases/download/v3.7.6/znote-Setup-3.7.6.exe + InstallerSha256: C10DE7673773B0E55B37F17E402CCE4C6B0BD5781C64416280257D0FFC5D9B4E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/3.7.6/alagrede.znote.locale.en-US.yaml b/manifests/a/alagrede/znote/3.7.6/alagrede.znote.locale.en-US.yaml new file mode 100644 index 0000000000000..f952568e27735 --- /dev/null +++ b/manifests/a/alagrede/znote/3.7.6/alagrede.znote.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: alagrede.znote +PackageVersion: 3.7.6 +PackageLocale: en-US +Publisher: alagrede +PublisherUrl: https://github.com/alagrede +PublisherSupportUrl: https://github.com/alagrede/znote-app/issues +PackageName: znote +PackageUrl: https://github.com/alagrede/znote-app +License: Freeware +ShortDescription: Markdown-based note-taking app for developers +Tags: +- dev +- editor +- electron +- markdown +- react +- znote +ReleaseNotes: |- + 🐛 Fixes + - Fixed an issue where real folders could not be moved into organizational folders (#105) +ReleaseNotesUrl: https://github.com/alagrede/znote-app/releases/tag/v3.7.6 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://znote.io/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/3.7.6/alagrede.znote.yaml b/manifests/a/alagrede/znote/3.7.6/alagrede.znote.yaml new file mode 100644 index 0000000000000..2c5d1d5f7ea00 --- /dev/null +++ b/manifests/a/alagrede/znote/3.7.6/alagrede.znote.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: alagrede.znote +PackageVersion: 3.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.installer.yaml b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.installer.yaml new file mode 100644 index 0000000000000..33d9684afdf01 --- /dev/null +++ b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: alfaview.alfaview +PackageVersion: 9.26.6 +UpgradeBehavior: install +Protocols: +- alfatraining +- alfaview +ReleaseDate: 2026-04-23 +Installers: +- Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://assets.alfaview.com/stable/win/alfaview-setup-win-production-9.26.6.exe + InstallerSha256: 6E1C0A2D986F8843404004C4F6AA50C702D4F260852CA5D6A9CC631EEE6A1DBB + ProductCode: alfaview-production_64_is1 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://assets.alfaview.com/stable/win/alfaview-setup-win-production-9.26.6.msi + InstallerSha256: 7176B90C1CD9987A2D23E4DF77F8ADEF75DEE47F0BF6F521383E5872BD46CD6F + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + ProductCode: '{A88E14C5-43EF-4BB2-A0B9-51FC432A7ECC}' + AppsAndFeaturesEntries: + - DisplayName: alfaview msi version 9.26.6 + ProductCode: '{A88E14C5-43EF-4BB2-A0B9-51FC432A7ECC}' + UpgradeCode: '{1E605AA3-430C-42F3-A86D-5B67F4C3A37F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.locale.en-US.yaml b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.locale.en-US.yaml new file mode 100644 index 0000000000000..497e0deb0e49e --- /dev/null +++ b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.locale.en-US.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: alfaview.alfaview +PackageVersion: 9.26.6 +PackageLocale: en-US +Publisher: alfaview Video Conferencing Systems GmbH & Co. KG +PublisherUrl: https://alfaview.com/ +PublisherSupportUrl: https://support.alfaview.com/ +PrivacyUrl: https://alfaview.com/privacy +Author: alfaview GmbH +PackageName: alfaview +PackageUrl: https://alfaview.com/download +License: Proprietary +LicenseUrl: https://alfaview.com/terms +Copyright: Copyright 2026 alfaview Video Conferencing Systems GmbH & Co. KG +CopyrightUrl: https://alfaview.com/legal-notice +ShortDescription: Performant and 100 % GDPR compliant videoconferencing +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +ReleaseNotes: |- + [New + Feature] File Sharing + + Share files with other participants directly within alfaview meeting rooms. Upload files using a file picker or drag-and-drop, and download shared files to your device. Moderators can manage file visibility and upload permissions per group. File sharing is available on all platforms including Windows, macOS, Linux, Android, iOS, and the web client. + [Feature + Update] Native Text Context Menu + + All text fields and labels on Windows and macOS now provide a native right-click context menu with standard options such as copy, paste, cut, and select all. + [Technical Update] Managed Configuration Policies + + IT administrators can now enforce client-side restrictions through managed configuration policies. On Windows, policies are deployed via Group Policy (ADMX templates included); on macOS and Linux, policies are deployed through file-based configuration. The first supported policy allows administrators to completely disable file sharing for all users in their organization. + [Fixes in + v9.26.2] Web Client Stability + Fixed an issue where the web client would freeze when rejoining a passcode-protected room. + [Fixes in + v9.26.3] Web Client Performance + Fixed background blur appearing weaker on Firefox in the web client compared to other browsers. + + Improved background blur performance in the web client through more efficient image processing. + + Fixed an issue where audio connections failed in large meetings on the web client when many participants were active at the same time. + [Fixes in + v9.26.4] Screen Share + Fixed an issue where shared screen audio would stop working if the user turned off their microphone during screen sharing. + [Fixes in + v9.26.5] Web Client Camera + Fixed an issue where the camera preview would briefly flicker when granting camera permission on Firefox. + + Fixed an issue where audio quality could degrade when using background blur in the web client. + [Fixes in + v9.26.6] Web Client Camera + Fixed background blur appearing pixelated on Safari (macOS) and showing as a black background on Safari (iOS) in the web client. + + Fixed issues on Firefox in the web client where the camera preview would flicker or switch to a different camera after granting browser permission, and where camera and microphone names appeared with a delay. +ReleaseNotesUrl: https://support.alfaview.com/release-notes/#alfaview-client-version-9-26-6-23-04-2026 +PurchaseUrl: https://alfaview.com/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://alfaview.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.locale.zh-CN.yaml b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..420d6e896d4c3 --- /dev/null +++ b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: alfaview.alfaview +PackageVersion: 9.26.6 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 高性能且 100% 遵守 GDPR 的视频会议 +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +ReleaseNotesUrl: https://support.alfaview.com/release-notes/#alfaview-client-version-9-26-6-23-04-2026 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://alfaview.com/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.yaml b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.yaml new file mode 100644 index 0000000000000..2debc417c6963 --- /dev/null +++ b/manifests/a/alfaview/alfaview/9.26.6/alfaview.alfaview.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: alfaview.alfaview +PackageVersion: 9.26.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.installer.yaml b/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.installer.yaml new file mode 100644 index 0000000000000..b77d1943fb353 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.installer.yaml @@ -0,0 +1,25 @@ +# 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: amir1376.ABDownloadManager +PackageVersion: 1.8.8 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: ABDownloadManager +ReleaseDate: 2026-04-23 +AppsAndFeaturesEntries: +- DisplayName: AB Download Manager + ProductCode: ABDownloadManager +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\ABDownloadManager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amir1376/ab-download-manager/releases/download/v1.8.8/ABDownloadManager_1.8.8_windows_x64.exe + InstallerSha256: 657AF35AC18E2EBEC7621988CBA3A3998C22D8DEEA5C884B37B8360B28688A1B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.locale.en-US.yaml b/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.locale.en-US.yaml new file mode 100644 index 0000000000000..7b0065d13cdbb --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.locale.en-US.yaml @@ -0,0 +1,46 @@ +# 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: amir1376.ABDownloadManager +PackageVersion: 1.8.8 +PackageLocale: en-US +Publisher: abdownloadmanager.com +PublisherUrl: https://github.com/amir1376 +PublisherSupportUrl: https://github.com/amir1376/ab-download-manager/issues +Author: AmirHossein Abdolmotallebi +PackageName: ABDownloadManager +PackageUrl: https://abdownloadmanager.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/amir1376/ab-download-manager/blob/HEAD/LICENSE +ShortDescription: A Download Manager that speeds up your downloads. +Description: AB Download Manager is a desktop app which lets you manage and organize your download files better than before. +Tags: +- chrome +- compose +- compose-multiplatform +- desktop +- desktop-app +- download +- download-manager +- downloader +- downloadmanager +- firefox +- kotlin +- linux +- windows +ReleaseNotes: |- + Added + - Reordering categories (#1119) + Changed + - Quit Shortcut changed from Ctrl-W to Ctrl-Q + Fixed + - Show part info not showing automatically if it was previously shown (#1183) + - "Edit Saved Checksum" now correctly updated on the Checksum page on Android + - the Main window correctly remembers its maximized state (#1185) + - System tray now uses the native UI on Linux (arm64) + Improved + - Updated translations + - Minor UI improvements +ReleaseNotesUrl: https://github.com/amir1376/ab-download-manager/releases/tag/v1.8.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.yaml b/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.yaml new file mode 100644 index 0000000000000..186f7e0c6fa3b --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.8.8/amir1376.ABDownloadManager.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: amir1376.ABDownloadManager +PackageVersion: 1.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.installer.yaml b/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.installer.yaml new file mode 100644 index 0000000000000..0d6132852d4fa --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.11.Full +PackageVersion: 11.0.31+11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2026-04-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/11.0.31+11/bellsoft-jre11.0.31+11-windows-i586-full.msi + InstallerSha256: D3F9FD675022AF80341CBA3ADEEE2105D6714F2698FB3D8D35F250177EC87627 + ProductCode: '{0E08551D-87F9-4181-8902-4BCBE0DD4EF7}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 11 Full (32-bit) + DisplayVersion: 11.0.31.11 + UpgradeCode: '{AB4BD99E-CF6C-4DB0-A99A-8BB4CA7CA1F7}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/11.0.31+11/bellsoft-jre11.0.31+11-windows-amd64-full.msi + InstallerSha256: 8F547DBBC419A9DEE9BFB4389841EB9F7B002F49B673403105BD74301ADAFFDA + ProductCode: '{0EFE1076-570B-48CF-99B6-E2263F983AA1}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 11 Full (64-bit) + DisplayVersion: 11.0.31.11 + UpgradeCode: '{D588E0CF-DE14-441D-9F34-5E48999475F8}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/11.0.31+11/bellsoft-jre11.0.31+11-windows-aarch64-full.msi + InstallerSha256: 5B9DCCB08E9C5D235AB1ED7BB67D912E2CF57D080AD7ADCB11190050BB1CBB17 + ProductCode: '{D300CB34-4485-4F20-A24C-00EB3EDA8864}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 11 Full (AArch64) + DisplayVersion: 11.0.31.11 + UpgradeCode: '{52C00D54-A827-4EB9-B22A-496E443149CF}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..93547ed74a2b8 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.11.Full +PackageVersion: 11.0.31+11 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PublisherSupportUrl: https://bell-sw.com/pricing +PrivacyUrl: https://bell-sw.com/privacy-policy +Author: BellSoft +PackageName: Liberica JRE 11 Full +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_eula +Copyright: Copyright © BellSoft Corporation 2017-2026 +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: |- + Liberica JDK is a free and open source Java Development Kit produced by BellSoft. + It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. + The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.yaml b/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.yaml new file mode 100644 index 0000000000000..6b51fc6a5c9a1 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/11/Full/11.0.31+11/BellSoft.LibericaJRE.11.Full.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: BellSoft.LibericaJRE.11.Full +PackageVersion: 11.0.31+11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.installer.yaml b/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.installer.yaml new file mode 100644 index 0000000000000..7554fcc132e3d --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.17 +PackageVersion: 17.0.19+11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2026-04-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/17.0.19+11/bellsoft-jre17.0.19+11-windows-i586.msi + InstallerSha256: 221798286D6D2A75DA87C2EF972C3CDCA8EBE204A8F84B36CF8F377D52CA0367 + ProductCode: '{25A65E04-262E-4E53-AF40-8145EE7B93C5}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 17 (32-bit) + DisplayVersion: 17.0.19.11 + UpgradeCode: '{4F167236-3C4A-4BEF-A3CD-A71CEBE8A79C}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/17.0.19+11/bellsoft-jre17.0.19+11-windows-amd64.msi + InstallerSha256: 1E161C00199C0D097FEA3A5A767838B9577ECDCF95D0321D1CD500861F235823 + ProductCode: '{EA2AF68E-2907-4D45-A0A7-798634189688}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 17 (64-bit) + DisplayVersion: 17.0.19.11 + UpgradeCode: '{D5ADDA74-AAA4-4895-B76A-9FF0C9D5820E}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/17.0.19+11/bellsoft-jre17.0.19+11-windows-aarch64.msi + InstallerSha256: C9B051AA6D33B5199A6077F25370DFF99CA93A10EF645739858F20EE568429D3 + ProductCode: '{425DD887-F28F-430A-BC83-904E33B407C9}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 17 (AArch64) + DisplayVersion: 17.0.19.11 + UpgradeCode: '{149DC8F0-5574-4F9B-A50E-A01975372E08}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.locale.en-US.yaml new file mode 100644 index 0000000000000..60c3e15fd214b --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.17 +PackageVersion: 17.0.19+11 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PublisherSupportUrl: https://bell-sw.com/pricing +PrivacyUrl: https://bell-sw.com/privacy-policy +Author: BellSoft +PackageName: Liberica JRE 17 +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL-2.0 +Copyright: Copyright © BellSoft Corporation 2017-2025 +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: |- + Liberica JDK is a free and open source Java Development Kit produced by BellSoft. + It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. + The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.yaml b/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.yaml new file mode 100644 index 0000000000000..92f2b6c79b025 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/17/17.0.19+11/BellSoft.LibericaJRE.17.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: BellSoft.LibericaJRE.17 +PackageVersion: 17.0.19+11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.installer.yaml b/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.installer.yaml new file mode 100644 index 0000000000000..ac7dfa9e14d53 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.17.Full +PackageVersion: 17.0.19+11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2026-04-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/17.0.19+11/bellsoft-jre17.0.19+11-windows-i586-full.msi + InstallerSha256: 32DC4E6B64BF3B09CFD0A71E31B2E5916F28973C5C272E536DD3444AA54BA8F1 + ProductCode: '{C2467737-A9FB-4EB9-BAF1-BC0706F1CA3C}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 17 Full (32-bit) + DisplayVersion: 17.0.19.11 + UpgradeCode: '{5B8967E4-060F-4DBD-BB49-DF9EEAA7F37E}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/17.0.19+11/bellsoft-jre17.0.19+11-windows-amd64-full.msi + InstallerSha256: D1DA0BF5FF44FED4C1158F60F77E5EDFF235B5C5AABF6357739B2ABA41F66259 + ProductCode: '{E43575B1-B8AD-41B7-B38F-E33BB843DD59}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 17 Full (64-bit) + DisplayVersion: 17.0.19.11 + UpgradeCode: '{1F8EC05D-3D63-4B92-97C7-994F2FD73AED}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/17.0.19+11/bellsoft-jre17.0.19+11-windows-aarch64-full.msi + InstallerSha256: 46527E83A4E0D65F3E209A552D08934094C35401F4DCF35BA093A48FC3D1EEDC + ProductCode: '{FFC4FD98-74F1-4AE3-BBA4-640F49A64297}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 17 Full (AArch64) + DisplayVersion: 17.0.19.11 + UpgradeCode: '{D39EB9AC-8F43-4C8C-B0D7-5E87E25F6232}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..f899c3118b8f0 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.17.Full +PackageVersion: 17.0.19+11 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PublisherSupportUrl: https://bell-sw.com/pricing +PrivacyUrl: https://bell-sw.com/privacy-policy +Author: BellSoft +PackageName: Liberica JRE 17 Full +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_eula +Copyright: Copyright © BellSoft Corporation 2017-2023 +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: |- + Liberica JDK is a free and open source Java Development Kit produced by BellSoft. + It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. + The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.yaml b/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.yaml new file mode 100644 index 0000000000000..cd4a6993ffaa8 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/17/Full/17.0.19+11/BellSoft.LibericaJRE.17.Full.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: BellSoft.LibericaJRE.17.Full +PackageVersion: 17.0.19+11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.installer.yaml b/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.installer.yaml new file mode 100644 index 0000000000000..faebba7b43798 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.21.Full +PackageVersion: 21.0.11+11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2026-04-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/21.0.11+11/bellsoft-jre21.0.11+11-windows-i586-full.msi + InstallerSha256: 71C3BEACEC5E53AF30493727A152170F14E3C9D0BA4C05F03F036ED5AD84E270 + ProductCode: '{23D91B76-208A-48CE-ABF5-C715D450C983}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 21 Full (32-bit) + DisplayVersion: 21.0.11.11 + UpgradeCode: '{0EF7EE8E-D07A-4CF8-B14E-ADE2E7247E50}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/21.0.11+11/bellsoft-jre21.0.11+11-windows-amd64-full.msi + InstallerSha256: 8C358651F79621FD47ACAA528957F7E000A50709E288B38955246F879997730E + ProductCode: '{DBEDE0D6-CACE-4A26-BF20-75F70F8BF1C9}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 21 Full (64-bit) + DisplayVersion: 21.0.11.11 + UpgradeCode: '{D4EB74F2-4F11-42D3-BA2C-B0B8B724B327}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/21.0.11+11/bellsoft-jre21.0.11+11-windows-aarch64-full.msi + InstallerSha256: EF13CD975F6BCAAAB640CF93DF8F0B790596ECFB90AF6A81D87024AE69C9CB9C + ProductCode: '{5CA0C577-A1D9-40BA-B149-7BEA52E0DC68}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 21 Full (AArch64) + DisplayVersion: 21.0.11.11 + UpgradeCode: '{ACFAAD30-FFFC-4174-AB68-C9840188E4C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..400729e622839 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.21.Full +PackageVersion: 21.0.11+11 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PublisherSupportUrl: https://bell-sw.com/pricing +PrivacyUrl: https://bell-sw.com/privacy-policy +Author: BellSoft +PackageName: Liberica JRE 21 Full +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_eula +Copyright: Copyright © BellSoft Corporation 2017-2023 +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: |- + Liberica JDK is a free and open source Java Development Kit produced by BellSoft. + It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. + The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.yaml b/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.yaml new file mode 100644 index 0000000000000..9748a5cfb954d --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/21/Full/21.0.11+11/BellSoft.LibericaJRE.21.Full.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: BellSoft.LibericaJRE.21.Full +PackageVersion: 21.0.11+11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.installer.yaml b/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.installer.yaml new file mode 100644 index 0000000000000..c1e57549a0506 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.25 +PackageVersion: 25.0.3+11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2026-04-21 +Installers: +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/25.0.3+11/bellsoft-jre25.0.3+11-windows-amd64.msi + InstallerSha256: 203643E0A93C33C3791037A1D2DA8772D200CB4ED6A9998AC3FE24703A5FB3EA + ProductCode: '{D6F75941-95DF-4A8A-B6B6-59E08FA07CEF}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 25 (64-bit) + DisplayVersion: 25.0.3.11 + UpgradeCode: '{C7DD0285-E35C-4E4C-A766-D18E916B62E5}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/25.0.3+11/bellsoft-jre25.0.3+11-windows-aarch64.msi + InstallerSha256: F7C16BA3935C9F1C63E20D622A2B73CD99ABE295B04A490270B03F94B00F03C5 + ProductCode: '{38AC8EBF-DED2-4E13-BA7B-9B3B95BAF61E}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 25 (AArch64) + DisplayVersion: 25.0.3.11 + UpgradeCode: '{609D77D0-C501-4FE1-875C-DC46A5B8C732}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.locale.en-US.yaml new file mode 100644 index 0000000000000..d109c9010f8c5 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.25 +PackageVersion: 25.0.3+11 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica JRE 25 +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL-2.0 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt +Copyright: Copyright (c) BellSoft Corporation +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: |- + Liberica JDK is a free and open source Java Development Kit produced by BellSoft. + It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. + The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19. +Tags: +- java +- jre +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.yaml b/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.yaml new file mode 100644 index 0000000000000..8716947efc6bd --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/25/25.0.3+11/BellSoft.LibericaJRE.25.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: BellSoft.LibericaJRE.25 +PackageVersion: 25.0.3+11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.installer.yaml b/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.installer.yaml new file mode 100644 index 0000000000000..b3fcdec872535 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.25.Full +PackageVersion: 25.0.3+11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2026-04-21 +Installers: +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/25.0.3+11/bellsoft-jre25.0.3+11-windows-amd64-full.msi + InstallerSha256: 488BFD074C8C9E17D9F22751F76EF7B97852C4CEDA0C18461965A653A3077FE3 + ProductCode: '{D79E5F5F-C587-43E9-BA19-3B67A327C2D2}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 25 Full (64-bit) + DisplayVersion: 25.0.3.11 + UpgradeCode: '{DC724BF3-8FB8-4181-B81E-61E9EF13BA71}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/25.0.3+11/bellsoft-jre25.0.3+11-windows-aarch64-full.msi + InstallerSha256: 34413892327E6153A957B82E164036D28363E3998822129715B475EC163B70A4 + ProductCode: '{E8168F3A-1B53-4E78-85D6-3CFE3DF3DA4A}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 25 Full (AArch64) + DisplayVersion: 25.0.3.11 + UpgradeCode: '{C4653927-C2D4-4EBE-A549-8D3D52BBAB63}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..350afc837875e --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.25.Full +PackageVersion: 25.0.3+11 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica JRE 25 Full +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL-2.0 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt +Copyright: Copyright (c) BellSoft Corporation +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: |- + Liberica JDK is a free and open source Java Development Kit produced by BellSoft. + It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. + The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19. +Tags: +- java +- jre +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.yaml b/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.yaml new file mode 100644 index 0000000000000..88532a5f66e23 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/25/Full/25.0.3+11/BellSoft.LibericaJRE.25.Full.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: BellSoft.LibericaJRE.25.Full +PackageVersion: 25.0.3+11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.installer.yaml b/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.installer.yaml new file mode 100644 index 0000000000000..2399e84f0121e --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.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: BellSoft.LibericaJRE.8.Full +PackageVersion: 8u492+9 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2026-04-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/8u492+9/bellsoft-jre8u492+9-windows-i586-full.msi + InstallerSha256: 2C99776035E56E171E0FFE14609205957C35AF65B43684CC962CEAF418638A5A + ProductCode: '{6C79E446-2C93-4E2D-840C-D5374A80D788}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 8 Full (32-bit) + UpgradeCode: '{1B4EC094-3A8D-4D9C-822F-33C284A972F4}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/8u492+9/bellsoft-jre8u492+9-windows-amd64-full.msi + InstallerSha256: 1066979F1B2955375EC2A1674678C7775C3E3A6B2B4C98D34763647E00DDD21A + ProductCode: '{2F07FC50-FE54-448A-A5D3-33070C08EED8}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JRE 8 Full (64-bit) + UpgradeCode: '{2B07224E-7DBB-4EDB-9957-CB6585558A89}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..78be3a1a21e0d --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BellSoft.LibericaJRE.8.Full +PackageVersion: 8u492+9 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PublisherSupportUrl: https://bell-sw.com/pricing +PrivacyUrl: https://bell-sw.com/privacy-policy +Author: BellSoft +PackageName: Liberica JRE 8 Full +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_eula +Copyright: Copyright © BellSoft Corporation 2017-2023 +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: |- + Liberica JDK is a free and open source Java Development Kit produced by BellSoft. + It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. + The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.yaml b/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.yaml new file mode 100644 index 0000000000000..d1587feeccfc5 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJRE/8/Full/8u492+9/BellSoft.LibericaJRE.8.Full.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: BellSoft.LibericaJRE.8.Full +PackageVersion: 8u492+9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..ad2a8b5f501d8 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.20.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ReleaseDate: 2026-04-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.20.2-Setup.exe + InstallerSha256: D5B91074A37E0160D4ACE75A1CE5AF0BE4DD2FC6C2D7D6ED938ABD4FAFB93E73 + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.20.2-Setup.exe + InstallerSha256: D5B91074A37E0160D4ACE75A1CE5AF0BE4DD2FC6C2D7D6ED938ABD4FAFB93E73 + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.20.2-Setup.exe + InstallerSha256: D5B91074A37E0160D4ACE75A1CE5AF0BE4DD2FC6C2D7D6ED938ABD4FAFB93E73 + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.20.2-Setup.exe + InstallerSha256: D5B91074A37E0160D4ACE75A1CE5AF0BE4DD2FC6C2D7D6ED938ABD4FAFB93E73 + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..23612fbd0c3cb --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.20.2 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/help-center +PrivacyUrl: https://chatboxai.app/privacy +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: Proprietary +LicenseUrl: https://chatboxai.app/terms +Copyright: © 2026 Chatbox App. All rights reserved. +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +PurchaseUrl: https://chatboxai.app/#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e4ace2b5ece9e --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.20.2 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/zh/help-center +PrivacyUrl: https://chatboxai.app/zh/privacy +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: 专有软件 +LicenseUrl: https://chatboxai.app/zh/terms +Copyright: © 2026 Chatbox App. All rights reserved. +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +PurchaseUrl: https://chatboxai.app/zh#pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..480854ce79c6f --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.20.2/Bin-Huang.Chatbox.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: Bin-Huang.Chatbox +PackageVersion: 1.20.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BiomeJS/Biome/2.4.13/BiomeJS.Biome.installer.yaml b/manifests/b/BiomeJS/Biome/2.4.13/BiomeJS.Biome.installer.yaml new file mode 100644 index 0000000000000..fb450038825ea --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.4.13/BiomeJS.Biome.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.4.13 +InstallerType: portable +UpgradeBehavior: install +Commands: +- biome +ReleaseDate: 2026-04-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.4.13/biome-win32-x64.exe + InstallerSha256: BC7D1F26BE936AEC1423F70ED94FD8C5AA80C3BA199D991DCAF13476DAA5F786 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.4.13/biome-win32-arm64.exe + InstallerSha256: 4EBFC108A649076B45D04EBB2A6B8A6642AB2180DA893B70A5C42B15D4154DA6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BiomeJS/Biome/2.4.13/BiomeJS.Biome.locale.en-US.yaml b/manifests/b/BiomeJS/Biome/2.4.13/BiomeJS.Biome.locale.en-US.yaml new file mode 100644 index 0000000000000..7dca56b43c00f --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.4.13/BiomeJS.Biome.locale.en-US.yaml @@ -0,0 +1,167 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.4.13 +PackageLocale: en-US +Publisher: BiomeJS +PublisherUrl: https://biomejs.dev/ +PublisherSupportUrl: https://github.com/biomejs/biome/issues +Author: Biome Developers and Contributors +PackageName: Biome +PackageUrl: https://biomejs.dev/ +License: Apache-2.0 +Copyright: Copyright (c) 2023-present Biome Developers and Contributors +ShortDescription: Biome is a toolchain for web projects, aimed at providing functionalities to maintain them. It offers a formatter and linter, usable via CLI and LSP. +Moniker: biome +Tags: +- css +- formatter +- javascript +- json +- jsx +- linter +- static-code-analysis +- typescript +- web +ReleaseNotes: |- + 2.4.13 + + Patch Changes + - #9969 c5eb92b Thanks @officialasishkumar! - Added the nursery rule noUnnecessaryTemplateExpression, which disallows template literals that only contain string literal expressions. These can be replaced with a simpler string literal. + For example, the following code triggers the rule: + const a = `${"hello"}`; // can be 'hello' + const b = `${"prefix"}_suffix`; // can be 'prefix_suffix' + const c = `${"a"}${"b"}`; // can be 'ab' + - #10037 f785e8c Thanks @minseong0324! - Fixed #9810: noMisleadingReturnType no longer reports false positives on a getter with a matching setter in the same namespace. + class Store { + get status(): string { + if (Math.random() > 0.5) return "loading"; + return "idle"; + } + set status(v: string) {} + } + - #10084 5e2f90c Thanks @jiwon79! - Fixed #10034: noUselessEscapeInRegex no longer flags escapes of ClassSetReservedPunctuator characters (&, !, #, %, ,, :, ;, <, =, >, @, `, ~) inside v-flag character classes as useless. These characters are reserved as individual code points in v-mode, so the escape is required. + The following pattern is now considered valid: + /[a-z\&]/v; + - #10063 c9ffa16 Thanks @Netail! - Added extra rule sources from ESLint CSS. biome migrate eslint should do a bit better detecting rules in your eslint configurations. + - #10035 946b50e Thanks @Netail! - Fixed #10032: useIframeSandbox now flags if there's no initializer value. + - #9865 68fb8d4 Thanks @dyc3! - Added the new nursery rule useDomNodeTextContent, which prefers textContent over innerText for DOM node text access and destructuring. + For example, the following snippet triggers the rule: + const foo = node.innerText; + - #10023 bd1e74f Thanks @ematipico! - Added a new nursery rule noReactNativeDeepImports that disallows deep imports from the react-native package. Internal paths like react-native/Libraries/... are not part of the public API and may change between versions. + For example, the following code triggers the rule: + import View from "react-native/Libraries/Components/View/View"; + - #9885 3dce737 Thanks @dyc3! - Added a new nursery rule useDomQuerySelector that prefers querySelector() and querySelectorAll() over older DOM query methods such as getElementById() and getElementsByClassName(). + - #9995 4da9caf Thanks @siketyan! - Fixed #9994: Biome now parses nested CSS rules correctly when declarations follow them inside embedded snippets. + - #10009 b41cc5a Thanks @Jayllyz! - Fixed #10004: noComponentHookFactories no longer reports false positives for object methods and class methods. + - #9988 eabf54a Thanks @Netail! - Tweaked the diagnostics range for useAltText, useButtonType, useHtmlLang, useIframeTitle, useValidAriaRole & useIfameSandbox to report on the opening tag instead of the full tag. + - #10043 fc65902 Thanks @mujpao! - Fixed #10003: Biome no longer panics when parsing Svelte files containing {#}. + - #9815 5cc83b1 Thanks @dyc3! - Added the new nursery rule noLoopFunc. When enabled, it warns when a function declared inside a loop captures outer variables that can change across iterations. + - #9702 ef470ba Thanks @ryan-m-walker! - Added the nursery rule useRegexpTest that enforces RegExp.prototype.test() over String.prototype.match() and RegExp.prototype.exec() in boolean contexts. test() returns a boolean directly, avoiding unnecessary computation of match results. + Invalid + if ("hello world".match(/hello/)) { + } + Valid + if (/hello/.test("hello world")) { + } + - #9743 245307d Thanks @leetdavid! - Fixed #2245: Svelte