diff --git a/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.installer.yaml b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.installer.yaml new file mode 100644 index 000000000000..00f9ddaf8c23 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.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: AmarBego.Rscoop +PackageVersion: 1.8.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{1E599E78-40FE-4288-BF15-7D3CCC3CCB8D}' +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- UpgradeCode: '{59342020-9BAD-5961-9756-447E1E26D07C}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AmarBego/Rscoop/releases/download/v1.8.1/rscoop_1.8.1_x64_en-US.msi + InstallerSha256: 3E1E8BF9419DF2AEC44A0A33DA095DA033122302BDB8D75F24BBAFF08D66AEA1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.locale.en-US.yaml b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.locale.en-US.yaml new file mode 100644 index 000000000000..c1af802c47d3 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.8.1 +PackageLocale: en-US +Publisher: rscoop +PublisherUrl: https://github.com/AmarBego +PublisherSupportUrl: https://github.com/AmarBego/Rscoop/issues +Author: Amar Begovic +PackageName: rscoop +PackageUrl: https://github.com/AmarBego/Rscoop +License: MIT +LicenseUrl: https://github.com/AmarBego/Rscoop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Amar Begovic +ShortDescription: A Modern, Powerful GUI for Scoop +Description: Rscoop (rust-scoop) is the ultimate graphical user interface for the Scoop package manager on Windows. Rscoop isn't just a pretty face; it's a powerhouse of functionality designed to be a complete replacement for the command line. Its intuitive, modern UI is incredibly easy to grasp, making package management a breeze for both new and experienced users. +Tags: +- scoop +ReleaseNotes: |- + Release Notes 1.8.1 + This release focuses on reliability: safer cleanup, more accurate operation status, better cancellation, and fresher package data after installs, updates, and scans. + The biggest internal change is the move to Execra, an Apache-2.0-licensed Rust crate maintained as part of the rScoop project. Execra now handles the long-running jobs behind installs, updates, cleanup, and VirusTotal scans, so rScoop can track real process state instead of relying on custom PowerShell plumbing. For users, that means fewer stale UI states, clearer warnings, and cancellation that actually stops the underlying work. + Safer cache cleanup + - Doctor's "Outdated Cache" cleanup now removes only stale cache downloads: packages that are no longer installed, or cached versions that do not match the installed version. + - Cache Manager still supports selected-file and full safe-cache deletion, but Doctor cleanup no longer behaves like "clear everything". + - Cleanup output is now streamed into the operation log with deleted-file counts and explicit per-file failures instead of silently swallowing partial errors. + - Automatic cleanup now uses the same version-aware cache cleanup path as Doctor, so background cleanup and manual cleanup behave consistently. + Better operation handling + - rScoop now runs Scoop, cleanup, update, and VirusTotal jobs through Execra, the new Rust runtime behind background operations. + - Running operations now carry their real job id, so cancelling an active install/update/scan kills the underlying process instead of only updating frontend state. + - Operation results now have a status: success, warning, or error. This lets the UI distinguish "completed, but pay attention" from a clean success. + - Scoop's "Running process detected, skip updating" case is now surfaced as a warning instead of a successful update. The operation bar, modal, completed history, and background toast all use the warning state. + - VirusTotal scans now use the same operation pipeline as other jobs, with exit-code mapping for detections and missing API keys. + Faster, less stale package data + - Search now caches parsed manifests and binary aliases, not just manifest paths. Warm searches avoid re-reading and re-parsing every JSON file. + - Manifest cache invalidation now uses the configured Scoop path instead of a fallback path, so bucket changes refresh the right cache. + - Installed-package refresh after operations now reloads package data, holds, updates, and versioned package state together without forcing the heavier cold-start refetch path. + - Cold-start readiness events were simplified to global events with shorter retry timing, reducing duplicate listener work during launch. + Bucket and scheduler fixes + - Bucket install/update/remove now resolve paths from the app's configured Scoop path. + - Adding or removing buckets immediately refreshes the search manifest cache. + - The background bucket updater now uses the same configured app state and records per-bucket output in the operation log. + - Automatic package updates now run through the same Scoop operation path as manual updates, including auto-cleanup afterward. + UI polish + - Operation warnings now render with warning icons and warning-colored status text in the operation bar, modal, hover history, and log viewer footer. + - The installed page status button now shows a neutral state before any status check, success when everything is OK, and warning when Scoop reports issues. + - Long package names in the installed grid truncate cleanly instead of crowding action icons. + Internal cleanup + - Removed the old PowerShell command wrapper and update helper modules after moving process execution to Execra. + - Updated Rust/Tauri dependency versions and registered the Execra Tauri plugin in the backend. +ReleaseNotesUrl: https://github.com/AmarBego/Rscoop/releases/tag/v1.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.locale.zh-CN.yaml b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.locale.zh-CN.yaml new file mode 100644 index 000000000000..7cac475a59b2 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.8.1 +PackageLocale: zh-CN +ShortDescription: 现代强大的 Scoop 图形用户界面 +Description: Rscoop(rust-scoop)是 Windows 平台 Scoop 包管理器的终极图形界面。它不仅拥有赏心悦目的外观,更是一个功能强大的工具,旨在完全替代命令行操作。其直观现代的界面设计极易上手,无论新手还是资深用户都能轻松驾驭软件包管理。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.yaml b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.yaml similarity index 56% rename from manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.yaml rename to manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.yaml index f253ee153fdc..5c9ad4f05ec5 100644 --- a/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.yaml +++ b/manifests/a/AmarBego/Rscoop/1.8.1/AmarBego.Rscoop.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Garmin.Express -PackageVersion: 7.28.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..2799a0b2252a --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.140 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.140/win32-x64/claude.exe + InstallerSha256: FCFE90297861B1BCFA581D7DB645EC8A71984BAED3B1C44D28032650BAA2617C +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.140/win32-arm64/claude.exe + InstallerSha256: 3F782467EC6E593A5E23522B678CF4268965E4EC6FE904E41729A12D64232C40 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..1afc4bc3c61e --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.140 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - Improved Agent tool subagent_type matching to accept case- and separator-insensitive values (e.g. "Code Reviewer" resolves to code-reviewer) + - Updated agent color palette + - Fixed /goal silently hanging when disableAllHooks or allowManagedHooksOnly is set — now shows a clear message instead of an indicator that never resolves + - Fixed a regression in settings hot-reload where symlinked settings files caused misattributed change events and spurious ConfigChange hooks + - Fixed claude --bg failing with "connection dropped mid-request" when the background service was about to idle-exit + - Fixed background service startup failing on machines with enterprise endpoint security by allowing more time + - Fixed remote managed settings not retrying on 401 — now retries once with a force-refreshed token + - Fixed managed extraKnownMarketplaces auto-update policy not being persisted to known_marketplaces.json + - Fixed /loop scheduling redundant wakeups to poll for background tasks that already notify on completion + - Fixed a recurring event-loop stall on Windows when a missing executable (e.g. gh) triggered synchronous where.exe re-spawns on every check + - Fixed Read tool calls failing validation when offset is passed as a whitespace-padded or +-prefixed string + - Fixed native terminal cursor not staying at the input caret when the terminal loses focus + - Plugins now warn when a default component folder (e.g. commands/) is silently ignored because plugin.json sets the matching key. Shown in /doctor, claude plugin list, and /plugin. +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21140 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..eaec1e745e13 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.140 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.yaml similarity index 55% rename from manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.yaml rename to manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.yaml index 4c33f75331cf..b96c3eccadc0 100644 --- a/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.yaml +++ b/manifests/a/Anthropic/ClaudeCode/2.1.140/Anthropic.ClaudeCode.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.1.1.1208 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.140 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.installer.yaml b/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.installer.yaml new file mode 100644 index 000000000000..522a55f81a22 --- /dev/null +++ b/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: argoproj.argocd +PackageVersion: 3.4.2 +InstallerLocale: en-US +InstallerType: portable +InstallModes: +- silent +Commands: +- argocd +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/argoproj/argo-cd/releases/download/v3.4.2/argocd-windows-amd64.exe + InstallerSha256: 430FBB627C71465E0D076653B6B9B8785C1BBBB1E49AAFB36DF174327E5DB918 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.locale.en-US.yaml b/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.locale.en-US.yaml new file mode 100644 index 000000000000..3fcb104af3a5 --- /dev/null +++ b/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: argoproj.argocd +PackageVersion: 3.4.2 +PackageLocale: en-US +Publisher: Argo Project +PublisherUrl: https://argoproj.github.io/ +PublisherSupportUrl: https://github.com/argoproj/argo-cd/issues +Author: Argo Project +PackageName: ArgoCD +PackageUrl: https://github.com/argoproj/argo-cd +License: Apache-2.0 +LicenseUrl: https://github.com/argoproj/argo-cd/blob/HEAD/LICENSE +ShortDescription: A command line tool for communicating with ArgoCD +Moniker: argocd +Tags: +- argocd +- k8s +- kubernetes +ReleaseNotes: |- + Quick Start + Non-HA: + kubectl create namespace argocd + kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifests/install.yaml + HA: + kubectl create namespace argocd + kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifests/ha/install.yaml + Release Signatures and Provenance + All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify. + Release Notes Blog Post + For a detailed breakdown of the key changes and improvements in this release, check out the official blog post + Upgrading + If upgrading from a different minor version, be sure to read the upgrading documentation. + Changelog + Bug fixes + - b15e9e3 fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#25151)" (cherry-pick #27241 for 3.4) (#27251) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev) + - 570ccbc fix: prevent panic on nil APIResource in permission validator (cherry-pick #26610 for 3.4) (#27752) (argo-cd-cherry-pick-bot[bot], Andy Lo-A-Foe) + Dependency updates + - 6eb6215 chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick #27401 for 3.4) (#27734) (argo-cd-cherry-pick-bot[bot], dependabot[bot]) + Other work + - 35ea43c Merge commit from fork (Blake Pettersson) + - bcb4298 Merge commit from fork (Peter Jiang) + - 4e71577 chore: bump otel/sdk to 1.43.0 (release-3.4) (#27806) (Nitish Kumar) + - 6e227ba ci: pin images of setup-qemu-action, setup-buildx-action and goreleaser CLI version (cherry-pick #27060 for 3.4) (#27731) (argo-cd-cherry-pick-bot[bot], Regina Voloshin) + - 87e9148 fix(gitops-engine): apply HideSecretData to server-side diff results for Secrets (cherry-pick #27598 for 3.4) (#27754) (argo-cd-cherry-pick-bot[bot], Peter Jiang, downfa11) + Full Changelog: v3.4.1...v3.4.2 +ReleaseNotesUrl: https://github.com/argoproj/argo-cd/releases/tag/v3.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vendicated/Vencord/Canary/1.4.0/Vendicated.Vencord.Canary.yaml b/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.yaml similarity index 71% rename from manifests/v/Vendicated/Vencord/Canary/1.4.0/Vendicated.Vencord.Canary.yaml rename to manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.yaml index 9072c070422f..e52ddb12e683 100644 --- a/manifests/v/Vendicated/Vencord/Canary/1.4.0/Vendicated.Vencord.Canary.yaml +++ b/manifests/a/argoproj/argocd/3.4.2/argoproj.argocd.yaml @@ -1,8 +1,8 @@ # Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Vendicated.Vencord.Canary -PackageVersion: 1.4.0 +PackageIdentifier: argoproj.argocd +PackageVersion: 3.4.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.installer.yaml b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.installer.yaml deleted file mode 100644 index b9ecbaefbdad..000000000000 --- a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Bauerapps.RightNote -PackageVersion: 6.8.0.2 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: RightNote_is1 -ReleaseDate: 2025-05-25 -AppsAndFeaturesEntries: -- Publisher: BauerApps - ProductCode: RightNote_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\RightNote' -Installers: -- Architecture: x86 - InstallerUrl: https://bauerapps.com/files/RightNoteSetup.exe - InstallerSha256: F12AE2047ED4E29CB461F74761FF058D8E449601ACC3663B002B6342CBE20028 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.locale.en-US.yaml b/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.locale.en-US.yaml deleted file mode 100644 index 98e80a1b344d..000000000000 --- a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Bauerapps.RightNote -PackageVersion: 6.8.0.2 -PackageLocale: en-US -Publisher: Bauerapps -PublisherUrl: https://www.bauerapps.com/ -PublisherSupportUrl: https://www.bauerapps.com/contact/ -PackageName: RightNote Installer -PackageUrl: https://www.bauerapps.com/downloads/ -License: Proprietary -Copyright: © 2008-2023 Copyright by Bauerapps | www.bauerapps.com. All rights reserved. -CopyrightUrl: https://www.bauerapps.com/downloads/#:~:text=Copyright -ShortDescription: Become more organized -Description: > - RightNote will help you get a grip on information overload. It allows you store all bits and pieces of information in a single place and then search through all your data to find what you're looking for almost instantly! With RightNote you'll know where to store all those little bits of information and find them too. Includes lots of useful features. -ReleaseNotesUrl: https://www.bauerapps.com/rightnote-release-history/#:~:text=6.6.0 -PurchaseUrl: https://bauerapps.com/rightnote-pricing/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.installer.yaml b/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.installer.yaml new file mode 100644 index 000000000000..dd95c6d348cb --- /dev/null +++ b/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BenjaminLSR.HandheldCompanion +PackageVersion: 0.28.6.14 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART /SUPPRESSMSGBOXES +ProductCode: Handheld Companion_is1 +ReleaseDate: 2026-05-04 +AppsAndFeaturesEntries: +- DisplayName: Handheld Companion 0.28.6.14 + ProductCode: Handheld Companion_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Handheld Companion' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Valkirie/HandheldCompanion/releases/download/0.28.6.14/HandheldCompanion-0.28.6.14.exe + InstallerSha256: 59AFF7F06D8B6F9D4AFDFDD0D83F5EB43618F2F6652109FD61797A13E6DE29D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.locale.en-US.yaml b/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.locale.en-US.yaml new file mode 100644 index 000000000000..1486dedeaacc --- /dev/null +++ b/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BenjaminLSR.HandheldCompanion +PackageVersion: 0.28.6.14 +PackageLocale: en-US +Publisher: BenjaminLSR +PublisherUrl: https://github.com/Valkirie +PublisherSupportUrl: https://github.com/Valkirie/HandheldCompanion/issues +Author: Lesueur Benjamin +PackageName: Handheld Companion +PackageUrl: https://github.com/Valkirie/HandheldCompanion +License: CC-NC-SA 4.0 License +LicenseUrl: https://github.com/Valkirie/HandheldCompanion/blob/HEAD/LICENSE.md +Copyright: Copyright @ BenjaminLSR +ShortDescription: ControllerService +Description: A touch optimized GUI to increase your handheld gaming computer experience. +ReleaseNotes: |- + Hotfixes + - Fixed an issue with the input shifting logic on layout manager. + Full Changelog: 0.28.6.13...0.28.6.14 +ReleaseNotesUrl: https://github.com/Valkirie/HandheldCompanion/releases/tag/0.28.6.14 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Valkirie/HandheldCompanion/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.yaml b/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.yaml similarity index 55% rename from manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.yaml rename to manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.yaml index 722acf9d1d29..209ce2ef5c83 100644 --- a/manifests/b/Bauerapps/RightNote/6.8.0.2/Bauerapps.RightNote.yaml +++ b/manifests/b/BenjaminLSR/HandheldCompanion/0.28.6.14/BenjaminLSR.HandheldCompanion.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/05 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Bauerapps.RightNote -PackageVersion: 6.8.0.2 +PackageIdentifier: BenjaminLSR.HandheldCompanion +PackageVersion: 0.28.6.14 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.installer.yaml new file mode 100644 index 000000000000..c248de796dd1 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.567 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.567.exe + InstallerSha256: A7FCBC1212ECF19103E4E4F81CAD6AEF7C9A63C3A1055CED82374BC4C200F015 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 000000000000..d47391e51d66 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.567 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.yaml new file mode 100644 index 000000000000..40a36a54e949 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.567/Blitz.Blitz.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: Blitz.Blitz +PackageVersion: 2.1.567 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.installer.yaml b/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.installer.yaml new file mode 100644 index 000000000000..fc4d5bba794a --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.6.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- BlurAutoClicker +ProductCode: BlurAutoClicker +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- DisplayName: BlurAutoClicker + Publisher: BlurAutoClicker + ProductCode: BlurAutoClicker +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\BlurAutoClicker' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Blur009/Blur-AutoClicker/releases/download/v3.6.1/BlurAutoClicker_3.6.1_x64-setup.exe + InstallerSha256: F9FE8C2F7A9ACD82DE9B50B0AE3224792DBF8ADDDC9A4E98AC4BD093F041D5FD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.locale.en-US.yaml b/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.locale.en-US.yaml new file mode 100644 index 000000000000..2a1d62066942 --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.6.1 +PackageLocale: en-US +Publisher: Blur009 +PublisherUrl: https://github.com/Blur009 +PublisherSupportUrl: https://github.com/Blur009/Blur-AutoClicker/issues +Author: Blur009 +PackageName: Blur-AutoClicker +PackageUrl: https://github.com/Blur009/Blur-AutoClicker +License: GPL-3.0 +LicenseUrl: https://github.com/Blur009/Blur-AutoClicker/blob/HEAD/LICENSE +Copyright: Copyright (c) Blur009 +ShortDescription: An Auto-clicker with a few advanced features and generally better performance than popular alternatives. +Moniker: blurautoclicker +Tags: +- autoclick-bot +- autoclicker +- autoclicktool +- automation +- bot +- clicker +ReleaseNotes: |- + Fix + - fixed sequence clicking not going through items correctly & movement with pointer percision issues should now be fixed as well. Within that fix i added always on movement & click randomization + Changed + - made batch clicking work better with sequence clicking so cps can go up to 500 when sequence clicking items don't have a too low click count. +ReleaseNotesUrl: https://github.com/Blur009/Blur-AutoClicker/releases/tag/v3.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.yaml b/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.yaml new file mode 100644 index 000000000000..9bbf0a440847 --- /dev/null +++ b/manifests/b/Blur009/BlurAutoClicker/3.6.1/Blur009.BlurAutoClicker.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blur009.BlurAutoClicker +PackageVersion: 3.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.installer.yaml b/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.installer.yaml new file mode 100644 index 000000000000..d0b34da172bd --- /dev/null +++ b/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.installer.yaml @@ -0,0 +1,15 @@ +# 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: BrightBlock.Hyprlayer +PackageVersion: 1.5.5 +InstallerType: portable +Commands: +- hyprlayer +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BrightBlock/hyprlayer-cli/releases/download/v1.5.5/hyprlayer-x86_64-pc-windows-msvc.exe + InstallerSha256: E08F97CDD92F93BA1448B86FBD76E85CB2047958D5FC018C27F699B820F0B9F0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.locale.en-US.yaml b/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.locale.en-US.yaml new file mode 100644 index 000000000000..e09a8bbf135e --- /dev/null +++ b/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BrightBlock.Hyprlayer +PackageVersion: 1.5.5 +PackageLocale: en-US +Publisher: BrightBlock +PublisherUrl: https://github.com/BrightBlock +PublisherSupportUrl: https://github.com/BrightBlock/hyprlayer-cli/issues +PackageName: Hyprlayer +PackageUrl: https://github.com/BrightBlock/hyprlayer-cli +License: MIT +LicenseUrl: https://github.com/BrightBlock/hyprlayer-cli/blob/HEAD/LICENSE +ShortDescription: CLI for managing thoughts for AI coding agents +Tags: +- ai +- cli +- developer-tools +ReleaseNotes: |- + What's Changed + - chore(ci): bump GitHub Actions to Node 24 runtime by @jtsiros in #2 + - feat(skills): add hyprlayer_doctor with per-backend procedures by @jtsiros in #3 + - fix(skills): portable temp dir in describe_pr scratch paths and describe_pr_nt by @jtsiros in #4 + - fix(skills): hoist Initial Response above Storage backend dispatch by @jtsiros in #5 + - fix(skills): guard opencode storage dispatch behind Initial Response gate by @jtsiros in #6 + - Telemetry: default-on with corporate lock by @jtsiros in #7 + - Bump Cargo.toml to 1.5.5 for the v1.5.5 release by @jtsiros in #8 + Full Changelog: v1.5.4...v1.5.5 +ReleaseNotesUrl: https://github.com/BrightBlock/hyprlayer-cli/releases/tag/v1.5.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.yaml b/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.yaml new file mode 100644 index 000000000000..c22a3cfbdb4e --- /dev/null +++ b/manifests/b/BrightBlock/Hyprlayer/1.5.5/BrightBlock.Hyprlayer.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: BrightBlock.Hyprlayer +PackageVersion: 1.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.installer.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.installer.yaml new file mode 100644 index 000000000000..fb6ad0fcd0d0 --- /dev/null +++ b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeSolo.CN +PackageVersion: 0.1.7 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo-cn +ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.24253/win32/TRAE_SOLO_CN-Setup-x64.exe + InstallerSha256: E1ACFD43871EE5E95468B812B27307E52AEDC3F9AB6A555C627CC080C1194043 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.24253/win32/TRAE_SOLO_CN-Setup-x64.exe + InstallerSha256: E1ACFD43871EE5E95468B812B27307E52AEDC3F9AB6A555C627CC080C1194043 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.en-US.yaml new file mode 100644 index 000000000000..32a8ddd609c9 --- /dev/null +++ b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeSolo.CN +PackageVersion: 0.1.7 +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. +# CopyrightUrl: +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. +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://www.trae.cn/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.cn/solo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.zh-CN.yaml new file mode 100644 index 000000000000..581fb03d11d3 --- /dev/null +++ b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeSolo.CN +PackageVersion: 0.1.7 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: More than Coding +Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ +# Moniker: +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.cn/solo +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.yaml new file mode 100644 index 000000000000..215623ca9114 --- /dev/null +++ b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeSolo.CN +PackageVersion: 0.1.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2023/23.05.0002/CDESoftware.BTM-2023.installer.yaml b/manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.installer.yaml similarity index 62% rename from manifests/c/CDESoftware/BTM-2023/23.05.0002/CDESoftware.BTM-2023.installer.yaml rename to manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.installer.yaml index 9d981ef9998b..d4a8e0e948de 100644 --- a/manifests/c/CDESoftware/BTM-2023/23.05.0002/CDESoftware.BTM-2023.installer.yaml +++ b/manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CDESoftware.BTM-2023 -PackageVersion: 23.05.0002 +PackageVersion: 23.05.0003 InstallerType: exe InstallerSwitches: Silent: /exenoui /qn /norestart @@ -10,6 +10,6 @@ InstallerSwitches: Installers: - Architecture: x86 InstallerUrl: https://static.cdesoftware.com/btm2023/BTM2023INSTALLER.EXE - InstallerSha256: 11565EA6C6449DF7F04436C3282877155858D229B3B5C96EDA112AB0452FA3E6 + InstallerSha256: 5C2040F744B9607C55CB57E06AF9069609FDA62B8F28339D41018FCE498A504D ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2023/23.05.0002/CDESoftware.BTM-2023.locale.en-US.yaml b/manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.locale.en-US.yaml similarity index 73% rename from manifests/c/CDESoftware/BTM-2023/23.05.0002/CDESoftware.BTM-2023.locale.en-US.yaml rename to manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.locale.en-US.yaml index aaf4b94ed903..f16661a2fb12 100644 --- a/manifests/c/CDESoftware/BTM-2023/23.05.0002/CDESoftware.BTM-2023.locale.en-US.yaml +++ b/manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CDESoftware.BTM-2023 -PackageVersion: 23.05.0002 +PackageVersion: 23.05.0003 PackageLocale: en-US Publisher: CDE Software PackageName: BTM-2023 @@ -11,4 +11,4 @@ Copyright: Copyright (C) 2025 CDE Software ShortDescription: BTM-2023 Installer ReleaseNotesUrl: https://downloads.cdesoftware.com/btm2023\VersionHistory.txt ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.yaml b/manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.yaml new file mode 100644 index 000000000000..df4fa45ca784 --- /dev/null +++ b/manifests/c/CDESoftware/BTM-2023/23.05.0003/CDESoftware.BTM-2023.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: CDESoftware.BTM-2023 +PackageVersion: 23.05.0003 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.installer.yaml b/manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.installer.yaml similarity index 75% rename from manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.installer.yaml rename to manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.installer.yaml index 8468d13a841d..23a71929f28c 100644 --- a/manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.installer.yaml +++ b/manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.installer.yaml @@ -2,13 +2,13 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CDESoftware.BTM-2026 -PackageVersion: 2026.110.1342 +PackageVersion: 2026.131.1614 InstallerType: exe InstallerSwitches: Silent: /exenoui /qn /norestart Installers: - Architecture: x86 InstallerUrl: https://static.cdesoftware.com/btm2026/BTM2026INSTALLER.EXE - InstallerSha256: C391F5B202A412D12CB1C48B9B8379FF1223B56B0EE9CD1A731607DB5ED3D695 + InstallerSha256: 06252D735F8E02D7F844F39A675197132711675AD35809675920A98B60CDF3E4 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.locale.en-US.yaml b/manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.locale.en-US.yaml similarity index 94% rename from manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.locale.en-US.yaml rename to manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.locale.en-US.yaml index bda53f6689c1..4447cac4db67 100644 --- a/manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.locale.en-US.yaml +++ b/manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CDESoftware.BTM-2026 -PackageVersion: 2026.110.1342 +PackageVersion: 2026.131.1614 PackageLocale: en-US Publisher: CDE Software PublisherUrl: https://cdesoftware.com diff --git a/manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.yaml b/manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.yaml similarity index 86% rename from manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.yaml rename to manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.yaml index 4494e7f17867..ff8c5d6672bc 100644 --- a/manifests/c/CDESoftware/BTM-2026/2026.110.1342/CDESoftware.BTM-2026.yaml +++ b/manifests/c/CDESoftware/BTM-2026/2026.131.1614/CDESoftware.BTM-2026.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CDESoftware.BTM-2026 -PackageVersion: 2026.110.1342 +PackageVersion: 2026.131.1614 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.installer.yaml b/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.installer.yaml new file mode 100644 index 000000000000..9f38e2e74a59 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 148.0.7778.167 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: chromedriver-win32/chromedriver.exe + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/148.0.7778.167/win32/chromedriver-win32.zip + InstallerSha256: C172922E064888108076B56C48A47FB9904F7ADFDB7E74C2449306BDBAFD2934 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: chromedriver-win64/chromedriver.exe + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/148.0.7778.167/win64/chromedriver-win64.zip + InstallerSha256: FAE4CCF8CD3175F8B894D588C9C129442B3E40E18612BC22A8EAE292D7A69325 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.locale.en-US.yaml b/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.locale.en-US.yaml new file mode 100644 index 000000000000..a773b3f2857c --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 148.0.7778.167 +PackageLocale: en-US +Publisher: Chromium +PublisherUrl: https://www.chromium.org/ +PackageName: ChromeDriver +PackageUrl: https://chromedriver.chromium.org/ +License: Proprietary +Copyright: Copyright 2015 The Chromium Authors +ShortDescription: An open source tool for automated testing of webapps across many browsers +Description: WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). +Documentations: +- DocumentUrl: https://chromedriver.chromium.org/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.yaml b/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.yaml new file mode 100644 index 000000000000..1a342a191e5a --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/148.0.7778.167/Chromium.ChromeDriver.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: Chromium.ChromeDriver +PackageVersion: 148.0.7778.167 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.installer.yaml b/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.installer.yaml new file mode 100644 index 000000000000..1ff3edf2ed21 --- /dev/null +++ b/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Cod-e-Codes.Marchat +PackageVersion: 1.1.0 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/Cod-e-Codes/marchat/releases/download/v1.1.0/marchat-v1.1.0-windows-amd64.zip + InstallerSha256: 061C085A4944EAB2468AA235EED77A0F5BDACFF6D8816F2AE3AE65472226ED6B + NestedInstallerFiles: + - RelativeFilePath: marchat-client-windows-amd64.exe + PortableCommandAlias: marchat-client + - RelativeFilePath: marchat-server-windows-amd64.exe + PortableCommandAlias: marchat-server + ReleaseDate: 2026-05-12 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.locale.en-US.yaml b/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.locale.en-US.yaml new file mode 100644 index 000000000000..44d79d390a40 --- /dev/null +++ b/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Cod-e-Codes.Marchat +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Cod-e-Codes +PublisherUrl: https://github.com/Cod-e-Codes +PackageName: marchat +PackageUrl: https://github.com/Cod-e-Codes/marchat +License: MIT +LicenseUrl: https://github.com/Cod-e-Codes/marchat/blob/main/LICENSE +ShortDescription: Lightweight terminal chat with WebSockets and optional E2E encryption +Description: | + marchat is a self-hosted terminal chat with real-time messaging over WebSockets, optional E2E encryption, and a plugin ecosystem. This package installs the official release build of marchat-client and marchat-server. +Moniker: marchat +Tags: + - chat + - websocket + - terminal + - tui + - cli +ReleaseNotesUrl: https://github.com/Cod-e-Codes/marchat/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.0/iFlytek.iFlyRecSI.yaml b/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.yaml similarity index 50% rename from manifests/i/iFlytek/iFlyRecSI/5.0.0/iFlytek.iFlyRecSI.yaml rename to manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.yaml index 902d9e8fa068..22fd16b2e74a 100644 --- a/manifests/i/iFlytek/iFlyRecSI/5.0.0/iFlytek.iFlyRecSI.yaml +++ b/manifests/c/Cod-e-Codes/Marchat/1.1.0/Cod-e-Codes.Marchat.yaml @@ -1,8 +1,6 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: iFlytek.iFlyRecSI -PackageVersion: 5.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Cod-e-Codes.Marchat +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.installer.yaml b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.installer.yaml new file mode 100644 index 000000000000..fb84b0ba3d36 --- /dev/null +++ b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CodeZeno.ClaudeCodeUsageMonitor +PackageVersion: 1.4.1 +InstallerType: portable +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/releases/download/v1.4.1/claude-code-usage-monitor.exe + InstallerSha256: 5160B7640A35D14DBD611A470DC56A3BA140C4672E62D157B5A3643EE3CE7491 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-12 diff --git a/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.locale.en-US.yaml b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.locale.en-US.yaml new file mode 100644 index 000000000000..7542992b9408 --- /dev/null +++ b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CodeZeno.ClaudeCodeUsageMonitor +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: Code Zeno Pty Ltd +PublisherUrl: https://github.com/CodeZeno +PublisherSupportUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/issues +PackageName: Claude Code Usage Monitor +PackageUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor +License: MIT License +Copyright: Copyright (C) 2026 Code Zeno Pty Ltd +ShortDescription: Windows taskbar widget for monitoring Claude Code usage and rate limits +ReleaseNotesUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/releases/tag/v1.4.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/CodeZeno/Claude-Code-Usage-Monitor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.yaml b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.yaml new file mode 100644 index 000000000000..7c351e7f3523 --- /dev/null +++ b/manifests/c/CodeZeno/ClaudeCodeUsageMonitor/1.4.1/CodeZeno.ClaudeCodeUsageMonitor.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: CodeZeno.ClaudeCodeUsageMonitor +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.installer.yaml b/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.installer.yaml new file mode 100644 index 000000000000..035b291f3a42 --- /dev/null +++ b/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.CoderDesktop +PackageVersion: 0.8.3 +InstallerType: burn +Scope: machine +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Coder Desktop' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/coder/coder-desktop-windows/releases/download/v0.8.3/CoderDesktop-0.8.3-x64.exe + InstallerSha256: E2D3A68E09318F8CD46615829DE333BCF048A6B8E278E0B3071F3E55280603A1 + AppsAndFeaturesEntries: + - DisplayName: Coder Desktop + ProductCode: '{90CEFACA-BA0B-4399-BBA6-B8A9043440F8}' + UpgradeCode: '{8A773CF1-029C-4BA8-A3F8-DDA90F9E641B}' + InstallerType: burn +- Architecture: arm64 + InstallerUrl: https://github.com/coder/coder-desktop-windows/releases/download/v0.8.3/CoderDesktop-0.8.3-arm64.exe + InstallerSha256: DF9D4138870F3A5F5F1CC03B68575EA4539B55832F4DE91E53F6D72EDFBA02F9 + AppsAndFeaturesEntries: + - DisplayName: Coder Desktop + ProductCode: '{6D25D6B3-8B4F-4F59-AB52-695088174DCA}' + UpgradeCode: '{8A773CF1-029C-4BA8-A3F8-DDA90F9E641B}' + InstallerType: burn +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-12 diff --git a/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.locale.en-US.yaml b/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..f28e28e2d989 --- /dev/null +++ b/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.CoderDesktop +PackageVersion: 0.8.3 +PackageLocale: en-US +Publisher: Coder Technologies Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder Desktop (Core) +PackageUrl: https://github.com/coder/coder-desktop-windows +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder-desktop-windows/blob/HEAD/LICENSE +Copyright: Copyright (c) Coder Technologies Inc. All rights reserved. +ShortDescription: Coder Desktop application for Windows. Coder enables organizations to set up development environments in their public or private cloud infrastructure. +Description: |- + Coder enables organizations to set up development environments in their public or private cloud infrastructure. + Cloud development environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and automatically shut down when not used to save on costs. + Coder gives engineering teams the flexibility to use the cloud for workloads most beneficial to them. + + - Define cloud development environments in Terraform + - EC2 VMs, Kubernetes Pods, Docker Containers, etc. + - Automatically shutdown idle resources to save on costs + - Onboard developers in seconds instead of days +Moniker: coder-desktop +Tags: +- coder +- dev-tools +- development-environment +- go +- golang +- ide +- jetbrains +- remote-development +- terraform +- vscode +ReleaseNotesUrl: https://github.com/coder/coder-desktop-windows/releases/tag/v0.8.3 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.yaml b/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.yaml new file mode 100644 index 000000000000..e2e2beef8eb1 --- /dev/null +++ b/manifests/c/Coder/CoderDesktop/0.8.3/Coder.CoderDesktop.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: Coder.CoderDesktop +PackageVersion: 0.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.installer.yaml b/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.installer.yaml new file mode 100644 index 000000000000..c653af23ebb1 --- /dev/null +++ b/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Concourse.Fly +PackageVersion: 8.2.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fly.exe +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/concourse/concourse/releases/download/v8.2.1/fly-8.2.1-windows-amd64.zip + InstallerSha256: EB2CE680B30471B95C75045BE442DF755B238BE89C6044243EE35192CCC0CB29 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.locale.en-US.yaml b/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.locale.en-US.yaml new file mode 100644 index 000000000000..4c4d179991da --- /dev/null +++ b/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Concourse.Fly +PackageVersion: 8.2.1 +PackageLocale: en-US +Publisher: Concourse +PublisherUrl: https://github.com/concourse +PublisherSupportUrl: https://github.com/concourse/concourse/issues +PackageName: Concourse Fly +PackageUrl: https://github.com/concourse/concourse +License: Apache-2.0 +LicenseUrl: https://github.com/concourse/concourse/blob/HEAD/LICENSE.md +ShortDescription: Concourse CI/CD manager and controller +Tags: +- ci +- ci-cd +- concourse +- continuous-delivery +- continuous-integration +- elm +- go +- hacktoberfest +- pipelines +ReleaseNotes: |- + What's Changed + 🐞 Bug Fixes + - fix: handle all IPv4 loopback resolvers by @immanuwell in #9569 + - Fix pipeline rendering when resources have no icon by @jghiloni in #9571 + - Ensure resources that have never been checked are looked up by manually triggered builds by @taylorsilva in #9574 + 📦 Bundled Resource Types + - bosh-io-release: v1.3.4 + - bosh-io-stemcell: v1.5.4 + - docker-image: v1.13.0 + - git: v1.22.2 + - github-release: v1.14.0 + - hg: v1.5.3 + - mock: v0.14.5 + - pool: v1.8.1 + - registry-image: v1.17.0 + - s3: v2.5.4 + - semver: v2.0.0 + - time: v1.11.3 + New Contributors + - @immanuwell made their first contribution in #9569 + Full Changelog: v8.2.0...v8.2.1 +ReleaseNotesUrl: https://github.com/concourse/concourse/releases/tag/v8.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.yaml b/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.yaml new file mode 100644 index 000000000000..de69017aaf6e --- /dev/null +++ b/manifests/c/Concourse/Fly/8.2.1/Concourse.Fly.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: Concourse.Fly +PackageVersion: 8.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.installer.yaml b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.installer.yaml index 6f5832299925..d4b723a330f6 100644 --- a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.installer.yaml +++ b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.installer.yaml @@ -1,26 +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.25.1 -UpgradeBehavior: install -ReleaseDate: 2026-01-26 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.25.1/NoteGen_0.25.1_x64-setup.exe - InstallerSha256: E3F3834A356E4F9CB75EB6392B8D2C2CEF0F190EBC42CE138FA424F452741F58 - ProductCode: NoteGen -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.25.1/NoteGen_0.25.1_x64_en-US.msi - InstallerSha256: 4CF7F8734097AC3ABC3EAC07577D54E9734DFF8AA4BF1D95E192B6C1D9576338 - InstallerSwitches: - InstallLocation: INSTALLDIR="" - ProductCode: '{3F120404-FF8B-41A6-A107-E6E17FCE0E7A}' - AppsAndFeaturesEntries: - - UpgradeCode: '{E353DB5D-25D7-5FA9-B7DC-C4BC524A075E}' -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.25.1 +UpgradeBehavior: install +ReleaseDate: 2026-01-26 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.25.1/NoteGen_0.25.1_x64-setup.exe + InstallerSha256: 541DAB53151E5D924B3F8A6FD5FA1C88AC419247B820B12A5307B7BC8B7B20A7 + ProductCode: NoteGen +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.25.1/NoteGen_0.25.1_x64_en-US.msi + InstallerSha256: B5CFE4A05CF9FB524D39F7CDAAEDDAB837403BE9CE6C09FAB2CC6B35537ABD7C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{3F120404-FF8B-41A6-A107-E6E17FCE0E7A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E353DB5D-25D7-5FA9-B7DC-C4BC524A075E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.en-US.yaml b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.en-US.yaml index 0d6a08fce0a1..e4dca531a8dc 100644 --- a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.en-US.yaml +++ b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.en-US.yaml @@ -1,59 +1,59 @@ -# 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.25.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: Copyright (c) 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 -- bookmark -- clipping -- favorite -- knowledge -- knowledge-base -- large-language-model -- llm -- mark -- notes -ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.25.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.25.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: Copyright (c) 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 +- bookmark +- clipping +- favorite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.25.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.zh-CN.yaml b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.zh-CN.yaml index 2c529fc72a91..7e5ba3ae9cdc 100644 --- a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.zh-CN.yaml +++ b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.locale.zh-CN.yaml @@ -1,64 +1,64 @@ -# 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.25.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: |- - - fix(#866): 切换页面时导致编辑器内容会被回退 - - fix(#863): 修复 PDF 导出时内容在分页处被裁切 - - fix: 修复文件夹详情未正确加载知识库的问题 - - fix: 修复 windows 无法使用本地命令运行 mcp -ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.25.1 -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.25.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: |- + - fix(#866): 切换页面时导致编辑器内容会被回退 + - fix(#863): 修复 PDF 导出时内容在分页处被裁切 + - fix: 修复文件夹详情未正确加载知识库的问题 + - fix: 修复 windows 无法使用本地命令运行 mcp +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.25.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.yaml b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.yaml index 84a3bcb0c0c8..4be351fd2540 100644 --- a/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.yaml +++ b/manifests/c/codexu/NoteGen/0.25.1/codexu.NoteGen.yaml @@ -1,8 +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.25.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.25.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 000000000000..8ffefdc2531f --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.11.56 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.11.56/Termpolis.Setup.1.11.56.exe + InstallerSha256: 060C2721B88FCE26FA7CD34CCB349F74346D3AD56FF226495A516BFDB910F4D0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 000000000000..ab1c625d65e1 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.11.56 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: |- + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.11.55...v1.11.56 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.11.55...v1.11.56 +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.11.56 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 000000000000..465658862941 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.11.56 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.yaml new file mode 100644 index 000000000000..be04a1fd9868 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.56/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.11.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.installer.yaml b/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.installer.yaml deleted file mode 100644 index d8bfe6d81008..000000000000 --- a/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.1.1.1208 -InstallerType: exe -InstallerSwitches: - Silent: /q -Installers: -- Architecture: x64 - InstallerUrl: https://www.dirigosoftware.com/dlfiles/ARSuite/arpro-setup.exe - InstallerSha256: C9DE5AA37AD420DE16906E91C6361D506243821688459D9104BAB1F6214C7A15 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.locale.en-US.yaml b/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.locale.en-US.yaml deleted file mode 100644 index 5848daa78b8d..000000000000 --- a/manifests/d/DirSoft/ARPro/17.1.1.1208/DirSoft.ARPro.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.1.1.1208 -PackageLocale: en-US -Publisher: Dirigo Software -PackageName: Accident Reconstruction Professional -License: Dirigo Software License -Copyright: Copyright © Dirigo Software -ShortDescription: Installer for Accident Reconstruction Professional -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..3047ae78306b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.949 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.949/DiscordCanarySetup.exe + InstallerSha256: 01D8DAE58ED2AB2DC7A894F4920311E3541EE890E3C768B8FC76A927DC2C3E0A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..fa223f0804d6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.949 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..7effa0c64e63 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.949 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..4f33199b1ffa --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.949/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.949 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..c2b4d6b37b2d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.279 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.279/DiscordCanarySetup.exe + InstallerSha256: BB1652FA2A80F840AE3E470666DE9F281338F662041A7853E4FF653BCCCBAA7B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..79d40c0d35ba --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.279 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..274894a2f1c7 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.279 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..d5c4e5b3c26b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.279/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.279 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.installer.yaml b/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.installer.yaml new file mode 100644 index 000000000000..a6e5411b1f09 --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 4.1.4 +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: exe + InstallerUrl: https://github.com/drrakendu78/TradSC/releases/download/v4.1.4/StarTrad.FR_4.1.4_x64-setup.exe + InstallerSha256: 56A94AC65F11FD01682CB56A0C4C7F816457865ED9BA18F853F1C01258C815AC + InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.locale.fr-FR.yaml b/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.locale.fr-FR.yaml new file mode 100644 index 000000000000..58555cba4ed6 --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.locale.fr-FR.yaml @@ -0,0 +1,82 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 4.1.4 +PackageLocale: fr-FR +Publisher: Drrakendu78 +PublisherUrl: https://github.com/drrakendu78 +PublisherSupportUrl: https://discord.startrad.link/ +PrivacyUrl: https://startrad.link/privacy/ +PackageName: StarTrad FR +ReleaseDate: 2026-05-13 +PackageUrl: https://startrad.link/ +License: MIT +LicenseUrl: https://github.com/drrakendu78/TradSC/blob/HEAD/LICENSE +ShortDescription: French translation manager for Star Citizen +Description: StarTrad FR is a desktop application for managing French translations for Star Citizen. +Tags: +- french +- gaming +- star-citizen +- tauri +- translation +ReleaseNotes: |- + ## ✨ Nouveautés + + **Tableau de bord d'accueil repensé** + + L'écran d'accueil affiche désormais un hub d'état dynamique avec : + - **Statut serveurs RSI** en temps réel (Platform, Persistent Universe, Arena Commander) avec couleurs et incidents actifs. Click pour ouvrir la page officielle. + - **Versions Star Citizen** détectées avec build/branche au survol (LIVE, PTU, EPTU, TECH-PREVIEW), et état de la traduction pour chacune. Click pour ouvrir la page Traduction. + - **Carte Traduction** dynamique : `À jour` / `Mise à jour disponible` / `Partielle` / `Non installée`, avec la source réelle (SCEFRA / Circuspes / etc.). + - **Carte Bindings** affiche enfin le bon compte de profils importés. + - **Toutes les tuiles** (Traduction, Cache, Bindings) sont cliquables et amènent à leur page. + - **Mini-lecteur d'ambiance** intégré : titre YouTube réel (nettoyé), prev/play/next, volume. Synchronisé avec les contrôles précédemment dans le header. + - **Bouton principal du Hero** adapte son label selon l'état : `Installer la traduction` / `Mettre à jour la traduction` / `Traduction à jour`. + + **Indicateurs dans la barre latérale** + + Pastilles colorées à côté de : + - `Traduction` (vert si à jour, ambre si maj dispo, rose si non installée) + - `Mises à jour` (ambre quand une nouvelle version est dispo) + + **Programmes tiers — auto-launch et auto-close** + + Les programmes tiers configurés en `Auto` se lancent maintenant automatiquement aussi quand le RSI Launcher est ouvert manuellement (hors de StarTrad), et se ferment automatiquement quand le RSI Launcher se ferme. + + ## 🪧 Améliorations + + - **Statut serveurs RSI** : passage à l'API officielle cState (`status.robertsspaceindustries.com/index.json`), beaucoup plus fiable que le scraping HTML précédent. + - **Card Bindings** : compte correctement le nombre de profils importés (LIVE + PTU + EPTU + TECH-PREVIEW combinés). + - **Affichage instantané** au démarrage : cache local pour traduction, cache SC, serveurs RSI, bindings, versions — plus de "—" pendant 1-2s. + - **Mini-lecteur** : remplace les contrôles audio du header, plus visible dans le tableau de bord. + + ## 🐛 Corrections + + - **Mise à jour automatique** : fix de l'erreur `os error 740 (ERROR_ELEVATION_REQUIRED)` qui empêchait l'install en mode utilisateur. L'application redémarre maintenant automatiquement en administrateur, installe la MAJ, puis se relance — sans avoir à cliquer "Installer" deux fois. + - **Tooltips** : les tooltips (notamment celui des infos build/version sur le tableau de bord) ne sont plus tronqués quand ils dépassent leur conteneur. + - **Encodage** : corrigés quelques toasts dont les accents étaient corrompus (`Chemin protégé` → `Chemin protégé`). + + *** + ## 🔐 Checksums SHA256 + + ```txt + 56a94ac65f11fd01682cb56a0c4c7f816457865ed9ba18f853f1c01258c815ac StarTrad.FR_4.1.4_x64-setup.exe + ad59f5b6db7bac2bc3c3eb10f60ef1365f4fba53539519a07b11152a73feff03 StarTrad.FR_4.1.4_x64_fr-FR.msi + 690f11a58c2a68ddfe6804c9ad79ecbae923f06dd91ceeca339a9fb19f6e5a19 StarTrad.FR_4.1.4_x64-portable.exe + ``` + + ## ⚠️ Note Windows SmartScreen + + Cette application n'est pas signée numériquement par Microsoft. Windows affichera un avertissement. + **Cliquez "Informations complémentaires" → "Exécuter quand même"** 🛡️ + + ## 🪟 Télécharger + + 🪟 **Microsoft Store (recommandé)** + + + +ReleaseNotesUrl: https://github.com/drrakendu78/TradSC/releases/tag/v4.1.4 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.yaml b/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.yaml new file mode 100644 index 000000000000..296ed1851519 --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/4.1.4/Drrakendu78.StarTradFR.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 4.1.4 +DefaultLocale: fr-FR +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.installer.yaml b/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.installer.yaml new file mode 100644 index 000000000000..c399d35ade4e --- /dev/null +++ b/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Eccam.ReqView +PackageVersion: 2.22.2 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent +Installers: +- Architecture: x64 + InstallerUrl: https://reqview.s3.eu-central-1.amazonaws.com/updates/2.22.2/win64/ReqViewSetup.exe + InstallerSha256: 771470A7712D0A450D9AAABE91F11FCECC98834D68DB8C24122FD902761374B0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-12 diff --git a/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.locale.en-US.yaml b/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.locale.en-US.yaml new file mode 100644 index 000000000000..142d66429d48 --- /dev/null +++ b/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Eccam.ReqView +PackageVersion: 2.22.2 +PackageLocale: en-US +Publisher: Eccam s.r.o. +PublisherUrl: https://www.reqview.com/ +PublisherSupportUrl: https://reqview.freshdesk.com/ +PrivacyUrl: https://www.reqview.com/privacy-policy/ +Author: Eccam s.r.o. +PackageName: ReqView +PackageUrl: https://www.reqview.com/ +License: Proprietary +LicenseUrl: https://www.reqview.com/eula/ +Copyright: Copyright (C) Eccam, s.r.o. All Rights Reserved. +CopyrightUrl: https://www.reqview.com/eula/ +ShortDescription: Requirements management tool for SW, HW, and systems. +Description: |- + Requirements management tool for software, hardware, and systems. + + Develop software and hardware products using the V-Model process with formal verifications, end-to-end traceability and full audit trails. Comply with safety-critical and information security standards. + + With ReqView you can get started very quickly. Just import your documents then elaborate requirements, risks, and tests. As you progress, keep track of project changes in Git or SVN version control systems. Finally, export specifications or traceability reports, and share them with your team. It's all easy with ReqView! + + Start easily with templates based on ISO/IEC/IEEE 29148:2018 standard or import documents from Word. Describe structured requirements by formatted text, tables, images, PDF, or other files. +Moniker: reqview +ReleaseNotesUrl: https://www.reqview.com/release-notes/latest/#rel-2-22-2 +PurchaseUrl: https://www.reqview.com/pricing/ +Documentations: +- DocumentLabel: ReqView Documentation + DocumentUrl: https://www.reqview.com/doc/welcome/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.yaml b/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.yaml new file mode 100644 index 000000000000..c5d29db3b9ca --- /dev/null +++ b/manifests/e/Eccam/ReqView/2.22.2/Eccam.ReqView.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: Eccam.ReqView +PackageVersion: 2.22.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.installer.yaml b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.installer.yaml new file mode 100644 index 000000000000..748083f2c5ec --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.4.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- heartbeat +ProductCode: '{D1A2A571-99C7-52CE-B31F-D73B68BBD920}' +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- UpgradeCode: '{D1A2A571-99C7-52CE-B31F-D73BD87BB920}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-9.4.1-windows-x86_64.msi + InstallerSha256: 4D2D71E81518F9F5B77FD4113C68303E3F053CBF974815E522B128A4E9129AFA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.locale.en-US.yaml b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.locale.en-US.yaml new file mode 100644 index 000000000000..13f38736b082 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.4.1 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats heartbeat +PackageUrl: https://www.elastic.co/downloads/beats/heartbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Ping remote services for availability +Description: Heartbeat is a beat for testing service availability using PING based on ICMP, TCP or higher level protocols. +ReleaseNotes: |- + Features and enhancements + Libbeat + - Cache add_locale processor and refresh only when zone or offset changes. #50343 #50322 + Fixes + All + - Update go-ntlmssp to v0.1.1. #50497 + - Fix a deadlock between shutdown and metrics collection in the OpenTelemetry telemetry bridge. #50528 + - Fix OTel Beat processor to honor when conditions. #50555 #50549 + Filebeat + - Fix a race condition during multiline parser shutdown. #49980 + - Fix Okta entity analytics OAuth2 config unpacking for jwk_json and jwk_pem fields. #50406 + - Fix Active Directory entity analytics to emit device attributes under activedirectory.device. #50472 #50471 + - Fix handling of OAuth2.0 timeouts in CrowdStrike streaming input. #50492 #49988 + Libbeat + - Fix OTel map conversion for []time.Duration fields to avoid dropping duration slices. #50486 #50474 + Winlogbeat + - Fix Long.decode failures in the Painless script for the Windows security ingest pipeline. #49869 + - Disable Winlogbeat record ID gap detection when using xml_query so filtered queries do not loop on non-contiguous record IDs. #50443 +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..761d86c0117a --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.4.1 +PackageLocale: zh-CN +ShortDescription: 检测远程服务可用性 +Description: Heartbeat 是通过基于 ICMP、TCP 或更高层协议的 PING 测试服务可用性的 Beat。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.yaml b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.yaml new file mode 100644 index 000000000000..8eb661713bf9 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.4.1/Elastic.Heartbeat.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: Elastic.Heartbeat +PackageVersion: 9.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.installer.yaml b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.installer.yaml new file mode 100644 index 000000000000..537a0da2fd3a --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Metricbeat +PackageVersion: 9.4.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- metricbeat +ProductCode: '{493322A2-BB80-5176-867D-9F6A167D2E2B}' +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- UpgradeCode: '{493322A2-BB80-5176-867D-9F6A863D0E2B}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-9.4.1-windows-x86_64.msi + InstallerSha256: CC7CC1E3FE1899D4AD342B88314C1E89FDB053326F1B6C253B108AD0EE4B24A4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.locale.en-US.yaml b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.locale.en-US.yaml new file mode 100644 index 000000000000..aaa85eaf280b --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Metricbeat +PackageVersion: 9.4.1 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats metricbeat +PackageUrl: https://www.elastic.co/downloads/beats/metricbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Fetches sets of metrics from the operating system and services +Description: Metricbeat fetches a set of metrics on a predefined interval from the operating system and services such as Apache web server, Redis, and more and ships them to Elasticsearch or Logstash. +ReleaseNotes: |- + Features and enhancements + Libbeat + - Cache add_locale processor and refresh only when zone or offset changes. #50343 #50322 + Fixes + All + - Update go-ntlmssp to v0.1.1. #50497 + - Fix a deadlock between shutdown and metrics collection in the OpenTelemetry telemetry bridge. #50528 + - Fix OTel Beat processor to honor when conditions. #50555 #50549 + Filebeat + - Fix a race condition during multiline parser shutdown. #49980 + - Fix Okta entity analytics OAuth2 config unpacking for jwk_json and jwk_pem fields. #50406 + - Fix Active Directory entity analytics to emit device attributes under activedirectory.device. #50472 #50471 + - Fix handling of OAuth2.0 timeouts in CrowdStrike streaming input. #50492 #49988 + Libbeat + - Fix OTel map conversion for []time.Duration fields to avoid dropping duration slices. #50486 #50474 + Winlogbeat + - Fix Long.decode failures in the Painless script for the Windows security ingest pipeline. #49869 + - Disable Winlogbeat record ID gap detection when using xml_query so filtered queries do not loop on non-contiguous record IDs. #50443 +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..fa4363a5fadd --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Metricbeat +PackageVersion: 9.4.1 +PackageLocale: zh-CN +ShortDescription: 从操作系统和服务中获取指标集 +Description: Metricbeat 按照预定义的时间间隔,从操作系统及诸如 Apache 网页服务器、Redis 等服务中采集一组指标数据,并将其传输至 Elasticsearch 或 Logstash。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.yaml b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.yaml new file mode 100644 index 000000000000..d08bfd8cac15 --- /dev/null +++ b/manifests/e/Elastic/Metricbeat/9.4.1/Elastic.Metricbeat.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: Elastic.Metricbeat +PackageVersion: 9.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.installer.yaml b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.installer.yaml new file mode 100644 index 000000000000..bd4c469028cb --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Packetbeat +PackageVersion: 9.4.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- packetbeat +ProductCode: '{2E7B78F4-AE35-56EE-867F-51E274926798}' +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- UpgradeCode: '{2E7B78F4-AE35-56EE-867F-51E2E4524798}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-9.4.1-windows-x86_64.msi + InstallerSha256: 8483A6EB420CC5C94B4D8E5F49C42B196B4B7DA28E6D1609AC972FABCEE7E862 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.locale.en-US.yaml b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.locale.en-US.yaml new file mode 100644 index 000000000000..b1fd40e89329 --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Packetbeat +PackageVersion: 9.4.1 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats packetbeat +PackageUrl: https://www.elastic.co/downloads/beats/packetbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Monitors the network and applications by sniffing packets +Description: |- + Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features. + The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions. + For each transaction, the shipper inserts a JSON document into Elasticsearch, where it is stored and indexed. You can then use Kibana to view key metrics and do ad-hoc queries against the data. +ReleaseNotes: |- + Features and enhancements + Libbeat + - Cache add_locale processor and refresh only when zone or offset changes. #50343 #50322 + Fixes + All + - Update go-ntlmssp to v0.1.1. #50497 + - Fix a deadlock between shutdown and metrics collection in the OpenTelemetry telemetry bridge. #50528 + - Fix OTel Beat processor to honor when conditions. #50555 #50549 + Filebeat + - Fix a race condition during multiline parser shutdown. #49980 + - Fix Okta entity analytics OAuth2 config unpacking for jwk_json and jwk_pem fields. #50406 + - Fix Active Directory entity analytics to emit device attributes under activedirectory.device. #50472 #50471 + - Fix handling of OAuth2.0 timeouts in CrowdStrike streaming input. #50492 #49988 + Libbeat + - Fix OTel map conversion for []time.Duration fields to avoid dropping duration slices. #50486 #50474 + Winlogbeat + - Fix Long.decode failures in the Painless script for the Windows security ingest pipeline. #49869 + - Disable Winlogbeat record ID gap detection when using xml_query so filtered queries do not loop on non-contiguous record IDs. #50443 +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.locale.zh-CN.yaml new file mode 100644 index 000000000000..4487109141d8 --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Packetbeat +PackageVersion: 9.4.1 +PackageLocale: zh-CN +ShortDescription: 通过嗅探数据包来监视网络和应用程序 +Description: |- + Packetbeat 是一款开源网络数据包分析器,可将数据实时传输至 Elasticsearch。它如同一个具备丰富分析功能的分布式实时版 Wireshark。 + Packetbeat 嗅探器能够实时捕获应用程序进程间的流量,动态解析 HTTP、MySQL、PostgreSQL、Redis 或 Thrift 等协议,并将消息关联为完整事务。 + 对于每个事务,嗅探器会生成 JSON 格式文档并写入 Elasticsearch 进行存储和索引。随后您可通过 Kibana 可视化关键指标,并对数据进行即席查询。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.yaml b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.yaml new file mode 100644 index 000000000000..0ed275b3279e --- /dev/null +++ b/manifests/e/Elastic/Packetbeat/9.4.1/Elastic.Packetbeat.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: Elastic.Packetbeat +PackageVersion: 9.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.installer.yaml b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.installer.yaml new file mode 100644 index 000000000000..86930bcc227a --- /dev/null +++ b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 3.1.1.3113 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.22000.0 +InstallerType: msix +Commands: +- Elgato.WaveLink +Protocols: +- wavelink +FileExtensions: +- wavelink +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.8 + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 +PackageFamilyName: Elgato.WaveLink_g54w8ztgkx496 +RestrictedCapabilities: +- packageManagement +- packageQuery +- runFullTrust +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/ewlw/3.1.1/Stable/Elgato.WaveLink_3.1.1.3113_x64.msix + InstallerSha256: 00E2AFBD711FA0C021517EB527486891E5B6B09DF72EAD500D5EA0CA6FA8A753 + SignatureSha256: B47FD2C3D2615C4B9072E150A6820A2A0888C5B5E0C8A9C9A5F6CC920E929AAF +- Architecture: arm64 + InstallerUrl: https://edge.elgato.com/egc/windows/ewlw/3.1.1/Stable/Elgato.WaveLink_3.1.1.3113_arm64.msix + InstallerSha256: BE69114EC017B904D32CB828F734A10EBEF22EE6645C9FED818B2910F2D73A31 + SignatureSha256: 7D786753E372A27AD5BCC62FD12B3AA1CAD44CDED82B2898DD909937DFA07C42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.locale.en-US.yaml b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.locale.en-US.yaml new file mode 100644 index 000000000000..94ce8d24d418 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 3.1.1.3113 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: © 2019-2026 Corsair Memory, Inc. All rights reserved. +ShortDescription: Wave Link gives you ultimate control of your Twitch stream, YouTube video or podcast audio. +Moniker: wavelink +Tags: +- audio +- broadcast +- mic +- stream +- wavelink +ReleaseNotes: |- + What’s new in Wave Link 3.1.1? + + Bug fixes & performance improvements + - Fixed an issue where the VST configuration menu could not be opened after adding an audio effect to a new Wave device input. + - Fixed multiple crashes that could occur during app startup. + + Want to share feedback on Wave Link 3.1.1? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on X + - Discover more on Explorer + - Contact our Support Team + + 1Password menu is available. Press down arrow to select. +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/3.1.1_Release.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.locale.zh-CN.yaml b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.locale.zh-CN.yaml new file mode 100644 index 000000000000..f571c03e4405 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.locale.zh-CN.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: Elgato.WaveLink +PackageVersion: 3.1.1.3113 +PackageLocale: zh-CN +PublisherUrl: https://www.elgato.com/cn/zh +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +ShortDescription: Wave Link 帮助您完全掌控您的 Twitch 直播、YouTube 视频或播客音频。 +Tags: +- wavelink +- 串流 +- 直播 +- 音频 +- 麦克风 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.yaml b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.yaml new file mode 100644 index 000000000000..4a01a5115f05 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/3.1.1.3113/Elgato.WaveLink.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: Elgato.WaveLink +PackageVersion: 3.1.1.3113 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.installer.yaml b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.installer.yaml new file mode 100644 index 000000000000..e7ba2b35e50e --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.installer.yaml @@ -0,0 +1,73 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Foxit.FoxitReader +PackageVersion: 2026.1.1.36485 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 6 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- foxitpdfreader +- foxitreader +FileExtensions: +- cpdf +- fdf +- pdf +- ppdf +- xdp +- xfdf +ProductCode: '{185CC67F-7570-11F0-BAE7-54BF64A63C26}' +AppsAndFeaturesEntries: +- ProductCode: '{185CC67F-7570-11F0-BAE7-54BF64A63C26}' + UpgradeCode: '{9D148992-FACF-4107-84A3-C48F19CF0B57}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://cdn01.foxitsoftware.com/product/reader/desktop/win/2026.1.1/FoxitPDFReader202611_L10N_Setup_x64.exe + InstallerSha256: 6356D70C16EE9330FEAEE57859B841B7E69A94C3646BA261564BFE17E084799A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.locale.en-US.yaml b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.locale.en-US.yaml new file mode 100644 index 000000000000..a354a3c901a4 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Foxit.FoxitReader +PackageVersion: 2026.1.1.36485 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Reader +PackageUrl: https://www.foxitsoftware.com/pdf-reader/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2026 Foxit Software Inc. All Rights Reserved. +ShortDescription: Industry’s most powerful PDF Reader Solution. +Description: View, annotate, form fill, and sign PDF across desktop, mobile, and web – no matter if you’re at the office, home, or on the go. +ReleaseDate: 2026-04-27 +ReleaseNotes: |- + - Upgrade the real-time PDF collaboration service - now powered by Foxit Document Management System (DMS) in certain regions, delivering a more efficient workflow and a smoother, seamless user experience. + - Fixed some security and stability issues. +ReleaseNotesUrl: https://www.foxit.com/pdf-reader/version-history.html +Moniker: foxitreader +Tags: +- annotate +- annotation +- comment +- pdf +- read +- reader +- viewer +PurchaseUrl: https://www.foxit.com/shopping/ +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.locale.zh-CN.yaml b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.locale.zh-CN.yaml new file mode 100644 index 000000000000..bef6f6b5c565 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Foxit.FoxitReader +PackageVersion: 2026.1.1.36485 +PackageLocale: zh-CN +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Reader +PackageUrl: https://www.foxitsoftware.com/pdf-reader/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2026 Foxit Software Inc. All Rights Reserved. +ShortDescription: 业界最强大的 PDF 阅读器解决方案。 +Description: 在电脑、手机和网页上查看、注释、填写和签署 PDF - 无论是在办公室、家里还是路上。 +ReleaseDate: 2026-04-27 +ReleaseNotes: |- + - Upgrade the real-time PDF collaboration service - now powered by Foxit Document Management System (DMS) in certain regions, delivering a more efficient workflow and a smoother, seamless user experience. + - Fixed some security and stability issues. +ReleaseNotesUrl: https://www.foxit.com/pdf-reader/version-history.html +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 阅读 +- 阅读器 +PurchaseUrl: https://www.foxit.com/shopping/ +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.yaml b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.yaml new file mode 100644 index 000000000000..e9bf5d4222a6 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2026.1.1.36485/Foxit.FoxitReader.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: Foxit.FoxitReader +PackageVersion: 2026.1.1.36485 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 000000000000..c92bfe3baaa3 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605121819 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2605121819/WorkFlowy-Installer-4.3.2605121819.exe + InstallerSha256: B156528B9E21C529608265633BBB9AADC9259D27CAA91D876F4770427A44D5FC +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2605121819/WorkFlowy-Installer-4.3.2605121819.exe + InstallerSha256: B156528B9E21C529608265633BBB9AADC9259D27CAA91D876F4770427A44D5FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 000000000000..a54bb4cdd42b --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.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: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605121819 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2605121819 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 000000000000..20f5e02d4962 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605121819 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2605121819 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.yaml new file mode 100644 index 000000000000..215aab94c2f2 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2605121819/FunRoutine.WorkFlowy.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: FunRoutine.WorkFlowy +PackageVersion: 4.3.2605121819 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.installer.yaml b/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.installer.yaml deleted file mode 100644 index cedd3e311a77..000000000000 --- a/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Garmin.Express -PackageVersion: 7.28.0.0 -InstallerLocale: en-US -InstallerType: burn -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2025-09-09 -Installers: -- Architecture: x86 - InstallerUrl: https://download.garmin.com/omt/express/GarminExpress.exe - InstallerSha256: B9B82E864C32CC8F3934EF4BEBF6E5939B884C0EF98AF5FC7FF3314E7B5BA781 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.locale.en-US.yaml b/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.locale.en-US.yaml deleted file mode 100644 index d75e79000219..000000000000 --- a/manifests/g/Garmin/Express/7.28.0.0/Garmin.Express.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Garmin.Express -PackageVersion: 7.28.0.0 -PackageLocale: en-US -Publisher: Garmin Ltd or its subsidiaries -PublisherUrl: https://www.garmin.com/ -PublisherSupportUrl: https://support.garmin.com/ -PrivacyUrl: https://www.garmin.com/privacy/cookies/policy/ -Author: Garmin Ltd -PackageName: Garmin Express -PackageUrl: https://www.garmin.com/en-US/software/express/ -License: Proprietary -Copyright: Copyright (c) Garmin Ltd All rights reserved. -ShortDescription: Easily update maps and software, sync with Garmin Connect™ and register your device. -Description: |- - Use Garmin Express to update maps and software, sync with Garmin Connect and register your device. This desktop software notifies you when updates are available and helps you install them. - - Keep Your Device up to Date: - * Get the latest detailed street maps to ensure fast, accurate navigation. - * Use Garmin Express to upload your activities and wellness data to your Garmin Connect account. - * Garmin Express makes software updates easy to install. - * Manage free and paid content, including Connect IQ™ Store apps and accessory maps. - * Download the latest charts to a memory card for easy transfer to your marine device. - * Get the latest free CourseView maps and updates for your Garmin golf device. - * Activate your maps or services with a voucher or product key. -Documentations: -- DocumentLabel: Get Help - DocumentUrl: https://support.garmin.com/en-US/?productID=168768&tab=topics -- DocumentLabel: Video Tutorials - DocumentUrl: https://support.garmin.com/en-US/?productID=168768&tab=videos -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.installer.yaml b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.installer.yaml new file mode 100644 index 000000000000..34d197c2504a --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.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: GeminiLight.MindOS +PackageVersion: 0.3.17 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 15ac2c33-c2d1-5a44-9a65-f7cea47859e3 +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/GeminiLight/MindOS/releases/download/desktop-v0.3.17/MindOS-Setup-0.3.17-arm64.exe + InstallerSha256: 4F65AA7B065847C0FCD189975E65C99FE7A67C435E67502583672DADBE5D22DF + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/GeminiLight/MindOS/releases/download/desktop-v0.3.17/MindOS-Setup-0.3.17-arm64.exe + InstallerSha256: 4F65AA7B065847C0FCD189975E65C99FE7A67C435E67502583672DADBE5D22DF + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.locale.en-US.yaml b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.locale.en-US.yaml new file mode 100644 index 000000000000..d12e307d97a3 --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GeminiLight.MindOS +PackageVersion: 0.3.17 +PackageLocale: en-US +Publisher: MindOS Team +PublisherUrl: https://mindos.you/ +PublisherSupportUrl: https://github.com/GeminiLight/MindOS/issues +PackageName: MindOS +PackageUrl: https://mindos.you/ +License: MIT +LicenseUrl: https://github.com/GeminiLight/MindOS/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 GeminiLight +ShortDescription: MindOS is where you think, and where your AI agents act — a local-first knowledge base shared between you and every AI you use. Share your brain with every AI — every thought grows. +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- chatbot +- large-language-model +- llm +ReleaseNotes: |- + Downloads + Platform Device / CPU Recommended file Download + macOS Apple Silicon (M1/M2/M3/M4) MindOS-0.3.17-arm64.dmg Download DMG + macOS Intel MindOS-0.3.17.dmg Download DMG + Windows x64 MindOS-Setup-0.3.17.exe Download EXE + Windows ARM64 MindOS-Setup-0.3.17-arm64.exe Download EXE + Linux x64 AppImage MindOS-0.3.17.AppImage Download AppImage + Linux Debian / Ubuntu x64 mindos-desktop_0.3.17_amd64.deb Download DEB + What's included + Component Version + MindOS Desktop v0.3.17 + Bundled MindOS Core v1.0.8 + Notes + The .zip, .yml, .yaml, and .blockmap files are used by the auto-updater. Most users should download one of the installers above. + Changelog + Full changelog: https://github.com/GeminiLight/MindOS/compare/desktop-v0.3.16...desktop-v0.3.17 +ReleaseNotesUrl: https://github.com/GeminiLight/MindOS/releases/tag/desktop-v0.3.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.locale.zh-CN.yaml b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.locale.zh-CN.yaml new file mode 100644 index 000000000000..652b5eec9590 --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GeminiLight.MindOS +PackageVersion: 0.3.17 +PackageLocale: zh-CN +ShortDescription: MindOS 是你思考的地方,也是 AI Agent 行动的起点——一个你和所有 AI 共享的本地知识库。每次思考,都在生长。 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.yaml b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.yaml new file mode 100644 index 000000000000..c9db6777027e --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.3.17/GeminiLight.MindOS.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: GeminiLight.MindOS +PackageVersion: 0.3.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..9be4e4c049eb --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.46 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Commands: +- copilot +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.46/copilot-win32-x64.zip + InstallerSha256: 58302218DD07FEF0DDAE43024FBEDC3FB48030201F7892D9E87EF0AE41CBB448 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.46/copilot-win32-arm64.zip + InstallerSha256: 1CAC4B575FEE795A755969CC60AFEF0C5727E049DA69E3808C3069B607BD3C84 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-12 diff --git a/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..01bc47208373 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.46 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://github.com/github/copilot-cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.46 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.yaml new file mode 100644 index 000000000000..3f8b7cd17900 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.46/GitHub.Copilot.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: GitHub.Copilot +PackageVersion: v1.0.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoACME/lego/5.0.2/GoACME.lego.installer.yaml b/manifests/g/GoACME/lego/5.0.2/GoACME.lego.installer.yaml new file mode 100644 index 000000000000..8d95e6065820 --- /dev/null +++ b/manifests/g/GoACME/lego/5.0.2/GoACME.lego.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GoACME.lego +PackageVersion: 5.0.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lego.exe +UpgradeBehavior: install +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/go-acme/lego/releases/download/v5.0.2/lego_v5.0.2_windows_386.zip + InstallerSha256: 5D568F116BDF7EA43B1ECC42AC57EFD8D16255DCF8C744C095BA4423A96F63EA +- Architecture: x64 + InstallerUrl: https://github.com/go-acme/lego/releases/download/v5.0.2/lego_v5.0.2_windows_amd64.zip + InstallerSha256: 1E0749A391207B129A9F88C52BFD0E03753428AE8CCCBF2E20F9ED10E93A844F +- Architecture: arm64 + InstallerUrl: https://github.com/go-acme/lego/releases/download/v5.0.2/lego_v5.0.2_windows_arm64.zip + InstallerSha256: B0114E4B59815312C830BBCC0E06381AA87533488392CD0E2EE1AE82515B081A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoACME/lego/5.0.2/GoACME.lego.locale.en-US.yaml b/manifests/g/GoACME/lego/5.0.2/GoACME.lego.locale.en-US.yaml new file mode 100644 index 000000000000..a03a5fbfaa21 --- /dev/null +++ b/manifests/g/GoACME/lego/5.0.2/GoACME.lego.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GoACME.lego +PackageVersion: 5.0.2 +PackageLocale: en-US +Publisher: Sebastian Erhart +PublisherUrl: https://go-acme.github.io/lego +PublisherSupportUrl: https://github.com/go-acme/lego/issues +Author: Sebastian Erhart +PackageName: lego +PackageUrl: https://github.com/go-acme/lego +License: MIT +LicenseUrl: https://github.com/go-acme/lego/blob/HEAD/LICENSE +Copyright: Copyright (c) Sebastian Erhart +CopyrightUrl: https://github.com/go-acme/lego/blob/master/LICENSE +ShortDescription: Let's Encrypt/ACME client and library written in Go +Moniker: lego +Tags: +- acme +- acme-client +- certificate +- dns +- letsencrypt +- rfc8555 +- rfc8737 +- rfc8738 +- security +- tls +ReleaseNotes: |- + lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️ + Everybody thinks that the others will donate, but in the end, nobody does. + So if you think that lego is worth it, please consider donating. + For key updates, see the changelog. + Changelog + - 0b5c8e5 fix: account migration with missing registration (#3076) + - 2de7cc3 fix: default port for the HTTP server (#3077) +ReleaseNotesUrl: https://github.com/go-acme/lego/releases/tag/v5.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoACME/lego/5.0.2/GoACME.lego.yaml b/manifests/g/GoACME/lego/5.0.2/GoACME.lego.yaml new file mode 100644 index 000000000000..3636b605dafe --- /dev/null +++ b/manifests/g/GoACME/lego/5.0.2/GoACME.lego.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: GoACME.lego +PackageVersion: 5.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.installer.yaml new file mode 100644 index 000000000000..2e7c2f8ec44b --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.installer.yaml @@ -0,0 +1,50 @@ +# Automatically updated by the winget bot at 2026/May/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.168 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-05-05 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi + InstallerSha256: A68A8D8965C4800D498384E019C3770CF36134101C9C92167B7DC31DC6BA168D + ProductCode: '{7861E4C5-165D-3305-93EE-8B3B409CF3E3}' + AppsAndFeaturesEntries: + - ProductCode: '{FC24BCE7-EC00-3F5A-8F72-EE59D1AF0CA5}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: A42AEA4FBC79A1B2C5872FAA39414567AB9D79473626D2B4C58ED6A4FFA60386 + ProductCode: '{AB53BB27-D54C-3E8F-8EFF-C3B1068B5BA5}' + AppsAndFeaturesEntries: + - ProductCode: '{042C29DE-2EAE-34E1-A978-C2BE5AB65557}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: 05A6A3FE0FD81799F50D8C740D26FA33B42DC55E3E0E3F3FC3D685E652AEDC29 + ProductCode: '{72B04C06-58B4-3179-A5E4-50A8153D71F8}' + AppsAndFeaturesEntries: + - ProductCode: '{33A07F72-7E6E-3F96-AEE6-62D74ADF69F4}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.en-US.yaml new file mode 100644 index 000000000000..edaa3ea923ce --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Automatically updated by the winget bot at 2026/May/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.168 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms/ +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: The Fast & Secure Web Browser Built to be Yours +Description: Chrome is the official web browser from Google, built to be fast, secure, and customizable. +Moniker: chrome +Tags: +- browser +- chromium +- internet +- manifestv3 +- mv3 +- safe +- search +- web +- webpage +Documentations: +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome Web Store + DocumentUrl: https://chromewebstore.google.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.nb-NO.yaml new file mode 100644 index 000000000000..33f3be0bf321 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.nb-NO.yaml @@ -0,0 +1,35 @@ +# Automatically updated by the winget bot at 2026/May/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.168 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=nb-no +PrivacyUrl: https://policies.google.com/privacy?hl=nb-no +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms/ +Copyright: Copyright 2026 Google LLC. Med enerett. +ShortDescription: Den raske og sikre nettleseren som er laget for å være din egen +Description: Chrome er Googles offisielle nettleser. Den er laget for å være rask, sikker og tilpassbar. +Tags: +- chromium +- internett +- nettet +- nettleser +- rask +- søk +- trygg +Documentations: +- DocumentLabel: Chrome Nettmarked + DocumentUrl: https://chromewebstore.google.com/?hl=nb-no +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.zh-CN.yaml new file mode 100644 index 000000000000..6147036c2e4f --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Automatically updated by the winget bot at 2026/May/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.168 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms/ +Copyright: 版权所有 2026 Google LLC. 保留所有权利。 +ShortDescription: 快速安全的网络浏览器,专为您而打造 +Description: Chrome 是 Google 的官方网络浏览器,速度飞快,安全可靠,并且支持自定义。 +Tags: +- chromium +- 互联网 +- 安全 +- 快捷 +- 搜索 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/?hl=zh-cn +- DocumentLabel: Chrome 应用商店 + DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.yaml b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.yaml new file mode 100644 index 000000000000..1ce9e5866865 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.168/Google.Chrome.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 148.0.7778.168 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.installer.yaml similarity index 57% rename from manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.installer.yaml index 5680ee11fdfb..8c4ec21eeb4e 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7836.0 +PackageVersion: 150.0.7837.0 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/px4u72e6y6we4tdlript3phvw4_150.0.7836.0/150.0.7836.0_chrome_installer_uncompressed.exe - InstallerSha256: 9D20EF49DB02D7CD35BBCD71544F75E4417B2FC75F2BC5929ACF170D51C26CC0 + InstallerUrl: https://dl.google.com/release2/chrome/m2oeqwtwk3v3zcyqihymdxvqau_150.0.7837.0/150.0.7837.0_chrome_installer_uncompressed.exe + InstallerSha256: DAE70059F1D6DA755E5FDD097E5CA39543C1FC376583BEC901042D170F5438C7 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/pa23yxmo2wc6jzfgmtlq4khtau_150.0.7836.0/150.0.7836.0_chrome_installer_uncompressed.exe - InstallerSha256: 5D574FF63E53989B360A85E63773764E435239383CCCEF132C145F660CC4504F + InstallerUrl: https://dl.google.com/release2/chrome/gpxsdov3lh5b5fe2bjfiuikzei_150.0.7837.0/150.0.7837.0_chrome_installer_uncompressed.exe + InstallerSha256: E312239830F293AA220ECA421B1070C8CAC2D7F5D999CD5CFFB63F07DDE0F610 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ad6fj5lqzbkzsyaro3lsn6fi3oaq_150.0.7836.0/150.0.7836.0_chrome_installer_uncompressed.exe - InstallerSha256: FC4BE090CEA1AE7E4AF10113A0EE5F9442168FAA67E463BF05065B7806EFDF7A + InstallerUrl: https://dl.google.com/release2/chrome/aqiemopnbmdvl6nf3hppy336sa_150.0.7837.0/150.0.7837.0_chrome_installer_uncompressed.exe + InstallerSha256: 634C71CB586088CB55AC9B566765BAC1D7A2CBB19AD01F26FD8A6B33C0661B04 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.en-US.yaml index 437fcac277a6..fe86a5fa2b50 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7836.0 +PackageVersion: 150.0.7837.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.nb-NO.yaml index c3a8ff0df5ff..93b1929ab368 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7836.0 +PackageVersion: 150.0.7837.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.zh-CN.yaml index 26c7bbe2dca9..ed25ac3ffebb 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7836.0 +PackageVersion: 150.0.7837.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.yaml index 2113d9d49255..7e46d35d4cd1 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7836.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7836.0 +PackageVersion: 150.0.7837.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.installer.yaml b/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.installer.yaml new file mode 100644 index 000000000000..f4a75291b771 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.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: HubDev.HubDev +PackageVersion: 1.9.67 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayVersion: 1.9.67 +Installers: +- Architecture: x64 + InstallerUrl: https://apt.hubdev.io/v1.9.67/HubDev_1.9.67_Setup.exe + InstallerSha256: 1D3D9F936456F56DC8EA0D17DA7C907C9FFCA63790700C57A35811323D055B6C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.locale.en-US.yaml b/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.locale.en-US.yaml new file mode 100644 index 000000000000..829e6ec9b39a --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.9.67 +PackageLocale: en-US +Publisher: HubDev +PublisherUrl: https://hubdev.io +PackageName: HubDev +License: Proprietary +Copyright: Copyright......... +ShortDescription: Hybrid Development Environment Manager +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.yaml b/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.yaml new file mode 100644 index 000000000000..7f97fa19ebba --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.9.67/HubDev.HubDev.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: HubDev.HubDev +PackageVersion: 1.9.67 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.installer.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.installer.yaml new file mode 100644 index 000000000000..2ab53d41b13c --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.22 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Commands: +- compare +- composite +- conjure +- identify +- magick +- mogrify +- montage +- stream +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-22/ImageMagick-7.1.2-22-Q16-x86-dll.exe + InstallerSha256: 99DEDCD458F7F904F850AD5050CBE3BFDE4697157A5DC997C0571529E693E62C + ProductCode: ImageMagick 7.1.2 Q16 (32-bit)_is1 +- Architecture: x64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-22/ImageMagick-7.1.2-22-Q16-x64-dll.exe + InstallerSha256: 901EC8F50E12F66F37349B23261D73CCE872E1588F477EA6EF256DDD52EBE6EB + ProductCode: ImageMagick 7.1.2 Q16 (64-bit)_is1 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-22/ImageMagick-7.1.2-22-Q16-arm64-dll.exe + InstallerSha256: 7C7FC7DF454217137E7E33CA8C1DB62EDE6F9216836D3ECC998B54183337DCED + ProductCode: ImageMagick 7.1.2 Q16 (arm64)_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.locale.en-US.yaml new file mode 100644 index 000000000000..d93ef7f317f6 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.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: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.22 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q16 +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +ShortDescription: A free, open-source software suite for editing and manipulating digital images +Description: |- + ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. + ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. + ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. +Tags: +- image +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/HEAD/ChangeLog.md +Documentations: +- DocumentLabel: Command-line Tools + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: Command-line Processing + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: Develop + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml new file mode 100644 index 000000000000..322b22f44498 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.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: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.22 +PackageLocale: zh-CN +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q16 +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +ShortDescription: 一款用于编辑和处理数字图像的免费开源软件套件 +Description: |- + ImageMagick® 是一款免费的开源软件套件,用于编辑和处理数字图像,可用于创建、编辑、合成或转换位图图像,并支持多种文件格式,包括 JPEG、PNG、GIF、TIFF 和 Ultra HDR。 + ImageMagick 广泛应用于网络开发、图形设计和视频编辑等行业以及科学研究、医学成像和天文学领域,并凭借其多功能性、可定制性以及强大的图像处理能力成为各种图像相关任务的热门选择。 + ImageMagick 包括用于执行复杂图像处理任务的命令行界面,以及将其功能集成到软件应用程序中的应用程序接口。它采用 C 语言编写,可在 Linux、Windows 和 macOS 等多种操作系统上使用。 +Tags: +- 图像 +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md +Documentations: +- DocumentLabel: 命令行工具 + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: 命令行处理 + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: 开发 + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.yaml new file mode 100644 index 000000000000..065ead4a4a3f --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.2.22/ImageMagick.ImageMagick.Q16.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: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.2.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ItchIo/Itch/26.9.0/ItchIo.Itch.installer.yaml b/manifests/i/ItchIo/Itch/26.11.0/ItchIo.Itch.installer.yaml similarity index 93% rename from manifests/i/ItchIo/Itch/26.9.0/ItchIo.Itch.installer.yaml rename to manifests/i/ItchIo/Itch/26.11.0/ItchIo.Itch.installer.yaml index 9bb8bd0da8ef..b61493272940 100644 --- a/manifests/i/ItchIo/Itch/26.9.0/ItchIo.Itch.installer.yaml +++ b/manifests/i/ItchIo/Itch/26.11.0/ItchIo.Itch.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: ItchIo.Itch -PackageVersion: 26.9.0 +PackageVersion: 26.11.0 InstallerType: zip NestedInstallerType: exe NestedInstallerFiles: @@ -20,7 +20,7 @@ Protocols: - itch - itchio ProductCode: itch -ReleaseDate: 2026-02-21 +ReleaseDate: 2026-05-12 Installers: - Architecture: x64 InstallerUrl: https://broth.itch.zone/install-itch/windows-amd64/1.29.0+808e1c8/archive/default diff --git a/manifests/i/ItchIo/Itch/26.11.0/ItchIo.Itch.locale.en-US.yaml b/manifests/i/ItchIo/Itch/26.11.0/ItchIo.Itch.locale.en-US.yaml new file mode 100644 index 000000000000..d94abda1e001 --- /dev/null +++ b/manifests/i/ItchIo/Itch/26.11.0/ItchIo.Itch.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ItchIo.Itch +PackageVersion: 26.11.0 +PackageLocale: en-US +Publisher: itch corp. +PublisherUrl: https://itch.io/ +PublisherSupportUrl: https://itch.io/support +PrivacyUrl: https://itch.io/docs/legal/privacy-policy +Author: Itch Corp. +PackageName: itch +PackageUrl: https://itch.io/app +License: MIT +LicenseUrl: https://github.com/itchio/itch/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 itch corp., https://itch.io +CopyrightUrl: https://itch.io/docs/legal/terms +ShortDescription: Install, update and play indie games +Description: The itch.io app, itch, lets you effortlessly download and run games and software from itch.io. All of your downloads are kept in a single place and are automatically updated. Access your collections and purchases, or browse for new games via the in-app browser. +Moniker: itch.io +Tags: +- game +ReleaseNotes: |- + This release adds a UI for uploading builds to itch.io with butler without needing to drop down to the terminal, upgrades to Electron 41 and TypeScript 6, and includes a handful of accessibility, hotkey, and Linux autostart fixes. + This version of the app is linked to butler version 15.27.0. + Uploading builds with butler + A new "Upload" entry in the sidebar opens a Builds page that lists every build you've pushed with butler, with project, channel, version, status, size, and pushed time. The list can be filtered by status (All / Live / Processing / Failed) and searched by project, channel, or version. Each row expands to show per-file details (archive, patch, signature, manifest, unpacked), the build ID, the user who pushed it, the original butler push command, and an error message if the push failed. + A new push dialog lets you push a build by picking a project, picking or creating a channel (with an option to mark new channels as hidden), entering an optional user version, and dropping a folder or .zip as the source. Recent source folders are remembered and offered for re-use. + Before pushing, you can run a preview that compares the source against the latest build on the channel and shows the number of files that would be uploaded, the patch size, the source size, and the top new, modified, and deleted files. + While a push is running, you can track it with a live progress display showing the current phase (preparing, diffing, uploading, finishing), bytes read and uploaded, patch size, and ETA. System notifications are used to update you on the status of the build. + New environment variable for launched games: ITCHIO_APP=1 + Every program started via itch now has ITCHIO_APP=1 set in its environment. Games can read this to detect that they were started by the itch.io desktop app. + Login + - The OAuth login screen now has a "Browser didn't open?" disclosure that reveals the OAuth URL with a copy button, so the URL can be pasted manually in environments where the app can't open a browser. + Hotkeys + - Added zoom in (Ctrl/Cmd+=), zoom out (Ctrl/Cmd+-), and reset zoom (Ctrl/Cmd+0) to the View menu (#2305, #3099) + Linux + - Fixed several issues with openAtLogin / openAsHidden and .desktop file handling (#3311): + - The autostart .desktop file is now written to $XDG_CONFIG_HOME/autostart instead of $XDG_CONFIG_HOME directly + - The installed .desktop file is now looked up in $XDG_DATA_HOME/applications and /usr/share/applications, instead of only /usr/share/applications + - "Open as hidden" now actually starts the app hidden on autostart, by injecting a --hidden flag into the autostart copy's Exec= line; manual launches via menu or icon still show a window + - The autostart .desktop file is no longer deleted on app startup when openAtLogin is its default-off value, so user-managed autostart files survive + Bug Fixes + - Fixed prevent-sleep not engaging while a game is running, due to a null-check that was always falsy (#2293) + - Fixed the Itch object in HTML games not being exposed to the page; now uses Electron's contextBridge instead of the deprecated webFrame.executeJavaScript (#3271) + - Don't crash the React render when the saved locale code is invalid; locale codes are now normalized to BCP 47 (pt_BR → pt-BR) and validated via Intl before use, falling back to English on invalid values (#2619) + - Sidebar tab list now scrolls vertically when there are more tabs than fit, instead of clipping (#3401) + - Fixed the "disable network in sandbox" checkbox in preferences being toggled when clicking elsewhere in the surrounding row + - Fixed a bug where auto-update could get stuck cyling between items and never finishing any of them + Accessibility + - The custom select dropdown (used for language, install location, sandbox type, and upload pickers) is now reachable by keyboard tab navigation and rendered as a real