From 649f2fef04819d85d34ba7b5f57869280b5df94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hermann?= Date: Sat, 8 Aug 2026 11:16:54 +0200 Subject: [PATCH 01/49] New version: Cloudstic.CLI version 1.16.0 (#408738) --- .../CLI/1.16.0/Cloudstic.CLI.installer.yaml | 23 +++ .../1.16.0/Cloudstic.CLI.locale.en-US.yaml | 165 ++++++++++++++++++ .../c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.yaml | 8 + 3 files changed, 196 insertions(+) create mode 100644 manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.installer.yaml create mode 100644 manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.locale.en-US.yaml create mode 100644 manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.yaml diff --git a/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.installer.yaml b/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.installer.yaml new file mode 100644 index 0000000000000..eefa3a938933a --- /dev/null +++ b/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.installer.yaml @@ -0,0 +1,23 @@ +# 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: Cloudstic.CLI +PackageVersion: 1.16.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cloudstic.exe + PortableCommandAlias: cloudstic.exe +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Cloudstic/cli/releases/download/v1.16.0/cloudstic_1.16.0_windows_amd64.zip + InstallerSha256: 3A2376EF19C8192B39599DC435648E6249110BFFAF68A6AEED7086AE5E73019E +- Architecture: arm64 + InstallerUrl: https://github.com/Cloudstic/cli/releases/download/v1.16.0/cloudstic_1.16.0_windows_arm64.zip + InstallerSha256: B33E2E7743F5508F9F0A7818CF66C71AD15984392F1C82058138B69258636FC5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.locale.en-US.yaml b/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..b02e195013d67 --- /dev/null +++ b/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.locale.en-US.yaml @@ -0,0 +1,165 @@ +# 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: Cloudstic.CLI +PackageVersion: 1.16.0 +PackageLocale: en-US +Publisher: Cloudstic +PublisherUrl: https://github.com/Cloudstic +PublisherSupportUrl: https://github.com/Cloudstic/cli/issues +PackageName: Cloudstic CLI +PackageUrl: https://github.com/Cloudstic/cli +License: MIT +LicenseUrl: https://github.com/Cloudstic/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Cloudstic +CopyrightUrl: https://github.com/Cloudstic/cli/blob/main/LICENSE +ShortDescription: content-addressable, encrypted backup +Description: Content-addressable, encrypted backup tool for Google Drive, OneDrive, and local files. +Tags: +- backup +- cloud +ReleaseNotes: |- + Changelog + - 3a39631 Add RFC for snapshot copy between repositories + - 6d99156 Add RFC for snapshot copy between repositories (#209) + - 98b77e2 Add TUI check action and health service + - f798a95 Add TUI check action and health service (#214) + - 54143b5 Add TUI profile backup history view + - 8fad8e5 Add TUI profile management modal + - 363f5dc Add first interactive TUI dashboard slice (#212) + - 427089f Add interactive TUI dashboard slice + - a52e0c7 Add nested TUI store modal for profiles + - 929819e Add richer TUI profile health summaries + - 1a7f58f Add safe TUI mouse profile selection + - 1e3e876 Clarify copy RFC CLI and dedup wording + - 58b822d Improve TUI activity panel and progress + - 89db0d8 Improve TUI activity panel and progress (#226) + - de25128 Improve TUI store secret configuration + - 4cf331a Merge remote-tracking branch 'origin/main' into perf/restore-parallel-fetch + - 224e8e2 Model TUI actions in dashboard state + - 1af5e3c Model TUI actions in dashboard state (#225) + - dbcae64 Refactor TUI profile modal state + - 3425155 Refactor TUI profile modal state (#228) + - db9974a Refresh AGENTS.md and add CLAUDE.md importer (#254) + - 628ba69 Render TUI actions as clickable buttons + - e540738 Strengthen TUI edge-case coverage + - 335a6df Strengthen TUI edge-case coverage (#229) + - 08a70e9 TUI: add nested store modal to the profile form (#234) + - 50fccc7 TUI: add per-profile backup history view (#236) + - a90c630 TUI: add profile management modal (#227) + - d0a3a75 TUI: add richer profile health summaries (#235) + - 8d1856b TUI: improve store secret configuration (#237) + - 3bbe750 TUI: reintroduce safe mouse profile selection (#230) + - 9de6a0a TUI: render selection actions as clickable buttons (#231) + - 269c9a3 Update RFC 0018 status to Implemented + - e131029 Update RFC 0018 status to Implemented (#314) + - e873b41 chore(deps): bump DavidAnson/markdownlint-cli2-action from 23 to 24 + - dce8c46 chore(deps): bump DavidAnson/markdownlint-cli2-action from 23 to 24 (#247) + - 21de078 chore(deps): bump actions/checkout from 6 to 7 + - ca1ba74 chore(deps): bump actions/checkout from 6 to 7 (#244) + - 1974deb chore(deps): bump actions/setup-go from 6 to 7 + - cc631b9 chore(deps): bump actions/setup-go from 6 to 7 (#248) + - 04ee5a3 chore(deps): bump actions/upload-artifact from 4 to 7 + - ad93e3a chore(deps): bump actions/upload-artifact from 4 to 7 (#207) + - 3ab25e7 chore(deps): bump codecov/codecov-action from 6 to 7 + - 1a634d6 chore(deps): bump codecov/codecov-action from 6 to 7 (#242) + - 4714b9f chore(deps): bump golang.org/x/crypto from 0.49.0 to 0.52.0 + - 9fb0729 chore(deps): bump golang.org/x/crypto from 0.49.0 to 0.52.0 (#246) + - ec3b81f chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 + - 9a798ae chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 (#245) + - 3eb3651 chore(deps): bump the go-dependencies group across 1 directory with 17 updates + - c5bcc37 chore(deps): bump the go-dependencies group across 1 directory with 17 updates (#249) + - 69e96d4 chore(deps): bump the go-dependencies group across 1 directory with 9 updates + - 56bfac8 chore(deps): bump the go-dependencies group across 1 directory with 9 updates (#349) + - 6cd52bc chore(deps): bump the go-dependencies group with 6 updates + - cfb0a76 chore(deps): bump the go-dependencies group with 6 updates (#208) + - 33df2a1 chore(e2e): regenerate the v1.14.0 fixture with a neutral identity + - 4b63ee5 chore(e2e): regenerate the v1.14.0 fixture with a neutral identity (#306) + - 499f544 chore(engine): remove dead metaCache field from RestoreManager + - 354b418 chore(engine): remove dead metaCache field from RestoreManager (#336) + - 9583e14 chore: cleanup action summary + - c1e7965 chore: cleanup action summary (#205) + - 2540f43 chore: completion e2e tests + - 957432f chore: completion e2e tests (#204) + - 59e34c5 chore: fix e2e coverage + - e065588 chore: fix e2e coverage (#206) + - 52ba42a docs(cli): make env-vs-profile precedence explicit and guard doc drift + - 3b458fd docs(cli): make env-vs-profile precedence explicit and guard doc drift (#286) + - c5f08e4 docs(spec): correct the index/packs description + - 504829d feat(cli): add structured error reporting + - 78d21e8 feat(cli): add structured error reporting (#269) + - dac61e6 feat(cli): promote B2 credentials to flags, profiles, and secret refs + - 9579d8e feat(cli): promote B2 credentials to flags, profiles, and secret refs (#285) + - 320740b feat(store): implement RangeGetter for the S3, B2, and SFTP backends + - 9c17a77 feat(store): implement RangeGetter for the S3, B2, and SFTP backends (#307) + - 87482f6 feat(store): make packfiles self-describing so the catalog can heal (RFC 0018) + - d5f395f feat(store): make packfiles self-describing so the catalog can heal (RFC 0018) (#297) + - e58d0ba feat(store): shard the pack index so concurrent writers cannot erase each other + - 0dc71f2 feat(store): shard the pack index so concurrent writers cannot erase each other (#311) + - 7455e1f feat(tui): add Bubble Tea foundation with a parallel read-only renderer (RFC 0012) + - d8add5c feat(tui): add Bubble Tea foundation with a parallel read-only renderer (RFC 0012) (#344) + - a07657d feat(tui): async cancellable actions and concurrent store probes (RFC 0012) + - 6cabca1 feat(tui): async cancellable actions and concurrent store probes (RFC 0012) (#346) + - ec1032c feat(tui): bubbles/textinput profile forms in internal/tui/forms (RFC 0012) + - a33cc2e feat(tui): bubbles/textinput profile forms in internal/tui/forms (RFC 0012) (#351) + - 2c793bb feat(tui): guided secret-ref form, completing the forms port (RFC 0012) + - 6621640 feat(tui): guided secret-ref form, completing the forms port (RFC 0012) (#354) + - 7d350d4 feat(tui): restore mouse click support in the Bubble Tea TUI (RFC 0012) + - b9d41b3 feat(tui): restore mouse click support in the Bubble Tea TUI (RFC 0012) (#355) + - aa62b2c feat(tui): restyle the Bubble Tea dashboard with titled lipgloss panels (RFC 0012) + - 5d6ceb6 feat(tui): restyle the Bubble Tea dashboard with titled lipgloss panels (RFC 0012) (#352) + - 7c0c154 feat(tui): store form + nested store-from-profile flow (RFC 0012) + - fd197c4 feat(tui): store form and nested store-from-profile flow (RFC 0012) (#353) + - 9bfb4ef feat: bump the repository format and stamp it on write + - c28a5e3 feat: bump the repository format and stamp it on write (#308) + - 8f929f4 feat: establish and enforce the repository compatibility contract (#303) + - 626ca9c feat: stamp the repository format on upgrade, not only at creation + - 1cf33a1 fix(cli): preserve cleanup and report build metadata + - 97ff9f9 fix(cli): preserve cleanup and report build metadata (#268) + - 2a7ce39 fix(cli): remove duplicated fish global flags and stale section scaffold + - 5463ea7 fix(cli): stop exposing secret environment values in help output + - 2635e58 fix(cli): stop exposing secret environment values in help output (#279) + - c1add83 fix(engine): abort operations when the repo lock is lost + - 7412b87 fix(engine): abort operations when the repo lock is lost (#330) + - 729a0c4 fix(engine): abort prune when no snapshots are found but objects remain + - ee91925 fix(engine): abort prune when no snapshots are found but objects remain (#294) + - 16920fb fix(engine): flush packs before updating index/latest + - 8f0ec27 fix(engine): flush packs before updating index/latest (#334) + - 48228de fix(engine): keep crash injection out of production builds + - cd7ffa9 fix(keychain): join per-resolver errors instead of one generic message + - 947cb8c fix(keychain): join per-resolver errors instead of one generic message (#333) + - eb24176 fix(keychain): stop key add-recovery from silently invalidating a recovery key + - 3bae00c fix(keychain): stop key add-recovery from silently invalidating a recovery key (#318) + - efec26e fix(secretref): cache native secret resolutions to prompt once per process + - 94b070c fix(store): bound the pack footer before it sizes an allocation + - a0adfe8 fix(store): distinguish not-found from real Get failures + - 9ceb12b fix(store): distinguish not-found from real Get failures (#332) + - b3887b9 fix(store): frame the compressed encoding instead of sniffing magic bytes + - 2b35f75 fix(store): frame the compressed encoding instead of sniffing magic bytes (#329) + - 3d9d505 fix(store): scope SFTPStore.List to the prefix subdirectory + - 2b1d314 fix(store): scope SFTPStore.List to the prefix subdirectory (#331) + - bf132a1 fix(store): seal the pack catalog and packfile footers (#295) + - 98e0265 fix(store): seal the pack catalog and packfile footers (#302) + - 4c9b820 fix(store): stop treating an unreadable pack catalog as an empty one + - c3da147 fix(store): stop treating an unreadable pack catalog as an empty one (#293) + - f052944 fix: enforce the version gate on the library path, not just the CLI + - c335d71 fix: honour --dry-run in forget, and stop previews from stamping the format + - 5d552cc fix: honour --dry-run in forget, and stop previews from stamping the format (#313) + - d6072df fix: make TUI dashboard freshness test time-relative + - 6dc2656 fix: stop init --adopt-slots from downgrading the repository format + - 1cdf9fe fix: time-bomb TUI dashboard freshness test (#255) + - 5524bf5 fix: verify content hashes during restore + - ab5ebcf fix: verify content hashes during restore (#316) + - 90d6df2 perf(engine): fetch restore chunks and filemetas concurrently + - 1d69491 perf(engine): fetch restore chunks and filemetas concurrently (#335) + - 77204bc perf(engine): pool chunk buffers in the FastCDC pipeline + - 1c6c30d perf(engine): pool chunk buffers in the FastCDC pipeline (#347) + - f058600 refactor(cli): collapse newFlagSet and ownFlags into one registry field + - 823b3c2 refactor(cli): convert globalFlags to value fields + - 6f0b8e7 refactor(cli): convert globalFlags to value fields (#265) + - 7aafcd4 refactor(cli): derive help output from command and flag declarations + - dc954ea refactor(cli): derive help output from command and flag declarations (#282) + - b3e7a11 refactor(cli): describe flags declaratively and scope global flags per command +ReleaseNotesUrl: https://github.com/Cloudstic/cli/releases/tag/v1.16.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.yaml b/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.yaml new file mode 100644 index 0000000000000..3d0a74f5760a7 --- /dev/null +++ b/manifests/c/Cloudstic/CLI/1.16.0/Cloudstic.CLI.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: Cloudstic.CLI +PackageVersion: 1.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1512eac38d1318bfadaf63c519c3ce972832de60 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:17:10 +0800 Subject: [PATCH 02/49] New version: misxzaiz.Polaris version 10.2.2 (#408853) --- .../10.2.2/misxzaiz.Polaris.installer.yaml | 20 +++++++ .../10.2.2/misxzaiz.Polaris.locale.en-US.yaml | 23 ++++++++ .../10.2.2/misxzaiz.Polaris.locale.zh-CN.yaml | 54 +++++++++++++++++++ .../Polaris/10.2.2/misxzaiz.Polaris.yaml | 8 +++ 4 files changed, 105 insertions(+) create mode 100644 manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.installer.yaml create mode 100644 manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.en-US.yaml create mode 100644 manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.zh-CN.yaml create mode 100644 manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.yaml diff --git a/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.installer.yaml b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.installer.yaml new file mode 100644 index 0000000000000..976d2815e54e7 --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.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: misxzaiz.Polaris +PackageVersion: 10.2.2 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{3DE92254-7047-415A-8EF2-FDB7279DBCF0}' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- UpgradeCode: '{B90F6FC4-DDEE-59A6-9DE8-49A41A495360}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/misxzaiz/Polaris/releases/download/v10.2.2/polaris_10.2.2_x64_en-US.msi + InstallerSha256: E8D84E1FEC52DD3713795259187514E11EC0A818C2A7CE5C481955461D195D38 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.en-US.yaml b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.en-US.yaml new file mode 100644 index 0000000000000..74752c4aac9bf --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: misxzaiz.Polaris +PackageVersion: 10.2.2 +PackageLocale: en-US +License: Freeware +ShortDescription: Cross-platform desktop client for multi-engine AI coding assistants +Description: Polaris is a cross-platform desktop application built with Tauri 2.x, providing a unified graphical interface for multiple AI coding CLI tools. It supports OpenAI Codex CLI, Claude Code CLI, and OpenAI-compatible APIs, enabling AI-assisted programming without the command line. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.zh-CN.yaml b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d0f776548ffdc --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.locale.zh-CN.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: misxzaiz.Polaris +PackageVersion: 10.2.2 +PackageLocale: zh-CN +Publisher: polaris +PublisherUrl: https://github.com/misxzaiz +PublisherSupportUrl: https://github.com/misxzaiz/Polaris/issues +PackageName: polaris +PackageUrl: https://github.com/misxzaiz/Polaris +License: 免费软件 +ShortDescription: 多引擎 AI 编程助手的跨平台桌面客户端 +Description: Polaris 是一款基于 Tauri 2.x 构建的跨平台桌面应用,为多种 AI 编程 CLI 工具提供统一的图形化操作界面。支持 OpenAI Codex CLI、Claude Code CLI 和 OpenAI 兼容 API 三种引擎,让你无需命令行也能享受 AI 辅助编程的体验。 +Tags: +- claude-code +- codex +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + Polaris 10.2.2 发布说明 + 本次发布包含 Tauri 桌面端 + Web 独立服务双端产物。 + 优化与变更 + - 0a5999ed chore: release v10.2.2 + - f91234e0 chore: 清理未使用的导入/方法 + 认证成功后自动刷新 + - 927f3119 feat(mobile): 修复手机端语音输入输出 + - b80e7153 fix(browser): 修复圈选同步 fetched 类型推断问题 + - cf95c7d8 feat(browser): 圈选区域增加纯文本采集,支持无交互元素区域 + - be482fa3 feat(mobile): 沉浸式状态栏,Android WebView 全屏显示 + - aa89bce8 docs: 添加 APK 闪退问题修复记录 + - 52274fc0 fix(browser): 修复圈选发送提示"没有圈选"的竞态问题 + - bc32310f feat(browser): 内置浏览器圈选区域上下文 + 注释投喂 AI + - 7c72a7dc docs: 添加浏览器框选规格文档 + - 9af3df24 docs: 完善 APK 打包完整过程文档 + - e2c614e4 feat(polaris-mobile): 恢复 Android 项目并打包 — 复用完整 Web App + - 9a987299 remove(browser): 移除「讲解/修改」按钮 + - 62bc4f27 fix(httpTransport): 提升 HTTP 超时至 10 分钟,适配弱网/跨地域远程连接 + - 0334dd94 revert: 移除 /spec 规格驱动开发面板(SpecBlockRenderer) + - b34ecc33 merge: feat/browser-upgrade — 内置浏览器升级改造(Phase 0/1/2/3) + - 782355b1 docs(browser): 四份浏览器升级规划文档 + - 26ad6442 feat(browser): Phase 3 架构完善 — ADR 0004 全部落地 + - 56a5581d feat(browser): Phase 0 信息提取增强 + Phase 1 工具栏/状态栏改造 + - 17905b6a revert: 撤销 App Preview 插件与 BrowserPanel 手机模式 (3 commits) + - 6d7e82ec docs: BrowserPanel 手机模式重构方案文档 + - 0cec1286 fix: App Preview 框架与预览内容对齐修复 + - a4da3d27 feat: App Preview 插件 — 手机外框预览面板 (Phase 0) +ReleaseNotesUrl: https://github.com/misxzaiz/Polaris/releases/tag/v10.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.yaml b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.yaml new file mode 100644 index 0000000000000..4548bbc0d535e --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.2/misxzaiz.Polaris.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: misxzaiz.Polaris +PackageVersion: 10.2.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 7953f77f62a53877cf965d7aaced40dbf7e5b8d4 Mon Sep 17 00:00:00 2001 From: Christian Lauinger Date: Sat, 8 Aug 2026 11:17:24 +0200 Subject: [PATCH 03/49] New version: ChrisLauinger77.QontrolPanel version 1.20.2 (#413754) --- ...hrisLauinger77.QontrolPanel.installer.yaml | 21 +++++++++++++++ ...sLauinger77.QontrolPanel.locale.en-US.yaml | 27 +++++++++++++++++++ .../1.20.2/ChrisLauinger77.QontrolPanel.yaml | 8 ++++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.installer.yaml create mode 100644 manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.locale.en-US.yaml create mode 100644 manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.yaml diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.installer.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.installer.yaml new file mode 100644 index 0000000000000..0d34e9407c209 --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ChrisLauinger77.QontrolPanel +PackageVersion: 1.20.2 +InstallerLocale: en-US +InstallerType: inno +Scope: user +ProductCode: '{8A9C6942-5CA3-4A02-B701-E7B4E862D635}}_is1' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- DisplayName: QontrolPanel 1.20.2 + ProductCode: '{8A9C6942-5CA3-4A02-B701-E7B4E862D635}}_is1' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\QontrolPanel' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ChrisLauinger77/QontrolPanel/releases/download/1.20.2/QontrolPanel_Installer.exe + InstallerSha256: 7713F4B35534AB5B054DD00E9D82837B524CB8CB9B013D82833C27F2B90DECCB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.locale.en-US.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.locale.en-US.yaml new file mode 100644 index 0000000000000..e97ae3ae4f7f7 --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.locale.en-US.yaml @@ -0,0 +1,27 @@ +# 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: ChrisLauinger77.QontrolPanel +PackageVersion: 1.20.2 +PackageLocale: en-US +Publisher: ChrisLauinger77 +PublisherUrl: https://github.com/ChrisLauinger77 +PublisherSupportUrl: https://github.com/ChrisLauinger77/QontrolPanel/issues +PackageName: QontrolPanel +PackageUrl: https://github.com/ChrisLauinger77/QontrolPanel +License: GPL-3.0 +LicenseUrl: https://github.com/ChrisLauinger77/QontrolPanel/blob/HEAD/LICENSE +Copyright: (c) 2026 ChrisLauinger77 +ShortDescription: An enhanced audio panel for Windows +Tags: +- headset +- headsetcontrol +- settings +- sound +ReleaseNotes: |- + What's Changed + - Update HeadsetControl and bump version to 1.20.2 by @github-actions[bot] in #140 + Full Changelog: 1.20.1...1.20.2 +ReleaseNotesUrl: https://github.com/ChrisLauinger77/QontrolPanel/releases/tag/1.20.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.yaml new file mode 100644 index 0000000000000..5a4e2778ccedd --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.20.2/ChrisLauinger77.QontrolPanel.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: ChrisLauinger77.QontrolPanel +PackageVersion: 1.20.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c1c6f86cbc29895683d70d1fcc345ec240dcdf6d Mon Sep 17 00:00:00 2001 From: Tomas Fecko Date: Sat, 8 Aug 2026 11:17:39 +0200 Subject: [PATCH 04/49] New version: Feci.ParleyDeckCli version 1.42.1 (#413779) Co-authored-by: Tomas Fecko --- .../1.42.1/Feci.ParleyDeckCli.installer.yaml | 15 ++++++++++ .../Feci.ParleyDeckCli.locale.en-US.yaml | 28 +++++++++++++++++++ .../1.42.1/Feci.ParleyDeckCli.yaml | 6 ++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.installer.yaml create mode 100644 manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.locale.en-US.yaml create mode 100644 manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.yaml diff --git a/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.installer.yaml b/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.installer.yaml new file mode 100644 index 0000000000000..b6c7cb4010c2d --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.42.1 +InstallerType: portable +Commands: +- parley +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/feci/parley-deck-cli/releases/download/v1.42.1/parley-v1.42.1-windows-x64.exe + InstallerSha256: 55CA726791B419E33583979593D47B4ACEF9C9339E8D96F9CCDA0FF0A251230A +- Architecture: arm64 + InstallerUrl: https://github.com/feci/parley-deck-cli/releases/download/v1.42.1/parley-v1.42.1-windows-arm64.exe + InstallerSha256: 75B1811B3BCB5FED47886F1C121C29FFF5CE71D3B1D137CAF2290304B7220DDE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.locale.en-US.yaml b/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.locale.en-US.yaml new file mode 100644 index 0000000000000..4622f97c2c67f --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.42.1 +PackageLocale: en-US +Publisher: Feci +PublisherUrl: https://github.com/feci +PackageName: Parley Deck CLI +PackageUrl: https://github.com/feci/parley-deck-cli +License: Apache-2.0 +LicenseUrl: https://github.com/feci/parley-deck-cli/blob/main/LICENSE +ShortDescription: CLI that orchestrates Parley Deck multi-agent cooperation workflows. +Description: "parley orchestrates multi-agent Parley Deck cooperation across local CLI agents: risk-tiered tracks, deliberation rounds, consensus and finalize, implementation with living execution plans, a live TUI, and a human-braked outer loop. v1.42.0 adds a GLOBAL CORE PROTOCOL. Measured across 36 project decks there were eight different protocol versions, because the cooperation protocol was copied into every deck and hand-editable there. The protocol now lives once, in a write-once versioned store under the user config directory, and each deck holds a generated view of it. The new parley protocol command renders that view, checks a deck for hand edits without overwriting them, and publishes a new core version only from an attended terminal session. A deck records the exact core version it uses, and a machine that does not have that version blocks rather than substituting another. Regeneration reports the deck content it will not carry forward, before and during the write." +ReleaseNotesUrl: https://github.com/feci/parley-deck-cli/releases/tag/v1.42.1 +Tags: +- ai +- agents +- automation +- cli +- codex +- consensus +- loop +- multi-agent +- orchestration +- preflight +- roster +- tui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.yaml b/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.yaml new file mode 100644 index 0000000000000..cf726f3019c6e --- /dev/null +++ b/manifests/f/Feci/ParleyDeckCli/1.42.1/Feci.ParleyDeckCli.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckCli +PackageVersion: 1.42.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From df4407f2ea2e74857af22f28edae34fa19331b7a Mon Sep 17 00:00:00 2001 From: icyhoty2k Date: Sat, 8 Aug 2026 12:17:53 +0300 Subject: [PATCH 05/49] New version: IcyHotY2K.QuickImageViewer version 2.250.0.316 (#413952) --- .../IcyHotY2K.QuickImageViewer.installer.yaml | 15 +++ ...yHotY2K.QuickImageViewer.locale.en-US.yaml | 116 ++++++++++++++++++ .../IcyHotY2K.QuickImageViewer.yaml | 8 ++ 3 files changed, 139 insertions(+) create mode 100644 manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.installer.yaml create mode 100644 manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.locale.en-US.yaml create mode 100644 manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.yaml diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.installer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.installer.yaml new file mode 100644 index 0000000000000..dd0ab629b7004 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.0.316 +InstallerType: portable +Commands: +- qiv +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/download/v2.250.0.316/QuickImageViewer.exe + InstallerSha256: 549AAB2FE372FF08DBE0461E5751BFDD4F6FBB164F355A1B3A016A5CC6B37E76 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.locale.en-US.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..7d05510eaf83e --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.locale.en-US.yaml @@ -0,0 +1,116 @@ +# 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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.0.316 +PackageLocale: en-US +Publisher: IcyHotY2K +PublisherUrl: https://github.com/icyhoty2k +PublisherSupportUrl: https://github.com/icyhoty2k/QuickImageViewer/issues +PackageName: QuickImageViewer +PackageUrl: https://github.com/icyhoty2k/QuickImageViewer +License: AGPL-3.0 +LicenseUrl: https://github.com/icyhoty2k/QuickImageViewer/blob/HEAD/LICENSE +Copyright: Copyright © 2026 All rights reserved, Ivan Hristov Yanev +ShortDescription: Fast native Windows image viewer. +Tags: +- cpp +- fast-image-viewer +- image-viewer +- lightweight-app +- native-cpp +- no-install +- performance-optimized +- portable-exe +- webp +- win32 +ReleaseNotes: |- + qIV v2.250.0.316 + Folder-tree navigation, a reorganised settings menu, and a set of tools for keeping + your folder history clean. + Single portable executable, still under 10 MB. No installer, no runtime to install + first, no background service, nothing phoned home. + Walk the folder tree from the keyboard + Alt + the arrow keys now move through folders the way the arrow keys move through + images: + ─────────┬──────────────────────────────────────────── + Key │Goes + ─────────┼──────────────────────────────────────────── + Alt + ↑ │up to the parent folder + ─────────┼──────────────────────────────────────────── + Alt + ↓ │down into the first subfolder + ─────────┼──────────────────────────────────────────── + Alt + ← /│across to the previous / next sibling folder + → │ + ─────────┴──────────────────────────────────────────── + Each step names where it landed — ➡ 8/20 "13_Music" — so a sideways walk through + twenty folders never leaves you guessing which one you are in. Wrapping at the ends is + a tray setting. Landing somewhere empty or missing is explained on screen rather than + looking like a key that did nothing. + Settings › History + Everything about the folder history now lives in one submenu instead of being scattered + through the settings list. + Recording + - Record Folders I Visit — the master switch. Off stops new folders reaching both + the list and qivHistory.txt, without affecting navigation. + - Record Only Folders With Images (new default: on) — folders holding no images + are not recorded. Walking the folder tree lands you in every child of a parent, + images or not; this keeps those out of the list so what remains is places you + actually looked at pictures. + Housekeeping — each asks first, and backs up the file before touching it: + - Remove Invalid Folders — drops rows that are not a usable path, point somewhere + that no longer exists, or hold no images. + - Remove Duplicates — collapses repeats, keeping the most recent. + - Clear History, Clear Favorites, Clear History and Favorites — each names + what survives it. + - Open History File — straight to qivHistory.txt in Explorer. + Limits — the labels now say which question each one answers: Rows Shown in Panel + and Favorite Rows Shown in Panel are display only, while Favorites You Can Add and + Folders Saved to File bound what is stored. + Backup & Export + A new top-level menu collecting every operation that moves data on and off the disk, + instead of having them split between the Settings menu and a Backup menu. + - Export / Import Settings — as before + - Backup Logs — zips the whole logs folder to wherever you choose. Handy for a + bug report + - Backup / Restore TCP/IP Config — qivLocalServer.ini, qivRemoteServers.ini and + qivRemoteServerBlacklist.ini. None of these live in the registry, so the settings + export never covered them. Restore asks per file before replacing one that exists + - Backup / Restore History & Favorites — as before + Also new + - Full Path in the overlay — the bottom-left slot can show the whole path + (📂 D:\Pics\Summer) instead of just the folder name (📁 Summer). + - A searchable shortcut reference on the website, generated from the app's own + help window so the two cannot drift apart. + Fixed + - The folder walk did nothing on some drives. If a volume had picked up the SYSTEM + attribute on its top-level folders — an old attrib +s, or a sync tool — the + subfolder filter dropped every one of them, so Alt + ← / → reported "No further + folder in that direction" in a folder with twenty siblings beside it. The filter now + tests only the HIDDEN attribute, which still excludes $RECYCLE.BIN and + System Volume Information. + - Base64 decode table race. The lookup table used by the remote protocol could be + built by two threads at once. + - Empty-query handling in Find now matches what the code actually guarantees. + - Several actions that could fail silently now say what happened, including the + "no further folder" message, which reports the position and count it refused on. + qIV Remote for Android + The desktop is one half. qIV Remote turns a phone or tablet into a remote control, + a live preview, and a photo frame that sends pictures to any screen running qIV. + Free, and it stays usable free: one saved desktop, the Simple remote, and every + security feature included. No ads at all — the same "no account, no cloud, no + analytics, no advertising" rule the desktop follows. + A one-time unlock (about USD 2, no subscription, no account) adds unlimited saved + desktops, the Advanced and Fullscreen screens, phone-to-desktop streaming and + save-to-gallery. + Not sure? A built-in demo mode runs the entire app with no desktop at all, and + never opens a network socket. + Download + QuickImageViewer.exe below — single file, statically linked, nothing else needed. + Verify the SHA-256 against the checksum in the assets if you like. +ReleaseNotesUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/tag/v2.250.0.316 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/icyhoty2k/QuickImageViewer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.yaml new file mode 100644 index 0000000000000..f2f8c51b4969c --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.0.316/IcyHotY2K.QuickImageViewer.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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.0.316 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 59cf3c558fa23ac97606386778acea5fc4056ab2 Mon Sep 17 00:00:00 2001 From: kjxbyz <47768002+kjxbyz@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:18:06 +0800 Subject: [PATCH 06/49] New version: PicGuard.PicGuard version 5.7.2.481 (#413962) --- .../PicGuard.PicGuard.installer.yaml | 51 +++++++++++++++++++ .../PicGuard.PicGuard.locale.en-US.yaml | 33 ++++++++++++ .../PicGuard.PicGuard.locale.zh-CN.yaml | 33 ++++++++++++ .../PicGuard/5.7.2.481/PicGuard.PicGuard.yaml | 8 +++ 4 files changed, 125 insertions(+) create mode 100644 manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.installer.yaml create mode 100644 manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.en-US.yaml create mode 100644 manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.zh-CN.yaml create mode 100644 manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.yaml diff --git a/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.installer.yaml b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.installer.yaml new file mode 100644 index 0000000000000..a0f5a1b3249e0 --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard +PackageVersion: 5.7.2.481 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-5.7.2.481-windows-x64-en-US.msi + InstallerSha256: 7BE8FFB7EF4659F05C16610BA7DD321EE126718F7AF78BA5A0F84C02533E3558 + InstallerLocale: en-US + ProductCode: '{0C5D45A2-BAEF-4919-9A68-85C7809606A4}' + AppsAndFeaturesEntries: + - ProductCode: '{0C5D45A2-BAEF-4919-9A68-85C7809606A4}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' + - Architecture: arm64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-5.7.2.481-windows-arm64-en-US.msi + InstallerSha256: 90BCA96E2734F948792868A269CD2F7E6A08B1D1D1A4DAC80198E6EA4BD3554E + InstallerLocale: en-US + ProductCode: '{E75AA0B7-3798-46BA-98B0-480BD5F065DE}' + AppsAndFeaturesEntries: + - ProductCode: '{E75AA0B7-3798-46BA-98B0-480BD5F065DE}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-5.7.2.481-windows-x64-zh-CN.msi + InstallerSha256: 6A74C71FF21D47F60B50BEBECDF3D57764C253586CAF270E3F4679D120CA81AD + InstallerLocale: zh-CN + ProductCode: '{0A494B56-878E-481F-AD99-BFF24CE8FCB3}' + AppsAndFeaturesEntries: + - ProductCode: '{0A494B56-878E-481F-AD99-BFF24CE8FCB3}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' + - Architecture: arm64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-5.7.2.481-windows-arm64-zh-CN.msi + InstallerSha256: 28C0EE2CAB9BA68FB5F8EC2D579EE343AEE831D980695F4C5CF57515F82AE246 + InstallerLocale: zh-CN + ProductCode: '{C5E51092-9BF4-4AD8-B380-57E4B8A735BB}' + AppsAndFeaturesEntries: + - ProductCode: '{C5E51092-9BF4-4AD8-B380-57E4B8A735BB}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.en-US.yaml b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..2db71c444d9c7 --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard +PackageVersion: 5.7.2.481 +PackageLocale: en-US +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/en/support +PrivacyUrl: https://picguard.org/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.org +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: + - picguard + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v5.7.2.481/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.zh-CN.yaml b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18acb7ad82091 --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard +PackageVersion: 5.7.2.481 +PackageLocale: zh-CN +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/zh/support +PrivacyUrl: https://picguard.org/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.org +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: + - picguard + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v5.7.2.481/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.yaml b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.yaml new file mode 100644 index 0000000000000..9eb8dd987d01d --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/5.7.2.481/PicGuard.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard +PackageVersion: 5.7.2.481 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e28c38d0a34f53b42216b0aeef7795119ee8caff Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 8 Aug 2026 05:18:19 -0400 Subject: [PATCH 07/49] New version: ShianMike.SHARPpy-Reimagined version 0.8.0 (#413967) --- ...hianMike.SHARPpy-Reimagined.installer.yaml | 20 +++++++++ ...nMike.SHARPpy-Reimagined.locale.en-US.yaml | 43 +++++++++++++++++++ .../0.8.0/ShianMike.SHARPpy-Reimagined.yaml | 8 ++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.installer.yaml create mode 100644 manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml create mode 100644 manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.yaml diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.installer.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.installer.yaml new file mode 100644 index 0000000000000..65fbb25804ac0 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.8.0 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- SHARPpy-Reimagined +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/download/v0.8.0/SHARPpy-Reimagined-v0.8.0-windows-x64.exe + InstallerSha256: 16F819750A0801929F445B11951C92F58C4737D35DB9E5E0861FF9972E194E10 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml new file mode 100644 index 0000000000000..4323a7336ab30 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: Shian Michael +PublisherUrl: https://github.com/ShianMike +PublisherSupportUrl: https://github.com/ShianMike/SHARPpy-Reimagined/issues +Author: Shian Michael +PackageName: SHARPpy-Reimagined +PackageUrl: https://github.com/ShianMike/SHARPpy-Reimagined +License: BSD-3-Clause +LicenseUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +Copyright: Copyright © Shian Michael +CopyrightUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +ShortDescription: Modern sounding analysis and SHARPpy-style rendering for Python 3.11+, Qt6/PySide6, UWyo, ERA5, and WRF workflows. +Description: SHARPpy Reimagined - Modern sounding analysis and SHARPpy-style rendering for Python 3.11+. SHARPpy Reimagined is a modernized, standalone fork of SHARPpy, focused on packageable Python 3.11+ workflows, Qt6/PySide6 rendering, and reproducible point-sounding tools. It keeps the familiar SPC-style skew-T, hodograph, hazard, and derived-parameter views while adding clean command-line entry points, bundled resources, and a test-backed decoder/extractor layer. +Moniker: sharppy-reimagined +Tags: +- atmospheric-science +- hodograph +- meteorology +- pyside6 +- python +- qt6 +- severe-weather +- sharppy +- skew-t +- sounding +- weather +ReleaseNotes: |- + What's Changed + - chore(deps): integrate Dependabot updates for v0.7.0 by @ShianMike in #20 + - chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #17 + - chore(deps): bump certifi from 2026.6.17 to 2026.7.22 by @dependabot[bot] in #19 + - chore(deps): bump xarray from 2026.4.0 to 2026.7.0 by @dependabot[bot] in #18 + - Release v0.8.0 by @ShianMike in #21 + - ci: widen ERA5 completeness property budget on hosted runners by @ShianMike in #22 + - test: make HPI non-identity assertion independent of xdist workers by @ShianMike in #23 +ReleaseNotesUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/tag/v0.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.yaml new file mode 100644 index 0000000000000..892b5272489c8 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.8.0/ShianMike.SHARPpy-Reimagined.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: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 27fd8194f2048bf8d6d071b0c60a3451d3e67b0d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:18:32 +0800 Subject: [PATCH 08/49] New version: LucidLink.LucidLink version 3.7.8584 (#414054) --- .../LucidLink.LucidLink.installer.yaml | 22 ++++++++++++ .../LucidLink.LucidLink.locale.en-US.yaml | 35 +++++++++++++++++++ .../LucidLink.LucidLink.locale.zh-CN.yaml | 24 +++++++++++++ .../3.7.8584/LucidLink.LucidLink.yaml | 8 +++++ 4 files changed, 89 insertions(+) create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.installer.yaml create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.en-US.yaml create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.zh-CN.yaml create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.yaml diff --git a/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.installer.yaml b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.installer.yaml new file mode 100644 index 0000000000000..fc620fddb407f --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.7.8584 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: LUCID_INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- lucidlink +ProductCode: '{CE5A75FD-649B-4F58-9593-5E95C726F9ED}' +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{8201A019-C7B9-4DF4-9465-B36A9B9B1D6D}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lucidlink.com/prod/win/lucidlink-3.7.8584-x64.msi + InstallerSha256: 85BD8BACE82407B194021F0A4A68177FFEF49BAAB9D704C585BFA8BD158136A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.en-US.yaml b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.en-US.yaml new file mode 100644 index 0000000000000..00bd5f7007d28 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LucidLink.LucidLink +PackageVersion: 3.7.8584 +PackageLocale: en-US +Publisher: LucidLink +PublisherUrl: https://www.lucidlink.com/ +PublisherSupportUrl: https://support.lucidlink.com/ +PrivacyUrl: https://www.lucidlink.com/privacy +Author: LUCIDLINK CORP. +PackageName: LucidLink +PackageUrl: https://www.lucidlink.com/download +License: Proprietary +LicenseUrl: https://www.lucidlink.com/terms +Copyright: © 2026 All rights reserved +CopyrightUrl: https://www.lucidlink.com/terms +ShortDescription: The storage collaboration platform for creatives +Description: LucidLink is a revolutionary solution designed to enhance team collaboration by enabling real-time work without the need for time-consuming downloads and syncing. It offers lightning-fast performance, straightforward usability, and robust security features, transforming the way teams collaborate without requiring them to change their existing workflows. +Tags: +- backup +- cloud +- cloud-drive +- collaborate +- collaboration +- download +- drive +- file +- netdisk +- share +- sync +- upload +PurchaseUrl: https://www.lucidlink.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.zh-CN.yaml b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cfea444c2efe6 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LucidLink.LucidLink +PackageVersion: 3.7.8584 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 创意人员的存储协作平台 +Description: LucidLink 是一个革命性的解决方案,旨在加强团队协作,实现实时工作,无需耗时的下载和同步。它快如闪电、简单易用且安全,可在不改变现有工作流程的情况下改变团队协作方式。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 协作 +- 协同 +- 同步 +- 备份 +- 文件 +- 网盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.yaml b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.yaml new file mode 100644 index 0000000000000..1f7c32a6a3269 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8584/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.7.8584 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c7e661e66fd0e7b4b137ee6247b922d786dadbd9 Mon Sep 17 00:00:00 2001 From: Davy <95214375+thedavidweng@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:18:45 -0700 Subject: [PATCH 09/49] New version: thedavidweng.OpenKara version 0.13.1 (#414058) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../thedavidweng.OpenKara.installer.yaml | 14 +++++++++++ .../thedavidweng.OpenKara.locale.en-US.yaml | 24 +++++++++++++++++++ .../0.13.1/thedavidweng.OpenKara.yaml | 7 ++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.installer.yaml create mode 100644 manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.locale.en-US.yaml create mode 100644 manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.yaml diff --git a/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.installer.yaml b/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.installer.yaml new file mode 100644 index 0000000000000..bf293bc8102aa --- /dev/null +++ b/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: "thedavidweng.OpenKara" +PackageVersion: "0.13.1" +InstallerLocale: en-US +Platform: + - Windows.Desktop +Installers: + - Architecture: x64 + InstallerType: nullsoft + InstallerUrl: "https://github.com/thedavidweng/OpenKara/releases/download/v0.13.1/OpenKara_0.13.1_x64-setup.exe" + InstallerSha256: "b7fa743e9955261f57e114e9cd1a72dc773c1ea2fb5fd73201e5c773b2932726" +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.locale.en-US.yaml b/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.locale.en-US.yaml new file mode 100644 index 0000000000000..8f5f582a94905 --- /dev/null +++ b/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: "thedavidweng.OpenKara" +PackageVersion: "0.13.1" +PackageLocale: en-US +Publisher: "thedavidweng" +PublisherUrl: "https://github.com/thedavidweng" +PublisherSupportUrl: "https://github.com/thedavidweng/OpenKara/issues" +Author: "thedavidweng" +PackageName: OpenKara +PackageUrl: "https://github.com/thedavidweng/OpenKara" +License: Apache-2.0 +LicenseUrl: https://github.com/thedavidweng/OpenKara/blob/main/LICENSE +ShortDescription: Turn your music library into a karaoke stage. +Description: OpenKara is an open-source desktop karaoke app that turns songs you already own into karaoke tracks with on-device vocal separation, synced lyrics, and a portable local library. +Moniker: openkara +Tags: + - karaoke + - music + - lyrics + - ai + - tauri +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.yaml b/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.yaml new file mode 100644 index 0000000000000..bac15377b5bf4 --- /dev/null +++ b/manifests/t/thedavidweng/OpenKara/0.13.1/thedavidweng.OpenKara.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: "thedavidweng.OpenKara" +PackageVersion: "0.13.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6c02304ee92060967bf89ac3aaf1c019056853d6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:39:59 +0800 Subject: [PATCH 10/49] New version: Vivaldi.Vivaldi.Snapshot version 8.2.4126.4 (#413763) --- .../Vivaldi.Vivaldi.Snapshot.installer.yaml | 69 +++++++++++++++++++ ...Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml | 37 ++++++++++ ...Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml | 23 +++++++ .../8.2.4126.4/Vivaldi.Vivaldi.Snapshot.yaml | 8 +++ 4 files changed, 137 insertions(+) create mode 100644 manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.installer.yaml create mode 100644 manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml create mode 100644 manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml create mode 100644 manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.yaml diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.installer.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.installer.yaml new file mode 100644 index 0000000000000..973ecc25a7e84 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.installer.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4126.4 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- mht +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Vivaldi +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4126.4.x64.exe + InstallerSha256: DDB88012C5A436C7AC50AF033A275EBBE84C9E166FF215A76BC3FEA386AE259D + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4126.4.x64.exe + InstallerSha256: DDB88012C5A436C7AC50AF033A275EBBE84C9E166FF215A76BC3FEA386AE259D + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4126.4.arm64.exe + InstallerSha256: EA5BB7342F003733676B9FDA5D60BA4B0C6F4CB4794B8C4C400B0F915BC1671C + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4126.4.arm64.exe + InstallerSha256: EA5BB7342F003733676B9FDA5D60BA4B0C6F4CB4794B8C4C400B0F915BC1671C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml new file mode 100644 index 0000000000000..43cb225da15f4 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4126.4 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi (Snapshot) +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + - [Address field][Layouts] Changing from auto-hide or vertical left to classic leaves no address field VB-130612 + - [Address field][Tabs] Can't click to focus address bar when tabs on side VB-130428 + - [Address field] The thin URL field opens when opening new tab with the vertical left layout VB-130524 + - [Chromium] Update to 152.0.7977.29 + - [Crash][Media] Playing certain radio streams VB-130460 + - [Enterprise][UI] Disable VPN when conflicting group policies are set VB-125500 + - [Reader] Enable chrome pages flag breaks reader view VB-118876 + - [Tabs] Buttons overflow the tab bar at small window sizes VB-130450 + - [UI] Optimize and adapt better for narrower window widths VB-98727 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/snapshot/8.2.4126.4.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c9925e2a9ed37 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4126.4 +PackageLocale: zh-CN +PublisherUrl: https://vivaldi.com/zh-hans/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +PackageName: Vivaldi(快照版) +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.yaml new file mode 100644 index 0000000000000..c5aeed1ff073d --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4126.4/Vivaldi.Vivaldi.Snapshot.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: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4126.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From abf037356e64067c71b199952401fb2f7ca64493 Mon Sep 17 00:00:00 2001 From: Pol Rivero <65060696+pol-rivero@users.noreply.github.com> Date: Sat, 8 Aug 2026 12:09:13 +0200 Subject: [PATCH 11/49] New version: DesktopPlus.DesktopPlus version 3.6.4-r3 (#413619) --- .../DesktopPlus.DesktopPlus.installer.yaml | 33 ++++++++++++ .../DesktopPlus.DesktopPlus.locale.en-US.yaml | 54 +++++++++++++++++++ .../3.6.4-r3/DesktopPlus.DesktopPlus.yaml | 8 +++ 3 files changed, 95 insertions(+) create mode 100644 manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.installer.yaml create mode 100644 manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.locale.en-US.yaml create mode 100644 manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.yaml diff --git a/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.installer.yaml b/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.installer.yaml new file mode 100644 index 0000000000000..efce397ddb3ef --- /dev/null +++ b/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.installer.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DesktopPlus.DesktopPlus +PackageVersion: 3.6.4-r3 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ProductCode: DesktopPlus +ReleaseDate: 2026-08-06 +AppsAndFeaturesEntries: +- ProductCode: DesktopPlus +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DesktopPlus' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/desktop-plus/desktop-plus/releases/download/v3.6.4.3/DesktopPlus-v3.6.4.3-windows-x64.exe + InstallerSha256: 080C23BFD935B3A45C58921B77063F8A2C8F83D6980190B347B5C7D6D0A35F84 +- Architecture: arm64 + InstallerUrl: https://github.com/desktop-plus/desktop-plus/releases/download/v3.6.4.3/DesktopPlus-v3.6.4.3-windows-arm64.exe + InstallerSha256: CF18A19EAFF0358AE6FE85754FCD7D6D9A4ED13A30A2855ECCB02B5C6B9678CB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.locale.en-US.yaml b/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.locale.en-US.yaml new file mode 100644 index 0000000000000..fc4cb2d89404e --- /dev/null +++ b/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.locale.en-US.yaml @@ -0,0 +1,54 @@ +# 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: DesktopPlus.DesktopPlus +PackageVersion: 3.6.4-r3 +PackageLocale: en-US +Publisher: Desktop Plus +PublisherUrl: https://desktop-plus.org/ +PublisherSupportUrl: https://github.com/desktop-plus/desktop-plus/issues +Author: Desktop Plus +PackageName: Desktop Plus +PackageUrl: https://github.com/desktop-plus/desktop-plus +License: MIT +LicenseUrl: https://github.com/desktop-plus/desktop-plus/blob/HEAD/LICENSE +Copyright: Copyright (c) Desktop Plus contributors. Licensed under the MIT License. +ShortDescription: A GitHub Desktop fork with advanced functionality and improvements. +Description: An up-to-date fork of GitHub Desktop with additional features including multiple account support, integration with third-party Git providers, commit search, multiple stashes per branch, and more. +Moniker: desktop-plus +Tags: +- bitbucket +- codeberg +- desktop-app +- git +- github +- gitlab +ReleaseNotes: |- + Note + Arch / Manjaro: This release is not yet available in the AUR, all AUR package updates are currently disabled due to the ongoing malware campaign. I'll update the package once the situation is resolved and updates are re-enabled. + Changes and improvements: + - [#32] After a long wait, we finally support self-hosted GitLab and Forgejo instances! + To sign in, go to Options > Accounts and click "Add self-hosted instance...". Keep in mind that self-hosted support is currently experimental. If you encounter any problems, please open an issue. + - [#214] Building on top of the self-hosted support we just added, we now also support Gitea instances. Thank you @eliasSFL for contributing an early draft! + Gitea support is also experimental, so please report any issues you encounter. + - [#229] The "View in your browser" button is now available for all remotes, not just for a whitelist of trusted hosts. This means you will always have the option to open a repository in your browser, even if the provider is not supported or you decide not to sign in to it. + Please note that the web UI URL that will be opened in the browser is a best-effort guess, especially for SSH remotes. + Limitations of self-hosted support + - Subpath deployments are not supported. For example, you cannot use https://example.com/gitlab as your self-hosted instance URL. + Subdomains and non-standard ports are supported, so you can use https://gitlab.example.com or http://localhost:1234. + - The sign-in process doesn't currently use OAuth2 and instead requires providing a generated Personal Access Token (PAT). + Note + This is not a technical limitation. This flow was chosen because I believe it's a better UX for self-hosted instances. Otherwise, everyone would need to create an OAuth2 application for their instance and then provide the client ID and secret to sign in, which is a lot more work for the user. + - If the API of your self-hosted instance is protected by Anubis, Cloudflare (in Bot Fight mode), or similar security mechanisms, the application won't be able to sign in. There is nothing I can do about this, as preventing non-browser traffic is the entire point of those mechanisms. + Consider contacting your instance administrator to see if they can whitelist the application's User-Agent in the API paths. For example, if using Anubis, add the following to your policy YAML file: + bots: + - name: desktop-plus + action: ALLOW + expression: + all: + - 'userAgent.contains("DesktopPlus/") || userAgent.contains("GitHubDesktop/")' + - 'path.startsWith("/api/")' + - Self-hosted Bitbucket Server instances are not supported at the moment. Their API is not compatible with Bitbucket Cloud, so implementating support would be an entire new feature, which is outside the scope of this release. If you want this feature, please open an issue to show your interest. +ReleaseNotesUrl: https://github.com/desktop-plus/desktop-plus/releases/tag/v3.6.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.yaml b/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.yaml new file mode 100644 index 0000000000000..c610890b73277 --- /dev/null +++ b/manifests/d/DesktopPlus/DesktopPlus/3.6.4-r3/DesktopPlus.DesktopPlus.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: DesktopPlus.DesktopPlus +PackageVersion: 3.6.4-r3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From efaba58d6ea2a2c4641d8401adedb9c4a1c31796 Mon Sep 17 00:00:00 2001 From: Divya-Darshan Date: Sat, 8 Aug 2026 16:38:30 +0530 Subject: [PATCH 12/49] New version: DivyaDarshan.fad version 0.2.0 (#413848) --- .../fad/0.2.0/DivyaDarshan.fad.installer.yaml | 15 +++++++++++++++ .../0.2.0/DivyaDarshan.fad.locale.en-US.yaml | 19 +++++++++++++++++++ .../fad/0.2.0/DivyaDarshan.fad.yaml | 8 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.installer.yaml create mode 100644 manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.locale.en-US.yaml create mode 100644 manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.yaml diff --git a/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.installer.yaml b/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.installer.yaml new file mode 100644 index 0000000000000..e849da89def4e --- /dev/null +++ b/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DivyaDarshan.fad +PackageVersion: 0.2.0 +InstallerType: portable +Commands: +- fad +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Divya-Darshan/fad/releases/download/v0.2.0/fad.exe + InstallerSha256: C60625EB8D76867AA89DFEEECC09A825AEB31A51E925A01E7625B068F8DF36B1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-07 diff --git a/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.locale.en-US.yaml b/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.locale.en-US.yaml new file mode 100644 index 0000000000000..3a8448c122d3c --- /dev/null +++ b/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DivyaDarshan.fad +PackageVersion: 0.2.0 +PackageLocale: en-US +Publisher: Divya-Darshan +PublisherUrl: https://github.com/Divya-Darshan +PublisherSupportUrl: https://github.com/Divya-Darshan/fad/issues +PackageName: fad +PackageUrl: https://github.com/Divya-Darshan/fad +License: MIT +ShortDescription: Can control yt in CLI +ReleaseNotesUrl: https://github.com/Divya-Darshan/fad/releases/tag/v0.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Divya-Darshan/fad/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.yaml b/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.yaml new file mode 100644 index 0000000000000..ab66828a963e4 --- /dev/null +++ b/manifests/d/DivyaDarshan/fad/0.2.0/DivyaDarshan.fad.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DivyaDarshan.fad +PackageVersion: 0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6db626fc7c37f0412b6fc11e1e91c110df9245dd Mon Sep 17 00:00:00 2001 From: "David M. Anderson" Date: Sat, 8 Aug 2026 06:08:43 -0500 Subject: [PATCH 13/49] New version: Excelano.xled version 0.6.0 (#413885) --- .../xled/0.6.0/Excelano.xled.installer.yaml | 17 +++++++ .../0.6.0/Excelano.xled.locale.en-US.yaml | 48 +++++++++++++++++++ .../e/Excelano/xled/0.6.0/Excelano.xled.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/e/Excelano/xled/0.6.0/Excelano.xled.installer.yaml create mode 100644 manifests/e/Excelano/xled/0.6.0/Excelano.xled.locale.en-US.yaml create mode 100644 manifests/e/Excelano/xled/0.6.0/Excelano.xled.yaml diff --git a/manifests/e/Excelano/xled/0.6.0/Excelano.xled.installer.yaml b/manifests/e/Excelano/xled/0.6.0/Excelano.xled.installer.yaml new file mode 100644 index 0000000000000..2af7adaa428e1 --- /dev/null +++ b/manifests/e/Excelano/xled/0.6.0/Excelano.xled.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Excelano.xled +PackageVersion: 0.6.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xled.exe + PortableCommandAlias: xled +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/excelano/xled/releases/download/v0.6.0/xled-x86_64-pc-windows-msvc.zip + InstallerSha256: 00A31F941DF54AA8EB56BF7836E2BDA198DB115E620E913BAACF056FC71E0F4B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xled/0.6.0/Excelano.xled.locale.en-US.yaml b/manifests/e/Excelano/xled/0.6.0/Excelano.xled.locale.en-US.yaml new file mode 100644 index 0000000000000..e5ba13cf30fa4 --- /dev/null +++ b/manifests/e/Excelano/xled/0.6.0/Excelano.xled.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Excelano.xled +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: Excelano LLC +PublisherUrl: https://excelano.com/ +PublisherSupportUrl: https://github.com/excelano/xled/issues +Author: David M. Anderson +PackageName: xled +PackageUrl: https://github.com/excelano/xled +License: MIT +LicenseUrl: https://github.com/excelano/xled/blob/HEAD/LICENSE +ShortDescription: sed and awk for tabular data, regex and compute over CSV and DSV ranges +Moniker: xled +Tags: +- awk +- cli +- csv +- data +- dsv +- sed +ReleaseNotes: |- + Install xled 0.6.0 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/excelano/xled/releases/download/v0.6.0/xled-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/excelano/xled/releases/download/v0.6.0/xled-installer.ps1 | iex" + Install prebuilt binaries via Homebrew + brew install excelano/tap/xled + Download xled 0.6.0 + ──────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + xled-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + xled-x86_64-apple-darwin.tar.xz │Intel macOS │checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + xled-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + xled-aarch64-unknown-linux-gnu.tar.xz │ARM64 Linux │checksum + ──────────────────────────────────────────┼───────────────────┼───────────── + xled-x86_64-unknown-linux-gnu.tar.xz │x64 Linux │checksum + ──────────────────────────────────────────┴───────────────────┴───────────── +ReleaseNotesUrl: https://github.com/excelano/xled/releases/tag/v0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xled/0.6.0/Excelano.xled.yaml b/manifests/e/Excelano/xled/0.6.0/Excelano.xled.yaml new file mode 100644 index 0000000000000..4bb6cd51e5069 --- /dev/null +++ b/manifests/e/Excelano/xled/0.6.0/Excelano.xled.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: Excelano.xled +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2b13ef92646833e4820d2abfc0b2fba4205c1431 Mon Sep 17 00:00:00 2001 From: Brian Adams Date: Sat, 8 Aug 2026 07:08:56 -0400 Subject: [PATCH 14/49] New version: RedEyeNetworks.Logivore version 1.25.0 (#413911) --- .../RedEyeNetworks.Logivore.installer.yaml | 34 +++++++++++++++ .../RedEyeNetworks.Logivore.locale.en-US.yaml | 41 +++++++++++++++++++ .../1.25.0/RedEyeNetworks.Logivore.yaml | 7 ++++ 3 files changed, 82 insertions(+) create mode 100644 manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.installer.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.locale.en-US.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.yaml diff --git a/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.installer.yaml b/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.installer.yaml new file mode 100644 index 0000000000000..2973493acaf12 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.25.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivore +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.25.0/logivore-win-x64-setup.exe + InstallerSha256: F3A512A20F838445BDAECB40588C1FCD5731B252869D3B7C735B25F2CAF194F8 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.25.0/logivore-win-x64-machine-setup.exe + InstallerSha256: D88284A772A52D4C5990D4D1882DB79EA2427E2B90F5B2B79E7240598C5AA4F4 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.25.0/logivore-win-arm64-setup.exe + InstallerSha256: 7199119147D4589B70439CA31C4E9AD13637CF171E85858F8F28FE9367F1E148 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.25.0/logivore-win-arm64-machine-setup.exe + InstallerSha256: 2BD511AB7A72D6AB9E05362A633C7282C4ADDDCA70836DA9DDE2AF50B7F42B2E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.locale.en-US.yaml b/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.locale.en-US.yaml new file mode 100644 index 0000000000000..6022763304909 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.25.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Cross-platform desktop log analyzer with LILA, an AI assistant for log triage +Description: |- + Logivore is a local-first, cross-platform desktop log analyzer for Windows, + macOS, and Linux. Parses dozens of log formats (plaintext, syslog, EVTX, + PAN-OS TSF, Veeam VBR, GlobalProtect, pcap), correlates events across + sources, and surfaces findings via LILA — an AI assistant that runs locally + with optional Anthropic Claude or Google Gemini provider integration. + Memory-tier-adaptive (Flash / Hybrid / Indexed) so any log size works on + any hardware. Trust-gated LLM boundary keeps PII tokenized before it leaves + the machine. +Moniker: logivore +Tags: +- log-analysis +- log-viewer +- syslog +- evtx +- pan-os +- veeam +- pcap +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.yaml b/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.yaml new file mode 100644 index 0000000000000..4151c3ba55c78 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.25.0/RedEyeNetworks.Logivore.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f221797b1421a3b7cdba2f559f0548a1ca468527 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:09:08 +0800 Subject: [PATCH 15/49] New version: EligianLabs.PIICrawlerCLI version 26.0807.2256 (#413922) --- .../EligianLabs.PIICrawlerCLI.installer.yaml | 6 +++--- .../EligianLabs.PIICrawlerCLI.locale.en-US.yaml | 2 +- .../EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml | 2 +- .../EligianLabs.PIICrawlerCLI.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0806.2234 => 26.0807.2256}/EligianLabs.PIICrawlerCLI.installer.yaml (77%) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0806.2234 => 26.0807.2256}/EligianLabs.PIICrawlerCLI.locale.en-US.yaml (98%) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0806.2234 => 26.0807.2256}/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml (98%) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0806.2234 => 26.0807.2256}/EligianLabs.PIICrawlerCLI.yaml (89%) diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.installer.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.installer.yaml similarity index 77% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.installer.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.installer.yaml index c70e7d1a313cb..5b04ace54af8c 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.installer.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0806.2234 +PackageVersion: 26.0807.2256 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: piicrawler.exe Commands: - piicrawler -ReleaseDate: 2026-08-06 +ReleaseDate: 2026-08-07 Installers: - Architecture: x64 InstallerUrl: https://downloads.eligian.com/piicrawler-cli-windows-signed.zip - InstallerSha256: 933C8D10915EA57579D7AD8CCD5B9BA9E2427E5684A26B5FBA187931DB1B6CEB + InstallerSha256: B25E1EAD2653D9ADE01F732C0A080EE21B5A6FF7C43BB6F8EB103C92F5EF330C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.locale.en-US.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.locale.en-US.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.locale.en-US.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.locale.en-US.yaml index a0632f910eaa5..6077806711ed2 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.locale.en-US.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0806.2234 +PackageVersion: 26.0807.2256 PackageLocale: en-US Publisher: Eligian Labs LLC PublisherUrl: https://www.piicrawler.com/ diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml index e7de6ac9fbe15..e7029393203a1 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0806.2234 +PackageVersion: 26.0807.2256 PackageLocale: zh-CN License: 专有软件 ShortDescription: PII Crawler 在您自己的硬件上扫描文件、网络共享和数据库。发现 SaaS 工具无法触及位置中隐藏的社会安全号码、地址、姓名和电子邮件。没有任何数据会离开您的网络。 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.yaml similarity index 89% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.yaml index 792f33bcc2b30..4ed80e02ff25b 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0806.2234/EligianLabs.PIICrawlerCLI.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0807.2256/EligianLabs.PIICrawlerCLI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0806.2234 +PackageVersion: 26.0807.2256 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 91ee853e56ec2fac419f284899fa5438c82b2474 Mon Sep 17 00:00:00 2001 From: robertdoneill Date: Sat, 8 Aug 2026 06:09:21 -0500 Subject: [PATCH 16/49] New version: VisiGrid.VisiGrid version 0.20.0 (#413956) --- .../0.20.0/VisiGrid.VisiGrid.installer.yaml | 20 +++++++++++++ .../VisiGrid.VisiGrid.locale.en-US.yaml | 28 +++++++++++++++++++ .../VisiGrid/0.20.0/VisiGrid.VisiGrid.yaml | 8 ++++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.installer.yaml create mode 100644 manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.locale.en-US.yaml create mode 100644 manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.yaml diff --git a/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.installer.yaml b/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.installer.yaml new file mode 100644 index 0000000000000..a839f36e97b41 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.20.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: VisiGrid-windows-x64\visigrid.exe + PortableCommandAlias: visigrid +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VisiGrid/VisiGrid/releases/download/v0.20.0/VisiGrid-windows-x64.zip + InstallerSha256: C2DAE5D96ECFED41D95172CF889AA5B54FD83DDBA5A57195F5ABB25C2351858B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.locale.en-US.yaml b/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.locale.en-US.yaml new file mode 100644 index 0000000000000..de2bad689e7f8 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: VisiGrid +PublisherUrl: https://visigrid.app +PublisherSupportUrl: https://github.com/VisiGrid/VisiGrid/issues +PackageName: VisiGrid +PackageUrl: https://visigrid.app +License: AGPL-3.0 +LicenseUrl: https://github.com/VisiGrid/VisiGrid/blob/main/LICENSE +ShortDescription: A fast, local-first spreadsheet for serious data work. +Description: |- + VisiGrid is a native, GPU-accelerated spreadsheet built for keyboard-first workflows. + Features include 97 formula functions, vim mode, keyboard hints, Lua scripting, + and full offline capability with no cloud lock-in. +Tags: +- spreadsheet +- csv +- excel +- data +- productivity +- keyboard +ReleaseNotesUrl: https://github.com/VisiGrid/VisiGrid/releases/tag/v0.20.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.yaml b/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.yaml new file mode 100644 index 0000000000000..4dfac19aba718 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.20.0/VisiGrid.VisiGrid.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 72861e42f125ed439c8c870e586d4ada36734cc8 Mon Sep 17 00:00:00 2001 From: Brian Adams Date: Sat, 8 Aug 2026 07:09:34 -0400 Subject: [PATCH 17/49] New version: RedEyeNetworks.LogivoreForVeeam version 1.26.0 (#413976) --- ...yeNetworks.LogivoreForVeeam.installer.yaml | 25 +++++++++++ ...etworks.LogivoreForVeeam.locale.en-US.yaml | 43 +++++++++++++++++++ .../RedEyeNetworks.LogivoreForVeeam.yaml | 7 +++ 3 files changed, 75 insertions(+) create mode 100644 manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml create mode 100644 manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml create mode 100644 manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.yaml diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml new file mode 100644 index 0000000000000..7b652f1baf30e --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 1.26.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivoreforveeam +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/1.26.0/logivore-for-veeam-win-x64-setup.exe + InstallerSha256: 6BDCB0E1B796916ED55756D7E6BF2E4145B52F49D8205E7C2CC7C7D8C867144D +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/1.26.0/logivore-for-veeam-win-x64-machine-setup.exe + InstallerSha256: 02B9E47A0B9E615A498585D1125B3155790E9CB09A35A4AAB29CEEE21F60F3E5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml new file mode 100644 index 0000000000000..180d82ea8d28c --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml @@ -0,0 +1,43 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 1.26.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore for Veeam +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Logivore plus Advanced Veeam Mode — collects, normalizes, and analyzes Veeam Backup and Replication logs end-to-end +Description: |- + Logivore for Veeam is the Veeam-centric SKU of Logivore. Includes + everything in Logivore (cross-platform log analysis, LILA AI + assistant, memory-tier-adaptive parsing, local-first trust-gated + LLM boundary) plus Microsoft.PowerShell.SDK and a built-in + Advanced Veeam Mode that drives the Veeam VBR PowerShell cmdlets + to collect job/repository/proxy diagnostics on demand. Targeted + at Veeam backup administrators who need to triage failed jobs + against backup server, repository, and proxy logs in one + timeline. +Moniker: logivore-for-veeam +Tags: +- veeam +- vbr +- backup +- log-analysis +- log-viewer +- syslog +- evtx +- powershell +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.yaml new file mode 100644 index 0000000000000..d213eb6196cfb --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.26.0/RedEyeNetworks.LogivoreForVeeam.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 1.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3c870878b83781da8b8fc3c92eb237916b6e5987 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 8 Aug 2026 07:09:49 -0400 Subject: [PATCH 18/49] New version: Microsoft.SafetyScanner version 1.457.58.0 (#413982) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.457.58.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..e1857eead8fab --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.58.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.58.0&arch=x86 + InstallerSha256: 0E6741C5561C48B9A9A50C069DF15445E544C71A36064FBF681332D4A676A839 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.58.0&arch=amd64 + InstallerSha256: 9529ACC16DDFF3AD087ECA8D375A5E08BB39528F66A258DC50BC862699B778FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..6253b2c7ee260 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.58.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..9f5d90e4bde0d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.58.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.58.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b30f1898603b499b07ecb75072ec415efdc857fe Mon Sep 17 00:00:00 2001 From: Ellis Nieuwpoort <121954036+enieuwy@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:10:01 +0800 Subject: [PATCH 19/49] New version: OrgMentem.zotio 0.17.0 (#414070) --- .../0.17.0/OrgMentem.zotio.installer.yaml | 30 +++++++++++++++++++ .../0.17.0/OrgMentem.zotio.locale.en-US.yaml | 13 ++++++++ .../zotio/0.17.0/OrgMentem.zotio.yaml | 7 +++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.installer.yaml create mode 100644 manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.locale.en-US.yaml create mode 100644 manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.yaml diff --git a/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.installer.yaml b/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.installer.yaml new file mode 100644 index 0000000000000..99cdc957c501f --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.installer.yaml @@ -0,0 +1,30 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: OrgMentem.zotio +PackageVersion: 0.17.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: zotio.exe + PortableCommandAlias: zotio + - RelativeFilePath: zotio-mcp.exe + PortableCommandAlias: zotio-mcp + InstallerUrl: https://github.com/OrgMentem/zotio/releases/download/v0.17.0/zotio_0.17.0_windows_arm64.zip + InstallerSha256: 256084050276631f806315386665b0a205d48e7d4fb3df49666522baa0d08fe2 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: zotio.exe + PortableCommandAlias: zotio + - RelativeFilePath: zotio-mcp.exe + PortableCommandAlias: zotio-mcp + InstallerUrl: https://github.com/OrgMentem/zotio/releases/download/v0.17.0/zotio_0.17.0_windows_amd64.zip + InstallerSha256: 5fbff2f5032367930a72bd8c52d1a4126ec7417dcb4b5955810962d24ca308e0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.locale.en-US.yaml b/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.locale.en-US.yaml new file mode 100644 index 0000000000000..38838469e67af --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: OrgMentem.zotio +PackageVersion: 0.17.0 +PackageLocale: en-US +Publisher: OrgMentem +PackageName: zotio +PackageUrl: https://github.com/OrgMentem/zotio +License: MIT +ShortDescription: 'Zotero automation CLI: library health, preview-first writes, annotation export, MCP' +Moniker: zotio +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.yaml b/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.yaml new file mode 100644 index 0000000000000..bcbf38dc81c04 --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.17.0/OrgMentem.zotio.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: OrgMentem.zotio +PackageVersion: 0.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From de93f500d7cdde39aa5185f56902656299e2e128 Mon Sep 17 00:00:00 2001 From: Valentin Batz Date: Sat, 8 Aug 2026 13:10:20 +0200 Subject: [PATCH 20/49] New version: hrzlgnm.mdns-browser version 1.15.0 (#414081) --- .../hrzlgnm.mdns-browser.installer.yaml | 25 +++++++++ .../hrzlgnm.mdns-browser.locale.en-US.yaml | 51 +++++++++++++++++++ .../1.15.0/hrzlgnm.mdns-browser.yaml | 8 +++ 3 files changed, 84 insertions(+) create mode 100644 manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.installer.yaml create mode 100644 manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.locale.en-US.yaml create mode 100644 manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.yaml diff --git a/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..257834234d929 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.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: hrzlgnm.mdns-browser +PackageVersion: 1.15.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: mdns-browser +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: mdns-browser +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\mdns-browser' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/v1.15.0/mdns-browser_1.15.0_x64-setup.exe + InstallerSha256: 9415334F0FC116D6AF52322112FD4FA4BBEFFB5A4CFCD9CEA197FC9172014306 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..e995692ac7747 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.15.0 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-browser/issues +PrivacyUrl: https://github.com/hrzlgnm/mdns-browser/blob/main/PRIVACY.md +Author: hrzlgnm +PackageName: mdns-browser +PackageUrl: https://github.com/hrzlgnm/mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + ✨ New Features + - Move CI-related commits into dedicated Maintenance group @hrzlgnm (#2424) + 🧰 Maintenance + - Don't duplicate license file in bundling @hrzlgnm (#2420) + - Update spelling error replacement @hrzlgnm (#2427) + ⬆️ Dependency Updates + - Update rust crate clap to v4.6.6 @renovate[bot] (#2413) + - Update ghcr.io/hrzlgnm/mdns-browser-void-package-builder:v1 docker digest to 97562a8 @renovate[bot] (#2423) + - Update rust crate thiserror to v2.0.20 @renovate[bot] (#2428) + 🐛 Bug Fixes + - Strip sha256: prefix from checksum @hrzlgnm (#2415) + - Strip duplicate (#NNN) PR refs in generated changelog @hrzlgnm (#2430) + - Remove incorrect --tag flag from git-cliff changelog generation @hrzlgnm (#2431) + - Escape [bot] brackets and link bot authors in release notes @hrzlgnm (#2432) + 🔧 CI/CD + - Auto-approve workflow runs of github-actions[bot] PRs @hrzlgnm (#2417) + - Remove stray lines causing github-script syntax error @hrzlgnm (#2418) + - Publish releases on tag push and switch to vX.Y.Z tags @hrzlgnm (#2421) + - Generate release notes using GitHub username (@hrzlgnm) @hrzlgnm (#2422) + - Resolve GitHub username from noreply email in release notes @hrzlgnm (#2425) + Full Changelog + mdns-browser-v1.14.1...v1.15.0 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/v1.15.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..f6bb03e7017fe --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.15.0/hrzlgnm.mdns-browser.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: hrzlgnm.mdns-browser +PackageVersion: 1.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4a0d20b45d64d76bf87883a4ae2be62e4d7baa92 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:31:35 +0800 Subject: [PATCH 21/49] New version: XiaoYouChR.GhostDownloader version 4.2.6 (#413802) --- .../XiaoYouChR.GhostDownloader.installer.yaml | 31 +++++++ ...aoYouChR.GhostDownloader.locale.en-US.yaml | 91 +++++++++++++++++++ .../4.2.6/XiaoYouChR.GhostDownloader.yaml | 8 ++ 3 files changed, 130 insertions(+) create mode 100644 manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.installer.yaml create mode 100644 manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.locale.en-US.yaml create mode 100644 manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.yaml diff --git a/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.installer.yaml b/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.installer.yaml new file mode 100644 index 0000000000000..003eb2fa4ad91 --- /dev/null +++ b/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: XiaoYouChR.GhostDownloader +PackageVersion: 4.2.6 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- /SUPPRESSMSGBOXES +- /VERYSILENT +ProductCode: '{C7E5C3F5-8579-4C76-BC5F-2D18D82FD9B8}_is1' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- ProductCode: '{C7E5C3F5-8579-4C76-BC5F-2D18D82FD9B8}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Ghost Downloader' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/download/v4.2.6/Ghost-Downloader-v4.2.6-Windows-x86_64-Setup.exe + InstallerSha256: 6629C53ED625E43203C64A8C81DC438A1BD36217C7977026F47F1EF127FB6DA7 +- Architecture: arm64 + InstallerUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/download/v4.2.6/Ghost-Downloader-v4.2.6-Windows-arm64-Setup.exe + InstallerSha256: 19F988511A8AD4877437900FB8B34201FAB6C5EBC10BFF1D81226BEDFF94B642 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.locale.en-US.yaml b/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.locale.en-US.yaml new file mode 100644 index 0000000000000..9cba62a6d99c3 --- /dev/null +++ b/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.locale.en-US.yaml @@ -0,0 +1,91 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XiaoYouChR.GhostDownloader +PackageVersion: 4.2.6 +PackageLocale: en-US +Publisher: XiaoYouChR +PublisherUrl: https://github.com/XiaoYouChR +PublisherSupportUrl: https://www.gd3.top/ +Author: XiaoYouChR +PackageName: Ghost Downloader +PackageUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/latest +License: GPL-3.0 +LicenseUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/blob/HEAD/LICENSE +Copyright: Copyright (c) XiaoYouChR +CopyrightUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/blob/main/LICENSE +ShortDescription: AI-powered next-generation cross-platform multithreaded downloader. +Description: A cross-platform fluent-design AI-boost multi-threaded downloader built with Python. +Moniker: gd3 +Tags: +- async +- asyncio +- cross-platform +- downloader +- gui +- multithreading +- pyqt +- pyside6 +- python +- qt +- software +- streaming +ReleaseNotes: |- + Tip + Join the Ghost Downloader community on Discord: discord.gg/fKfhkPumEM + New Features 🎉 + - The GD4B browser extension has been upgraded to 2.1.3 — the skip-interception shortcut now supports custom key combinations By @XiaoYouChR + - YouTube now supports time-range downloads with a dual-slider selector and storyboard thumbnail preview (#690) By @XiaoYouChR + - Bilibili now supports time-range downloads with a dual-slider selector and thumbnail preview By @XiaoYouChR + - Download tracks can now be toggled independently: video, audio, subtitles, and cover art each have their own switch By @XiaoYouChR + - Drag and drop files or links onto the main window to add download tasks By @XiaoYouChR + - BitTorrent downloads now support HTTP, HTTPS, and SOCKS4 proxies By @XiaoYouChR + - GitHub download accelerator now automatically falls back through proxy sites when one is down, with a final fallback to direct connection By @XiaoYouChR + - macOS now shows a guided prompt when Downloads folder access is denied By @XiaoYouChR + Improvements 🔧 + - Faster magnet link metadata retrieval via DHT routing table persistence and additional bootstrap nodes (#711) By @XiaoYouChR + - Updated translations By @i0ntempest + - The system DNS setting card has been moved above the proxy settings for better discoverability By @XiaoYouChR + - The GitHub download accelerator is now disabled by default By @XiaoYouChR + Bug Fixes 🐛 + - Fixed Facebook and Instagram video downloads failing (#720) By @XiaoYouChR + - Fixed domain resolution failures in TUN mode by using system DNS (#703, #707) By @XiaoYouChR & @2514607673 + - Fixed chunked downloads failing on CDNs that serve pre-compressed content By @XiaoYouChR + - Fixed the GD4B browser extension losing cookies when intercepting downloads, causing login-required sites to return a web page instead of the file (#677, #689) By @XiaoYouChR + - Fixed M3U8 tasks crashing when the download directory is inaccessible By @XiaoYouChR + - Fixed yt-dlp playlist URLs showing "file not found" after downloading a single video By @XiaoYouChR + - Fixed M3U8 tasks crashing on macOS By @XiaoYouChR + - Fixed QJS runtime installation failing on macOS By @XiaoYouChR + Tip + 欢迎加入 Ghost Downloader Discord 社区: discord.gg/fKfhkPumEM + 新增功能 🎉 + - GD4B 浏览器扩展升级至 2.1.3:跳过接管快捷键支持自定义组合键 By @XiaoYouChR + - YouTube 支持时间段下载,双滑块选择器 + 分镜缩略图预览 (#690) By @XiaoYouChR + - Bilibili 支持时间段下载,双滑块选择器 + 缩略图预览 By @XiaoYouChR + - 下载轨道自由组合:视频、音频、字幕、封面可独立开关 By @XiaoYouChR + - 拖拽文件或链接到主窗口即可添加下载任务 By @XiaoYouChR + - BT 下载支持 HTTP、HTTPS、SOCKS4 代理 By @XiaoYouChR + - GitHub 下载加速代理站宕机时自动逐站切换,最终回退至直连 By @XiaoYouChR + - macOS 下载目录权限被拒绝时显示引导提示 By @XiaoYouChR + 功能优化 🔧 + - 加速磁力链接元数据获取,DHT 路由表持久化 + 补充引导节点 (#711) By @XiaoYouChR + - 更新翻译 By @i0ntempest + - 系统 DNS 设置卡片移到代理设置上方,更易发现 By @XiaoYouChR + - GitHub 下载加速功能默认关闭 By @XiaoYouChR + 问题修复 🐛 + - 修复 Facebook 和 Instagram 视频下载失败的问题 (#720) By @XiaoYouChR + - 修复 TUN 模式下域名解析失败导致下载失败的问题 (#703, #707) By @XiaoYouChR & @2514607673 + - 修复 CDN 预压缩流导致分块下载错误降级的问题 By @XiaoYouChR + - 修复 GD4B 浏览器扩展拦截下载丢失 Cookie,导致需要登录的站点下载出网页的问题 (#677, #689) By @XiaoYouChR + - 修复 M3U8 下载目录不可读时崩溃的问题 By @XiaoYouChR + - 修复 yt-dlp 播放列表中单视频下载后显示文件不存在的问题 By @XiaoYouChR + - 修复 macOS 下 M3U8 任务崩溃的问题 By @XiaoYouChR + - 修复 macOS 下 QJS 运行时安装失败的问题 By @XiaoYouChR + Image + Full Changelog: v4.2.5...v4.2.6 +ReleaseNotesUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/tag/v4.2.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.yaml b/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.yaml new file mode 100644 index 0000000000000..b5fcb4cc74e13 --- /dev/null +++ b/manifests/x/XiaoYouChR/GhostDownloader/4.2.6/XiaoYouChR.GhostDownloader.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: XiaoYouChR.GhostDownloader +PackageVersion: 4.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 683bfdcee4b1749657764106a206f6bca5fad355 Mon Sep 17 00:00:00 2001 From: kjxbyz <47768002+kjxbyz@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:31:51 +0800 Subject: [PATCH 22/49] New version: PicGuard.PicGuard.Pro version 5.7.2.481 (#413963) --- .../PicGuard.PicGuard.Pro.installer.yaml | 51 +++++++++++++++++++ .../PicGuard.PicGuard.Pro.locale.en-US.yaml | 34 +++++++++++++ .../PicGuard.PicGuard.Pro.locale.zh-CN.yaml | 34 +++++++++++++ .../Pro/5.7.2.481/PicGuard.PicGuard.Pro.yaml | 8 +++ 4 files changed, 127 insertions(+) create mode 100644 manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.installer.yaml create mode 100644 manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.en-US.yaml create mode 100644 manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.zh-CN.yaml create mode 100644 manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.yaml diff --git a/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.installer.yaml b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.installer.yaml new file mode 100644 index 0000000000000..0f5c88a5b46d3 --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard.Pro +PackageVersion: 5.7.2.481 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-pro-5.7.2.481-windows-x64-en-US.msi + InstallerSha256: CE0319573B0B1DD1FE4CF0BC06FB7F5927C3927DD5B9087BB1F969F5F8A96F5E + InstallerLocale: en-US + ProductCode: '{1D4C9C08-C287-4D68-8DB3-DD1D82F00CD1}' + AppsAndFeaturesEntries: + - ProductCode: '{1D4C9C08-C287-4D68-8DB3-DD1D82F00CD1}' + UpgradeCode: '{64BDDE9D-FE72-49E2-ABFB-19CF4D1BA55F}' + - Architecture: arm64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-pro-5.7.2.481-windows-arm64-en-US.msi + InstallerSha256: D9C82D20240CFD5DA80A3AF2EC8BEAF6EBA274614D9396EFF5AB04702B1E5E11 + InstallerLocale: en-US + ProductCode: '{ED8D2CC1-647D-404F-9681-075C14AE1EDD}' + AppsAndFeaturesEntries: + - ProductCode: '{ED8D2CC1-647D-404F-9681-075C14AE1EDD}' + UpgradeCode: '{64BDDE9D-FE72-49E2-ABFB-19CF4D1BA55F}' + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-pro-5.7.2.481-windows-x64-zh-CN.msi + InstallerSha256: 0C7CD891B6DFDBB554735625B5CC5875FCFC9E4155934ECEAEDA2591A006A00A + InstallerLocale: zh-CN + ProductCode: '{001F5FBB-166D-494C-8BCA-B7725C1FEBC9}' + AppsAndFeaturesEntries: + - ProductCode: '{001F5FBB-166D-494C-8BCA-B7725C1FEBC9}' + UpgradeCode: '{64BDDE9D-FE72-49E2-ABFB-19CF4D1BA55F}' + - Architecture: arm64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v5.7.2.481/picguard-pro-5.7.2.481-windows-arm64-zh-CN.msi + InstallerSha256: 864E06F0FE969F6D07A72E944C3DDFB6B3EB9B26E4E1F440FDD10A199D119F06 + InstallerLocale: zh-CN + ProductCode: '{F13D568A-5FC7-4FD3-95CA-78D8A0858D16}' + AppsAndFeaturesEntries: + - ProductCode: '{F13D568A-5FC7-4FD3-95CA-78D8A0858D16}' + UpgradeCode: '{64BDDE9D-FE72-49E2-ABFB-19CF4D1BA55F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.en-US.yaml b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..f0cbf21c221f5 --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard.Pro +PackageVersion: 5.7.2.481 +PackageLocale: en-US +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/en/support +PrivacyUrl: https://picguard.org/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard Pro +PackageUrl: https://picguard.org +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard Pro** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard Pro** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard Pro**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard Pro** today and take control of your photo security and personalization like never before! +Tags: + - picguard + - picguard pro + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v5.7.2.481/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.zh-CN.yaml b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ff248314553d3 --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard.Pro +PackageVersion: 5.7.2.481 +PackageLocale: zh-CN +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/zh/support +PrivacyUrl: https://picguard.org/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard Pro +PackageUrl: https://picguard.org +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard Pro** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard Pro** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard Pro** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard Pro**,以前所未有的方式控制您的照片安全和个性化! +Tags: + - picguard + - picguard pro + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v5.7.2.481/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.yaml b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.yaml new file mode 100644 index 0000000000000..168f26155acd8 --- /dev/null +++ b/manifests/p/PicGuard/PicGuard/Pro/5.7.2.481/PicGuard.PicGuard.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PicGuard.PicGuard.Pro +PackageVersion: 5.7.2.481 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 316295577feb87134be6199f46050e14ebb0a5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=89=E5=85=89?= Date: Sat, 8 Aug 2026 19:32:05 +0800 Subject: [PATCH 23/49] gg.ai.ggcode-desktop version 1.3.198 (#413987) --- .../gg.ai.ggcode-desktop.installer.yaml | 49 +++++++++++++++++++ .../gg.ai.ggcode-desktop.locale.en-US.yaml | 32 ++++++++++++ .../1.3.198/gg.ai.ggcode-desktop.yaml | 8 +++ 3 files changed, 89 insertions(+) create mode 100644 manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.installer.yaml create mode 100644 manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.locale.en-US.yaml create mode 100644 manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.yaml diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..40fb0ba391fd0 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.198 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{AB7BBD08-1B83-42E4-B37E-F8E092E5C684}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{AB7BBD08-1B83-42E4-B37E-F8E092E5C684}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.198/ggcode-desktop_1.3.198_windows_x64.msi + InstallerSha256: D154086314E4D24FD7352C9652D845CA1E526159A1CF86D40E3AF77A6ECB6AB9 + ProductCode: '{AB7BBD08-1B83-42E4-B37E-F8E092E5C684}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{AB7BBD08-1B83-42E4-B37E-F8E092E5C684}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.198/ggcode-desktop_1.3.198_windows_arm64.msi + InstallerSha256: D041994B02BF26327C586B4992ADE38DD9B2686845D711770AC7571A184FA498 + ProductCode: '{765A153E-177F-4BEB-928F-FFDB347EE518}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{765A153E-177F-4BEB-928F-FFDB347EE518}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..e9ccde9da69ca --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.198 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.198 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..27ac5de5dd4f1 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.198/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.198 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fb00ce32902a54feda5aacf044f633b683bbff83 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:32:20 +0800 Subject: [PATCH 24/49] New version: yetone.NextAITranslator version 0.6.35 (#414084) --- .../yetone.NextAITranslator.installer.yaml | 16 ++++++++++ .../yetone.NextAITranslator.locale.en-US.yaml | 32 +++++++++++++++++++ .../yetone.NextAITranslator.locale.zh-CN.yaml | 13 ++++++++ .../0.6.35/yetone.NextAITranslator.yaml | 8 +++++ 4 files changed, 69 insertions(+) create mode 100644 manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.installer.yaml create mode 100644 manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.locale.en-US.yaml create mode 100644 manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.locale.zh-CN.yaml create mode 100644 manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.yaml diff --git a/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.installer.yaml b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.installer.yaml new file mode 100644 index 0000000000000..faa568efbd995 --- /dev/null +++ b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.NextAITranslator +PackageVersion: 0.6.35 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: NextAI Translator +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nextai-translator/nextai-translator/releases/download/v0.6.35/NextAI.Translator_0.6.35_x64-setup.exe + InstallerSha256: E47CDD80462AEBF6422E6F3914CC1C657FC7AFBBE98947E377DB657AC27EDA80 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.locale.en-US.yaml b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.locale.en-US.yaml new file mode 100644 index 0000000000000..e744ced6aa798 --- /dev/null +++ b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.NextAITranslator +PackageVersion: 0.6.35 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://github.com/nextai-translator +PublisherSupportUrl: https://github.com/nextai-translator/nextai-translator/issues +PackageName: NextAI Translator +PackageUrl: https://github.com/nextai-translator/nextai-translator +License: AGPL-3.0 +LicenseUrl: https://github.com/nextai-translator/nextai-translator/blob/HEAD/LICENSE +ShortDescription: Cross-platform desktop application for translation based on ChatGPT API. +Tags: +- chatgpt +- openai +- translate +- translation +- translator +ReleaseNotes: |- + Major stability release: fixes freezes and progressive slowdown + - Fixed the app becoming slower and slower the longer it ran, eventually freezing: an error-tracking session recorder leaked resources under this app's heavy UI updates and has been removed + - Fixed random unresponsiveness where Submit and other actions did nothing for seconds or minutes: an internal blocking sleep could starve all app commands + - Fixed streamed translations leaking event listeners every time a translation was superseded + - Summoning the translator window now always brings it to the front, even over other apps' windows + - Fixed windows staying throttled and unresponsive after being covered and revealed again + - The API model selector is now a combo box: type any model name freely or pick from the filtered list + - Added OpenRouter as a built-in provider with dynamic model listing +ReleaseNotesUrl: https://github.com/nextai-translator/nextai-translator/releases/tag/v0.6.35 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.locale.zh-CN.yaml b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d46eacd36ead7 --- /dev/null +++ b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.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: yetone.NextAITranslator +PackageVersion: 0.6.35 +PackageLocale: zh-CN +ShortDescription: 基于 ChatGPT API 的划词翻译跨平台桌面端应用 +Tags: +- chatgpt +- openai +- 翻译 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.yaml b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.yaml new file mode 100644 index 0000000000000..f70079eb6a03f --- /dev/null +++ b/manifests/y/yetone/NextAITranslator/0.6.35/yetone.NextAITranslator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.NextAITranslator +PackageVersion: 0.6.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1c7711cf0652f76a25908cc9ae9037bbab022a7e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:58:35 +0800 Subject: [PATCH 25/49] New version: DSwiss.SecureSafeFiles version 1.1.1 (#413012) --- .../DSwiss.SecureSafeFiles.installer.yaml | 18 ++++++++++ .../DSwiss.SecureSafeFiles.locale.en-US.yaml | 33 +++++++++++++++++++ .../DSwiss.SecureSafeFiles.locale.zh-CN.yaml | 21 ++++++++++++ .../1.1.1/DSwiss.SecureSafeFiles.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.installer.yaml create mode 100644 manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.locale.en-US.yaml create mode 100644 manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.locale.zh-CN.yaml create mode 100644 manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.yaml diff --git a/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.installer.yaml b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.installer.yaml new file mode 100644 index 0000000000000..cd6dd95f268d3 --- /dev/null +++ b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.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: DSwiss.SecureSafeFiles +PackageVersion: 1.1.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 4e97232c-9059-598e-805e-76014f74aaae +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://app.securesafe.com/app/download/SecureSafe-Files-1.1.1.exe + InstallerSha256: 921713180D6A7774A749F74F30C5C76F4C5E62FCED74A4BBA08EA61E4258D991 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.locale.en-US.yaml b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.locale.en-US.yaml new file mode 100644 index 0000000000000..d2df244ca6941 --- /dev/null +++ b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.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: DSwiss.SecureSafeFiles +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: DSwiss AG +PublisherUrl: https://www.securesafe.com/en +PublisherSupportUrl: https://help.securesafe.com/ +PrivacyUrl: https://www.dswiss.com/privacy-policy +Author: DSwiss AG +PackageName: SecureSafe Files +PackageUrl: https://www.securesafe.com/en +License: Proprietary +LicenseUrl: https://www.dswiss.com/en/terms-and-conditions +Copyright: © 2026 by DSwiss AG +CopyrightUrl: https://www.dswiss.com/en/terms-and-conditions +ShortDescription: Secure clouds for documents and passwords +Description: |- + Designed for the secure storage, controlled access and easy sharing of confidential information, SecureSafe meets the highest standards of data protection, compliance and user-friendliness. Protection according to banking standards for all users who want to manage digital assets responsibly. + - End-to-end encryption for files, passwords and notes + - Private hosting infrastructure with dual data center for maximum security + - Access control with granular user rights + Whether for sensitive documents or collaboration with customers - SecureSafe provides security you can rely on. +Tags: +- credential +- password +- protect +- protection +- security +- vault +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.locale.zh-CN.yaml b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3cc922e6ec7fd --- /dev/null +++ b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DSwiss.SecureSafeFiles +PackageVersion: 1.1.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于文档和密码的安全云存储 +Description: |- + 专为安全存储、受控访问和便捷共享机密信息而设计,SecureSafe 满足数据保护、合规性以及易用性的最高标准。为所有希望负责任地管理数字资产的用户,提供符合银行级标准的安全防护。 + - 文件、密码和笔记的端到端加密 + - 采用双数据中心的私有托管基础设施,实现最高安全性 + - 具备细粒度用户权限的访问控制 + 无论是敏感文件,还是与客户的协作——SecureSafe 提供值得信赖的安全保障。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.yaml b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.yaml new file mode 100644 index 0000000000000..8e56272730e20 --- /dev/null +++ b/manifests/d/DSwiss/SecureSafeFiles/1.1.1/DSwiss.SecureSafeFiles.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: DSwiss.SecureSafeFiles +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fff61dd198f64d23c7358d7f41a1afafcdd2da4f Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:58:47 +0800 Subject: [PATCH 26/49] New version: ChinaMobile.CMCCProxy version 5.18.0 (#413041) --- .../ChinaMobile.CMCCProxy.installer.yaml | 29 +++++++++++++++++++ .../ChinaMobile.CMCCProxy.locale.zh-CN.yaml | 27 +++++++++++++++++ .../5.18.0/ChinaMobile.CMCCProxy.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.installer.yaml create mode 100644 manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.locale.zh-CN.yaml create mode 100644 manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.yaml diff --git a/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.installer.yaml b/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.installer.yaml new file mode 100644 index 0000000000000..bc3a556078864 --- /dev/null +++ b/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.installer.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ChinaMobile.CMCCProxy +PackageVersion: 5.18.0 +InstallerLocale: zh-CN +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /verysilent + SilentWithProgress: /verysilent +UpgradeBehavior: install +ProductCode: '{B6041951-7ADA-40E8-8F15-757C7F4B5E3D}_is1' +AppsAndFeaturesEntries: +- Publisher: CMHI, Inc. + ProductCode: '{B6041951-7ADA-40E8-8F15-757C7F4B5E3D}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CMCCAcc' +Installers: +- Architecture: x86 + InstallerUrl: https://aifast.komect.com/portal/pc/downloadPcClient/1852100238471585872 + InstallerSha256: 542BDC613E6A038C77D451E077C7AFAB520ABD2D64A59D7F4339FF618E9CF6CA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.locale.zh-CN.yaml b/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ac5348acd00ec --- /dev/null +++ b/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ChinaMobile.CMCCProxy +PackageVersion: 5.18.0 +PackageLocale: zh-CN +Publisher: 中移(杭州)信息技术有限公司 +PublisherUrl: https://aifast.komect.com/index +PublisherSupportUrl: https://aifast.komect.com/sp/helpFeed +Author: 中国移动 +PackageName: 中国移动智能加速器 +PackageUrl: https://aifast.komect.com/index +License: Proprietary +LicenseUrl: https://aifast.komect.com/sms/#/pages/agreement/index?type=1 +Copyright: Copyright©2021 中国移动杭州研发中心 +ShortDescription: 中国移动唯一官方加速器,提供游戏加速、教育加速、直播加速等多项宽带加速服务 +Moniker: 移动加速器 +Tags: +- Accelerator +- GameAcc +- 加速器 +- 宽带 +- 教育 +- 游戏 +- 直播 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.yaml b/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.yaml new file mode 100644 index 0000000000000..f62ca7922a34e --- /dev/null +++ b/manifests/c/ChinaMobile/CMCCProxy/5.18.0/ChinaMobile.CMCCProxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ChinaMobile.CMCCProxy +PackageVersion: 5.18.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From d0946abaee035ee3c7139752a488122d60c1e965 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:27:02 +0800 Subject: [PATCH 27/49] New version: GaoyangZhang.RivonClaw version 1.8.87 (#413972) --- .../GaoyangZhang.RivonClaw.installer.yaml | 26 +++++++++ .../GaoyangZhang.RivonClaw.locale.en-US.yaml | 54 +++++++++++++++++++ .../GaoyangZhang.RivonClaw.locale.zh-CN.yaml | 43 +++++++++++++++ .../1.8.87/GaoyangZhang.RivonClaw.yaml | 8 +++ 4 files changed, 131 insertions(+) create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.installer.yaml create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.en-US.yaml create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.zh-CN.yaml create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.yaml diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..146dee8b74e8a --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.87 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.87/TK-Copilot.Setup.1.8.87.exe + InstallerSha256: AE1205214CE6E12C8370737A71F4F9F8FA1A0BD1EFC76EF1BE79B065F4BF56D3 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.87/TK-Copilot.Setup.1.8.87.exe + InstallerSha256: AE1205214CE6E12C8370737A71F4F9F8FA1A0BD1EFC76EF1BE79B065F4BF56D3 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..660d241462c7c --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.87 +PackageLocale: en-US +Publisher: RIVON LLC +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/rivonclaw/issues +Author: Gaoyang Zhang +PackageName: TK Copilot +PackageUrl: https://github.com/gaoyangz77/rivonclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + RivonClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; RivonClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + RivonClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so RivonClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.8.87 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..25b6c36d7e530 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.87 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + RivonClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,RivonClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + RivonClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 RivonClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..9a62a9a1685fc --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.87/GaoyangZhang.RivonClaw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.87 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 342be2aa0d86aee59633a03937b936d48b8ee255 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:56:16 +0800 Subject: [PATCH 28/49] New version: Discord.Discord.Canary version 1.0.1097 (#414003) --- .../Discord.Discord.Canary.installer.yaml | 21 ++++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.1097/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..3447091c2f220 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1097 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.1097/DiscordCanarySetup.exe + InstallerSha256: 7052C1632025104956624399CA4988168628CFF88C0710598A683A2EC21A79AF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d00edf8babe3f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1097/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.1097 +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.1097/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd25205f738b9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1097/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.1097 +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.1097/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.1097/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..1e35c11fc9432 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1097/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.1097 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 01e4bc2e25cdd1efb24a9df2cb3d5f994d8e07d8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:56:30 +0800 Subject: [PATCH 29/49] New version: Discord.Discord.Canary version 1.0.1098 (#414022) --- .../Discord.Discord.Canary.installer.yaml | 21 ++++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.1098/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..60e6477109401 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1098 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.1098/DiscordCanarySetup.exe + InstallerSha256: 88D07F69798C774487FCDAA065ADD2FD871BFB3A0F56755BC015C10EC7DEC8BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..18b0a72507e11 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1098/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.1098 +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.1098/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c84e1d0a09250 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1098/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.1098 +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.1098/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.1098/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..a2d2f384e7ffc --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1098/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.1098 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 789194966487e5bfbb6baf517f5d65df0e3c09e8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:56:48 +0800 Subject: [PATCH 30/49] New version: kawayiYokami.P-ai version 0.57.0 (#414023) --- .../0.57.0/kawayiYokami.P-ai.installer.yaml | 16 ++++++ .../kawayiYokami.P-ai.locale.en-US.yaml | 53 +++++++++++++++++++ .../kawayiYokami.P-ai.locale.zh-CN.yaml | 43 +++++++++++++++ .../P-ai/0.57.0/kawayiYokami.P-ai.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.installer.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.en-US.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.zh-CN.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.yaml diff --git a/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 0000000000000..abd5683fcba90 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.57.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.57.0/P-ai_0.57.0_x64-setup.exe + InstallerSha256: 1C4F12B2D78275E59533AB8E5DBE0B6CCEBF7D79CD6582E04E171EA7EDFA183D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 0000000000000..5ca7259574bd0 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.57.0 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.56.0...v0.57.0' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.57.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7a8f03bd9ed93 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.57.0 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.yaml new file mode 100644 index 0000000000000..eb52af69fa98a --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.57.0/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.57.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ac79bb5b874613932bce616f5c690c790a1b07f7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:57:02 +0800 Subject: [PATCH 31/49] New version: ESEngine.ReasonixCLI version 1.21.3 (#414090) --- .../ESEngine.ReasonixCLI.installer.yaml | 21 ++++++ .../ESEngine.ReasonixCLI.locale.en-US.yaml | 72 +++++++++++++++++++ .../ESEngine.ReasonixCLI.locale.zh-CN.yaml | 22 ++++++ .../1.21.3/ESEngine.ReasonixCLI.yaml | 8 +++ 4 files changed, 123 insertions(+) create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.installer.yaml create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.locale.en-US.yaml create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.locale.zh-CN.yaml create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.yaml diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.installer.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.installer.yaml new file mode 100644 index 0000000000000..a34cf6eb5e7fe --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.21.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: reasonix.exe +Commands: +- reasonix +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.21.3/reasonix-windows-amd64.zip + InstallerSha256: E80984F237AE10FEAD7F7A9BFCD09996C80A7C8FE891C7587485B8DA507F99E0 +- Architecture: arm64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.21.3/reasonix-windows-arm64.zip + InstallerSha256: E9F3EC3F1720197965EFF6AB121BC76C3238D6721C0BE26DCC579485DB2BD36B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2e74085fd7028 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.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: ESEngine.ReasonixCLI +PackageVersion: 1.21.3 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix CLI +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Moniker: reasonix +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 此版本为思考过程带来 Markdown 渲染,为自定义网关提供显式 Kimi K3 推理支持,新增存储路径展示与自适应无进展防护,并修复 Windows 安装位置、任务栏分组、重试导致的提前压缩以及流合并问题。 + 发布渠道:稳定版 · v1.21.3 + English → · 网页版完整更新日志 → + 使用攻略 + - 自定义 Kimi K3 网关设置 — 了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。 + - 自定义 Kimi K3 网关设置(中文) — 了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。 + 概览 + Reasonix v1.21.3 — Reasonix v1.21.3 + 此版本为思考过程带来 Markdown 渲染,为自定义网关提供显式 Kimi K3 推理支持,新增存储路径展示与自适应无进展防护,并修复 Windows 安装位置、任务栏分组、重试导致的提前压缩以及流合并问题。 + 发布日期:2026-08-08 + 重点内容 + - 思考过程现在以 Markdown 渲染 — 推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。 (#7940) + - 存储路径可见,Windows 保留安装位置 — 设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。 (#7942) + - 自定义网关的显式 Kimi K3 推理 — 自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。 (#7903) + - 修复 Windows 任务栏图标分组 — 从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。 (#7925) + - 修复重试导致的提前压缩决策 — 自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。 (#7930) + - 自适应无进展防护取代固定轮次计数 — 代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。 (#7915) + - 流合并现在在热路径上生效 — 修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。 (#7905) + 新功能 + - 自定义网关的显式 Kimi K3 推理 — 自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。 (#7903) + 改进 + - 思考过程现在以 Markdown 渲染 — 推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。 (#7940) + - 存储路径可见,Windows 保留安装位置 — 设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。 (#7942) + - 自适应无进展防护取代固定轮次计数 — 代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。 (#7915) + 修复 + - 修复 Windows 任务栏图标分组 — 从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。 (#7925) + - 修复重试导致的提前压缩决策 — 自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。 (#7930) + - 流合并现在在热路径上生效 — 修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。 (#7905) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola、@esengine + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/v1.21.3 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4bc33defb7b8e --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.21.3 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.yaml new file mode 100644 index 0000000000000..521ba50cdef1f --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.3/ESEngine.ReasonixCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.21.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9508cbde253deed8bd0e40d8072a8371f4f6f303 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 8 Aug 2026 08:57:15 -0400 Subject: [PATCH 32/49] New version: Microsoft.SafetyScanner version 1.457.63.0 (#414095) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.457.63.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..0bb25be53a7ff --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.63.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.63.0&arch=x86 + InstallerSha256: 2854AC61A0D93A47F92A311EBF0559E657A134456128BF6B01E2B1CB4DFD1AA7 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.63.0&arch=amd64 + InstallerSha256: 92B8E4F1612ED1762BB9F0B09B7BDB9D92962FEFBF0086D78BB3F01707C44161 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..0536f29093e3d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.63.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..3b9bb56565edd --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.63.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.63.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 59768c474bfed0596a76b2b2306c3fe284756958 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:57:27 +0800 Subject: [PATCH 33/49] New version: TRUSTSING.iDefender version 6.0.1.0 (#414096) --- .../TRUSTSING.iDefender.locale.zh-CN.yaml | 47 ------------------- .../TRUSTSING.iDefender.installer.yaml | 6 +-- .../TRUSTSING.iDefender.locale.en-US.yaml | 2 +- .../TRUSTSING.iDefender.locale.zh-CN.yaml | 28 +++++++++++ .../TRUSTSING.iDefender.yaml | 2 +- 5 files changed, 33 insertions(+), 52 deletions(-) delete mode 100644 manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.locale.zh-CN.yaml rename manifests/t/TRUSTSING/iDefender/{6.0.0.0 => 6.0.1.0}/TRUSTSING.iDefender.installer.yaml (75%) rename manifests/t/TRUSTSING/iDefender/{6.0.0.0 => 6.0.1.0}/TRUSTSING.iDefender.locale.en-US.yaml (98%) create mode 100644 manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.locale.zh-CN.yaml rename manifests/t/TRUSTSING/iDefender/{6.0.0.0 => 6.0.1.0}/TRUSTSING.iDefender.yaml (90%) diff --git a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.locale.zh-CN.yaml b/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.locale.zh-CN.yaml deleted file mode 100644 index 8771f953474d8..0000000000000 --- a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.0.0.0 -PackageLocale: zh-CN -Publisher: iMonitorSDK -PublisherUrl: https://trustsing.com/ -Author: 深圳市创信长荣网络有限公司 -PackageName: 冰盾主动防御系统 -PackageUrl: https://trustsing.com/idefender/ -License: 专有软件 -Copyright: 版权所有 ©️ 深圳市创信长荣网络有限公司 -ShortDescription: 主动防御系统 -Description: 冰盾 · 主动防御系统【专业不流氓】是一款使用 iMonitorSDK 实现,基于场景模式的终端、主机主动防御系统。使用冰盾可以帮助您拦截漏洞攻击、免疫勒索病毒、防御高级威胁、抵制流氓软件、保护隐私安全、提高工作效率。 -Tags: -- hips -- 安全 -ReleaseNotes: |- - 重大版本更新,建议升级 - - 添加进程管理功能 - - 拦截记录添加攻击时间线 - - 拦截记录添加攻击行为图 - - 添加攻击溯源和对象关联 - - 支持服务创建启动识别和关联 - - 支持计划任务启动识别和关联 - - 支持快捷方式启动识别和关联 - - 支持压缩包解压关联 - - 添加进程树切割逻辑 - - 添加仿冒网站拦截功能 - - 添加硬件断点的检测逻辑 - - 优化 Indirect Syscall 的检测逻辑 - - 优化 Shellcode 的检测逻辑 - - 网络修改文件支持显示网络发起者 - - 下载的文件支持显示下载来源 - - BitsDownload 支持显示下载来源 - - 优化 DumpLsass 的检测逻辑 - - 优化性能 - - 优化文件、注册表、网络、计划任务等扩展事件的性能 - - 优化模块加载签名校验性能 - - 优化进程信誉判定逻辑 - - 优化杀毒引擎,减少误报 - - 完善内置规则 - - 其他问题修复和使用体验提升 -ReleaseNotesUrl: https://trustsing.com/idefender/#_6-0-0-0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.installer.yaml b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml similarity index 75% rename from manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.installer.yaml rename to manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml index 8abfe7a37f56c..622b8a62d8c02 100644 --- a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.installer.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml @@ -2,15 +2,15 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.0.0.0 +PackageVersion: 6.0.1.0 InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: iDefender -ReleaseDate: 2026-08-05 +ReleaseDate: 2026-08-08 Installers: - Architecture: x86 InstallerUrl: https://trustsing.com/publish/iDefender.exe - InstallerSha256: 1B02DED727A95BDA4CC3DF2E316EF9B8E3354B37C5FCAC002E48543E78B766C3 + InstallerSha256: 6B09EC5700DC3B9A0D62F7A26A19D773F744645A672E88A1F013932A8ABEBD03 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.locale.en-US.yaml b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.locale.en-US.yaml similarity index 98% rename from manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.locale.en-US.yaml rename to manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.locale.en-US.yaml index 3b37960829e12..4082a0ad40e88 100644 --- a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.locale.en-US.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.0.0.0 +PackageVersion: 6.0.1.0 PackageLocale: en-US Author: Shenzhen Chuangxin Changrong Network Co., Ltd. PackageName: iDefender diff --git a/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.locale.zh-CN.yaml b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a2114e593870 --- /dev/null +++ b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TRUSTSING.iDefender +PackageVersion: 6.0.1.0 +PackageLocale: zh-CN +Publisher: iMonitorSDK +PublisherUrl: https://trustsing.com/ +Author: 深圳市创信长荣网络有限公司 +PackageName: 冰盾主动防御系统 +PackageUrl: https://trustsing.com/idefender/ +License: 专有软件 +Copyright: 版权所有 ©️ 深圳市创信长荣网络有限公司 +ShortDescription: 主动防御系统 +Description: 冰盾 · 主动防御系统【专业不流氓】是一款使用 iMonitorSDK 实现,基于场景模式的终端、主机主动防御系统。使用冰盾可以帮助您拦截漏洞攻击、免疫勒索病毒、防御高级威胁、抵制流氓软件、保护隐私安全、提高工作效率。 +Tags: +- hips +- 安全 +ReleaseNotes: |- + - 进程管理默认勾选信任进程(避免老是问为啥没有进程) + 2. 上网防护调整成拦截 DNS,而不是拦截页面(因为部分场景 IP 反向识别域名会存在 CDN 冲突,导致误拦截一些网站) + 3. 在开启 HVCI 的时候,不注入 PPL 进程,避免出现错误日志 + 4. 文件事件去掉无效的远程地址(0.0.0.0) + 5. 文件访问添加重命名的拦截,避免通过重命名修改路径绕过 + 6. 修复切换了工作区后,托盘还是显示旧工作区的问题 +ReleaseNotesUrl: https://trustsing.com/idefender/#_6-0-1-0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.yaml b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.yaml similarity index 90% rename from manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.yaml rename to manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.yaml index 5c25599fe97cc..d9bba32379ca7 100644 --- a/manifests/t/TRUSTSING/iDefender/6.0.0.0/TRUSTSING.iDefender.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.0.0.0 +PackageVersion: 6.0.1.0 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 From 03e7a3dfc49852fe99cadee1ee9fb74288609532 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 8 Aug 2026 05:58:52 -0700 Subject: [PATCH 34/49] Automatic Waiver Addition for PR 413012 (#414108) --- manifests/d/DSwiss/SecureSafeFiles/.validation | 1 + 1 file changed, 1 insertion(+) create mode 100644 manifests/d/DSwiss/SecureSafeFiles/.validation diff --git a/manifests/d/DSwiss/SecureSafeFiles/.validation b/manifests/d/DSwiss/SecureSafeFiles/.validation new file mode 100644 index 0000000000000..51d2443d22a43 --- /dev/null +++ b/manifests/d/DSwiss/SecureSafeFiles/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"5c637623-738a-4e98-bcf1-7dda50996502","TestPlan":"Policy-Test-1.8","PackagePath":"manifests/d/DSwiss/SecureSafeFiles/1.1.1","CommitId":"1c7711cf0652f76a25908cc9ae9037bbab022a7e"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file From 95b9c9fa32db7f5a77f49bd46df7fda382c3255b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 8 Aug 2026 21:21:37 +0800 Subject: [PATCH 35/49] New version: HydraLauncher.Hydra version 4.1.0 (#413927) --- .../4.1.0/HydraLauncher.Hydra.installer.yaml | 28 ++++++++ .../HydraLauncher.Hydra.locale.en-US.yaml | 67 +++++++++++++++++++ .../HydraLauncher.Hydra.locale.zh-CN.yaml | 19 ++++++ .../Hydra/4.1.0/HydraLauncher.Hydra.yaml | 8 +++ 4 files changed, 122 insertions(+) create mode 100644 manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.installer.yaml create mode 100644 manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.locale.en-US.yaml create mode 100644 manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.locale.zh-CN.yaml create mode 100644 manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.yaml diff --git a/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.installer.yaml b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.installer.yaml new file mode 100644 index 0000000000000..13464399252c7 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HydraLauncher.Hydra +PackageVersion: 4.1.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- hydralauncher +ProductCode: 5c15b0c3-fe4f-5c4b-8f22-d37bfd0a3904 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/hydralauncher/hydra/releases/download/v4.1.0/hydralauncher-4.1.0-setup.exe + InstallerSha256: 5EFB17C916F6BE051428AD1119BD621BE7B6BA0DA2021190E25ADBA48EFB0E59 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/hydralauncher/hydra/releases/download/v4.1.0/hydralauncher-4.1.0-setup.exe + InstallerSha256: 5EFB17C916F6BE051428AD1119BD621BE7B6BA0DA2021190E25ADBA48EFB0E59 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.locale.en-US.yaml b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.locale.en-US.yaml new file mode 100644 index 0000000000000..48f83e0624c79 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HydraLauncher.Hydra +PackageVersion: 4.1.0 +PackageLocale: en-US +Publisher: Los Broxas +PublisherUrl: https://github.com/hydralauncher +PublisherSupportUrl: https://github.com/hydralauncher/hydra/issues +Author: Los Broxas +PackageName: Hydra +PackageUrl: https://github.com/hydralauncher/hydra +License: MIT +LicenseUrl: https://github.com/hydralauncher/hydra/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Los Broxas +ShortDescription: A game launcher with its own embedded BitTorrent client. +Description: Hydra is a Game Launcher with its own embedded BitTorrent Client. The launcher is written in TypeScript (Electron) and Python, which handles the torrenting system by using libtorrent. +Moniker: hydralauncher +Tags: +- game +- gaming +- launcher +ReleaseNotes: |- + What's Changed + - feat: unlock datanodes and vikingfile through the hydra api by @Moyasee in https://github.com/hydralauncher/hydra/pull/2603 + - fix: extract archives in paths containing wildcard characters by @Moyasee in https://github.com/hydralauncher/hydra/pull/2617 + - fix: send selected language when loading classic game details by @Moyasee in https://github.com/hydralauncher/hydra/pull/2619 + - Fix add download source button opening the wrong settings tab by @Moyasee in https://github.com/hydralauncher/hydra/pull/2621 + - Halt downloads when the disk runs out of space by @Moyasee in https://github.com/hydralauncher/hydra/pull/2618 + - feat: adapt Windows tray icon to system theme by @chubbygrannychaser in https://github.com/hydralauncher/hydra/pull/2629 + - Update Polish translation by @juliazero in https://github.com/hydralauncher/hydra/pull/2638 + - fix: rank duplicate game executables by structure when auto-detecting by @Moyasee in https://github.com/hydralauncher/hydra/pull/2620 + - feat: add Greek translation by @NickCh11 in https://github.com/hydralauncher/hydra/pull/2536 + - fix: show custom/non-Steam cover art in game launcher by @cybx in https://github.com/hydralauncher/hydra/pull/2634 + - chore(i18n): fill Brazilian Portuguese (pt-BR) translation gaps by @lbss9 in https://github.com/hydralauncher/hydra/pull/2643 + - Let the library scan add the games it finds by @Moyasee in https://github.com/hydralauncher/hydra/pull/2628 + - feat: add Vietnamese translation by @fuccnguyeen in https://github.com/hydralauncher/hydra/pull/2644 + - feat(cloud-save): add native save discovery by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2606 + - feat(cloud-save): add native snapshot building by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2607 + - feat(cloud-save): add native transfer pipeline by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2608 + - feat(cloud-save): add sync core by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2610 + - feat(cloud-save): add desktop UI by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2611 + - feat(cloud-save): add variants, validation, and custom paths by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2612 + - feat(cloud-save): add cloud save deletion by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2613 + - feat(cloud-save): add Big Picture cloud save support by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2614 + - feat(cloud-save): support multi-profile discovery and state-driven sync by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2645 + - fix(cloud-save): reconcile custom paths and restore targets by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2646 + - fix(cloud-save): polish background operations and restore resolution by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2647 + - feat(cloud-save): add legacy save management by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2652 + - fix: match library search ignoring accents by @Moyasee in https://github.com/hydralauncher/hydra/pull/2656 + - fix: wait for TorBox torrents to be ready before requesting a download link by @Moyasee in https://github.com/hydralauncher/hydra/pull/2655 + - fix: settings controls unreachable on displays shorter than 860px by @Moyasee in https://github.com/hydralauncher/hydra/pull/2654 + - feat: add RetroArch integration for Nintendo platforms by @Moyasee in https://github.com/hydralauncher/hydra/pull/2578 + - feat(cloud-save): implement legacy save export with progress tracking… by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2667 + - fix: show description, HLTB and achievements for Classics in Big Picture by @Moyasee in https://github.com/hydralauncher/hydra/pull/2668 + New Contributors + - @NickCh11 made their first contribution in https://github.com/hydralauncher/hydra/pull/2536 + - @cybx made their first contribution in https://github.com/hydralauncher/hydra/pull/2634 + - @lbss9 made their first contribution in https://github.com/hydralauncher/hydra/pull/2643 + - @fuccnguyeen made their first contribution in https://github.com/hydralauncher/hydra/pull/2644 + Full Changelog: https://github.com/hydralauncher/hydra/compare/v4.0.6...v4.1.0 +ReleaseNotesUrl: https://github.com/hydralauncher/hydra/releases/tag/v4.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/hydralauncher/hydra/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.locale.zh-CN.yaml b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bbadc06dfb700 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.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: HydraLauncher.Hydra +PackageVersion: 4.1.0 +PackageLocale: zh-CN +Publisher: Los Broxas +PackageName: Hydra +ShortDescription: 一款内置 BitTorrent 客户端的游戏启动器。 +Description: Hydra 是一款内置 BitTorrent 客户端的游戏启动器。该启动器由 TypeScript (Electron) 和 Python 编写,使用 libtorrent 处理 Torrent 系统。 +Tags: +- 启动器 +- 游戏 +ReleaseNotesUrl: https://github.com/hydralauncher/hydra/releases/tag/v4.1.0 +Documentations: +- DocumentLabel: 维基 + DocumentUrl: https://github.com/hydralauncher/hydra/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.yaml b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.yaml new file mode 100644 index 0000000000000..462f8c6a5c79e --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.0/HydraLauncher.Hydra.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: HydraLauncher.Hydra +PackageVersion: 4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fd8964d3b4efff9094fb999f3e2d46a9c76d4a5c Mon Sep 17 00:00:00 2001 From: agentjp-bot Date: Sat, 8 Aug 2026 15:21:50 +0200 Subject: [PATCH 36/49] New version: agentjp.bdinfo-rs version 3.0.0 (#413950) --- .../3.0.0/agentjp.bdinfo-rs.installer.yaml | 23 ++++ .../3.0.0/agentjp.bdinfo-rs.locale.en-US.yaml | 121 ++++++++++++++++++ .../bdinfo-rs/3.0.0/agentjp.bdinfo-rs.yaml | 8 ++ 3 files changed, 152 insertions(+) create mode 100644 manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.installer.yaml create mode 100644 manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.locale.en-US.yaml create mode 100644 manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.yaml diff --git a/manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.installer.yaml b/manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.installer.yaml new file mode 100644 index 0000000000000..a02d25e58f971 --- /dev/null +++ b/manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: agentjp.bdinfo-rs +PackageVersion: 3.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bdinfo-rs.exe + PortableCommandAlias: bdinfo-rs +UpgradeBehavior: install +Commands: +- bdinfo-rs +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/agentjp/bdinfo-rs/releases/download/v3.0.0/bdinfo-rs-x86_64-pc-windows-msvc.zip + InstallerSha256: 5ED25D5783090DB14BABEFEF92158ECB603BC819D5AFA503B38A79CEE122E720 +- Architecture: arm64 + InstallerUrl: https://github.com/agentjp/bdinfo-rs/releases/download/v3.0.0/bdinfo-rs-aarch64-pc-windows-msvc.zip + InstallerSha256: EC7737E0E4A9EA21669027F4CD3FCCC30625E59B5882845828273C7D10CB17EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.locale.en-US.yaml b/manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.locale.en-US.yaml new file mode 100644 index 0000000000000..5fc785734901d --- /dev/null +++ b/manifests/a/agentjp/bdinfo-rs/3.0.0/agentjp.bdinfo-rs.locale.en-US.yaml @@ -0,0 +1,121 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: agentjp.bdinfo-rs +PackageVersion: 3.0.0 +PackageLocale: en-US +Publisher: agentjp +PublisherUrl: https://github.com/agentjp +PublisherSupportUrl: https://github.com/agentjp/bdinfo-rs/issues +Author: agentjp +PackageName: bdinfo-rs +PackageUrl: https://github.com/agentjp/bdinfo-rs +License: LGPL-2.1 +LicenseUrl: https://github.com/agentjp/bdinfo-rs/blob/HEAD/LICENSE +ShortDescription: Memory-safe, zero-C-dependency Rust Blu-ray disc analyzer — a drop-in BDInfo report tool for BDMV folders and .iso images. +Description: 'bdinfo-rs is a memory-safe, statically-linked command-line Blu-ray disc analyzer and a drop-in replacement for the classic BDInfo tool. It scans BDMV folders and .iso images (playlists, clips, M2TS demux) and produces the classic human-readable disc report with per-stream video and audio specs: codecs, measured bitrates, resolution, HDR, Dolby Vision, and HDR10+. It ships as a single static binary with no runtime, no DLLs, and zero C dependencies.' +Moniker: bdinfo-rs +Tags: +- bdinfo +- bdmv +- blu-ray +- cli +- dolby-vision +- hdr +- m2ts +- memory-safety +- no-unsafe +- rust +ReleaseNotes: |- + Release Notes + ⚠ BREAKING CHANGES + - wasm: the npm package's string-and-rows API is replaced by a structured disc model: + inspect and scan resolve to a Disc — a lossless, typed mirror of the analyzer's + output (disc metadata, playlists, streams, chapters, read errors) — and the new + renderReport re-renders the classic report from it on demand, byte-identical to the + CLI's. The report-string and row-tuple exports are gone. Only the npm surface breaks + here; the CLI and report contracts are untouched. (#215, #217) + - wasm: every entry point takes one ScanOptions object — inspect previously took + a bare positional threshold — and an out-of-domain shortPlaylistSeconds (negative, + non-finite, or above 86400) now rejects the call instead of silently scanning with the + 20-second default. (#286) + - core: AACS-encrypted discs are detected up front, and the CLI refuses to scan them + with the new exit code 4; the library exposes the detection and leaves the decision to + the caller. (#246) + Added + - core: stream scans survive read errors: statistics accumulated before a failing + read are kept and reported, with the failure still listed in the WARNING block. + --drop-partial (CLI), the keep-partial-scans setting (GUI), and keepPartial (npm) + opt back into discarding. (#285) + - core: one short-playlist threshold contract on every surface: the valid domain is + 0 to 86400 seconds, and 0 switches the short rule off. Programmatic surfaces (CLI, + npm) reject out-of-domain values; the GUI dialog clamps, and the demo page reverts to + its default. (#286) + - wasm: a codecs-depth inspect: codecs: true reads just each stream file's head, + so every stream carries its full codec description — profile, level, HDR metadata — + without the whole-file demux a measured scan costs. (#286) + - wasm: reportFileName exposes the sanitized BDINFO.