diff --git a/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.installer.yaml b/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.installer.yaml new file mode 100644 index 0000000000000..dee6cd4fb12ea --- /dev/null +++ b/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: 108thecitizen.DesktopTileLauncher +PackageVersion: 0.3.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: DesktopTileLauncher-v0.3.5.exe + PortableCommandAlias: desktoptilelauncher +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/108thecitizen/DesktopTileLauncher/releases/download/v0.3.5/DesktopTileLauncher-v0.3.5-onedir-win-x64.zip + InstallerSha256: 515C8120F106B96A96FD09982265CE26078B58063916D10C6F03612A88D5AA4D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.locale.en-US.yaml b/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..d9bdc47171836 --- /dev/null +++ b/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.locale.en-US.yaml @@ -0,0 +1,44 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: 108thecitizen.DesktopTileLauncher +PackageVersion: 0.3.5 +PackageLocale: en-US +Publisher: 108thecitizen +PublisherUrl: https://github.com/108thecitizen +PackageName: DesktopTileLauncher +PackageUrl: https://github.com/108thecitizen/DesktopTileLauncher +License: Apache-2.0 +LicenseUrl: https://github.com/108thecitizen/DesktopTileLauncher/blob/main/LICENSE +ShortDescription: Launch bookmarked sites as desktop tiles in the browser/profile you choose. +Description: DesktopTileLauncher lets you create tiles that open URLs in your chosen browser and profile. No telemetry; the only network activity is your launched browser. +Moniker: desktoptilelauncher +ReleaseNotes: |- + ## What's Changed + • ci:vendor EGL/GLVND libs and load them in Actions (ubuntu‑24.04) by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/48 + • ci:vendor EGL/GLVND libs & gate Qt tests; fix lint workflow (ubuntu-24.04) by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/49 + • style(ruff):format tests/unit/test_launching.py by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/50 + • Auto-fit grid to display:maximize full tile visibility; no horizontal scroll; dynamic per-monitor fit by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/47 + • style(ruff):format tile_launcher.py by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/51 + • feat(ui):add auto-fit policy and persistent window geometry by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/52 + • fix/persist window resize by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/53 + • style:ruff format after merge by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/54 + • fix(build):use portable Makefile recipe tabs by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/62 + • build(deps):bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/108thecitizen/DesktopTileLauncher/pull/56 + • build(deps):bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/108thecitizen/DesktopTileLauncher/pull/57 + • build(deps):bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/108thecitizen/DesktopTileLauncher/pull/60 + • build(deps):bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in https://github.com/108thecitizen/DesktopTileLauncher/pull/61 + • build(deps):update pytest requirement from <9,>=8.2 to >=8.2,<10 by @dependabot[bot] in https://github.com/108thecitizen/DesktopTileLauncher/pull/59 + • fix:redact launch URLs from diagnostics by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/64 + • docs:disclose favicon network request behavior by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/66 + • chore:align tile_launcher SPDX license identifier by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/68 + • ci:explicitly lint tests tree with Ruff by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/70 + • test:isolate unit tests from user profile paths by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/72 + • docs:prepare release notes by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/74 + • docs:finalize v0.3.5 changelog date by @108thecitizen in https://github.com/108thecitizen/DesktopTileLauncher/pull/76 + + + **Full Changelog**:https://github.com/108thecitizen/DesktopTileLauncher/compare/v0.3.4...v0.3.5 +ReleaseNotesUrl: https://github.com/108thecitizen/DesktopTileLauncher/releases/tag/v0.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.yaml b/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.yaml new file mode 100644 index 0000000000000..a463b65277b2a --- /dev/null +++ b/manifests/1/108thecitizen/DesktopTileLauncher/0.3.5/108thecitizen.DesktopTileLauncher.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: 108thecitizen.DesktopTileLauncher +PackageVersion: 0.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/1/115/115Chrome/36.0.1/115.115Chrome.installer.yaml b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.installer.yaml new file mode 100644 index 0000000000000..9c07eb454b54a --- /dev/null +++ b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 36.0.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Custom: -disable-auto-start +UpgradeBehavior: install +Protocols: +- browser115 +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtml +- svg +- torrent +- webp +- xht +- xhtml +ProductCode: 115Chrome +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://down.115.com/client/win/115br_v36.0.1.exe + InstallerSha256: CE016B4A56FAC2CAF6DBC09009782D744F98C75B928CB42DE07A4BFD7E78A719 +- Architecture: x64 + InstallerUrl: https://down.115.com/client/win/115br_v36.0.1_x64.exe + InstallerSha256: 81561622EF4693EF59003673B9F3A9F8EBB3F40606672F68C9BC6AA0F1586477 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/1/115/115Chrome/36.0.1/115.115Chrome.locale.en-US.yaml b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.locale.en-US.yaml new file mode 100644 index 0000000000000..bebc69a949d11 --- /dev/null +++ b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 36.0.1 +PackageLocale: en-US +Author: Guangdong 115 Technology Co., Ltd. +License: Proprietary +ShortDescription: A PC client that integrates 115, 115 Organization and browser +Description: |- + 115 Browser is a PC client that perfectly integrates multiple platforms including 115, 115 organization and browser. + It supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc.; supports 115 organization affairs notification, so you can keep track of the organization's collaboration; supports browser quick search and built-in utilities and extensions, giving you a high-speed, refreshing, and smooth Internet experience. +Tags: +- backup +- browser +- china +- chromium +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- prc +- share +- sync +- upload +- web +- webpage +ReleaseNotesUrl: https://115.com/115/T504444.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/1/115/115Chrome/36.0.1/115.115Chrome.locale.zh-CN.yaml b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d697c8eda29b7 --- /dev/null +++ b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 36.0.1 +PackageLocale: zh-CN +Publisher: 广东一一五科技股份有限公司 +PublisherUrl: https://115.com +PublisherSupportUrl: https://115.com/115115 +PrivacyUrl: https://115.com/privacy.html +Author: 广东一一五科技股份有限公司 +PackageName: 115浏览器 +PackageUrl: https://pc.115.com/browser.html +License: 专有软件 +LicenseUrl: https://115.com/pc_agreement.html +Copyright: Copyright 2026 The 115Browser Authors. All rights reserved. +ShortDescription: 集合 115、115 组织、浏览器的 PC 客户端 +Description: 115 浏览器是一个集合 115、115 组织、浏览器的 PC 客户端,多端平台完美整合。支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能;支持 115 组织事务通知,让你随时掌握组织协作动态;支持浏览器快速搜索,内置实用小工具及扩展应用,给你高速、清爽、流畅的上网体验。 +Tags: +- chromium +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 浏览器 +- 网盘 +- 网页 +ReleaseNotesUrl: https://115.com/115/T504444.html +PurchaseUrl: https://vip.115.com +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/1/115/115Chrome/36.0.1/115.115Chrome.yaml b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.yaml new file mode 100644 index 0000000000000..da81713972837 --- /dev/null +++ b/manifests/1/115/115Chrome/36.0.1/115.115Chrome.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: 115.115Chrome +PackageVersion: 36.0.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.installer.yaml b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.installer.yaml new file mode 100644 index 0000000000000..9097210f7d022 --- /dev/null +++ b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 360.PalmInput +PackageVersion: 3.3.0.1030 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /s + InstallLocation: /dir "" +UpgradeBehavior: install +FileExtensions: +- piskn +ProductCode: PalmInput +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x86 + InstallerUrl: https://dl.360safe.com/installer/web/PalmInputSetup.exe + InstallerSha256: 7AC5DC3003B3DF169E9CCBC557488C29F4559C517A5A14EE7798DA75E0D82D7A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.locale.en-US.yaml b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.locale.en-US.yaml new file mode 100644 index 0000000000000..95966ed5efbc6 --- /dev/null +++ b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: 360.PalmInput +PackageVersion: 3.3.0.1030 +PackageLocale: en-US +Publisher: 360.cn +Author: Beijing Qiyuan Technology Co., Ltd. +PackageName: 手心输入法 +PackageUrl: https://www.xinshuru.com/ +License: Freeware +LicenseUrl: https://www.xinshuru.com/license.html +Copyright: (C) 360.cn Inc. All Rights Reserved. +ShortDescription: An intelligent, efficient, ad-free, pure Pinyin input method focusing on the essence of input +Description: Palm Input is an intelligent, efficient, ad-free and pure input method that focuses only on the essence of input. It can bring users a superb input experience by powerful intelligent input engine, rich local thesaurus, online thesaurus and exquisite skins. +Tags: +- chinese +- ime +- input-method +- pinyin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.locale.zh-CN.yaml b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65519f0b5a6c4 --- /dev/null +++ b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: 360.PalmInput +PackageVersion: 3.3.0.1030 +PackageLocale: zh-CN +Publisher: 360.cn +Author: 北京奇元科技有限公司 +PackageName: 手心输入法 +PackageUrl: https://www.xinshuru.com/ +License: 免费软件 +LicenseUrl: https://www.xinshuru.com/license.html +Copyright: (C) 360.cn Inc. All Rights Reserved. +ShortDescription: 智能、高效,无广告骚扰,只专注于输入本质的纯粹输入法 +Description: 手心输入法是一款智能、高效,无广告骚扰,只专注于输入本质的纯粹输入法。拥有强大的智能输入引擎、丰富的本地词库、在线词库及精美皮肤在线下载,以其丰富的输入方式,海量的在线资源,带给用户超凡的输入体验。 +Tags: +- 中文 +- 拼音 +- 汉语 +- 输入法 +ReleaseNotes: |- + 1. 修复白霜词库导入后导致打字崩溃的问题 + 2. 修复覆盖安装后,固定首位功能配置丢失的问题 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.yaml b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.yaml new file mode 100644 index 0000000000000..e7437b0ee03c1 --- /dev/null +++ b/manifests/3/360/PalmInput/3.3.0.1030/360.PalmInput.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: 360.PalmInput +PackageVersion: 3.3.0.1030 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.installer.yaml b/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.installer.yaml new file mode 100644 index 0000000000000..2d4d6bb85775e --- /dev/null +++ b/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AETMobileBV.ZORG-IDDesktopApp +PackageVersion: 1.18.4.0 +InstallerLocale: nl-NL +InstallerType: zip +NestedInstallerType: wix +NestedInstallerFiles: +- RelativeFilePath: ZORG-ID Desktop App for Windows-1.18.4.msi +Scope: machine +ProductCode: '{C2D5E903-60AC-4518-BA0B-1DCDE89D17FE}' +AppsAndFeaturesEntries: +- DisplayName: ZORG-ID Desktop App + Publisher: AET Mobile B.V. + DisplayVersion: 1.18.4.0 + ProductCode: '{C2D5E903-60AC-4518-BA0B-1DCDE89D17FE}' + UpgradeCode: '{B30506AA-C824-4046-9C1F-AC2A76133A24}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\ZORGID' +Installers: +- Architecture: x86 + InstallerUrl: https://www.vzvz.nl/media/downloads/zorg-id-desktop-app-windows/download + InstallerSha256: BB1E3F8DCF1BC8472A5F6C77830857CEA9A60E89BDBA9937317664AE3244C8C5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.locale.en-US.yaml b/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.locale.en-US.yaml new file mode 100644 index 0000000000000..80cbe232f7af2 --- /dev/null +++ b/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AETMobileBV.ZORG-IDDesktopApp +PackageVersion: 1.18.4.0 +PackageLocale: en-US +Publisher: AET Mobile B.V. +PackageName: ZORG-ID Desktop App +License: Not licensed +ShortDescription: Zorg-ID Desktop App For Windows +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.yaml b/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.yaml new file mode 100644 index 0000000000000..2b2c830fa0c77 --- /dev/null +++ b/manifests/a/AETMobileBV/ZORG-IDDesktopApp/1.18.4.0/AETMobileBV.ZORG-IDDesktopApp.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AETMobileBV.ZORG-IDDesktopApp +PackageVersion: 1.18.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..498d50ba75f11 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.132 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.132/AQBot_0.0.132_x64-setup.exe + InstallerSha256: BFFD61D9AE81ADF285718B1F132729A054284328B0F68BE6B18FB6B48FED4AD6 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.132/AQBot_0.0.132_arm64-setup.exe + InstallerSha256: B2EFD5041D2EC940FCA1A140CFA63C74CA59A9DC5A439FCAB7F7B3839C44F1F2 + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.132/AQBot_0.0.132_x64_en-US.msi + InstallerSha256: C60F7525E690AE8D6BF7A0EB698DD41F3579C8D5A941F6EA255C415E6E3E4B04 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{62530AFF-E605-43FB-B2CA-07C8AFCD5F5B}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.132/AQBot_0.0.132_arm64_en-US.msi + InstallerSha256: D92B76DAD4A52C93862AB3C7C2D9C10C94C0D10897937B1290E81D238FCA8B12 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{7413CCC8-F736-4C4D-9E0B-2B4A6436720B}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..05a734801bb85 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.132 +PackageLocale: en-US +ShortDescription: ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client +Description: |- + ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client + + Features + Chat and Models + - Multi-provider support — Compatible with all OpenAI-compatible APIs including OpenAI, Anthropic Claude, Google Gemini, etc. + - Model management — Supports remote fetching of model lists and custom parameters (temperature, max tokens, top-p, etc.) + - Multi-key round-robin — Configure multiple API keys per provider; automatically rotates to distribute rate-limit pressure + - Streaming output — Real-time token-by-token rendering; thinking blocks can be folded or expanded + - Message versions — Each response supports multiple versions for easy comparison of different models or parameter settings + - Conversation branching — Create new branches from any message node, enabling side-by-side branch comparisons + - Conversation management — Supports pinning, archiving, time-based grouping, and batch operations + - Conversation compression — Automatically compresses long conversations, preserving key information to save context space + - Multi-model same query — Ask the same question to multiple models simultaneously, with support for comparative analysis of responses + AI Agent + - Agent mode — Switch to Agent mode, allowing AI to autonomously perform multi-step tasks: reading/writing files, running commands, code analysis, etc. + - Three-tier permissions — Default mode (edits require approval), accept edits (automatically approve changes), full access (no prompts), ensuring secure and controlled operation + - Workspace sandbox — Agent operations strictly confined to designated workspace directory, preventing unauthorized access + - Tool approval panel — Real-time display of tool invocation requests, supporting per-item review, one-click always allow or deny + - Cost tracking — Real-time token usage and cost statistics for each session + Content Rendering + - Markdown rendering — Full support for syntax highlighting, LaTeX math formulas, tables, and task lists + - Monaco code editor — Embedded Monaco Editor in code blocks, supporting syntax highlighting, copy, and diff preview + - Chart rendering — Built-in Mermaid flowchart and D2 architecture diagram rendering + - Artifact panel — Preview code snippets, HTML drafts, Markdown notes, reports in isolated panels + - Real-time voice chat — (Coming soon) WebRTC-based real-time voice, compatible with OpenAI Realtime API + Search and Knowledge + - Web search — Integrated with Tavily, Zhipu WebSearch, Bocha, etc., with search results annotated with source references + - Local knowledge base (RAG) — Supports multiple knowledge bases; upload documents to automatically parse, segment, and build indexes, then semantically retrieve relevant passages during chat + - Memory system — Supports multi-namespace conversation memory; entries can be manually added or automatically extracted by AI (AI auto-extraction coming soon) + - Context management — Flexibly attach files, search results, knowledge base snippets, memory entries, and tool outputs + Tools and Extensions + - MCP protocol — Fully implements Model Context Protocol, supporting both stdio and HTTP transport methods + - Built-in tools — Includes ready-to-use built-in MCP tools such as @aqbot/fetch + - Tool execution panel — Visual display of tool invocation requests and return results + API Gateway + - Local API gateway — Built-in local API server with native OpenAI-compatible, Claude, Gemini interfaces; can serve as backend for any compatible client + - API key management — Generate, revoke, enable, or disable access keys with descriptive notes + - Usage statistics — Analyze request volume and token usage by key, provider, and date + - SSL/TLS support — Built-in self-signed certificate generation, also supports mounting custom certificates + - Request logs — Fully record all API requests and responses passing through the gateway + - Configuration templates — Pre-configured integration templates for common CLI tools like Claude, Codex, OpenCode, Gemini + Data and Security + - AES-256 encryption — Sensitive data such as API keys are encrypted and stored locally using AES-256; master key has file permission 0600 + - Data directory isolation — Application state stored in ~/.aqbot/, user files in ~/Documents/aqbot/ + - Automatic backup — Supports scheduled automatic backups to local directories or WebDAV storage + - Backup recovery — One-click restore full data from historical backups + - Chat export — Export conversations as PNG screenshots, Markdown, plain text, or JSON format + Desktop Experience + - Theme switching — Dark/light themes,可 follow system preference or be manually set + - Interface language — Fully supports Simplified Chinese, Traditional Chinese, English, Japanese, Korean, French, German, Spanish, Russian, Hindi, and Arabic; switch anytime in settings + - System tray — Minimizes to system tray on window close, without interrupting background services + - Always on top — Keep main window permanently on top + - Global shortcuts — Customizable global hotkeys to summon the main window at any time + - Auto-start on boot — Option to launch automatically with the system + - Proxy support — Supports HTTP and SOCKS5 proxy configurations + - Auto-update — Automatically checks for new versions on startup and prompts to update +Tags: +- ai +- chatbot +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..960dcf4ab2c6c --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.132 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🐛 Bug 修复 + - chat: 提前显示多模型响应进度 (#28ddcfc) + - selection-toolbar: 区分 macOS Control 快捷键 (#f9329cb) + 🚀 新功能 + - chat: 支持多模型各自延续上下文 (#af6db81) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.132 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..7650bf8323d72 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.132/AQBot.AQBot.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: AQBot.AQBot +PackageVersion: 0.0.132 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.installer.yaml b/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.installer.yaml new file mode 100644 index 0000000000000..091030fa7c1c2 --- /dev/null +++ b/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aardappel.lobster +PackageVersion: '2026.6' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\lobster.exe + PortableCommandAlias: lobster +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aardappel/lobster/releases/download/v2026.6/lobster_windows_release.zip + InstallerSha256: B6FD002AA82989E4A4ADAD6E17EC082072AE8EC25AD8627DF94B11669092D6E9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.locale.en-US.yaml b/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.locale.en-US.yaml new file mode 100644 index 0000000000000..1bb3ea77f6b20 --- /dev/null +++ b/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Aardappel.lobster +PackageVersion: '2026.6' +PackageLocale: en-US +Publisher: Wouter van Oortmerssen +PublisherUrl: https://strlen.com/ +PublisherSupportUrl: https://github.com/aardappel/lobster/discussions +PackageName: lobster +PackageUrl: https://strlen.com/lobster/ +License: Apache-2.0 +ShortDescription: A programming language that tries to combine the advantages of static typing and compile-time memory management with a very lightweight, friendly and terse syntax +Moniker: lobster +Tags: +- lobster +- programming-language +InstallationNotes: You can run any Lobster file as argument to run it, for example `lobster samples/pythtree.lobster` should work. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.yaml b/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.yaml new file mode 100644 index 0000000000000..63bbbd56ba48e --- /dev/null +++ b/manifests/a/Aardappel/lobster/2026.6/Aardappel.lobster.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: Aardappel.lobster +PackageVersion: '2026.6' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.installer.yaml b/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.installer.yaml new file mode 100644 index 0000000000000..4f1ad74a2931a --- /dev/null +++ b/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Aiden1020.LocalSubs +PackageVersion: 0.5.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: localsubs.exe + PortableCommandAlias: localsubs +Commands: +- localsubs +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aiden1020/localsubs/releases/download/v0.5.0/localsubs_windows_amd64.zip + InstallerSha256: F86C1A981E478EF348A7BD2D6741114C7D7BE44A0E6BC3EC5F16EBABA3504ADB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.locale.en-US.yaml b/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.locale.en-US.yaml new file mode 100644 index 0000000000000..f4ea267976d06 --- /dev/null +++ b/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Aiden1020.LocalSubs +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: Aiden1020 +PublisherUrl: https://github.com/aiden1020 +PublisherSupportUrl: https://github.com/aiden1020/localsubs/issues +Author: Tsz-To Wong +PackageName: LocalSubs +PackageUrl: https://github.com/aiden1020/localsubs +License: Apache-2.0 +LicenseUrl: https://github.com/aiden1020/localsubs/blob/v0.4.0/LICENSE +ShortDescription: Fully local AI subtitle translation for streaming video. +Description: Translates English streaming subtitles to Traditional Chinese on-device using a local model. +Tags: +- ai +- cli +- subtitles +- translation +ReleaseNotes: |- + ## Changelog + • c75543e126c2aa6212a6c8e05a3e09922c8a287a release:prepare v0.5.0 + • 67a70eaf0ad638b6ee250fcd0abf2c9be9492d23 docs:document WebLLM architecture and development + • a4b803a876e0c638f358695825981d604e482c84 fix(extension):cache WebLLM artifacts in IndexedDB + • a4a766af32ee9e7060f378779a3d3313aa93ecdd feat(extension):add browser-based WebLLM inference +ReleaseNotesUrl: https://github.com/aiden1020/localsubs/releases/tag/v0.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.yaml b/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.yaml new file mode 100644 index 0000000000000..0549acd29e3e1 --- /dev/null +++ b/manifests/a/Aiden1020/LocalSubs/0.5.0/Aiden1020.LocalSubs.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Aiden1020.LocalSubs +PackageVersion: 0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index a9cbfc6e2d918..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.0.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.0.0/Sigma.file.manager.v1.0.0.Windows.exe - InstallerSha256: 7E882A1A0B0803536C7DCF45613F5635EB1A6B39CD371F55474010317DEB3714 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index 5841cb6748d1e..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.0.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager/tree/v1.0.0 -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -# PrivacyUrl: -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -# Description: -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- file-mananger -- finder -- foss -- open-source -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index 1239597e69ba2..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.0.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index 6d1ad2000171b..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.1.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.1.0/Sigma.file.manager.Setup.1.1.0.Windows.exe - InstallerSha256: A0AFB780D901E9CE99447BEDEADD5E90D52F4E1701846D0E46BA0662314F332E -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index 467c1410ccb81..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.1.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -# PrivacyUrl: -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -# Description: -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- file-mananger -- finder -- foss -- open-source -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index 2b7905fa4b5c2..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.1.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index d767bb1c70cea..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.2.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.2.0/Sigma.file.manager.1.2.0.Windows.exe - InstallerSha256: 991BC4174C3996A8A982A73444E96701E386362A8FE203AB76ADAF949189E2CD -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index ff661ba066538..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.2.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -# PrivacyUrl: -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Description: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- file-mananger -- finder -- foss -- open-source -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index 1cbb3eac783da..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.2.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index e892f5f4b0ea5..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.3.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.3.0/Sigma-File-Manager-1.3.0-Windows-Setup.exe - InstallerSha256: 37B208E8ABA74C37ACE74F037031E410C898F4E2CB9929A5E3E1AAF683C3431D -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index 95cd75f65bef9..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.3.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -# PrivacyUrl: -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Description: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- finder -- foss -- open-source -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index e9664f328e372..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.3.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index 2709db2d89745..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.4.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.4.0/Sigma-File-Manager-1.4.0-Windows-Setup.exe - InstallerSha256: 61AB6373EF73D8142BEDF466D81AF4B94D70EA4BEE86D1E405C3EC88B6FAB0F6 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index 01ea6624b85f0..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.4.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -# PrivacyUrl: -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Description: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- finder -- foss -- open-source -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index 82edb86f1698b..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.4.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index 3312fdd371684..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-08-10 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.5.0/Sigma-File-Manager-1.5.0-Windows-Setup.exe - InstallerSha256: CD6FAC3B24B968FE438F29187851BBD9A4EAB9565C1F460858C29E9A61D6325C -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index 4e290d1ebacdf..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.5.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -# PrivacyUrl: -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Description: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- finder -- foss -- open-source -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/tag/v1.5.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index d3575e0496d50..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.5.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index 1e09c0435d6bf..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.6.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-02-17 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.6.0/Sigma-File-Manager-1.6.0-Windows-Setup.exe - InstallerSha256: F4386DFB52F0792E1DE47CFAB2005C9E7480273F997B5CA2BA4446F7AAA7516A -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index 9ec1af0065c49..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.6.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -# PrivacyUrl: -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Description: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- finder -- foss -- open-source -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/tag/v1.6.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index b751ecdd67e5b..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.6.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml deleted file mode 100644 index d7c148269ca26..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.7.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-06-11 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v1.7.0/Sigma-File-Manager-1.7.0-Windows-Setup.exe - InstallerSha256: 418285100AFE0B9A2624740B94F1FA7D483BD24D88327FB99D930AEF26805A3F -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml deleted file mode 100644 index b8e746a6e3d4b..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.locale.en-US.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.7.0 -PackageLocale: en-US -Publisher: Aleksey Hoffman -PublisherUrl: https://github.com/aleksey-hoffman/sigma-file-manager -PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues -PrivacyUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/PRIVACY_POLICY.md -Author: Aleksey Hoffman -PackageName: Sigma file manager -PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager -License: GNU GPLv3 or later. -LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -Copyright: Copyright © 2021 - present Aleksey Hoffman. All rights reserved. -CopyrightUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/LICENSE.md -ShortDescription: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Description: Sigma file manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux. -Moniker: sigma -Tags: -- cross-platform -- explorer -- file-explorer -- file-manager -- finder -- foss -- open-source -ReleaseNotes: |- - Release Notes - - 4 new features - - 9 improvements - - 5 fixes - New minor features - - Terminal: option to select terminals and shells for opening directories. - - Drag & drop: selected items can now be drag-and-droped to any part of the address bar. - - Drag & drop: selected items can now be drag-and-droped into a tab. - - Drag & drop: added edge scrolling for draggable items. - When dragging items, the navigator will now automatically scroll when the cursor gets closer to the top / bottom edge. - Improvements - - Dialogs: improved item deletion dialogs: - - Action buttons now display shortcuts - - Actions in conformation dialog can now be done via keyboard - - After deleting the current directory, the app will automatically go up one directory - - Protected items are now marked with an indicator - - Improved dialog design and translations - - Localization: German language reviewed and updated by native speakers (thanks to @minisbett, @ToMoReKe, @phreakadelle2k). - - Localization: Chinese language reviewed and updated by native speakers (thanks to @Pandaft). - - Localization: Italian language added (thanks to @Alixey). - - UX: Conformation prompts can now be submitted with Enter shortcut. - Major fixes - - Images: the image thumbnails are now working in Windows Store build. - Minor fixes - - File downloading: updated dependencies to fix the problem with downloading some videos. - Update (June 24): it seems Youtube devs broke it again. - WIll be fixed in the next update. - - Navigator: navigator page will now restore the opened directory scroll position, after switching pages and going back to navigator page. - - Images: the app will no longer create an infinite loop by generating image thumbnails for images located in the app thumbnail storage directory. - - UI: window is no longer jumping when opening settings page. - Other changes - - User settings: changed default userData directory to env.home. - Development - - Dependencies: Updated code dependencies. - - Code refactor: Various code refactoring. -ReleaseNotesUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/tag/v1.7.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.yaml b/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.yaml deleted file mode 100644 index 11cca7170e61e..0000000000000 --- a/manifests/a/AlekseyHoffman/Sigma-File-Manager/1.7.0/AlekseyHoffman.Sigma-File-Manager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AlekseyHoffman.Sigma-File-Manager -PackageVersion: 1.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.installer.yaml b/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.installer.yaml new file mode 100644 index 0000000000000..c321740fad11c --- /dev/null +++ b/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AloxBook.AloxBook +PackageVersion: 2.2.0 +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://www.aloxbook.com/downloads/windows/AloxBook-2.2.0-Setup.exe?source=winget + InstallerSha256: 8E50154DBB20F743A47B797DCCE0F6C03C359300C7DFA02E24ADC58A9F382F6D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.locale.en-US.yaml b/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.locale.en-US.yaml new file mode 100644 index 0000000000000..317590250d9e4 --- /dev/null +++ b/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.locale.en-US.yaml @@ -0,0 +1,42 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AloxBook.AloxBook +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Alois Hartl +PublisherUrl: https://www.aloxbook.com +PublisherSupportUrl: https://www.aloxbook.com/en/support.html +PrivacyUrl: https://www.aloxbook.com/en/privacy.html +PackageName: AloxBook +PackageUrl: https://www.aloxbook.com/en/ +License: Proprietary +LicenseUrl: https://www.aloxbook.com/en/license-v2.html +Copyright: Copyright (c) 2026 Alois Hartl +ShortDescription: Privacy-first personal double-entry bookkeeping +Description: |- + AloxBook is a personal finance application that brings real double-entry bookkeeping to your desktop. Password protection is optional. When a password is set, SQLCipher encrypts the book with AES-256; without a password, the book is an unencrypted SQLite database. Forgotten passwords cannot be recovered. + Features include a hierarchical account tree, CSV import with configurable profiles, transaction templates, period close and carry forward, and full English, German, French, Spanish and Italian language support with live switching. +Tags: + - accounting + - bookkeeping + - csv-import + - double-entry + - encrypted + - finance + - password-protection + - personal-finance + - privacy +ReleaseNotesUrl: https://www.aloxbook.com/en/changelog.html +Documentations: + - DocumentLabel: Documentation + DocumentUrl: https://www.aloxbook.com/en/docs.html + - DocumentLabel: Support + DocumentUrl: https://www.aloxbook.com/en/support.html + - DocumentLabel: Security Reporting + DocumentUrl: https://www.aloxbook.com/en/security.html + - DocumentLabel: Licence + DocumentUrl: https://www.aloxbook.com/en/license-v2.html + - DocumentLabel: Version History + DocumentUrl: https://www.aloxbook.com/en/changelog.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.yaml b/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.yaml new file mode 100644 index 0000000000000..361bd49df63e6 --- /dev/null +++ b/manifests/a/AloxBook/AloxBook/2.2.0/AloxBook.AloxBook.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AloxBook.AloxBook +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..7e34141e221ff --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.18 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{CA4AD647-EDAC-4BD9-9F7F-E055E2147714}' +ReleaseDate: 2026-08-06 +AppsAndFeaturesEntries: +- UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.36.18.msi + InstallerSha256: 6E92FB1AA08AA8C46E59AA15E93787DDC3B9F1CC0B58B952484887609E2B3DA7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f34d4cc588ccc --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.18 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4ef19821da2a4 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.18 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..6a54b73d3c9dd --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.18/Amazon.AWSCLI.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: Amazon.AWSCLI +PackageVersion: 2.36.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..1cb40ecf36c3e --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.19 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{71058EFF-EE15-4DA5-8EB7-AF2CAC0DEF62}' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.36.19.msi + InstallerSha256: BE1BE3DF33051779BC5D7B142982B07157A80BBECED65292B51EE66151911FF5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..5b7005bcf48da --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.19 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c061e3d6690d --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.19 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..737d859f360a3 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.19/Amazon.AWSCLI.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: Amazon.AWSCLI +PackageVersion: 2.36.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..93ff884ecfa3a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.29 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{72B8852D-4506-4C7A-9F64-F29F6BC900D1}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.36.29.msi + InstallerSha256: 92D1724791EF831770941F61F4C7A5D134C846CC68710F67A5F16E9390EBB612 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..70900d3145e8a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.29 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4d81ed4a5378 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.36.29 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..d283df001b754 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.36.29/Amazon.AWSCLI.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: Amazon.AWSCLI +PackageVersion: 2.36.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.installer.yaml b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.installer.yaml new file mode 100644 index 0000000000000..260e1343cee80 --- /dev/null +++ b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AnywhereLabs.DSHDesktop +PackageVersion: 2.0.2 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: 85820364-4c28-594e-b046-8896b3669248 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/anywhere-labs/deepseek-harness-desktop/releases/download/v2.0.2/DSH-Desktop-2.0.2-x64-Setup.exe + InstallerSha256: B31F63F8CF70D3FC07ED2AE36E5DE7B1939E604BDB3BE097DE3383A82A06A787 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/anywhere-labs/deepseek-harness-desktop/releases/download/v2.0.2/DSH-Desktop-2.0.2-x64-Setup.exe + InstallerSha256: B31F63F8CF70D3FC07ED2AE36E5DE7B1939E604BDB3BE097DE3383A82A06A787 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.locale.en-US.yaml b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..49f8a5625e01c --- /dev/null +++ b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AnywhereLabs.DSHDesktop +PackageVersion: 2.0.2 +PackageLocale: en-US +ShortDescription: A community-maintained desktop client for DeepSeek Harness; it is not an official DeepSeek product. +Description: DSH Desktop is a community-maintained desktop client for DeepSeek Harness. It is an Electron desktop shell and is not an official DeepSeek product. +Tags: +- ai +- deepseek +- deepseek-harness +- dsh +- large-language-model +- llm +ReleaseNotes: |- + DSH Desktop 2.0.2 is an update focused on the desktop experience and stability. + DSH Desktop is an open-source project maintained by the community and built on DeepSeek Harness. It is not an official DeepSeek product and does not represent DeepSeek’s views or positions. + Highlights + Improvements + 1. Fixed several known Windows crash issues + 2. Improved the Recovery Assistant and rollback interface + 1. The Recovery Assistant now displays details about the specific file involved in an error. + 2. When a rollback is triggered, the page now provides more options: open a dedicated terminal, export diagnostic information, run rollback, switch configuration and restart, or create a new configuration. + 3. Improved stability and compatibility + New Features + 1. Application menu in the top-left corner on macOS + To prevent users on macOS versions earlier than macOS 27 from being unable to find the app icon when too many applications are open—especially on MacBooks with a notch—the system menu bar is now mirrored in the application menu at the top-left corner. + 2. Updated the upstream DeepSeek Harness version to v0.1.1-rc.2 + Important: + 1. Some plugins have not yet been adapted for the latest upstream version. Please contact the relevant plugin developers for updates. + 2. Because the upstream includes breaking changes, installing the new version will make older versions unusable if both are present on the same machine. + 3. Plugin marketplace updates + 1. Added support for dsh-market. + 2. Plugin preview pages now show download counts, star counts, categories, and more. + 3. Improved loading performance and reliability. + 4. Added a “Desktop” page in Settings + 1. Profile: Choose the Profile used at startup, or create a secure Web Profile.Important: Due to breaking changes in the upstream project, the new version may prevent your existing profiles (Desktop, Web, etc.) from opening. We recommend creating a new profile first, then restarting the app and using the new profile.If an older profile still does not work, we recommend deleting the unusable profile. Before doing so, open a terminal and run dsh plugin list to review and copy the list of installed plugins, then proceed with deletion. Your conversation messages will be preserved, but installed plugins will not. + 2. Plugin Marketplace: Choose which plugin marketplace to enable in the desktop app. Only one marketplace is loaded at a time. + 3. Desktop Appearance & Behavior: Choose between the upstream-compatible mode and the enhanced desktop layout. + 4. Desktop Notifications: Choose when DSH Desktop sends system notifications. Notifications do not include conversation content. (Not recommended for use together with other notification plugins.) + Upgrade Instructions + Upgrading from v0.1.0 + Please download the v2.0.2 installer for your platform: + - macOS: Open the new DMG, drag DSH Desktop into the Applications folder, and replace the old version. + - Windows: Run the new installer and follow the prompts. + Upgrading from v2.0.0 or later + Right-click the application icon in the system tray to update. + We recommend quitting the currently running older version normally before upgrading. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.locale.zh-CN.yaml b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..47b461b62cd9f --- /dev/null +++ b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.locale.zh-CN.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: AnywhereLabs.DSHDesktop +PackageVersion: 2.0.2 +PackageLocale: zh-CN +Publisher: Anywhere Labs +PublisherUrl: https://github.com/anywhere-labs +PublisherSupportUrl: https://github.com/anywhere-labs/deepseek-harness-desktop/issues +PackageName: DSH Desktop +PackageUrl: https://github.com/anywhere-labs/deepseek-harness-desktop +License: MIT +LicenseUrl: https://github.com/anywhere-labs/deepseek-harness-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Anywhere Labs +ShortDescription: DSH Desktop 是由社区维护的 DeepSeek Harness 桌面客户端,并非 DeepSeek 官方产品。 +Description: DSH Desktop 把 DeepSeek Harness 的本地 Web UI、Host 服务和插件系统装进原生桌面应用。官方 Harness 以固定版本原样运行;Desktop 负责窗口、托盘、终端、更新和工作配置,并通过官方插件机制与 Harness 组合。 +Tags: +- deepseek +- deepseek-harness +- dsh +- 大模型 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + DSH Desktop 2.0.2 是桌面体验和稳定性更新。 + DSH Desktop 是由社区团队维护的开源项目,基于 DeepSeek Harness 构建,并非 DeepSeek 官方产品,也不代表 DeepSeek 官方立场。 + 主要更新 + 优化 + 一、修复部分已知的 windows 端闪退问题 + 二、优化恢复助手和回滚界面 + 1. 恢复助手会显示错误的具体文件信息; + 2. 触发回滚时页面时会增加更多可选项:打开专用终端、导出诊断信息、运行回滚、切换配置并重启、新增配置; + 三、增强稳定性,增强兼容性 + 新增 + 一、MacOS 的左上角菜单页面 + 为了防止 MacOS27 之前,会因为开太多程序(尤其是笔记本刘海屏)而导致找不到图标,将系统菜单栏同步至左上角应用菜单页 + 二、更新上游(DeepSeek Harness)版本到 v0.1.1-rc.2 + 注意!!!: + 1. 部分插件暂未适配最新上游版本。请联系相关插件开发者适配。 + 2. 因为上游进行了部分破坏性更新,安装新版本后会导致旧版本不可用(如果您本机同时存在)。 + 三、插件市场相关 + 1. 新增 dsh-market 支持; + 2. 插件预览页面增加下载量、star 数,种类等信息; + 3. 优化加载问题; + 四、设置选项新增“桌面版”页面 + 1. Profile(配置):切换启动时使用的 Profile,或创建一个安全的 Web Profile。注意!!!:因为官方的破坏性更新,新版本可能导致您此前的 profile(desktop,web 等)无法打开,建议您先新建一个 profile 后重启使用;如果旧的 profile 仍无法使用,建议您删除旧的不可用 profile;在此之前,先打开终端,输入 dsh plugin list 查看并复制您已经安装的插件,然后执行删除操作(会话消息会保存,但是插件不会) + 2. 插件市场:选择要在桌面版中启用的插件市场。每次只会加载一个。 + 3. 桌面外观与行为:选择与上游一致的兼容模式,或桌面版增强布局。 + 4. 桌面通知:选择 DSH Desktop 何时发出系统通知。通知不包含会话内容。(不建议与其他通知类插件一同使用) +ReleaseNotesUrl: https://github.com/anywhere-labs/deepseek-harness-desktop/releases/tag/v2.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.yaml b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.yaml new file mode 100644 index 0000000000000..eb44388a2c5d6 --- /dev/null +++ b/manifests/a/AnywhereLabs/DSHDesktop/2.0.2/AnywhereLabs.DSHDesktop.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: AnywhereLabs.DSHDesktop +PackageVersion: 2.0.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/aelassas/Servy/9.7/aelassas.Servy.installer.yaml b/manifests/a/aelassas/Servy/9.7/aelassas.Servy.installer.yaml new file mode 100644 index 0000000000000..b0266b63aa294 --- /dev/null +++ b/manifests/a/aelassas/Servy/9.7/aelassas.Servy.installer.yaml @@ -0,0 +1,32 @@ +# 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: aelassas.Servy +PackageVersion: '9.7' +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-21 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Servy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aelassas/servy/releases/download/v9.7/servy-9.7-x64-installer.exe + InstallerSha256: BAD4EDFF026348B58418C1E2224E8D1405C706AE9D575AD19A9268A602B56458 + ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D0}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D0}_is1' +- Architecture: arm64 + InstallerUrl: https://github.com/aelassas/servy/releases/download/v9.7/servy-9.7-arm64-installer.exe + InstallerSha256: 694EE9297F0ACFFA8FD4627F64FCC5443B8E9CA3E5516C5D88E2335493C5A01E + ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D1}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D1}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/aelassas/Servy/9.7/aelassas.Servy.locale.en-US.yaml b/manifests/a/aelassas/Servy/9.7/aelassas.Servy.locale.en-US.yaml new file mode 100644 index 0000000000000..1541507dc7139 --- /dev/null +++ b/manifests/a/aelassas/Servy/9.7/aelassas.Servy.locale.en-US.yaml @@ -0,0 +1,83 @@ +# 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: aelassas.Servy +PackageVersion: '9.7' +PackageLocale: en-US +Publisher: Akram El Assas +PublisherUrl: https://github.com/aelassas +PublisherSupportUrl: https://github.com/aelassas/servy/issues +Author: Akram El Assas +PackageName: Servy +PackageUrl: https://servy-win.github.io/ +License: MIT +LicenseUrl: https://github.com/aelassas/servy/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2026 Akram El Assas +ShortDescription: Servy lets you run any app as a native Windows service with full control over the working directory, startup type, process priority, CPU affinity, logging, health checks, hooks, and parameters. +Description: |- + Servy lets you run any app as a native Windows service with full control over the working directory, startup type, process priority, CPU affinity, logging, health checks, environment variables, dependencies, pre-launch and post-launch hooks, pre-stop and post-stop hooks, and parameters. + + Servy is digitally signed with a code-signing certificate provided by the SignPath Foundation. The signature verifies the publisher, enables Windows to detect any modification of the released binaries and installers, and prevents SmartScreen warnings. + + Servy offers a desktop app, a CLI, and a PowerShell module that let you create, configure, and manage Windows services interactively or through scripts and CI/CD pipelines. It also includes a Manager app for easily monitoring and managing all installed services in real time. + + Features: + - Clean, simple UI + - Monitor and manage all installed services with Servy Manager + - Real-time CPU and RAM monitoring with live performance graphs for installed services + - Real-time service stdout and stderr output preview in Servy Console + - Service dependency tree visualization with status indicators + - CLI and PowerShell module for full scripting and automated deployments + - Run any executable as a Windows service + - Set service name, description, startup type, priority, CPU affinity, working directory, environment variables, and dependencies + - Environment variable expansion supported in parameters, process paths, and startup directories + - Run services as Local System, local or domain accounts, Active Directory accounts, or gMSAs + - Redirect stdout/stderr to log files with automatic size-based and date-based rotations + - Run pre-launch hooks before starting the service, with retries, timeout, logging and failure handling + - Run post-launch hooks after the application starts successfully + - Run pre-stop and post-stop hooks before and after the application stops + - Supports Ctrl+C for command-line apps, close-window for GUI apps, and force kill if unresponsive + - Supports Ctrl+C propagation to descendant processes of the wrapped process + - Prevent orphaned/zombie processes with improved lifecycle management while ensuring resource cleanup + - Health checks and automatic service recovery + - Browse and search logs by level, date, and keyword for faster troubleshooting from Servy Manager + - Export/Import service configurations for easy backups and automation + - Service Event Notification alerts on service failures via Windows notifications and email + - Compatible with Windows 7 SP1 through 11 (x64/ARM64) and Windows Server editions + + Who is it for? + - Developers: Run development servers, scripts, or custom tools as services without extra setup. + - Sysadmins & IT professionals: Ensure critical background processes stay alive, monitored, and properly logged. + - Teams or organizations: Automate background services reliably across multiple machines. +Moniker: servy +Tags: +- admin +- automation +- background-service +- cli +- devops +- dotnet +- nssm +- powershell +- scm +- service-manager +- service-supervisor +- service-wrapper +- watchdog +- windows-service +- windows-tools +- winsw +ReleaseNotes: |- + - feat(security): add Set-ServyExePermissions.ps1 to harden service binaries with explicit Read & Execute rights + - feat(security): update service account documentation and UI to require Set-ServyExePermissions.ps1 hardening + - fix(core): preserve file ACLs across atomic resource extractions in ResourceHelper.cs + - fix(cli): align install command options sequence with core service schema + - test: migrate test runner and coverage collection from VSTest to MTP + - chore(deps): update dependencies + - ci(publish.yml): signed exe injected into Resources without a matching pdb, leaving embedded debug symbols stale for the shipped binary (#5436) +ReleaseNotesUrl: https://github.com/aelassas/servy/releases/tag/v9.7 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/aelassas/servy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aelassas/Servy/9.7/aelassas.Servy.yaml b/manifests/a/aelassas/Servy/9.7/aelassas.Servy.yaml new file mode 100644 index 0000000000000..b8947259b4805 --- /dev/null +++ b/manifests/a/aelassas/Servy/9.7/aelassas.Servy.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: aelassas.Servy +PackageVersion: '9.7' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/agentty/agentty/0.3.0/agentty.agentty.installer.yaml b/manifests/a/agentty/agentty/0.3.0/agentty.agentty.installer.yaml index 10ad96c4a88e3..d4684daab68bb 100644 --- a/manifests/a/agentty/agentty/0.3.0/agentty.agentty.installer.yaml +++ b/manifests/a/agentty/agentty/0.3.0/agentty.agentty.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: agentty.agentty @@ -23,6 +23,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://github.com/1ay1/agentty/releases/download/v0.3.0/agentty-windows-x86_64.msi - InstallerSha256: C211AAF0C1A5A7701A8CC19481223746CE1DF09D5786F5812712CF496AD70FD9 + InstallerSha256: 29299AB3568CCC977018C867E7A1C0F176F3D7069C561BE4A3819A4B1E03DD82 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/agentty/agentty/0.3.0/agentty.agentty.locale.en-US.yaml b/manifests/a/agentty/agentty/0.3.0/agentty.agentty.locale.en-US.yaml index 2cd378cfcb08f..6511e27b355e1 100644 --- a/manifests/a/agentty/agentty/0.3.0/agentty.agentty.locale.en-US.yaml +++ b/manifests/a/agentty/agentty/0.3.0/agentty.agentty.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: agentty.agentty diff --git a/manifests/a/agentty/agentty/0.3.0/agentty.agentty.yaml b/manifests/a/agentty/agentty/0.3.0/agentty.agentty.yaml index b17ef473c3792..f4fd8e6174c80 100644 --- a/manifests/a/agentty/agentty/0.3.0/agentty.agentty.yaml +++ b/manifests/a/agentty/agentty/0.3.0/agentty.agentty.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: agentty.agentty diff --git a/manifests/a/alagrede/znote/4.7.1/alagrede.znote.installer.yaml b/manifests/a/alagrede/znote/4.7.1/alagrede.znote.installer.yaml new file mode 100644 index 0000000000000..9d20c0f78a028 --- /dev/null +++ b/manifests/a/alagrede/znote/4.7.1/alagrede.znote.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 4.7.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- DisplayName: znote 4.7.1 + ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alagrede/znote-app/releases/download/v4.7.1/znote-Setup-4.7.1.exe + InstallerSha256: 343DBAA739C289D9542CB0D9198DDC64244580795F1D799D0C4AE67AB991C31E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/4.7.1/alagrede.znote.locale.en-US.yaml b/manifests/a/alagrede/znote/4.7.1/alagrede.znote.locale.en-US.yaml new file mode 100644 index 0000000000000..e1ab55a4da71f --- /dev/null +++ b/manifests/a/alagrede/znote/4.7.1/alagrede.znote.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 4.7.1 +PackageLocale: en-US +Publisher: alagrede +PublisherUrl: https://github.com/alagrede +PublisherSupportUrl: https://github.com/alagrede/znote-app/issues +PackageName: znote +PackageUrl: https://github.com/alagrede/znote-app +License: Freeware +ShortDescription: Markdown-based note-taking app for developers +Tags: +- dev +- editor +- electron +- markdown +- react +- znote +ReleaseNotes: |- + 4.7.1 + Note list view + The note list is now a view in its own right, closer to Apple Notes. + - Folder column to the left of the list: pick a folder, the list shows its notes. Collapsible from the toolbar, and resizable — it takes room from the list, not from the window. + - Tabs are hidden here, keyboard tab navigation included. They stay open in the background; going back to the tree view restores the tab bar with the active note alone. + - The folder chip above the list only shows when the folder column is collapsed, and clicking it brings the column back. + - Focus mode entered from this view no longer opens the "Open notes" panel, which lists the tabs this view hides. + Left sidebar + - Each view remembers its own width, and the sidebar can now be dragged 100px narrower, or up to 800px wide. Folder column state and widths are saved with the vault. + - Folders with no sub-folder no longer reserve space for a chevron, leaving more room for long names. + - Fixed: the note list and folder column came back at content height after a visit to the outline view (the outline panel was mis-sized too). + - Fixed: the Trash and Bookmarked rows lost their counter in a narrow sidebar, even with room to spare. + - Fixed: the bullet next to a note name was squashed by long names in a narrow sidebar. + AI + - Default provider on a fresh install is now OpenAI gpt-4.1 (empty API key), instead of a local llama3.2 that assumed Ollama was already installed. + - Fixed: a 401 answered "Have you started your local LLM?" whatever the provider. Authentication errors now point at the API key; the local-LLM hint is kept for Ollama when no server answered. + - Fixed: in the AI prompt overlay, the Down arrow erased a prompt you had not sent yet. The draft is now kept aside while you browse history, and restored on the way out. +ReleaseNotesUrl: https://github.com/alagrede/znote-app/releases/tag/v4.7.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://znote.io/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/4.7.1/alagrede.znote.yaml b/manifests/a/alagrede/znote/4.7.1/alagrede.znote.yaml new file mode 100644 index 0000000000000..2d0c50705e464 --- /dev/null +++ b/manifests/a/alagrede/znote/4.7.1/alagrede.znote.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 4.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.installer.yaml b/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.installer.yaml new file mode 100644 index 0000000000000..23afe97d30646 --- /dev/null +++ b/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: aloneguid.markwright +PackageVersion: 1.3.1 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{4AE450FD-4AEB-40A9-8E37-F3F06CE56B92}' +ReleaseDate: 2026-08-05 +AppsAndFeaturesEntries: +- ProductCode: '{4AE450FD-4AEB-40A9-8E37-F3F06CE56B92}' + UpgradeCode: '{3E0777C5-1597-40E7-8DAC-88133899BCEA}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.aloneguid.uk/projects/mw/bin/Markwright-1.3.1-win64.msi + InstallerSha256: 8EF221FE3107AFCEB7B028003670A46D69B1D9959DC968B4E4D292C1A62ACD86 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.locale.en-US.yaml b/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.locale.en-US.yaml new file mode 100644 index 0000000000000..cb90a95df6ab8 --- /dev/null +++ b/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: aloneguid.markwright +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: aloneguid +PackageName: Markwright +License: MIT License +ShortDescription: Mark your screen with ease +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.yaml b/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.yaml new file mode 100644 index 0000000000000..42f667c5cad3c --- /dev/null +++ b/manifests/a/aloneguid/markwright/1.3.1/aloneguid.markwright.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: aloneguid.markwright +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.installer.yaml b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.installer.yaml new file mode 100644 index 0000000000000..3e78636cd8c81 --- /dev/null +++ b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.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: BESTRUI.Octopus +PackageVersion: 0.10.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: octopus.exe +Commands: +- octopus +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bestruirui/octopus/releases/download/v0.10.3/octopus-windows-amd64.zip + InstallerSha256: CC0345177FD65666F635297AAD0AB2B88B7D68FE8C6688EFC7F3BE924957482A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.locale.en-US.yaml b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.locale.en-US.yaml new file mode 100644 index 0000000000000..6216b9df2adb8 --- /dev/null +++ b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.locale.en-US.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: BESTRUI.Octopus +PackageVersion: 0.10.3 +PackageLocale: en-US +ShortDescription: A Simple, Beautiful, and Elegant LLM API Aggregation & Load Balancing Service for Individuals +Description: |- + A Simple, Beautiful, and Elegant LLM API Aggregation & Load Balancing Service for Individuals + + ✨ Features + - 🔀 Multi-Channel Aggregation - Connect multiple LLM provider channels with unified management + - 🔑 Multi-Key Support - Support multiple API keys for a single channel + - ⚡ Smart Selection - Multiple endpoints per channel, smart selection of the endpoint with the shortest delay + - ⚖️ Load Balancing - Automatic request distribution for stable and efficient service + - 🔄 Protocol Conversion - Seamless conversion between OpenAI Chat / OpenAI Responses / Anthropic API formats + - 💰 Price Sync - Automatic model pricing updates + - 🔃 Model Sync - Automatic synchronization of available model lists with channels + - 📊 Analytics - Comprehensive request statistics, token consumption, and cost tracking + - 🎨 Elegant UI - Clean and beautiful web management panel + - 🗄️ Multi-Database Support - Support for SQLite, MySQL, PostgreSQL +Tags: +- ai +- chatbot +- large-language-model +- llm +- proxy +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.locale.zh-CN.yaml b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..001bd45ae4188 --- /dev/null +++ b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BESTRUI.Octopus +PackageVersion: 0.10.3 +PackageLocale: zh-CN +Publisher: BESTRUI +PublisherUrl: https://github.com/bestruirui +PublisherSupportUrl: https://github.com/bestruirui/octopus/issues +PackageName: Octopus +PackageUrl: https://github.com/bestruirui/octopus +License: AGPL-3.0 +LicenseUrl: https://github.com/bestruirui/octopus/blob/HEAD/LICENSE +ShortDescription: 一个简单、美观且优雅的个人大语言模型 API 聚合与负载均衡服务 +Description: |- + 一个简单、美观且优雅的个人大模型 API 聚合与负载均衡服务 + + ✨ 特性 + - 🔀 多渠道聚合 - 连接多个大模型服务商渠道,统一管理 + - 🔑 多密钥支持 - 单个渠道支持多个 API 密钥 + - ⚡ 智能选择 - 每个渠道多个端点,智能选择延迟最短的端点 + - ⚖️ 负载均衡 - 自动分配请求,确保服务稳定高效 + - 🔄 协议转换 - 无缝转换 OpenAI Chat / OpenAI Responses / Anthropic API 格式 + - 💰 价格同步 - 自动更新模型定价 + - 🔃 模型同步 - 自动同步各渠道可用模型列表 + - 📊 数据分析 - 全面的请求统计、令牌消耗和成本追踪 + - 🎨 优雅的界面 - 简洁美观的网页管理面板 + - 🗄️ 多数据库支持 - 支持 SQLite、MySQL、PostgreSQL +Tags: +- 人工智能 +- 代理 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🚀 Features + - ✨ 登录页增加信任设备选项 - by @bestruirui (a44ee) + 🏎 Performance + - ⚡️ 精简优化前端 - by @bestruirui (66b8f) + View changes on GitHub +ReleaseNotesUrl: https://github.com/bestruirui/octopus/releases/tag/v0.10.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.yaml b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.yaml new file mode 100644 index 0000000000000..306025811e5a2 --- /dev/null +++ b/manifests/b/BESTRUI/Octopus/0.10.3/BESTRUI.Octopus.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: BESTRUI.Octopus +PackageVersion: 0.10.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.installer.yaml b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.installer.yaml new file mode 100644 index 0000000000000..3585ed8f2e2fe --- /dev/null +++ b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BNotK.SAKLite +PackageVersion: 3.8.1 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: 80527788-2c12-596f-967c-e34b0dde7666 +ReleaseDate: 2026-07-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://sso.bnotk.de/saklite/bnotk_sak_lite-3.8.1-setup.exe + InstallerSha256: 786C7EA926CDF40B76005289D408B1ACF63C28A6494B22FCFCB227E5F11F332D + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://sso.bnotk.de/saklite/bnotk_sak_lite-3.8.1-setup.exe + InstallerSha256: 786C7EA926CDF40B76005289D408B1ACF63C28A6494B22FCFCB227E5F11F332D + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.de-DE.yaml b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.de-DE.yaml new file mode 100644 index 0000000000000..3363232f8055c --- /dev/null +++ b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.de-DE.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BNotK.SAKLite +PackageVersion: 3.8.1 +PackageLocale: de-DE +Publisher: procilon IT-Logistics GmbH +PublisherUrl: https://www.bnotk.de/ +PublisherSupportUrl: https://onlinehilfe.bnotk.de/einrichtungen/zertifizierungsstelle/bnotk-sak-lite.html +Author: procilon IT-Logistics GmbH +PackageName: BNotK SAK Lite +PackageUrl: https://sso.bnotk.de/saklite/download +Copyright: Copyright © 2026 procilon IT-Logistics GmbH +License: Proprietäre +ShortDescription: Lokale Software der Bundesnotarkammer zur PIN-Verwaltung von Signaturkarten und zur sicheren Anmeldung an geschützten Portalen. +Description: BNotK SAK lite ist eine lokale Signaturanwendungskomponente der Bundesnotarkammer. Sie unterstützt die PIN-Verwaltung von Signaturkarten und die sichere Authentifizierung an geschützten Portalen. +Tags: +- pin-management +- signaturkarte +- smart-card +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.en-US.yaml b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.en-US.yaml new file mode 100644 index 0000000000000..f00cf3aca32a2 --- /dev/null +++ b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.en-US.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: BNotK.SAKLite +PackageVersion: 3.8.1 +PackageLocale: en-US +License: Proprietary +ShortDescription: A local signature application from the German Federal Chamber of Notaries for managing signature-card PINs and securely authenticating with protected portals. +Description: BNotK SAK lite is a local signature application component from the German Federal Chamber of Notaries. It supports signature-card PIN management and secure authentication with protected portals. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.zh-CN.yaml b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..767223adb37f1 --- /dev/null +++ b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: BNotK.SAKLite +PackageVersion: 3.8.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 德国联邦公证员协会提供的本地签名应用,用于管理签名卡 PIN 并安全登录受保护的门户。 +Description: BNotK SAK lite 是德国联邦公证员协会提供的本地签名应用组件,用于管理签名卡 PIN,并支持在受保护门户中进行安全身份验证。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.yaml b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.yaml new file mode 100644 index 0000000000000..806f7f43f6dbe --- /dev/null +++ b/manifests/b/BNotK/SAKLite/3.8.1/BNotK.SAKLite.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: BNotK.SAKLite +PackageVersion: 3.8.1 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.installer.yaml b/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.installer.yaml new file mode 100644 index 0000000000000..2f8308f17b8fc --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.installer.yaml @@ -0,0 +1,21 @@ +PackageIdentifier: BellSoft.LibericaJDK.25 +PackageVersion: 25.0.4.101 +MinimumOSVersion: 6.1.0.0 +InstallerType: wix +Scope: machine +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/25.0.4.1+1/bellsoft-jdk25.0.4.1+1-windows-amd64.msi + InstallerSha256: 5C38A260E753EEBDBFC70A1E026833409A00318C40E7EA45C4530D16E72E4907 + ProductCode: '{75A023EE-61E5-4E7A-88F3-7233836A5486}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 25 (64-bit) +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/25.0.4.1+1/bellsoft-jdk25.0.4.1+1-windows-aarch64.msi + InstallerSha256: 010542F74DFC8BCC12C3EE5FF418B8FA385AF98ED8189D1319660A08A9AEA8C6 + ProductCode: '{BCC156B3-76CA-473B-9879-A321919D7F79}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 25 (AArch64) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.locale.en-US.yaml new file mode 100644 index 0000000000000..818dd678dbeb2 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.locale.en-US.yaml @@ -0,0 +1,30 @@ +PackageIdentifier: BellSoft.LibericaJDK.25 +PackageVersion: 25.0.4.101 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com +PublisherSupportUrl: https://bell-sw.com/support/ +PrivacyUrl: https://bell-sw.com/liberica_eula/ +Author: BellSoft +PackageName: Liberica JDK 25 +PackageUrl: https://bell-sw.com/pages/downloads/?version=java-25-lts&os=Windows&package=jdk +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_eula/ +# Copyright: +# CopyrightUrl: +ShortDescription: Liberica JDK is available on a variety of platforms. It is built from OpenJDK which BellSoft contributes to and is thoroughly tested. +Description: > + Liberica JDK is available on a variety of platforms. It is built from OpenJDK which BellSoft contributes to and is thoroughly tested. + Liberica JDK is compatible with the Java SE standard as confirmed by the JCK provided under the license from OpenJDK. Support options are available from BellSoft. +Moniker: liberica-jdk25 +Tags: +- hotspot +- java +- javafx +- liberica +- openjdk +# Agreements: +# ReleaseNotes: +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-jdk/25.0.4.1b1/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.yaml b/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.yaml new file mode 100644 index 0000000000000..f2410770e4e1f --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/25/25.0.4.101/BellSoft.LibericaJDK.25.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: BellSoft.LibericaJDK.25 +PackageVersion: 25.0.4.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.installer.yaml b/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.installer.yaml new file mode 100644 index 0000000000000..e6705ac6c8237 --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.5.10 +InstallerType: portable +UpgradeBehavior: install +Commands: +- biome +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.5.10/biome-win32-x64.exe + InstallerSha256: 65125B8689718242C5E86AEF43A9099E3313BEC2C3FECB7A1BADE02018B85ACB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.5.10/biome-win32-arm64.exe + InstallerSha256: 58707AFD02CC8522324E8F83906F44C9A78CEB4953C01E86DEF94BCD47FED0F9 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.locale.en-US.yaml b/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.locale.en-US.yaml new file mode 100644 index 0000000000000..cd86a076e78e0 --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.5.10 +PackageLocale: en-US +Publisher: BiomeJS +PublisherUrl: https://biomejs.dev/ +PublisherSupportUrl: https://github.com/biomejs/biome/issues +Author: Biome Developers and Contributors +PackageName: Biome +PackageUrl: https://biomejs.dev/ +License: Apache-2.0 +Copyright: Copyright (c) 2023-present Biome Developers and Contributors +ShortDescription: Biome is a toolchain for web projects, aimed at providing functionalities to maintain them. It offers a formatter and linter, usable via CLI and LSP. +Moniker: biome +Tags: +- css +- formatter +- javascript +- json +- jsx +- linter +- static-code-analysis +- typescript +- web +ReleaseNotes: |- + 2.5.10 + + Patch Changes + - #11403 8f7786f Thanks @Princesseuh! - Fixed Astro rejecting JavaScript comments between attributes. +
+ + - #11403 8f7786f Thanks @Princesseuh! - Fixed a bare < in Astro text being treated as the start of a tag, such as

5 < 6 and 7 > 6

. As in HTML, a < that cannot open a tag is text and needs no escaping. + - #11438 3133ffa Thanks @Princesseuh! - Fixed #8294: an Astro expression holding only a comment is no longer reported as a parse error, which also stopped the whole file from being formatted. +
{/* a note */}
+
x
+ - #11403 8f7786f Thanks @Princesseuh! - Fixed #9165: an empty Astro expression such as
{}
no longer fails to parse. Astro renders {} as nothing. + - #11403 8f7786f Thanks @Princesseuh! - Fixed Astro expressions containing a comment failing to parse. +
{/* block comment */ x}
+
{/* only a comment */}
+ - #11403 8f7786f Thanks @Princesseuh! - Added support for Astro's fragment shorthand. + <> +

a

+ + - #11403 8f7786f Thanks @Princesseuh! - Fixed an Astro frontmatter block being cut short by a closing tag inside a string or comment. + --- + const a = ""; + // in a comment + --- + - #11403 8f7786f Thanks @Princesseuh! - Fixed --- being read as an Astro frontmatter fence when markup precedes it. Astro only recognizes frontmatter at the very start of a file, so a file opening with a comment now has no frontmatter, and its --- lines are content. + + --- + this is text, not frontmatter + --- + - #11403 8f7786f Thanks @Princesseuh! - Fixed an Astro frontmatter block ending early on a line that merely starts with a dash. + --- + --count; + --- + - #11403 8f7786f Thanks @Princesseuh! - Fixed the children of an Astro element carrying is:raw being parsed as markup instead of raw text. This now also covers + - #11403 8f7786f Thanks @Princesseuh! - Fixed Astro rejecting attribute names that start with a colon, such as :href. + - #11403 8f7786f Thanks @Princesseuh! - Fixed the Astro parser failing to recover from a malformed closing tag such as
element opening an expression. MathML is foreign content where Astro parses no expressions, so LaTeX such as R^{2x} now survives as text. is unaffected. + - #11403 8f7786f Thanks @Princesseuh! - Fixed {{ at the start of an Astro expression being read as an interpolation. Astro has no {{ }} syntax, so {{ a: 1 }} and are object literals. + - #11403 8f7786f Thanks @Princesseuh! - Fixed expressions inside an Astro
 or 
+  - #11403 8f7786f Thanks @Princesseuh! - Added support for template literal attribute values in Astro, such as 
. + - #11403 8f7786f Thanks @Princesseuh! - Fixed Astro rejecting HTML5 unquoted attribute values that contain `, =, ' or ", such as and . + - #11393 dec5a8f Thanks @1678092075! - Fixed #11207: useStrictMode no longer reports Vue event handlers such as @click="count++". + - #11431 c065f99 Thanks @levrik! - Fixed #11429: Variables and imports used by Vue same-name bindings such as :disabled or v-bind:disabled are no longer reported as unused. + - #11409 405dedb Thanks @ematipico! - Fixed a memory leak in the LSP server where memory usage kept growing over long editor sessions. + - #11422 a51eff7 Thanks @dyc3! - Fixed #11416: Biome no longer crashes when parsing incomplete {let} or {const} declarations in Svelte files. + - #11378 34b715c Thanks @Netail! - Added extra rule sources from @eslint/css. biome migrate eslint detects rules in your eslint configurations more reliably. + - #11403 8f7786f Thanks @Princesseuh! - Fixed {#, {/, {: and {@ being read as Svelte block openings in every HTML-like file. They are now Svelte-only, so in HTML, Vue and Angular files a sequence such as {#if x} is ordinary text instead of a parse error. + - #11443 8d45229 Thanks @ematipico! - Fixed #11390: noFloatingPromises no longer performs unnecessary type inference on call arguments when checking methods of non-generic class instances created with new. + - #11425 9c2667b Thanks @dyc3! - Fixed #6426: GritQL plugins now match and rewrite metavariables embedded in quoted strings. + - #11441 00317c3 Thanks @dyc3! - Improved performance of useNamedCaptureGroup, noMisplacedAssertion, noSkippedTests, noExportsInTest, noDuplicateTestHooks, noIdenticalTestTitle, useTestHooksInOrder, and useTestHooksOnTop. + + What's Changed + - refactor(analyze): avoid boxed rule state strings by @dyc3 in #11385 + - ci: fix advistories by @ematipico in #11391 + - chore: update spin to resolve yanked package warning by @dyc3 in #11392 + - fix(useStrictMode): ignore Vue event handlers by @1678092075 in #11393 + - refactor(core): settings as tracked functions by @ematipico in #11363 + - feat(md): frontmatter parsing support by @ematipico in #11395 + - chore: add CodSpeed and Cloudflare to sponsors by @ematipico in #11410 + - chore: missing rule sources by @Netail in #11378 + - chore: replace cargo-audit with cargo-deny by @Netail in #11413 + - feat(js_plugin): runtime AST bindings for JS plugins by @siketyan in #10954 + - chore: split just test-lintrule by @Netail in #11414 + - feat(js_plugin): query AST nodes by their kind by @siketyan in #11415 + - fix(core): files eviction and project by @ematipico in #11409 + - fix(parse/js): handle incomplete declarations more gracefully by @dyc3 in #11422 + - fix(grit): handle metavariables inside quoted strings by @dyc3 in #11425 + - chore(wasm): enable JS plugins via unstable feature by @siketyan in #11421 + - feat(js_transform): erase type annotations in TypeScript code by @siketyan in #11417 + - fix(html/parser): correct Astro document parsing by @Princesseuh in #11403 + - fix(visitor): register references from Vue same-name bindings by @levrik in #11431 + - refactor(deserialize): type-erased visitor for reduce binary size by @siketyan in #11428 + - fix(js_plugin): use web-time clock on Boa engine by @siketyan in #11434 + - fix(tools): conformance checkout by @ematipico in #11444 + - fix(js/parser): accept comment-only Astro template expressions by @Princesseuh in #11438 + - fix(inference): use local inference for constructor dependent members by @ematipico in #11443 + - perf(lint/js): optimize some rule queries and unit test call shared logic by @dyc3 in #11441 + - fix(parse/js): handle incomplete svelte declarations even more by @dyc3 in #11448 + - ci: release by @github-actions[bot] in #11450 + + New Contributors + - @1678092075 made their first contribution in #11393 + - @levrik made their first contribution in #11431 + Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.5.9...@biomejs/biome@2.5.10 +ReleaseNotesUrl: https://github.com/biomejs/biome/releases/tag/@biomejs/biome@2.5.10 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://biomejs.dev/guides/getting-started/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.yaml b/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.yaml new file mode 100644 index 0000000000000..bde7e3d9d2a45 --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.5.10/BiomeJS.Biome.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: BiomeJS.Biome +PackageVersion: 2.5.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.installer.yaml b/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.installer.yaml new file mode 100644 index 0000000000000..3a3752dc1fcbc --- /dev/null +++ b/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bisq.Bisq +PackageVersion: 1.10.6 +InstallerType: burn +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{00FB5DB7-478E-3F45-881E-F813A95B5738}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- DisplayVersion: 1.10.5 + ProductCode: '{00FB5DB7-478E-3F45-881E-F813A95B5738}' + UpgradeCode: '{F1561753-1C78-3E58-B8B7-D04CEACA202B}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/Bisq' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bisq-network/bisq/releases/download/v1.10.6/Bisq-64bit-1.10.6.exe + InstallerSha256: 55810E936A7DD20B82BB71A75C92EB5CEC0B0C27AB6DC27A4F5ABC805F1E3B37 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.locale.en-US.yaml b/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.locale.en-US.yaml new file mode 100644 index 0000000000000..ac043fafa793a --- /dev/null +++ b/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bisq.Bisq +PackageVersion: 1.10.6 +PackageLocale: en-US +Publisher: Bisq +PublisherUrl: https://bisq.network/ +PublisherSupportUrl: https://bisq.wiki/User_support +Author: Bisq +PackageName: Bisq +PackageUrl: https://github.com/bisq-network/bisq +License: AGPL-3.0 +LicenseUrl: https://github.com/bisq-network/bisq/blob/HEAD/LICENSE +Copyright: Copyright © 2013-2025 - The Bisq developers +ShortDescription: A decentralized bitcoin exchange network. +Description: Bisq is a safe, private and decentralized way to exchange bitcoin for national currencies and other digital assets. Bisq uses peer-to-peer networking and multi-signature escrow to facilitate trading without a third party. Bisq is non-custodial and incorporates a human arbitration system to resolve disputes. +Moniker: bisq +Tags: +- bitcoin +- decentralized +- exchange +- network +- p2p +- peer-to-peer +- private +ReleaseNotes: This is a hotfix release based on v1.10.5. The last release contained a bug that lead to failed trades. +ReleaseNotesUrl: https://github.com/bisq-network/bisq/releases/tag/v1.10.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://bisq.wiki/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.yaml b/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.yaml new file mode 100644 index 0000000000000..e4261b2c0760c --- /dev/null +++ b/manifests/b/Bisq/Bisq/1.10.6/Bisq.Bisq.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: Bisq.Bisq +PackageVersion: 1.10.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.installer.yaml b/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.installer.yaml new file mode 100644 index 0000000000000..343a585062993 --- /dev/null +++ b/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Bitcraze.cfcli +PackageVersion: 0.12.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cfcli.exe + PortableCommandAlias: cfcli +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/evoggy/cfcli/releases/download/0.12.0/cfcli-x86_64-pc-windows-msvc.zip + InstallerSha256: 40CBB4E31759F384A4E6C32D46F4C225FCE70EF5655A38AFEB58A296823E046C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.locale.en-US.yaml b/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.locale.en-US.yaml new file mode 100644 index 0000000000000..20ec93812a4c0 --- /dev/null +++ b/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Bitcraze.cfcli +PackageVersion: 0.12.0 +PackageLocale: en-US +Publisher: Bitcraze +PublisherUrl: https://www.bitcraze.io/ +PublisherSupportUrl: https://github.com/evoggy/cfcli/issues +Author: Marcus Eliasson +PackageName: cfcli +PackageUrl: https://github.com/evoggy/cfcli +License: Apache-2.0 +LicenseUrl: https://github.com/evoggy/cfcli +Copyright: Marcus Eliasson +CopyrightUrl: https://github.com/evoggy/cfcli +ShortDescription: CLI tool for Crazyflie drones +Description: CLI tool for Crazyflie drones +Moniker: cfcli +Tags: +- crazyflie +ReleaseNotes: |- + ## What's Changed + * Infer flash target for single bare bin by @ataffanel in https://github.com/bitcraze/cfcli/pull/10 + * LH data in permanent storage by @ArisMorgens in https://github.com/bitcraze/cfcli/pull/11 + + ## New Contributors + * @ArisMorgens made their first contribution in https://github.com/bitcraze/cfcli/pull/11 + + **Full Changelog**: https://github.com/bitcraze/cfcli/compare/0.11.1...0.12.0 +ReleaseNotesUrl: https://github.com/bitcraze/cfcli/releases/tag/0.12.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.yaml b/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.yaml new file mode 100644 index 0000000000000..0f6be06e02fad --- /dev/null +++ b/manifests/b/Bitcraze/cfcli/0.12.0/Bitcraze.cfcli.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Bitcraze.cfcli +PackageVersion: 0.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.installer.yaml new file mode 100644 index 0000000000000..331c1f8288d3b --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.616 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.616.exe + InstallerSha256: C4CF6789B27644B6D6593E14E5EF30CDA6DDDCC767C39800DC429BA53721A55C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 0000000000000..7c2ba406b6f85 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.616 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.yaml new file mode 100644 index 0000000000000..ef8a8f150f3ac --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.616/Blitz.Blitz.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.616 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/BraveOrigin/Nightly/151.1.95.2/Brave.BraveOrigin.Nightly.installer.yaml b/manifests/b/Brave/BraveOrigin/Nightly/151.1.95.2/Brave.BraveOrigin.Nightly.installer.yaml index 73f6aaecb0da9..32b0f968b70cf 100644 --- a/manifests/b/Brave/BraveOrigin/Nightly/151.1.95.2/Brave.BraveOrigin.Nightly.installer.yaml +++ b/manifests/b/Brave/BraveOrigin/Nightly/151.1.95.2/Brave.BraveOrigin.Nightly.installer.yaml @@ -28,7 +28,7 @@ FileExtensions: - webp - xht - xhtml -ProductCode: BraveSoftware Brave-Origin +ProductCode: BraveSoftware Brave-Origin-Nightly ReleaseDate: 2026-07-23 Installers: - Architecture: x86 diff --git a/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.installer.yaml b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.installer.yaml new file mode 100644 index 0000000000000..e753fbf614d71 --- /dev/null +++ b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.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: ByteDance.Lark.MSI +PackageVersion: 7.72.0.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_DIR="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-lark +ReleaseDate: 2026-07-18 +AppsAndFeaturesEntries: +- UpgradeCode: '{099C5419-D02D-441A-A7C4-CDE704927C70}' +Installers: +- Architecture: x86 + InstallerUrl: https://lf16-larkversion.larksuitecdn.com/obj/lark-version-sg/1b01b630/Lark-win32_ia32-7.72.9-signed.msi + InstallerSha256: DB81F79732706818E0A1580253905A16A6D280E06725109C34ECC7AFAB9F41F1 + ProductCode: '{9D768EF8-1338-4104-B21A-02A7E01EC628}' +- Architecture: x64 + InstallerUrl: https://lf16-larkversion.larksuitecdn.com/obj/lark-version-sg/2168f9dd/Lark-win32_x64-7.72.9-signed.msi + InstallerSha256: 49DB5E7F7DC5422A493E27C18370D1F9C27C4128DB8545B1CBB033BA5EB9531E + ProductCode: '{BEB80F36-6E2A-4D9C-894A-A899A2AEE4F0}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.locale.en-US.yaml b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.locale.en-US.yaml new file mode 100644 index 0000000000000..6e4c2383d38d6 --- /dev/null +++ b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Lark.MSI +PackageVersion: 7.72.0.0 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://www.larksuite.com/hc/en-US/ +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/en_us/download +License: Proprietary +LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service +Copyright: Copyright © 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: The Next-Gen Collaboration Suite +Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/360046836333 +PurchaseUrl: https://www.larksuite.com/en_us/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9a274afebc143 --- /dev/null +++ b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Lark.MSI +PackageVersion: 7.72.0.0 +PackageLocale: zh-CN +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/zh_cn/ +PublisherSupportUrl: https://www.larksuite.com/hc/zh-CN/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/zh_cn/download +License: 专有软件 +LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +Copyright: Copyright © 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 新一代协同套件 +Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/360046836333 +PurchaseUrl: https://www.larksuite.com/zh_cn/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.yaml b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.yaml new file mode 100644 index 0000000000000..9c52fbc57d59d --- /dev/null +++ b/manifests/b/ByteDance/Lark/MSI/7.72.0.0/ByteDance.Lark.MSI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Lark.MSI +PackageVersion: 7.72.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 0000000000000..cf3474df467d5 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.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: ByteDance.LarkCLI +PackageVersion: 1.0.89 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.89/lark-cli-1.0.89-windows-amd64.zip + InstallerSha256: C9587545F0D0F140D0F04B0AE51AD660E7557EF324A4061EDDAF2B5159B3E3EC +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.89/lark-cli-1.0.89-windows-arm64.zip + InstallerSha256: 52026A520A7292B4469E7D8EC1B89662B4FC847DE1463DDF254D93074DBDBFDB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..75991b8669b48 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.89 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://github.com/larksuite/cli/issues +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark CLI +PackageUrl: https://github.com/larksuite/cli +License: MIT +LicenseUrl: https://github.com/larksuite/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. +Description: |- + A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. + Why lark-cli? + - Agent-Native Design — 19 structured Skills out of the box, compatible with popular AI tools — Agents can operate Lark with zero extra setup + - Wide Coverage — 11 business domains, 200+ curated commands, 19 AI Agent Skills + - AI-Friendly & Optimized — Every command is tested with real Agents, featuring concise parameters, smart defaults, and structured output to maximize Agent call success rates + - Open Source, Zero Barriers — MIT license, ready to use, just npm install + - Up and Running in 3 Minutes — One-click app creation, interactive login, from install to first API call in just 3 steps + - Secure & Controllable — Input injection protection, terminal output sanitization, OS-native keychain credential storage + - Three-Layer Architecture — Shortcuts (human & AI friendly) → API Commands (platform-synced) → Raw API (full coverage), choose the right granularity + Features + - 📅 Calendar: View agenda, create events, invite attendees, check free/busy status, time suggestions + - 💬 Messenger: Send/reply messages, create and manage group chats, view chat history & threads, search messages, download media + - 📄 Docs: Create, read, update, and search documents, read/write media & whiteboards + - 📁 Drive: Upload and download files, search docs & wiki, manage comments + - 📊 Base: Create and manage tables, fields, records, views, dashboards, data aggregation & analytics + - 📈 Sheets: Create, read, write, append, find, and export spreadsheet data + - ✅ Tasks: Create, query, update, and complete tasks; manage task lists, subtasks, comments & reminders + - 📚 Wiki: Create and manage knowledge spaces, nodes, and documents + - 👤 Contact: Search users by name/email/phone, get user profiles + - 📧 Mail: Browse, search, read emails, send, reply, forward, manage drafts, watch new mail + - 🎥 Meetings: Search meeting records, query meeting minutes & recordings +Moniker: lark-cli +Tags: +- feishu +- lark +ReleaseNotes: |- + Changelog + - f28a418019d6b8de7df6c153183c77c706914eca feat(base): add --position and statistics number_format to dashboard-block create/update (#2118) + - da371dc242b6c04823f78f53a537dfd0ab6e6377 feat(base): add dashboard and form share shortcuts (#2282) + - 79b8647196832986bfe8528cb115ff5c6bf27a56 feat(base): add template discovery and form question field reuse (#2340) + - 42060154ddb7d6c325bc32c36c83f8264774e16d feat(base): support button workflow bindings (#2437) + - cc015bac28f48938f80f4d44b35036bebcecdac1 feat(skills): extend slides XML schema (#2442) + - e525beb8d6ddecbde68ea3b2df292f1d70a66fa5 feat(skills): unify meeting related skills (#2387) + - b343e6763958db594bdb739a658122443c1c0e65 feat(slides): use office_slide_file parent_type for imported office presentations (#2441) + - fbd1aa49cd42d02f40e88b2bb4df06a6a9c2e19c feat: add IM read status shortcuts (#2318) + - 755daa4de3ea12785c43a15244ffb8f012122c13 feat: add minutes transcript degradation logic (#2404) + - ca35f6061616d4f47681368bbbef03be28193dc9 fix(apps): make cache-clear ask first, and make apps failures classifiable (#2415) + - de45ec61e6e1a12e367a3eb91bd12bd56efe2fe9 fix: honor recovered E2E retries (#2400) + - 52f970f23e6ee01451a3084460bba0512aa38533 refactor(shortcuts): remove MCP text location paths (#2439) + - bbcdf65110000ca5b02796df3abccbc4be06db9a test(drive): retry transient async cleanup contention (#2397) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.89 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..35c8ccfebab55 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.89 +PackageLocale: zh-Hans-CN +Publisher: 北京飞书科技有限公司 +PublisherUrl: https://www.feishu.cn/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +CopyrightUrl: https://www.feishu.cn/terms +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..9ed043f44f02f --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.locale.zh-Hans.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.89 +PackageLocale: zh-Hans +PublisherUrl: https://www.larksuite.com/zh_cn/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.yaml new file mode 100644 index 0000000000000..aeb782d92ae95 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.89/ByteDance.LarkCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.89 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.installer.yaml b/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.installer.yaml new file mode 100644 index 0000000000000..ee8fa98c1b19e --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: Downloader.exe + PortableCommandAlias: downloader +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/bezzad/Downloader.Desktop/releases/download/v2.3.0/Downloader-win-x64.zip + InstallerSha256: 6BC5101E5D8F6E84E21C358FC35DAFDC237B040F4A9E17771695753563892290 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.locale.en-US.yaml b/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.locale.en-US.yaml new file mode 100644 index 0000000000000..ec21c26911087 --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Behzad Khosravifar +PublisherUrl: https://github.com/bezzad +PackageName: Downloader +PackageUrl: https://github.com/bezzad/Downloader.Desktop +License: MIT +LicenseUrl: https://github.com/bezzad/Downloader.Desktop/blob/main/LICENSE +ShortDescription: Fast cross-platform multi-connection download manager. +Moniker: downloader +Tags: + - download + - download-manager + - downloader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.yaml b/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.yaml new file mode 100644 index 0000000000000..2b3efb12a4506 --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.3.0/bezzad.Downloader.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/binbat/live777/0.9.0/binbat.live777.installer.yaml b/manifests/b/binbat/live777/0.9.0/binbat.live777.installer.yaml new file mode 100644 index 0000000000000..8f4351a010301 --- /dev/null +++ b/manifests/b/binbat/live777/0.9.0/binbat.live777.installer.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: binbat.live777 +PackageVersion: 0.9.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: install +Commands: +- live777 +ReleaseDate: 2026-05-24 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: live777-v0.9.0-i686-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.9.0/live777-v0.9.0-i686-pc-windows-msvc.zip + InstallerSha256: 61000E7176ED04116FBE1594E7C3C13FE85E8A64CD2E236318AAB174A4100039 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: live777-v0.9.0-x86_64-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.9.0/live777-v0.9.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 3AD4A6AA455EB81C8607AEBA1C6F73564E140917A77FF89021494F6948B37FB2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: live777-v0.9.0-aarch64-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.9.0/live777-v0.9.0-aarch64-pc-windows-msvc.zip + InstallerSha256: C3C73DD9EBC9F483FDC7A29A933FA333DEFECF618956465EE84FAE441E14846B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/binbat/live777/0.9.0/binbat.live777.locale.en-US.yaml b/manifests/b/binbat/live777/0.9.0/binbat.live777.locale.en-US.yaml new file mode 100644 index 0000000000000..a2b501c733ded --- /dev/null +++ b/manifests/b/binbat/live777/0.9.0/binbat.live777.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: binbat.live777 +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777 +PublisherSupportUrl: https://github.com/binbat/live777/issues +PackageName: live777 +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/HEAD/LICENSE +ShortDescription: A very simple, high performance, edge WebRTC SFU +Tags: +- audio +- rtp +- sfu +- video +- webrtc +- webrtc-server +- webrtc-sfu +- webrtc-whep +- webrtc-whip +- whep +- whip +ReleaseNotes: "## What's Changed\r\n• feat(recorder):Implement Stream Recording and Playback by @4627488 in https://github.com/binbat/live777/pull/310\r\n• feat(rtsp):extract and inject H.264 SPS/PPS by @Marsyew in https://github.com/binbat/live777/pull/313\r\n• feat:add RISC-V support and enhance WebRTC-based livecam application by @Marsyew in https://github.com/binbat/live777/pull/311\r\n• Change package manager `npm` => `pnpm` and workspace by @a-wing in https://github.com/binbat/live777/pull/314\r\n• Update dockerfile by @a-wing in https://github.com/binbat/live777/pull/315\r\n• feat(recorder):sync record metadata with liveman by @4627488 in https://github.com/binbat/live777/pull/316\r\n• docs:improve recorder documentation structure and clarity by @4627488 in https://github.com/binbat/live777/pull/318\r\n• chore:remove recording e2e test and playwright dependency by @4627488 in https://github.com/binbat/live777/pull/319\r\n• refactor(rtsp):major refactoring for improved RTSP support by @Marsyew in https://github.com/binbat/live777/pull/320\r\n• Md5 revision by @YuAii2004 in https://github.com/binbat/live777/pull/322\r\n• refactor:improve child process management and RTSP test reliability by @Marsyew in https://github.com/binbat/live777/pull/323\r\n• feat:add H.265/HEVC support with RTP payload handling by @Marsyew in https://github.com/binbat/live777/pull/326\r\n• recorder:index sync + VP8 disable by @4627488 in https://github.com/binbat/live777/pull/327\r\n• feat:add external media source support with RTSP and SDP by @Marsyew in https://github.com/binbat/live777/pull/329\r\n• feat:introduce LiveVOD service and consolidate storage backend to S3 by @4627488 in https://github.com/binbat/live777/pull/330\r\n• fix(recorder):generate full HEVC codec string per ISO/IEC 14496-15 by @4627488 in https://github.com/binbat/live777/pull/335\r\n• fix(liveion):show publisher count for source streams by @Marsyew in https://github.com/binbat/live777/pull/337\r\n• refactor(livetwo):whipinto and whepfrom graceful shutdown by @a-wing in https://github.com/binbat/live777/pull/346\r\n• fix:correct audio RTP channel for liveion feature source-rtsp by @Marsyew in https://github.com/binbat/live777/pull/348\r\n• fix(h265):handle VPS/SPS/PPS NAL types correctly in Annex B conversion by @Marsyew in https://github.com/binbat/live777/pull/350\r\n• datachannel-to-udp forwarding by @yingchuan8985 in https://github.com/binbat/live777/pull/336\r\n• Feature/upload ready by @CK-bantang in https://github.com/binbat/live777/pull/351\r\n• Feature/liveion recorder webui by @CK-bantang in https://github.com/binbat/live777/pull/354\r\n\r\n## New Contributors\r\n• @YuAii2004 made their first contribution in https://github.com/binbat/live777/pull/322\r\n• @yingchuan8985 made their first contribution in https://github.com/binbat/live777/pull/336\r\n• @CK-bantang made their first contribution in https://github.com/binbat/live777/pull/351\r\n\r\n**Full Changelog**:https://github.com/binbat/live777/compare/v0.8.1...v0.9.0" +ReleaseNotesUrl: https://github.com/binbat/live777/releases/tag/v0.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/binbat/live777/0.9.0/binbat.live777.yaml b/manifests/b/binbat/live777/0.9.0/binbat.live777.yaml new file mode 100644 index 0000000000000..944debdf68f3a --- /dev/null +++ b/manifests/b/binbat/live777/0.9.0/binbat.live777.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: binbat.live777 +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/busylight/Teams/2.5.8/busylight.Teams.installer.yaml b/manifests/b/busylight/Teams/2.5.8/busylight.Teams.installer.yaml new file mode 100644 index 0000000000000..c1c3c6089e2a0 --- /dev/null +++ b/manifests/b/busylight/Teams/2.5.8/busylight.Teams.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.8.0 $debug=NVS0.CRLF.7-6-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: busylight.Teams +PackageVersion: 2.5.8 +InstallerType: zip +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: 'Busylight for MS Teams Win 2.5.8\\Busylight4MS_Teams_Setup.msi' + InstallerUrl: https://www.plenom.com/download/70652/?tmstv=1689606467 + InstallerSha256: 884F96F88A40D88A7A68EE8CA1A297780A699AF0A4AF040EE8E4E1439C5D0A03 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/busylight/Teams/2.5.8/busylight.Teams.locale.en-US.yaml b/manifests/b/busylight/Teams/2.5.8/busylight.Teams.locale.en-US.yaml new file mode 100644 index 0000000000000..9a9277017e69b --- /dev/null +++ b/manifests/b/busylight/Teams/2.5.8/busylight.Teams.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.8.0 $debug=NVS0.CRLF.7-6-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: busylight.Teams +PackageVersion: 2.5.8 +PackageLocale: en-US +Publisher: Plenom +Author: Plenom +PackageName: Busylight for Microsoft Teams +License: Proprietary +Copyright: Copyright (C) Plenom A/S. All rights reserved. +ShortDescription: Busylight is a USB-connected visual indicator device designed to show user availability and reduce interruptions in office environments. It integrates with platforms like Microsoft Teams to display status information. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/busylight/Teams/2.5.8/busylight.Teams.yaml b/manifests/b/busylight/Teams/2.5.8/busylight.Teams.yaml new file mode 100644 index 0000000000000..d63ec88933622 --- /dev/null +++ b/manifests/b/busylight/Teams/2.5.8/busylight.Teams.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.8.0 $debug=NVS0.CRLF.7-6-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: busylight.Teams +PackageVersion: 2.5.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.installer.yaml b/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.installer.yaml index 759b454f5528a..1bf6d6d078b2a 100644 --- a/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.installer.yaml +++ b/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CABS.SalesPrix @@ -7,7 +7,7 @@ InstallerType: nullsoft Installers: - Architecture: x86 InstallerUrl: https://www.scanprix.de/Setup/Setup_SalesPrix.exe - InstallerSha256: 3772B2C5BCD9C4F2D84A9AE881774CBFDCC6479DB4AC012AA7F809F568D298B3 + InstallerSha256: 9B9A45471F363E48B3D9DFE289BFF7884B05C68EB14E9592C0FB814BC962B377 AppsAndFeaturesEntries: - DisplayName: CABS-Deinstaller ProductCode: ScanPrix-Programme diff --git a/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.locale.de-DE.yaml b/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.locale.de-DE.yaml index a2c5c4a8ba4b4..b4083f767ae50 100644 --- a/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.locale.de-DE.yaml +++ b/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.locale.de-DE.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CABS.SalesPrix diff --git a/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.yaml b/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.yaml index c83d6a174f387..7f1b5c9926da0 100644 --- a/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.yaml +++ b/manifests/c/CABS/SalesPrix/7.1.0/CABS.SalesPrix.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CABS.SalesPrix diff --git a/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.installer.yaml b/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.installer.yaml index 6ccc3f1bcee8c..bc116a4f57517 100644 --- a/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.installer.yaml +++ b/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CABS.ScanPrix @@ -7,6 +7,6 @@ InstallerType: nullsoft Installers: - Architecture: x86 InstallerUrl: https://www.scanprix.de/Setup/Setup_ScanPrix.exe - InstallerSha256: BC6A9F42CF9B4DAFA7CACBAC4EF6692B7308C4E15A6F98A8008CC790ADECA704 + InstallerSha256: 64688D123A03712675B4453CBFE04CF2CF906E2BA17B9ECEA4270EBFD2F6AD1C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.locale.de-DE.yaml b/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.locale.de-DE.yaml index 6c094e488a6c2..d2d93bdfb811a 100644 --- a/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.locale.de-DE.yaml +++ b/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.locale.de-DE.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CABS.ScanPrix diff --git a/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.yaml b/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.yaml index 6e35fd43d5e49..9f85b45c25e09 100644 --- a/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.yaml +++ b/manifests/c/CABS/ScanPrix/7.1.0/CABS.ScanPrix.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/19 +# Automatically updated by the winget bot at 2026/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CABS.ScanPrix diff --git a/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.installer.yaml b/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.installer.yaml deleted file mode 100644 index 7c821b3b7b26e..0000000000000 --- a/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.12.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CDESoftware.BTM-2026 -PackageVersion: 26.02.0014 -InstallerType: exe -InstallerSwitches: - Silent: /exenoui /qn /norestart -Installers: -- Architecture: x86 - InstallerUrl: https://static.cdesoftware.com/btm2026/BTM2026INSTALLER.EXE - InstallerSha256: 5882B7759FE99D0A35E1E2932AE2F0C18F168314EC10280CF247BB24D4C4D407 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.locale.en-US.yaml b/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.locale.en-US.yaml deleted file mode 100644 index ef691cdb7e473..0000000000000 --- a/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created using wingetcreate 1.12.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CDESoftware.BTM-2026 -PackageVersion: 26.02.0014 -PackageLocale: en-US -Publisher: CDE Software -PublisherUrl: https://cdesoftware.com -PublisherSupportUrl: https://support.cdesoftware.com -PrivacyUrl: https://www.cdesoftware.com/privacy-policy/ -Author: CDE Software -PackageName: BTM-2026 -PackageUrl: https://cdesoftware.com -License: Proprietary -Copyright: Copyright (C) 2026 CDE Software -ShortDescription: CDE Software BTM-2026 is a bowling tournament software management program -Description: CDE Software BTM-2026 is a bowling tournament software management program -Tags: -- bowling tournament software -- bowling -- tournament -ReleaseNotesUrl: https://downloads.cdesoftware.com/btm2026/VersionHistory.txt -PurchaseUrl: https://shop.cdesoftware.com -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.yaml b/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.yaml deleted file mode 100644 index e77267cd1b965..0000000000000 --- a/manifests/c/CDESoftware/BTM-2026/26.02.0014/CDESoftware.BTM-2026.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: CDESoftware.BTM-2026 -PackageVersion: 26.02.0014 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.installer.yaml b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.installer.yaml new file mode 100644 index 0000000000000..8209beebd1318 --- /dev/null +++ b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CZNIC.Datovka +PackageVersion: 4.29.5 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://datovka.nic.cz/4.29.5/datovka-4.29.5-windows-x86.msi + InstallerSha256: EF5297852A028F4D3263AD9A051EDAB20B1F8CBEF6D91D2098E23697BD71DAC9 + ProductCode: '{E4B59EDE-7347-4B1A-B4FD-E59B43958F2F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C1B3CE89-4773-4FF3-BFF7-12144DEF2F15}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\CZ.NIC\Datovka' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://datovka.nic.cz/4.29.5/datovka-4.29.5-windows-x64.msi + InstallerSha256: 65FD435C0BEA0ED3E406EA63C21A462DF92952A79A526015985ED7299BEC514B + ProductCode: '{622559F7-0A88-44A2-9F47-14878A29CA86}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C1B3CE89-4773-4FF3-BFF7-12144DEF2F15}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CZ.NIC\Datovka' +- Architecture: x86 + InstallerType: nullsoft + InstallerUrl: https://datovka.nic.cz/4.29.5/datovka-4.29.5-windows-x86.exe + InstallerSha256: F7A7E26D06DC3BDF8F9AF8B58BFEB768F1DA82184881065C13C651957AFD74FA + ProductCode: Datovka +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://datovka.nic.cz/4.29.5/datovka-4.29.5-windows-x64.exe + InstallerSha256: 442E1AA76BD723F23062866648B35232D88003238BEC265AAC4B7F7A982BC4B1 + ProductCode: Datovka +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.cs-CZ.yaml b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..7c6e00b2e9cc3 --- /dev/null +++ b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.cs-CZ.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: CZNIC.Datovka +PackageVersion: 4.29.5 +PackageLocale: cs-CZ +Publisher: CZ.NIC, z.s.p.o. +PublisherUrl: https://www.nic.cz/page/351/ +PublisherSupportUrl: https://gitlab.nic.cz/datovka/datovka/-/issues +PrivacyUrl: https://www.datovka.cz/cs/pages/ochrana-osobnich-udaju.html +Author: CZ.NIC, z.s.p.o. +PackageName: Datovka +PackageUrl: https://www.datovka.cz/cs/pages/instalace.html +License: GPL-3.0 +LicenseUrl: https://jxself.org/translations/gpl-3.cz.shtml +Copyright: Copyright © 2014-2026 CZ.NIC, z.s.p.o. +ShortDescription: Datovka je multiplatformní desktopová aplikace pro přístup k datovým schránkám a k trvalému uchovávání datových zpráv v lokální databázi. +Description: Datovka je multiplatformní desktopová aplikace pro přístup k datovým schránkám. Uživatelské rozhraní aplikace se inspiruje poštovními klienty. Datovka je svobodný software chráněný licencí GNU GPL verze 3. Instalační balíčky pro Linux, Windows a macOS jsou volně ke stažení. +ReleaseNotes: |- + Byla vydána Datovka 4.29.5. + Opravy chyb + - Opraven špatný formát ZFO příloh v e-mailech vytvářených na Windows pomocí funkcí ActiveX nebo MAPI. +ReleaseNotesUrl: https://www.datovka.cz/cs/2026-08-21-datovka-4.29.5.html +Documentations: +- DocumentLabel: Uživatelská příručka + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/wikis/manual +- DocumentLabel: FAQ + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/-/wikis/help +- DocumentLabel: Doporučené zásady + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/-/wikis/best-practice +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.en-US.yaml b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.en-US.yaml new file mode 100644 index 0000000000000..509e2e63d54b3 --- /dev/null +++ b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CZNIC.Datovka +PackageVersion: 4.29.5 +PackageLocale: en-US +ShortDescription: Datovka is a multi-platform desktop application for accessing data boxes and permanently storing data messages in a local database. +Description: Datovka is a cross-platform desktop application for accessing data boxes. The application's user interface is inspired by email clients. Datovka is free software protected by the GNU GPL version 3 license. Installation packages for Linux, Windows, and macOS are freely available for download. +ReleaseNotes: |- + * Fixed wrong ZFO format when being attached into e-mails using ActiveX, MAPI + or AppleScript. +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/wikis/manual +- DocumentLabel: FAQ + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/-/wikis/help +- DocumentLabel: Recommended Practices + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/-/wikis/best-practice +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.zh-CN.yaml b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d92919c1a6f68 --- /dev/null +++ b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CZNIC.Datovka +PackageVersion: 4.29.5 +PackageLocale: zh-CN +ShortDescription: Datovka 是一款跨平台桌面应用程序,用于访问数据信箱并将数据消息永久存储在本地数据库中。 +Description: Datovka 是一个跨平台的桌面应用程序,用于访问数据邮箱。该应用程序的用户界面借鉴了邮件客户端的设计。Datovka 是受 GNU GPL 第 3 版许可证保护的自由软件。适用于 Linux、Windows 和 macOS 的安装包可免费下载。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/wikis/manual +- DocumentLabel: 常见问题 + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/-/wikis/help +- DocumentLabel: 推荐实践 + DocumentUrl: https://gitlab.labs.nic.cz/datovka/datovka/-/wikis/best-practice +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.yaml b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.yaml new file mode 100644 index 0000000000000..5fb84bd83637a --- /dev/null +++ b/manifests/c/CZNIC/Datovka/4.29.5/CZNIC.Datovka.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: CZNIC.Datovka +PackageVersion: 4.29.5 +DefaultLocale: cs-CZ +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.installer.yaml b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.installer.yaml new file mode 100644 index 0000000000000..967eda5ba97b5 --- /dev/null +++ b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cendio.ThinLincClient +PackageVersion: 4.21.0 +InstallerType: nullsoft +Scope: machine +FileExtensions: +- tlclient +ProductCode: tlclient +ReleaseDate: 2026-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://www.cendio.com/downloads/clients/tl-4.21.0-client-windows.exe + InstallerSha256: BA9D91068988C1C3547E1DBCD5C5E5218D524193161EB66629283D65BC724308 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.locale.en-US.yaml b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.locale.en-US.yaml new file mode 100644 index 0000000000000..a9e3e6ce1732d --- /dev/null +++ b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.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: Cendio.ThinLincClient +PackageVersion: 4.21.0 +PackageLocale: en-US +Publisher: Cendio AB +PublisherUrl: https://www.cendio.com/ +PublisherSupportUrl: https://www.cendio.com/thinlinc/support/ +PrivacyUrl: https://www.cendio.com/thinlinc/docs/legal/privacy/ +Author: Cendio AB +PackageName: ThinLinc client +PackageUrl: https://www.cendio.com/thinlinc/download/ +License: Proprietary +LicenseUrl: https://www.cendio.com/thinlinc/docs/legal/eula/ +Copyright: © 2026 Cendio +CopyrightUrl: https://www.cendio.com/thinlinc/docs/legal/eula/ +ShortDescription: Remote Linux desktop access software +Description: ThinLinc is a software that provides remote Linux desktop access by combining proprietary code with open-source projects like TigerVNC, noVNC and OpenSSH. The core purpose of the software is to securely grant graphical access to Linux machines. The ThinLinc software also works closely with the existing Linux system to utilize it’s already well established ecosystem. +Tags: +- home-office +- remote +- remote-access +- remote-control +- remote-desktop +ReleaseNotesUrl: https://www.cendio.com/thinlinc/docs/relnotes/?version=4.21.0 +PurchaseUrl: https://www.cendio.com/thinlinc/buy-pricing/ +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.cendio.com/thinlinc/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.locale.zh-CN.yaml b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a9317b47e23d --- /dev/null +++ b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.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: Cendio.ThinLincClient +PackageVersion: 4.21.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 远程 Linux 桌面访问软件 +Description: ThinLinc 是一款通过结合专有代码与开源项目(如 TigerVNC、noVNC 和 OpenSSH)来提供远程 Linux 桌面访问的软件。该软件的核心目的是安全地为 Linux 机器提供图形化访问。ThinLinc 还与现有的 Linux 系统紧密协作,充分利用其已建立完善的生态系统。 +Tags: +- 远程 +- 远程办公 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.cendio.com/thinlinc/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.yaml b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.yaml new file mode 100644 index 0000000000000..1dfd862c301b5 --- /dev/null +++ b/manifests/c/Cendio/ThinLincClient/4.21.0/Cendio.ThinLincClient.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: Cendio.ThinLincClient +PackageVersion: 4.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.installer.yaml b/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.installer.yaml new file mode 100644 index 0000000000000..0052bb2d7d5d2 --- /dev/null +++ b/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CircleCI.CLI +PackageVersion: 1.0.48692 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: circleci.exe + PortableCommandAlias: circleci +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CircleCI-Public/circleci-cli/releases/download/v1.0.48692/circleci-cli_1.0.48692_windows_amd64.zip + InstallerSha256: 557A1542FDE9502473EAAB2CFA1E077244ECF0B6BF539EB9EDE6656A16DEE94F +- Architecture: arm64 + InstallerUrl: https://github.com/CircleCI-Public/circleci-cli/releases/download/v1.0.48692/circleci-cli_1.0.48692_windows_arm64.zip + InstallerSha256: F9F0681677660F32E9ADDD3053CB9B1E31AAA744AB45311BBCB8E69E5836041E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.locale.en-US.yaml b/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..fe2fef3518176 --- /dev/null +++ b/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CircleCI.CLI +PackageVersion: 1.0.48692 +PackageLocale: en-US +Publisher: CircleCI +PublisherUrl: https://github.com/CircleCI-Public +PublisherSupportUrl: https://github.com/CircleCI-Public/circleci-cli/issues/new +PackageName: CircleCI CLI +PackageUrl: https://circleci.com/ +License: MIT +LicenseUrl: https://github.com/CircleCI-Public/circleci-cli/blob/HEAD/LICENSE +Copyright: Circle Internet Services, Inc. +ShortDescription: CircleCI command line tool. +Description: | + `circleci` is CircleCI's official command line tool. It is an agent-friendly CLI that brings CI runs, jobs, + configuration, and other CircleCI features to the terminal right where you're already working. +Moniker: CircleCI CLI +Tags: +- circle-ci +- circleci +- cli +- command-line-tool +- continuous-delivery +- continuous-integration +- developer-tools +- devops +- golang +- graphql +- tool +ReleaseNotes: |- + Changelog + - 8492ee4 Merge pull request #1760 from CircleCI-Public/provider-aware-onboard + - 1a12652 Resolve onboard's integration from the checkout's git remote +ReleaseNotesUrl: https://github.com/CircleCI-Public/circleci-cli/releases/tag/v1.0.48692 +InstallationNotes: | + To enable PowerShell tab-completion, register the completions from your + PowerShell profile ($PROFILE). The first command ensures the profile's + parent directory exists (Add-Content creates the file but not the folder); + the second appends the registration line: + + New-Item -ItemType Directory -Path (Split-Path $PROFILE) -Force | Out-Null + Add-Content -Path $PROFILE -Value 'circleci completion powershell | Out-String | Invoke-Expression' +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.yaml b/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.yaml new file mode 100644 index 0000000000000..251ae93205d18 --- /dev/null +++ b/manifests/c/CircleCI/CLI/1.0.48692/CircleCI.CLI.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: CircleCI.CLI +PackageVersion: 1.0.48692 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.installer.yaml b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.installer.yaml new file mode 100644 index 0000000000000..ba2ecd8820ff2 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CommunicationPlatform.MAX +PackageVersion: 26.28.2 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: install +Protocols: +- max +ProductCode: '{3F7BAC91-E80A-43F6-B3AE-B8FA4D5E20C2}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- UpgradeCode: '{C75CA842-16FD-4019-A356-5F1D958B2D22}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\MAX' +Installers: +- Architecture: x64 + InstallerUrl: https://download.max.ru/win/release/26.28.2/MAX.msi + InstallerSha256: 26D72ED13BB6158760EED3D4C79A9DCD4053032CD9CA78929E369F0591F26B50 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.en-US.yaml b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.en-US.yaml new file mode 100644 index 0000000000000..b75af6f85c9a2 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.en-US.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: CommunicationPlatform.MAX +PackageVersion: 26.28.2 +PackageLocale: en-US +License: Proprietary +ShortDescription: A fast and easy application for communication and solving everyday tasks +Description: MAX allows sending all types of messages and making calls even on low-end devices and with slow internet connection. +Tags: +- call +- chat +- im +- instant-messaging +- message +- send +- share +- talk +- voice +Documentations: +- DocumentLabel: Technical documentation + DocumentUrl: https://max.ru/s/docs/tekhnicheskaya-dokumentatsiya.zip +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.ru-RU.yaml b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.ru-RU.yaml new file mode 100644 index 0000000000000..c59dc5254d6ef --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.ru-RU.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CommunicationPlatform.MAX +PackageVersion: 26.28.2 +PackageLocale: ru-RU +Publisher: Communication Platform LLC +PublisherUrl: https://max.ru/ +PublisherSupportUrl: https://help.max.ru/ +PrivacyUrl: https://legal.max.ru/pp +Author: Communication Platform LLC +PackageName: MAX +PackageUrl: https://download.max.ru/#desktop +License: несвободные +LicenseUrl: https://legal.max.ru/ps +Copyright: MAX © 2026 +CopyrightUrl: https://legal.max.ru/ps +ShortDescription: быстрое и легкое приложение для общения и решения повседневных задач +Description: MAX позволяет отправлять любые виды сообщений и звонить даже на слабых устройствах и при низкой скорости интернета. +Tags: +- говорить +- голос +- звонок +- мгновенные-сообщения +- обмен-сообщениями +- отправить +- поделиться +- сообщение +- чат +Documentations: +- DocumentLabel: Техническая документация + DocumentUrl: https://max.ru/s/docs/tekhnicheskaya-dokumentatsiya.zip +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.zh-CN.yaml b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8a91c6f4bc974 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CommunicationPlatform.MAX +PackageVersion: 26.28.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 快速轻便的沟通和处理日常事务的应用程序 +Description: MAX 支持发送各种类型的消息,并且即使在性能较弱的设备和网速较慢的情况下也能进行通话。 +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 消息 +- 电话 +- 聊天 +- 语音 +- 通话 +Documentations: +- DocumentLabel: 技术文档 + DocumentUrl: https://max.ru/s/docs/tekhnicheskaya-dokumentatsiya.zip +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.yaml b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.yaml new file mode 100644 index 0000000000000..1c2ec85d7b896 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.28.2/CommunicationPlatform.MAX.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: CommunicationPlatform.MAX +PackageVersion: 26.28.2 +DefaultLocale: ru-RU +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.installer.yaml new file mode 100644 index 0000000000000..f65ef82306440 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3 +PackageVersion: 26.5.3-0 +InstallerType: nullsoft +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- conda +- mamba +- pip +- pip3 +- python +- pythonw +ProductCode: Miniforge3 26.5.3-0 (Python 3.14.7 64-bit) +ReleaseDate: 2026-08-15 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/26.5.3-0/Miniforge3-26.5.3-0-Windows-x86_64.exe + InstallerSha256: AC05D86A4DBF3094FE112E14D1547A07CB10C6AE04BCA274F88F1C09A5549876 + InstallerSwitches: + Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/26.5.3-0/Miniforge3-26.5.3-0-Windows-x86_64.exe + InstallerSha256: AC05D86A4DBF3094FE112E14D1547A07CB10C6AE04BCA274F88F1C09A5549876 + InstallerSwitches: + Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.locale.en-US.yaml new file mode 100644 index 0000000000000..d06b286ad8152 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.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: CondaForge.Miniforge3 +PackageVersion: 26.5.3-0 +PackageLocale: en-US +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +Author: conda-forge +PackageName: Miniforge3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2026, conda-forge +ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +Moniker: miniforge3 +Tags: +- anaconda +- conda +- conda-forge +- mamba +- python +ReleaseNotes: |- + What's Changed + - Offline installer ci test by @hmaarrfk in https://github.com/conda-forge/miniforge/pull/887 + - Bump the github-actions group with 2 updates by @dependabot[bot] in https://github.com/conda-forge/miniforge/pull/888 + - Bump actions/checkout from 6 to 7 in the github-actions group by @dependabot[bot] in https://github.com/conda-forge/miniforge/pull/893 + - Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in https://github.com/conda-forge/miniforge/pull/897 + - Bump to conda 26.5.3, conda-libmamba-solver 26.7.0, Python 3.14 by @jaimergp in https://github.com/conda-forge/miniforge/pull/898 + Full Changelog: https://github.com/conda-forge/miniforge/compare/26.3.2-3...26.5.3-0 +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/26.5.3-0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..805ccc562f239 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3 +PackageVersion: 26.5.3-0 +PackageLocale: zh-CN +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +Author: conda-forge +PackageName: Miniforge3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2026, conda-forge +ShortDescription: Miniforge 是用于 conda 的免费最小化安装程序,专用于 conda-forge。 +Tags: +- anaconda +- conda +- conda-forge +- mamba +- python +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/26.5.3-0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.yaml new file mode 100644 index 0000000000000..c36c29b2f5f69 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/26.5.3-0/CondaForge.Miniforge3.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: CondaForge.Miniforge3 +PackageVersion: 26.5.3-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.installer.yaml b/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.installer.yaml new file mode 100644 index 0000000000000..67fdaccdabd14 --- /dev/null +++ b/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: CrewHaus.CLI +PackageVersion: 0.5.7 +InstallerType: portable +Commands: +- crewhaus +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/crewhaus/factory/releases/download/v0.5.7/crewhaus-windows-x64-0.5.7.exe + InstallerSha256: 7E536316AED14F375082CA2F69BC2CF714E672719891372767FB4ACB46B3E4B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.locale.en-US.yaml b/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..47054bb56a2d1 --- /dev/null +++ b/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: CrewHaus.CLI +PackageVersion: 0.5.7 +PackageLocale: en-US +Publisher: CrewHaus +PublisherUrl: https://crewhaus.ai +PublisherSupportUrl: https://github.com/crewhaus/factory/issues +PackageName: crewhaus +PackageUrl: https://github.com/crewhaus/factory +License: Apache-2.0 +LicenseUrl: https://github.com/crewhaus/factory/blob/main/LICENSE +Copyright: Copyright (c) Max Meier (StudioMax) +ShortDescription: Modular meta-harness — compile a single spec into multiple agent runtimes. +Description: CrewHaus compiles a single high-level harness spec (crewhaus.yaml) into multiple runtime targets — CLI agent, channel bot, RAG pipeline, multi-agent crew, eval harness, voice/realtime agent, browser/computer-use agent, and more. +Moniker: crewhaus +Tags: +- ai +- agent +- llm +- cli +- compiler +- meta-harness +- claude +ReleaseNotes: |- + ## What's Changed + • docs(changelog):correct the blast radius of the 0.5.5 zod gap by @crewhaus in https://github.com/crewhaus/factory/pull/412 + • fix:default llm_judge 400s on Claude 5-family models — omit the pinned temperature where the API rejects it by @crewhaus in https://github.com/crewhaus/factory/pull/414 + • chore(release):crewhaus 0.5.7 by @crewhaus in https://github.com/crewhaus/factory/pull/415 + + + **Full Changelog**:https://github.com/crewhaus/factory/compare/v0.5.6...v0.5.7 +ReleaseNotesUrl: https://github.com/crewhaus/factory/releases/tag/v0.5.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.yaml b/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.yaml new file mode 100644 index 0000000000000..1dd361e5b08d5 --- /dev/null +++ b/manifests/c/CrewHaus/CLI/0.5.7/CrewHaus.CLI.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: CrewHaus.CLI +PackageVersion: 0.5.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..77edb1e0ce223 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.1 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v17.4.1/omp-windows-x64.exe + InstallerSha256: 0DF097CC7AF44247D33BAE32D2E5E5BAF2911EF7888CA5583E83FDAB59DB7A25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..657d3785ef0eb --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.1 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v17.4.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5180698e7df33 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.1 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..e51a9f0739023 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.1/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..9fd9668284a5d --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.2 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v17.4.2/omp-windows-x64.exe + InstallerSha256: A1E99599AE6514BC854F4596AA4226BAB999867F332A6C7DD445719402949FBA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..5f72353d85365 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,104 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.2 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + @oh-my-pi/pi-ai + Added + - Image content blocks accept an optional url mirror: providers whose APIs fetch remote images (Anthropic url sources, OpenAI/xAI Responses and Chat Completions image_url, Google fileData) send the URL instead of the inline base64 payload. + Fixed + - Fixed Cursor thinking-effort selection being cosmetic: collapsed effort-routed families (GPT-5.6 Luna/Sol/Terra, Grok 4.5/4.6) now send the effort-routed wire model id instead of always pinning the -none off tier (#9246). + - Fixed OAuth preflight refresh stranding a peer-rotated credential: when a concurrent process rotated a rotating-refresh-token grant (e.g. Anthropic) during preflight, the resolve pass skipped the freshly reloaded row and failed the request with no credentials for single-account setups (#9194). + - Fixed Cursor reasoning-sibling models (e.g. gpt-5.4-mini-low, gpt-5.6-sol-xhigh) failing with resource_exhausted (errorId 528384): the per-effort GPT slug is now split into its base model id plus a { id: "reasoning", value: } request parameter, matching the official cursor-agent wire shape, instead of sending the sibling slug as the wire model id with no parameters (#9164). + @oh-my-pi/pi-catalog + Added + - Added identification of provider-side image fetchers (OpenAI, Anthropic, xAI, Google), so a server hosting images by URL can attribute an inbound fetch to the vendor that issued it. + Fixed + - Fixed Cursor model discovery showing separate picker rows for pure effort-suffixed models beyond GPT-5.6 by collapsing each standard and Fast lane into one reasoning-effort model (#9237). + @oh-my-pi/pi-coding-agent + Added + - Added an opt-in image URL broker (images.urls.enabled) that publishes outgoing images through an ordered chain of backends instead of sending inline base64 to URL-fetching providers + - Composer attachment chips (ported from omp2): pasted images and large text pastes stage as rounded preview cards above the prompt — image cards show a live thumbnail (Kitty Unicode placeholders) with pixel dimensions, text cards a snippet with +N lines/N chars — while the editor buffer holds a compact #N token in the card's identity color. + Changed + - Pasted images now insert only the [Image #N, WxH] marker; the redundant trailing attachment://N URI is no longer added to the composer. + - Added a consolidated CLI reference (docs/cli-reference.md) documenting every top-level subcommand and launch flag, including headless print mode (--print/-p, --print-thoughts) (#9252) + Fixed + - Fixed unreadable colors in macOS Terminal.app by using its supported 256-color mode (#9162). + - Fixed Esc after a fast /mcp test result aborting the active agent turn instead of consuming the advertised cancellation input (#9173). + - Fixed task spawns crashing when legacy boolean per-agent prewalk or advisor overrides are present in config.yml. + - Fixed ACP session/prompt requests hanging forever when a builtin slash command's residual prompt (e.g. /force: /some-command) resolved locally, which also wedged all subsequent prompts on the session (#9206). + - Fixed eval-spawned subagent output being omitted from per-turn output-token budgets, including failed and isolated runs (#9187). + - Fixed /compact over RPC blocking the serialized command queue for the full summarization round-trip, so a follow-up abort could not interrupt it (#9200). + - Fixed RPC UI select requests dropping option descriptions, allowing hosts to render described choices (#9175). + - Fixed /todo edit failing with "Could not parse Markdown" when checklist items had backslash-escaped brackets (- \[x\]), which editors and markdown renderers commonly emit (#9188). + - Fixed omp setup --check/--json with no component printing usage text to stdout and exiting 0; it now errors on stderr and exits non-zero so scripted JSON health checks fail loudly (#9221). + - Fixed an aggressive task.maxRuntimeMs mislabeling committed subagent outcomes: a budget-killed run is no longer reported as a runtime-limit timeout, and a subagent that yielded a complete result before the deadline is no longer reported as aborted when teardown crosses the deadline (#9191). + - Fixed startup fallback-chain warnings for discovered OpenCode Zen, OpenCode Go, and GitHub Copilot models cached under credential-scoped IDs (#9205). + - Fixed interactive /models and Ctrl+P cycling omitting an enabledModels/--models model discovered by a background provider refresh (e.g. opencode-go/ox-alpha-free) after startup, by rebuilding the scoped list once discovery completes (#9220). + - Documented how to enable, trigger, target, and manually re-arm prewalk (#9179). + - Pasted images and large text pastes appear in the composer as compact icon tokens instead of bracketed markers; the bracketed form remains the outgoing/stored format, and the transcript renders it back as the compact chip. + - Deleting an attachment's inline token now removes the attachment from the submission (surviving image markers are renumbered). + - Restored prompts (esc-esc, /tree, branch, queued-message dequeue, failed-submit recovery) collapse image markers back into clickable atomic chip tokens and re-materialize their file links instead of degrading to dead text. + @oh-my-pi/pi-tui + Added + - Editor atom table: insertAtom/registerAtom stage compact atomic tokens whose registered expansion is emitted on submit (getExpandedText), alongside the existing paste-marker store. + @oh-my-pi/pi-utils + Fixed + - Made malformed advanced-serialization frames from a worker subprocess non-fatal: Bun surfaces an undecodable IPC frame as a process-level uncaughtException in the parent (oven-sh/bun#37287), which the postmortem handler treated as fatal and tore down every active session and subagent. The handler now recognizes the decode failure and, keeping the session alive, faults the active advanced-IPC worker subsystems so their clients reject in-flight requests and recycle the subprocess instead of awaiting forever — mirroring the existing ipc-send EPIPE containment. (#9158) + What's Changed + - fix(subprocess): contain malformed worker IPC frame to the faulting worker by @roboomp in https://github.com/can1357/oh-my-pi/pull/9160 + - fix(theme): respect Terminal.app color depth by @roboomp in https://github.com/can1357/oh-my-pi/pull/9163 + - fix(cursor): split reasoning-sibling slugs into base id + reasoning param by @roboomp in https://github.com/can1357/oh-my-pi/pull/9166 + - fix(coding-agent): keep /mcp test Esc from aborting active turns by @roboomp in https://github.com/can1357/oh-my-pi/pull/9174 + - fix(rpc): preserve select option descriptions by @roboomp in https://github.com/can1357/oh-my-pi/pull/9176 + - docs(coding-agent): document prewalk by @roboomp in https://github.com/can1357/oh-my-pi/pull/9181 + - fix(coding-agent): account eval subagent output in turn budget by @roboomp in https://github.com/can1357/oh-my-pi/pull/9189 + - fix(todo): parse escaped-bracket checklist items in /todo edit by @roboomp in https://github.com/can1357/oh-my-pi/pull/9190 + - fix(task): stop wall-clock timer rewriting committed subagent outcomes by @roboomp in https://github.com/can1357/oh-my-pi/pull/9192 + - fix(ai): retry peer-rotated oauth credential during preflight by @roboomp in https://github.com/can1357/oh-my-pi/pull/9195 + - fix(rpc): background-dispatch /compact so abort can interrupt it by @roboomp in https://github.com/can1357/oh-my-pi/pull/9202 + - fix(task): normalize boolean agent overrides by @roboomp in https://github.com/can1357/oh-my-pi/pull/9207 + - fix(acp): settle prompt turn when a residual prompt resolves locally by @roboomp in https://github.com/can1357/oh-my-pi/pull/9209 + - fix(models): hydrate credential-scoped startup caches by @roboomp in https://github.com/can1357/oh-my-pi/pull/9210 + - fix(setup): error on setup --check/--json without a component by @roboomp in https://github.com/can1357/oh-my-pi/pull/9224 + - fix(coding-agent): rebuild scoped models after background discovery by @roboomp in https://github.com/can1357/oh-my-pi/pull/9225 + - fix(catalog): collapse Cursor effort siblings by @roboomp in https://github.com/can1357/oh-my-pi/pull/9238 + - fix(cursor): apply thinking-effort routing to wire model id by @roboomp in https://github.com/can1357/oh-my-pi/pull/9248 + - docs: reduce exa settings rows to surviving schema keys by @roboomp in https://github.com/can1357/oh-my-pi/pull/9259 + - docs(settings): document omitted schema groups by @roboomp in https://github.com/can1357/oh-my-pi/pull/9260 + - docs: add consolidated CLI reference page by @roboomp in https://github.com/can1357/oh-my-pi/pull/9261 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v17.4.1...v17.4.2 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v17.4.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fb24ff63d3be3 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.2 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..d7b0d5e81cda8 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.4.2/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.installer.yaml b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.installer.yaml new file mode 100644 index 0000000000000..a8bbe3ee8bb48 --- /dev/null +++ b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.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: czm15053.TrellisCard +PackageVersion: 0.2.3 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Trellis-Card +ReleaseDate: 2026-08-21 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Trellis-Card' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/czm15053/trellis-card/releases/download/v0.2.3/Trellis-Card_0.2.3_x64-setup.exe + InstallerSha256: 9B30E92BA9E658178957DF82F3A64CD7C8FF3BC494F271B6B36AE4CA04EC74E8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.locale.en-US.yaml b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.locale.en-US.yaml new file mode 100644 index 0000000000000..f6b11d0cb893b --- /dev/null +++ b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: czm15053.TrellisCard +PackageVersion: 0.2.3 +PackageLocale: en-US +ShortDescription: A desktop widget that displays task progress and Agent activity in Trellis projects in card and capsule forms. +Description: 'Trellis Card is a macOS, Windows, and Linux desktop widget that shows the task progress and Agent activity of Trellis projects in real time, in two forms: cards and capsules. It does not modify tasks; it only lets you see at a glance what is happening. Features include lifecycle state awareness (planning, running, waiting for authorization or blocked, completed), a card and capsule dual-mode display, flip-to-view task details, a task tree with project filtering, and 20 built-in themes.' +Tags: +- agent +- task +- trellis +- widget +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.locale.zh-CN.yaml b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3005f63bbbf72 --- /dev/null +++ b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: czm15053.TrellisCard +PackageVersion: 0.2.3 +PackageLocale: zh-CN +Publisher: trelliscard +PublisherUrl: https://github.com/czm15053 +PublisherSupportUrl: https://github.com/czm15053/trellis-card/issues +PackageName: Trellis-Card +PackageUrl: https://github.com/czm15053/trellis-card +License: Freeware +ShortDescription: 常驻桌面的 Trellis 任务与 Agent 活动观察者,以「卡片」和「胶囊」两种形态实时展示。 +Description: Trellis Card 是一款 macOS / Windows / Linux 桌面端小工具,以「卡片」和「胶囊」两种形态实时展示 Trellis 项目中的任务进度与 Agent 活动。它不修改任务,只负责让你一眼看清当前在发生什么。支持生命周期状态感知(规划中、运行中、等待授权或阻塞、已完成)、卡片与胶囊双形态、翻面查看任务详情、任务树与项目筛选,以及 20 款内置主题。 +Tags: +- trellis +- 任务 +- 小组件 +- 智能体 +ReleaseNotes: |- + - 空闲更省电:去掉大光晕,状态灯不再每帧重绘阴影,切到后台会暂停动画 + - 开关联看板不再把窗口收短;关掉后恢复进去之前的宽高 + - 规范页同一行卡片一起展开 + - Mac / Linux 设置里不再显示 WSL 观察(只在 Windows 上有) + - 关联看板状态改用着色徽章 + Full Changelog: https://github.com/czm15053/trellis-card/compare/v0.2.2...v0.2.3 +ReleaseNotesUrl: https://github.com/czm15053/trellis-card/releases/tag/v0.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.yaml b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.yaml new file mode 100644 index 0000000000000..40dcad1c73a1d --- /dev/null +++ b/manifests/c/czm15053/TrellisCard/0.2.3/czm15053.TrellisCard.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: czm15053.TrellisCard +PackageVersion: 0.2.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.installer.yaml b/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.installer.yaml new file mode 100644 index 0000000000000..ab8ff786c1b71 --- /dev/null +++ b/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.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: Dapr.CLI +PackageVersion: 1.18.2 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{D5F6ECF0-E770-459F-9D7D-50009A216057}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dapr/cli/releases/download/v1.18.2/dapr.msi + InstallerSha256: C0A8162C5678E56D469E69AE7BB3F5A766E82DB1DD0A9C5D3C8B5C3B92C7BE78 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.locale.en-US.yaml b/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4b14e1c3f9104 --- /dev/null +++ b/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dapr.CLI +PackageVersion: 1.18.2 +PackageLocale: en-US +Publisher: Dapr +PublisherUrl: https://dapr.io +PublisherSupportUrl: https://github.com/dapr/cli/issues +PackageName: Dapr CLI +PackageUrl: https://github.com/dapr/cli +License: Apache 2.0 +LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE +ShortDescription: Dapr's official command-line tool +ReleaseNotesUrl: https://github.com/dapr/cli/releases/tag/v1.18.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.yaml b/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.yaml new file mode 100644 index 0000000000000..6a041aad7fd7d --- /dev/null +++ b/manifests/d/Dapr/CLI/1.18.2/Dapr.CLI.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: Dapr.CLI +PackageVersion: 1.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.installer.yaml b/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.installer.yaml new file mode 100644 index 0000000000000..3f290269b0a15 --- /dev/null +++ b/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Datadog.dd-trace-dotnet +PackageVersion: 3.50.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ALLUSERS="1" PATHSHORTCUT="1" +UpgradeBehavior: install +ProductCode: '{ED26DA41-BB29-456E-B48E-6705D8FDB7CD}' +ReleaseDate: 2026-07-27 +AppsAndFeaturesEntries: +- DisplayName: Datadog .NET Tracer 64-bit + ProductCode: '{ED26DA41-BB29-456E-B48E-6705D8FDB7CD}' + UpgradeCode: '{FC228E86-EAE2-4C2A-AE82-135B718C269E}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Datadog/.NET Tracer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.50.0/datadog-dotnet-apm-3.50.0-x64.msi + InstallerSha256: EB1A9FA02212B475AEBAB5F49A696528AC8A8A7E617C6130408A5FEA18304DC2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.locale.en-US.yaml b/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.locale.en-US.yaml new file mode 100644 index 0000000000000..cb35d0b0f6eb2 --- /dev/null +++ b/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Datadog.dd-trace-dotnet +PackageVersion: 3.50.0 +PackageLocale: en-US +Publisher: Datadog, Inc. +PublisherUrl: https://docs.datadoghq.com/ +PublisherSupportUrl: https://www.datadoghq.com/support +PrivacyUrl: https://www.datadoghq.com/legal/privacy +Author: Datadog +PackageName: Datadog .NET Tracer +PackageUrl: https://docs.datadoghq.com/tracing +License: Apache-2.0 +LicenseUrl: https://github.com/DataDog/dd-trace-dotnet/blob/HEAD/LICENSE +Copyright: Copyright 2017 Datadog, Inc. +CopyrightUrl: https://github.com/DataDog/dd-trace-dotnet/blob/master/NOTICE +ShortDescription: Automatic instrumentation for .NET applications +Moniker: dd-trace-dotnet +Tags: +- apm +- tracing +ReleaseNotes: |- + Summary + - [Tracing] Add support for Serilog 4.4.0 + - [Test Optimization] Add support for MSTest 4.3.0 + - [ASM] Handle billing issues for standonly mode + - [Dynamic Instrumentation] Redact sensitive values in expression dumps + Changes + Tracer + - [OTLP] Removing the path with OtelTracesSpanMetricsEnabled (#8921) + - Add support for Serilog 4.4.0 (#8917) + CI Visibility + - fix(mstest): support ExecuteTestAsync in 4.3 (#8934) + ASM + - [ASM] Set _dd.apm.enabled:0 on all spans (#8923) + - [IAST] Exclude FSharp.* assemblies from dataflow (#8905) + - [AppSec] Report agentic onboarding marker in configuration telemetry (RFC-1113) (#8920) + Continuous Profiler + - [Profiler] Fix possible namepipe-related issues (#8821) + Debugger + - [Debugger] Redact sensitive values in expression dumps (#8879) + Build / Test + - Move TestOptimizationFeatureTests to TracerInstanceTestCollection (#8880) + - [Debugger] Deflake instanceof assembly lookup tests (#8885) + - chore(benchmarks): migrate benchmarking base image to :newest tag (#8924) + - Mark CheckProfilesSentThroughNamedPipe Flaky (#8932) + - Forward BP_EXTERNAL_S3_URL through benchmark CI triggers (#8882) + - make sure parent env variables are not polluting the test env (#8883) + - Attempt to fix more flake in System.Data.SqlClient (#8899) + - Forward BP_EXTERNAL_S3_URL explicitly on benchmark triggers (#8908) + - clean env variables in the correct place (#8918) + - [Tests] Skip MySQL and Npgsql tests on database timeouts (#8922) + - Exclude EndServerAsyncAdd from WCF legacy snapshots (#8927) + - Fix Azure Service Bus sample restore (#8933) + Changes since 3.49.0 +ReleaseNotesUrl: https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.50.0 +Documentations: +- DocumentLabel: .NET Diagnostic Tool + DocumentUrl: https://docs.datadoghq.com/tracing/troubleshooting/dotnet_diagnostic_tool/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/DataDog/dd-trace-dotnet/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.yaml b/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.yaml new file mode 100644 index 0000000000000..ee662d8f7622c --- /dev/null +++ b/manifests/d/Datadog/dd-trace-dotnet/3.50.0/Datadog.dd-trace-dotnet.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Datadog.dd-trace-dotnet +PackageVersion: 3.50.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.installer.yaml b/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.installer.yaml new file mode 100644 index 0000000000000..a0469411e62b9 --- /dev/null +++ b/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.installer.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Datadog.dd-trace-dotnet +PackageVersion: 3.51.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ALLUSERS="1" PATHSHORTCUT="1" +UpgradeBehavior: install +ProductCode: "{6BF5CF47-B28D-4BEF-BE04-73C0B1D51885}" +ReleaseDate: 2026-08-12 +AppsAndFeaturesEntries: +- DisplayName: Datadog .NET Tracer 64-bit + ProductCode: "{6BF5CF47-B28D-4BEF-BE04-73C0B1D51885}" + UpgradeCode: "{FC228E86-EAE2-4C2A-AE82-135B718C269E}" +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%/Datadog/.NET Tracer" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.51.1/datadog-dotnet-apm-3.51.1-x64.msi + InstallerSha256: 432DF1DDBFCEF0B4B8D9CFD6173770B63A8925BE4968D401A9FD2B4FA25E1C08 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.locale.en-US.yaml b/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.locale.en-US.yaml new file mode 100644 index 0000000000000..5ce310fb380cb --- /dev/null +++ b/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.locale.en-US.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Datadog.dd-trace-dotnet +PackageVersion: 3.51.1 +PackageLocale: en-US +Publisher: Datadog, Inc. +PublisherUrl: https://docs.datadoghq.com/ +PublisherSupportUrl: https://www.datadoghq.com/support +PrivacyUrl: https://www.datadoghq.com/legal/privacy +Author: Datadog +PackageName: Datadog .NET Tracer +PackageUrl: https://docs.datadoghq.com/tracing +License: Apache-2.0 +LicenseUrl: https://github.com/DataDog/dd-trace-dotnet/blob/HEAD/LICENSE +Copyright: Copyright 2017 Datadog, Inc. +CopyrightUrl: https://github.com/DataDog/dd-trace-dotnet/blob/master/NOTICE +ShortDescription: Automatic instrumentation for .NET applications +Moniker: dd-trace-dotnet +Tags: +- apm +- tracing +ReleaseNotes: |- + ## Summary + + This is a technical release and is otherwise identical to the 3.51.0 release + + ## Changes + + [Changes since 3.50.0](https://github.com/DataDog/dd-trace-dotnet/compare/v3.50.0...v3.51.1) + +ReleaseNotesUrl: https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.51.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.yaml b/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.yaml new file mode 100644 index 0000000000000..e2eba5d59defb --- /dev/null +++ b/manifests/d/Datadog/dd-trace-dotnet/3.51.1/Datadog.dd-trace-dotnet.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Datadog.dd-trace-dotnet +PackageVersion: 3.51.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml b/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml index 897d59e4c312a..444f41385963c 100644 --- a/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml +++ b/manifests/d/Daum/PotPlayer/26.08.19.0/Daum.PotPlayer.installer.yaml @@ -121,12 +121,12 @@ FileExtensions: - wvx - xspf - xss -ReleaseDate: 2026-08-20 +ReleaseDate: 2026-08-21 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup.exe - InstallerSha256: F22998219068D4B643C7E2746807FCA4B6FDD60A26A510918EDE4111679C8687 + InstallerSha256: E3A9D11E41D09CB407145256D7816689B9A50062E0E43B336D7212CEDF4D785C ProductCode: PotPlayer AppsAndFeaturesEntries: - ProductCode: PotPlayer @@ -134,7 +134,7 @@ Installers: DefaultInstallLocation: '%ProgramFiles(x86)%\DAUM\PotPlayer' - Architecture: x64 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe - InstallerSha256: D1E11991D032FEFC4395B261747E313EF99124E399EDB8E8D38D665DD3AB8BF0 + InstallerSha256: 969390A15DDBAB797FB5A945ACD39F16EF639E92ED494B7EF5FBFCC6E155B023 ProductCode: PotPlayer64 AppsAndFeaturesEntries: - DisplayName: PotPlayer-64 bit @@ -143,7 +143,7 @@ Installers: DefaultInstallLocation: '%ProgramFiles%\DAUM\PotPlayer' - Architecture: arm64 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetupARM64.exe - InstallerSha256: 85945C6BA8A7CF9AFB35B0DB2A08C4C475CE1C4D6C278DA60F26DEF146514767 + InstallerSha256: 412418026CFE32D28D4664BF26676082043D9325B7A914D1C5C9BF76F2539D9B ProductCode: PotPlayer64 AppsAndFeaturesEntries: - DisplayName: PotPlayer-64 bit diff --git a/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.installer.yaml b/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.installer.yaml new file mode 100644 index 0000000000000..e1e4ee54e8caf --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.14.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-20" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.14.0_windows_arm64.zip?x-defang-source=winget + InstallerSha256: 8852613049e1e8ee8d901937331c6d1bd8412572c13ab8c467507aacd72b61da + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.14.0_windows_amd64.zip?x-defang-source=winget + InstallerSha256: 0222bfcf7ec14f0bde45697135aa0b372107d9f6a936c99d13e613ec0ad0e8d9 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.locale.en-US.yaml b/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.locale.en-US.yaml new file mode 100644 index 0000000000000..b1cb74013c79f --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.locale.en-US.yaml @@ -0,0 +1,17 @@ +# 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: DefangLabs.Defang +PackageVersion: 3.14.0 +PackageLocale: en-US +Publisher: DefangLabs +PublisherUrl: https://defang.io/ +PublisherSupportUrl: https://github.com/DefangLabs/defang/issues/ +PackageName: Defang +PackageUrl: https://github.com/DefangLabs/defang/ +License: MIT +Copyright: Defang Software Labs Inc. +ShortDescription: The Defang command-line interface (CLI) +Description: Develop Anything, Deploy Anywhere. +Moniker: Defang +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.yaml b/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.yaml new file mode 100644 index 0000000000000..054f026c95047 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.14.0/DefangLabs.Defang.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: DefangLabs.Defang +PackageVersion: 3.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.installer.yaml b/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.installer.yaml new file mode 100644 index 0000000000000..d60125a0919ca --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.14.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-21" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.14.1_windows_arm64.zip?x-defang-source=winget + InstallerSha256: 5afec57a51d8346cd3fbdd3ec80c151f0af9247332c270f73183dcf92916238d + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.14.1_windows_amd64.zip?x-defang-source=winget + InstallerSha256: a5f01955ef2625f3ecda08853cce7789642b88113c486685d0ff85cdd6bff97f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.locale.en-US.yaml b/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.locale.en-US.yaml new file mode 100644 index 0000000000000..26474d0af8708 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.locale.en-US.yaml @@ -0,0 +1,17 @@ +# 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: DefangLabs.Defang +PackageVersion: 3.14.1 +PackageLocale: en-US +Publisher: DefangLabs +PublisherUrl: https://defang.io/ +PublisherSupportUrl: https://github.com/DefangLabs/defang/issues/ +PackageName: Defang +PackageUrl: https://github.com/DefangLabs/defang/ +License: MIT +Copyright: Defang Software Labs Inc. +ShortDescription: The Defang command-line interface (CLI) +Description: Develop Anything, Deploy Anywhere. +Moniker: Defang +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.yaml b/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.yaml new file mode 100644 index 0000000000000..71d742fc8d5f5 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.14.1/DefangLabs.Defang.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: DefangLabs.Defang +PackageVersion: 3.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1121/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.1121/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..e22aca0cf5c78 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1121/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.1121 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.1121/DiscordCanarySetup.exe + InstallerSha256: FB01EC6666CF31DDC66BD25D4E31D33769042298B3C1341027091279EBDE2D91 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1121/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.1121/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d66bef45b6047 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1121/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.1121 +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.1121/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.1121/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9948b30ba857e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1121/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.1121 +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.1121/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.1121/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..39882aebde0f0 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1121/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.1121 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..2cba45daf521a --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.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.arm64 +PackageVersion: 1.0.453 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-21 +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.453/DiscordCanarySetup.exe + InstallerSha256: BCC5B2A430126A7754922166EBAE6F3B7B608302C00F81F3DB2034FC8BFF7DBA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..dbd392ac6021d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.453 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..931bf9162c16f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.453 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..7bb348feccf49 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.453/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.453 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..499a3b4dada6c --- /dev/null +++ b/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.127.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.127.0/docker-agent-windows-amd64.exe + InstallerSha256: 1DE928AE23F93D05B533205C12E496F0AF651AFB39CD5AAF9007B86BAC35DDA4 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.127.0/docker-agent-windows-arm64.exe + InstallerSha256: 7CCD1407DD302B3B698BCBD09EFF94A0DA8DFEB7CCB5BFEB579DD83C9A14DEA1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..a09ddffee4733 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.127.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.127.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.yaml new file mode 100644 index 0000000000000..6c1dc4e8295a7 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.127.0/Docker.Agent.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: Docker.Agent +PackageVersion: v1.127.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoiT/dci/2.5.2/DoiT.dci.installer.yaml b/manifests/d/DoiT/dci/2.5.2/DoiT.dci.installer.yaml new file mode 100644 index 0000000000000..3fcf6efcedc33 --- /dev/null +++ b/manifests/d/DoiT/dci/2.5.2/DoiT.dci.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: DoiT.dci +PackageVersion: 2.5.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: dci.exe + PortableCommandAlias: dci +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/doitintl/dci-cli/releases/download/v2.5.2/dci_2.5.2_windows_amd64.zip + InstallerSha256: 3a084ca91a5913f29c84950699e5981af3d71680aed9a9ad6616168bb8809707 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoiT/dci/2.5.2/DoiT.dci.locale.en-US.yaml b/manifests/d/DoiT/dci/2.5.2/DoiT.dci.locale.en-US.yaml new file mode 100644 index 0000000000000..3101d5e15bd06 --- /dev/null +++ b/manifests/d/DoiT/dci/2.5.2/DoiT.dci.locale.en-US.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: DoiT.dci +PackageVersion: 2.5.2 +PackageLocale: en-US +Publisher: DoiT +PublisherUrl: https://github.com/doitintl +PublisherSupportUrl: https://github.com/doitintl/dci-cli/issues +PackageName: dci +ShortDescription: Cloud Intelligence™ CLI +Moniker: dci +Tags: + - cli + - doit + - finops +License: MIT +LicenseUrl: https://github.com/doitintl/dci-cli/blob/main/LICENSE +ReleaseNotesUrl: https://github.com/doitintl/dci-cli/releases/tag/v2.5.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoiT/dci/2.5.2/DoiT.dci.yaml b/manifests/d/DoiT/dci/2.5.2/DoiT.dci.yaml new file mode 100644 index 0000000000000..d3090261989e8 --- /dev/null +++ b/manifests/d/DoiT/dci/2.5.2/DoiT.dci.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: DoiT.dci +PackageVersion: 2.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.installer.yaml b/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.installer.yaml new file mode 100644 index 0000000000000..a33374a4a9ddc --- /dev/null +++ b/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dasimon.CubeScope +PackageVersion: 0.10.0 +InstallerType: portable +Commands: +- cubescope +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dasimon/CubeScope/releases/download/v0.10.0/cubescope.exe + InstallerSha256: A5830D882E7EF088E5F736ED59A2B125F6EB3D892CDD34DAF2B775A0A9B01E34 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.locale.en-US.yaml b/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.locale.en-US.yaml new file mode 100644 index 0000000000000..a5e386bb8fbba --- /dev/null +++ b/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dasimon.CubeScope +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: David Simon +PublisherUrl: https://github.com/dasimon +PublisherSupportUrl: https://github.com/dasimon/CubeScope/issues +Author: David Simon +PackageName: CubeScope +PackageUrl: https://github.com/dasimon/CubeScope +License: MIT License +LicenseUrl: https://github.com/dasimon/CubeScope/blob/main/LICENSE +Copyright: Copyright (c) 2026 David Simon +ShortDescription: A modern, open-source successor to MDX Studio for SSAS Multidimensional. +Description: 'CubeScope is a modern workbench for SSAS Multidimensional developers: write, understand, measure and maintain MDX against existing cubes, with a built-in AI expert. A single self-contained executable (ASP.NET Core 10 + Vue 3) that opens a local web app in your browser — no install, no server, no cloud. Features: Monaco MDX editor with autocompletion, virtualized results grid, DMV metadata explorer, a query profiler that splits Formula Engine vs Storage Engine from SSAS traces, perfmon stats, MDX Script + dependency graph, cache management, query history, and an AI assistant — explain / optimize / detect anti-patterns / format, profile-grounded optimization, and natural-language → MDX generation. Powered by Anthropic by default, or any OpenAI-compatible endpoint (local Ollama/LM Studio included) for on-prem confidentiality. Windows only, Integrated Security. Scope is SSAS Multidimensional only — no Tabular, Power BI or DAX.' +Moniker: cubescope +Tags: +- ssas +- mdx +- mdx-studio +- olap +- analysis-services +- multidimensional +- business-intelligence +- msbi +ReleaseNotes: Adds alternative OpenAI-compatible LLM providers (local Ollama/LM Studio, OpenAI, Mistral, OpenRouter, Groq) for the AI panel, alongside Anthropic — see full notes at the release notes URL. +ReleaseNotesUrl: https://github.com/dasimon/CubeScope/releases/tag/v0.10.0 +InstallationNotes: Run "cubescope" from a terminal, or find cubescope.exe in your PATH. It starts a local web server on a free port and opens your default browser automatically. Requires network access to an SSAS Multidimensional instance (Windows Integrated Security) — see https://github.com/dasimon/CubeScope for prerequisites. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.yaml b/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.yaml new file mode 100644 index 0000000000000..c76fd58bfd522 --- /dev/null +++ b/manifests/d/dasimon/CubeScope/0.10.0/dasimon.CubeScope.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dasimon.CubeScope +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.installer.yaml b/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.installer.yaml new file mode 100644 index 0000000000000..45781a1d5a79f --- /dev/null +++ b/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.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: dbtLabs.dbt +PackageVersion: 2.0.0-preview.212 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dbt.exe + PortableCommandAlias: dbt +Commands: +- dbt +Installers: +- Architecture: x64 + InstallerUrl: https://public.cdn.getdbt.com/fs/cli/fs-v2.0.0-preview.212-x86_64-pc-windows-msvc.zip + InstallerSha256: 76398206524518419785089146798DB2C31F298064C8380004834AB5F953EFF9 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.locale.en-US.yaml b/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.locale.en-US.yaml new file mode 100644 index 0000000000000..5cbb84994b2bb --- /dev/null +++ b/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dbtLabs.dbt +PackageVersion: 2.0.0-preview.212 +PackageLocale: en-US +Publisher: dbt Labs, Inc. +PublisherUrl: https://www.getdbt.com/ +PublisherSupportUrl: https://docs.getdbt.com/community/resources/getting-help +PrivacyUrl: https://www.getdbt.com/cloud/privacy-policy +Author: dbt Labs, Inc. +PackageName: dbt Fusion +PackageUrl: https://docs.getdbt.com/docs/fusion/install-fusion-cli +License: Fusion includes source-available (ELv2), open-source (Apache 2), and proprietary components. +LicenseUrl: https://www.getdbt.com/licenses-faq +Copyright: Copyright 2026 dbt Labs, Inc. +ShortDescription: The next-generation dbt CLI engine for faster SQL parsing, compilation, and execution against data warehouses. +Description: dbt Fusion is the next-generation dbt CLI engine that delivers significantly faster parsing, compilation, and execution for data transformation workflows. It connects to data platforms like Snowflake, BigQuery, Databricks, Postgres, and Redshift via ADBC adapters. Fusion can be used standalone from the command line or through the dbt VS Code extension for an integrated development experience. +Moniker: dbt +Tags: +- analytics +- cli +- data +- dbt +- sql +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.getdbt.com/docs/fusion/install-fusion-cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.yaml b/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.yaml new file mode 100644 index 0000000000000..8c76b3ea21c6a --- /dev/null +++ b/manifests/d/dbtLabs/dbt/2.0.0-preview.212/dbtLabs.dbt.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: dbtLabs.dbt +PackageVersion: 2.0.0-preview.212 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.installer.yaml b/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.installer.yaml new file mode 100644 index 0000000000000..b8cab8bb8e01e --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: detachhead.rebased +PackageVersion: 1.1.14 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ProductCode: Rebased 1.1.14 +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- DisplayName: Rebased + Publisher: detachhead + DisplayVersion: 1.1.14 + ProductCode: Rebased 1.1.14 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\detachhead\Rebased' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DetachHead/rebased/releases/download/1.1.14/rebased.exe + InstallerSha256: 894E6D4B9CB1DFED2D293DDD8EBDB1615CD6970516FF98DDCBA3F1740555A0E3 +- Architecture: arm64 + InstallerUrl: https://github.com/DetachHead/rebased/releases/download/1.1.14/rebased-aarch64.exe + InstallerSha256: 206DE2BD6413ED34934C856BEBB96BFD191A2429CB1A46758BC37FD353329ADE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.locale.en-US.yaml b/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.locale.en-US.yaml new file mode 100644 index 0000000000000..eb4966e9192a6 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: detachhead.rebased +PackageVersion: 1.1.14 +PackageLocale: en-US +Publisher: detachhead +PublisherUrl: https://github.com/DetachHead +PublisherSupportUrl: https://github.com/DetachHead/rebased/issues +Author: detachhead +PackageName: Rebased +PackageUrl: https://github.com/DetachHead/rebased +License: Apache-2.0 +LicenseUrl: https://github.com/DetachHead/rebased/blob/HEAD/LICENSE.txt +Copyright: Copyright 2026 detachhead +ShortDescription: An open-source remake of the short-lived jetbrains git client +ReleaseNotes: |- + - include portable windows .zip artifacts in releases (#322) + - publish windows arm64 releases (#330) +ReleaseNotesUrl: https://github.com/DetachHead/rebased/releases/tag/1.1.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.yaml b/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.yaml new file mode 100644 index 0000000000000..5b67790dd7600 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.14/detachhead.rebased.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: detachhead.rebased +PackageVersion: 1.1.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..d01791c6730f4 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 2.21.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v2.21.0/dotenvx-2.21.0-windows-x86_64.zip + InstallerSha256: 2045612309E15C2B672539E796FF12ECA77AF2552FD4316507D745C1BBC7DEE4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-10 diff --git a/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..ea770128d2664 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 2.21.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +PublisherSupportUrl: https://github.com/dotenvx/dotenvx/issues +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Moniker: dotenvx +Tags: +- env +- dotenv +- environment +- variables +- dotenvx +- cli +- encryption +ReleaseNotesUrl: https://github.com/dotenvx/dotenvx/releases/tag/v2.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..132ad141ea696 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.21.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 2.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dprint/dprint/0.56.0/dprint.dprint.installer.yaml b/manifests/d/dprint/dprint/0.56.0/dprint.dprint.installer.yaml index edf4d8f7112ce..cca9eb58dd43c 100644 --- a/manifests/d/dprint/dprint/0.56.0/dprint.dprint.installer.yaml +++ b/manifests/d/dprint/dprint/0.56.0/dprint.dprint.installer.yaml @@ -1,5 +1,5 @@ +# Created by Anthelion using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json -# Created with winmatsch PackageIdentifier: dprint.dprint PackageVersion: 0.56.0 @@ -12,5 +12,8 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/dprint/dprint/releases/download/0.56.0/dprint-x86_64-pc-windows-msvc.zip InstallerSha256: CBCB0C6FDBB72289E895C3857720EB769046D42069973F38655B6AEE16C01C73 +- Architecture: arm64 + InstallerUrl: https://github.com/dprint/dprint/releases/download/0.56.0/dprint-aarch64-pc-windows-msvc.zip + InstallerSha256: C4356E5F9E1B6EDCE345BD2DE902384E3A51E46B0B98775DB7011F0996B6B230 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/d/dprint/dprint/0.56.0/dprint.dprint.locale.en-US.yaml b/manifests/d/dprint/dprint/0.56.0/dprint.dprint.locale.en-US.yaml index b957140b78689..177ee2dd483e4 100644 --- a/manifests/d/dprint/dprint/0.56.0/dprint.dprint.locale.en-US.yaml +++ b/manifests/d/dprint/dprint/0.56.0/dprint.dprint.locale.en-US.yaml @@ -1,5 +1,5 @@ +# Created by Anthelion using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json -# Created with winmatsch PackageIdentifier: dprint.dprint PackageVersion: 0.56.0 @@ -14,7 +14,16 @@ LicenseUrl: https://github.com/dprint/dprint/blob/HEAD/LICENSE ShortDescription: Pluggable and configurable code formatting platform written in Rust. Tags: - formatter -ReleaseNotes: "## Changes\r\n\r\n• feat:prefer plugins on the npm registry (#1215)\r\n• feat:add path completion hints to CLI args (#1217)\r\n• feat:support formatting directory args (#1196)\r\n• feat:format explicit paths outside the working directory (#1204)\r\n• fix:keep a duplicate plugin's checksum when deduping plugin sources (#1211)\r\n• fix:don't duplicate a plugin specified in both a config and its extended config (#1043) (#1208)\r\n• fix:apply implicit `node_modules` exclude and unanchored patterns in rebased scopes (#1210)\r\n• fix:resolve literal file and directory args without directory traversal (#1207)\r\n• fix:handle overflow panic in progress bars (#1223)\r\n\r\n## Install\r\n\r\nRun `dprint upgrade` or see https://dprint.dev/install/\r\n\r\n## Checksums\r\n\r\n|Artifact|SHA-256 Checksum|\r\n|:--|:--|\r\n|dprint-x86_64-apple-darwin.zip|466dd67e15fca266f3749008ef5d23ea7a6c657ef8204257dbb8c23636fc9aca|\r\n|dprint-aarch64-apple-darwin.zip|79f5c80a3ddebb4717a89a25a79ec1c50947d4cef141df243757925cb47d32e1|\r\n|dprint-x86_64-pc-windows-msvc.zip|cbcb0c6fdbb72289e895c3857720eb769046d42069973f38655b6aee16c01c73|\r\n|dprint-x86_64-pc-windows-msvc-installer.exe|795de3adb60187bad989b330f8c8ec03c7a4a69509b1a8d47dc3025266e0158a|\r\n|dprint-aarch64-pc-windows-msvc.zip|c4356e5f9e1b6edce345bd2de902384e3a51e46b0b98775db7011f0996b6b230|\r\n|dprint-x86_64-unknown-linux-gnu.zip|49fe9d970cdbe0f742e18187c221a7a1dd985d35d4fa9bf4740f7a261c08d96c|\r\n|dprint-x86_64-unknown-linux-musl.zip|e958bfa3fec5256e72c2e4e028fa5674e43023eaff80d704ca96827af2eba240|\r\n|dprint-aarch64-unknown-linux-gnu.zip|a0dcf153cce38096f43bdde36fdd32cfd11c2227b6a04c2202fa83573fe517a6|\r\n|dprint-aarch64-unknown-linux-musl.zip|2e7d50e342d9d9d85b811635a04f3d49abdf7ec96d5b346cda932a7c4d42a7ab|\r\n|dprint-riscv64gc-unknown-linux-gnu.zip|c888b0e2f559341a62fa666b1609ec957e609bfc146b5ee0ab7898723ebbe231|\r\n|dprint-loongarch64-unknown-linux-gnu.zip|d86a6d3fc063992d152237885f51053748b60361228d851ca6aeaec65d84fb8e|\r\n|dprint-loongarch64-unknown-linux-musl.zip|d781022e4fbfec13688db1dd3d0fb9da964f6f5cf79b31ffcf5196d364f22cf0|\r\n|dprint-powerpc64le-unknown-linux-gnu.zip|935e117e23650a9874b444a7a6445ec7a8d593778e514f34ebea72dd88180599|\r\n|dprint-powerpc64le-unknown-linux-musl.zip|93d03c5f3b615955c9fce64a4867b8aa5959988646bfebd1bfd74b5618a1f2ed|\r\n|dprint-aarch64-linux-android.zip|718707dcd1637d312d2b430ae6313550bac7f21143d9344cd8fd80bf2ec5bf25|\r\n|dprint-x86_64-linux-android.zip|2b09284549bd96dfa2389d85237da15bacbae9076cdec0e849ec3fb50b804923|" +ReleaseNotes: |- + - feat: prefer plugins on the npm registry (#1215) + - feat: add path completion hints to CLI args (#1217) + - feat: support formatting directory args (#1196) + - feat: format explicit paths outside the working directory (#1204) + - fix: keep a duplicate plugin's checksum when deduping plugin sources (#1211) + - fix: don't duplicate a plugin specified in both a config and its extended config (#1043) (#1208) + - fix: apply implicit node_modules exclude and unanchored patterns in rebased scopes (#1210) + - fix: resolve literal file and directory args without directory traversal (#1207) + - fix: handle overflow panic in progress bars (#1223) ReleaseNotesUrl: https://github.com/dprint/dprint/releases/tag/0.56.0 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/d/dprint/dprint/0.56.0/dprint.dprint.yaml b/manifests/d/dprint/dprint/0.56.0/dprint.dprint.yaml index 0702048026b33..b07d70f2fe679 100644 --- a/manifests/d/dprint/dprint/0.56.0/dprint.dprint.yaml +++ b/manifests/d/dprint/dprint/0.56.0/dprint.dprint.yaml @@ -1,5 +1,5 @@ +# Created by Anthelion using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -# Created with winmatsch PackageIdentifier: dprint.dprint PackageVersion: 0.56.0 diff --git a/manifests/d/dprint/dprint/0.56.1/dprint.dprint.installer.yaml b/manifests/d/dprint/dprint/0.56.1/dprint.dprint.installer.yaml new file mode 100644 index 0000000000000..bf4fb9df25fd3 --- /dev/null +++ b/manifests/d/dprint/dprint/0.56.1/dprint.dprint.installer.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dprint.dprint +PackageVersion: 0.56.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dprint.exe +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dprint/dprint/releases/download/0.56.1/dprint-x86_64-pc-windows-msvc.zip + InstallerSha256: D2C5EE170FF88C0B16EA1F5F214E4D74877C7EDB9CA701DA5C9851C0C1EF9338 +- Architecture: arm64 + InstallerUrl: https://github.com/dprint/dprint/releases/download/0.56.1/dprint-aarch64-pc-windows-msvc.zip + InstallerSha256: 11163770683A21283F0F4ADCE645F055295736148308A12B65CE1F8E613BFB66 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dprint/dprint/0.56.1/dprint.dprint.locale.en-US.yaml b/manifests/d/dprint/dprint/0.56.1/dprint.dprint.locale.en-US.yaml new file mode 100644 index 0000000000000..3fb775c540717 --- /dev/null +++ b/manifests/d/dprint/dprint/0.56.1/dprint.dprint.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dprint.dprint +PackageVersion: 0.56.1 +PackageLocale: en-US +Publisher: dsherret +PublisherUrl: https://github.com/dprint +PublisherSupportUrl: https://github.com/dprint/dprint/issues +PackageName: dprint +PackageUrl: https://github.com/dprint/dprint +License: MIT +LicenseUrl: https://github.com/dprint/dprint/blob/HEAD/LICENSE +ShortDescription: Pluggable and configurable code formatting platform written in Rust. +Tags: +- formatter +ReleaseNotes: '- fix: format zero files when --stdin-files is empty (#1227)' +ReleaseNotesUrl: https://github.com/dprint/dprint/releases/tag/0.56.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dprint/dprint/0.56.1/dprint.dprint.yaml b/manifests/d/dprint/dprint/0.56.1/dprint.dprint.yaml new file mode 100644 index 0000000000000..c86ed195d01e0 --- /dev/null +++ b/manifests/d/dprint/dprint/0.56.1/dprint.dprint.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: dprint.dprint +PackageVersion: 0.56.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.31.2/ESEngine.ReasonixCLI.installer.yaml b/manifests/e/ESEngine/ReasonixCLI/1.31.2/ESEngine.ReasonixCLI.installer.yaml new file mode 100644 index 0000000000000..caddfce9ead46 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.31.2/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.31.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: reasonix.exe +Commands: +- reasonix +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.31.2/reasonix-windows-amd64.zip + InstallerSha256: 39C107B15A4C7155204983503E08C9E01152D81EE0C12333EC7E99B465239028 +- Architecture: arm64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.31.2/reasonix-windows-arm64.zip + InstallerSha256: 7E175BEC05A4B93043AC8083E783061CDAE80109B82B2723EA487982853907E3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.31.2/ESEngine.ReasonixCLI.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixCLI/1.31.2/ESEngine.ReasonixCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..bc8b8143ccd12 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.31.2/ESEngine.ReasonixCLI.locale.en-US.yaml @@ -0,0 +1,60 @@ +# 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.31.2 +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: |- + 此版本修复了 Windows 上会话滚动问题,并通过一键配置路径简化了 OpenCode Go 的设置。 + 发布渠道:稳定版 · v1.31.2 + English → · 网页版完整更新日志 → + 概览 + Reasonix v1.31.2 — 桌面稳定性与提供商配置改进 + 此版本修复了 Windows 上会话滚动问题,并通过一键配置路径简化了 OpenCode Go 的设置。 + 发布日期:2026-08-21 + 重点内容 + - Windows 上稳定的会话滚动 — 通过统一行几何、测量缓存和快照验证,修复了长会话中向上滚动闪回的问题。为测试构建和设置 → 诊断添加了前端诊断功能。 (#9240) + - 简化 OpenCode Go 配置 — OpenCode Go 现在与 DeepSeek 共享特色提供商级别,提供一键设置,包含安全基础路由和路由感知的输出预算。 (#9245) + 改进 + - OpenCode Go 设置流程 — 为 DeepSeek 和 OpenCode Go 添加了特色提供商设置流程,只需一个 API 密钥和安全基础路由。旧版、Anthropic、Responses 和 DeepSeek 搜索路由仍然可用。 (#9245) + - 路由感知的输出预算 — 添加了路由/模型感知的输出预算,当提供商报告较低的完成限制时进行一次安全重试。流式请求在第一个输出事件后不会重试。 (#9245) + 修复 + - 会话滚动闪回 — 通过添加状态感知的行几何、会话范围的 LRU 测量缓存、快照验证以及在手动滚动期间禁用浏览器滚动锚定,修复了向上滚动闪回问题。 (#9240) + - 前端诊断 — 为测试构建和设置 → 诊断添加了经过清理的前端诊断记录器,不导出文本、路径、稳定 ID 或会话标识符。 (#9240) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/v1.31.2 +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.31.2/ESEngine.ReasonixCLI.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixCLI/1.31.2/ESEngine.ReasonixCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..495b1162b5662 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.31.2/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.31.2 +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.31.2/ESEngine.ReasonixCLI.yaml b/manifests/e/ESEngine/ReasonixCLI/1.31.2/ESEngine.ReasonixCLI.yaml new file mode 100644 index 0000000000000..17d521716a138 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.31.2/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.31.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 0000000000000..70a3b8ec8e36a --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.31.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ReasonixReasonix +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.31.2/Reasonix-windows-amd64-installer.exe + InstallerSha256: 5FF203863031DA60BC1704C5512E95797A6C1ECDE9A6CCB24B9A8AB5FE379592 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..f34421ab519c4 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.31.2 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 此版本修复了 Windows 上会话滚动问题,并通过一键配置路径简化了 OpenCode Go 的设置。 + 发布渠道:稳定版 · v1.31.2 + English → · 网页版完整更新日志 → + 概览 + Reasonix v1.31.2 — 桌面稳定性与提供商配置改进 + 此版本修复了 Windows 上会话滚动问题,并通过一键配置路径简化了 OpenCode Go 的设置。 + 发布日期:2026-08-21 + 重点内容 + - Windows 上稳定的会话滚动 — 通过统一行几何、测量缓存和快照验证,修复了长会话中向上滚动闪回的问题。为测试构建和设置 → 诊断添加了前端诊断功能。 (#9240) + - 简化 OpenCode Go 配置 — OpenCode Go 现在与 DeepSeek 共享特色提供商级别,提供一键设置,包含安全基础路由和路由感知的输出预算。 (#9245) + 改进 + - OpenCode Go 设置流程 — 为 DeepSeek 和 OpenCode Go 添加了特色提供商设置流程,只需一个 API 密钥和安全基础路由。旧版、Anthropic、Responses 和 DeepSeek 搜索路由仍然可用。 (#9245) + - 路由感知的输出预算 — 添加了路由/模型感知的输出预算,当提供商报告较低的完成限制时进行一次安全重试。流式请求在第一个输出事件后不会重试。 (#9245) + 修复 + - 会话滚动闪回 — 通过添加状态感知的行几何、会话范围的 LRU 测量缓存、快照验证以及在手动滚动期间禁用浏览器滚动锚定,修复了向上滚动闪回问题。 (#9240) + - 前端诊断 — 为测试构建和设置 → 诊断添加了经过清理的前端诊断记录器,不导出文本、路径、稳定 ID 或会话标识符。 (#9240) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.31.2 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c3d58501d4ce --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.31.2 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 0000000000000..105efffd5340f --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.31.2/ESEngine.ReasonixDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.31.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.installer.yaml new file mode 100644 index 0000000000000..cadc86c905199 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.installer.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.12.101 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{285FFC48-F0BE-425E-9496-8F5E267BC34D}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- DisplayName: Eclipse Temurin JDK with Hotspot 21.0.12.1+1 (x64) + UpgradeCode: '{C7371D5C-29EB-0885-C0E4-F8E3B955271F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Eclipse Adoptium\jdk-21.0.5.11-hotspot' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.12.1+1/OpenJDK21U-jdk_x64_windows_hotspot_21.0.12.1_1.msi + InstallerSha256: 454CFD334B9CA91C96DD8C2DE97FCEF6B9F1F98BE9172FF076711F1C6B44E4E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..524713a075b0b --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.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: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.12.101 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +Moniker: temurin-jdk-21 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.12.1+1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b522117cf5cd --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.12.101 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.yaml new file mode 100644 index 0000000000000..386eaa6a398df --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.12.101/EclipseAdoptium.Temurin.21.JDK.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: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.12.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.installer.yaml new file mode 100644 index 0000000000000..8d1bb371ec85a --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.12.101 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +ProductCode: '{A9318AC7-1D29-4AE1-84DB-06C4344D6CE5}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- UpgradeCode: '{E1ED1384-86C6-6900-91B2-CBA0DB8D3E2E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.12.1+1/OpenJDK21U-jre_x64_windows_hotspot_21.0.12.1_1.msi + InstallerSha256: 536EEB1DC3F743E5932A92E3549430FC75392C5D379101C1456A1C201AA6E66B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..b679e57c848b8 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.12.101 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +Moniker: temurin-jre-21 +Tags: +- java +- jre +- jvm +- openjre +ReleaseNotesUrl: https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.12.1+1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e7bbdc6788bf --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.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: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.12.101 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +Tags: +- java +- jre +- jvm +- openjre +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.yaml new file mode 100644 index 0000000000000..9b3f5064ac618 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.12.101/EclipseAdoptium.Temurin.21.JRE.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: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.12.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.installer.yaml b/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.installer.yaml new file mode 100644 index 0000000000000..9bfd5fcd675cf --- /dev/null +++ b/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: ErichDonahue.SpinnerforDiscogs +PackageVersion: 0.2.3 +InstallerLocale: en-US +MinimumOSVersion: 10.0.17763.0 +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/Discogs.Spinner_0.2.3_x64-setup.exe + InstallerSha256: 3EB076AF62B928D4701B6AB479CDF21DBC034FD9C221CE0A18A457568A2AE8E7 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/Discogs.Spinner_0.2.3_x64_en-US.msi + InstallerSha256: D38030F62D43C7FCF5E7BE097DDAFBC05CB6DCA3BE8087586ECDDCED9882EEE5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.locale.en-US.yaml b/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.locale.en-US.yaml new file mode 100644 index 0000000000000..221ee2983553e --- /dev/null +++ b/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.locale.en-US.yaml @@ -0,0 +1,130 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: ErichDonahue.SpinnerforDiscogs +PackageVersion: 0.2.3 +PackageLocale: en-US +Publisher: Erich Donahue +PublisherUrl: https://github.com/edonahue +PublisherSupportUrl: https://github.com/edonahue/Discogs_Spinner/issues +PackageName: Spinner for Discogs +PackageUrl: https://github.com/edonahue/Discogs_Spinner +License: MIT +LicenseUrl: https://github.com/edonahue/Discogs_Spinner/blob/main/LICENSE +Copyright: Copyright (c) Erich Donahue +ShortDescription: Third-party Discogs collection browser and Spotify playback controller +Description: |- + Spinner for Discogs is an unofficial third-party desktop client for Discogs. + Browse your vinyl collection, discover wantlist picks, and control Spotify + or YouTube Music playback — all from a single desktop app. + Requires a free Discogs Personal Access Token from discogs.com/settings/developers. +Moniker: spinner-for-discogs +Tags: +- discogs +- vinyl +- music +- collection +- spotify +- record +ReleaseNotes: |- + # discogs_player v0.2.3 + + ## Summary + + Release type: `stable` + Tag: `v0.2.3` + Date: `2026-06-28` + Scope: first-run / supportability polish (in-app "Report a problem", clearer web setup errors, quieter snap first launch) plus internal quality hardening (CI lint/type/test gates, shared coercion utilities, webapp unit tests). + + ## Who This Is For + + Discogs Spinner is for record collectors who already use Discogs and want a faster daily utility than browser tabs. Bring a Discogs personal access token, sync your collection once, then browse your shelf, spin a random pick, inspect market value, and review wantlist context from one local app. + + ## Highlights + + Adds an in-app **"Report a problem"** path — a header-menu entry in the GTK desktop app and a persistent footer link in the web/desktop app — so reporting an issue no longer requires hunting for the repository. + Makes web setup errors clearer by distinguishing token/auth failures from network failures, matching the desktop setup wizard's wording. + Quiets repeated GLib schema warnings on first snap launch by precompiling the bundled GSettings schemas. + Hardens the launcher: a broken or partial PyGObject install now shows the install-dependencies guidance instead of a raw traceback. + Internal quality: CI now enforces lint, type checking, the full Python test suite, and webapp lint/type/tests on every change; duplicated coercion helpers were consolidated into shared modules; and the webapp gained its first unit-test suite (vitest). + + ## Packaging And Distribution + + Linux Snap Store listing: [Spinner for Discogs on Snapcraft](https://snapcraft.io/spinner-for-discogs) + Windows package manager: `winget install ErichDonahue.SpinnerforDiscogs` + Artifacts published by `Installer Build`: + - Windows `.msi` + - Windows NSIS `.exe` + - macOS `.dmg` + - Linux Tauri `.deb` + - Linux `.AppImage` + - Linux GTK desktop `.deb` + Checksum manifest: `CHECKSUMS-INSTALLERS.txt` + Installer manifest: `INSTALLER-MANIFEST.txt` + Build workflow: `Installer Build` + + ## Direct Download Links + + Linux Snap Store: [install Spinner for Discogs from Snapcraft](https://snapcraft.io/spinner-for-discogs), or run `sudo snap install spinner-for-discogs` if `snapd` is already set up. + Windows installer (guided): [Discogs Spinner_0.2.3_x64-setup.exe](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/Discogs.Spinner_0.2.3_x64-setup.exe) + Windows installer (MSI): [Discogs Spinner_0.2.3_x64_en-US.msi](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/Discogs.Spinner_0.2.3_x64_en-US.msi) + Linux desktop installer (GTK): [discogs-spinner-gtk4_0.2.3_amd64.deb](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/discogs-spinner-gtk4_0.2.3_amd64.deb) + Linux desktop installer (Tauri): [discogs-spinner-tauri_0.2.3_amd64.deb](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/discogs-spinner-tauri_0.2.3_amd64.deb) + Linux portable installer: [Discogs Spinner_0.2.3_amd64.AppImage](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/Discogs.Spinner_0.2.3_amd64.AppImage) + macOS installer (Apple Silicon): [Discogs Spinner_0.2.3_aarch64.dmg](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/Discogs.Spinner_0.2.3_aarch64.dmg) + macOS installer (Intel): [Discogs Spinner_0.2.3_x64.dmg](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/Discogs.Spinner_0.2.3_x64.dmg) + Checksums: [CHECKSUMS-INSTALLERS.txt](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/CHECKSUMS-INSTALLERS.txt) + Manifest: [INSTALLER-MANIFEST.txt](https://github.com/edonahue/Discogs_Spinner/releases/download/v0.2.3/INSTALLER-MANIFEST.txt) + + ## Install And Setup + + Windows quickstart: [docs/quickstart_windows.md](../quickstart_windows.md) + Debian quickstart: [docs/quickstart_debian.md](../quickstart_debian.md) + macOS quickstart: [docs/quickstart_macos.md](../quickstart_macos.md) + Discogs token setup: [docs/token_setup.md](../token_setup.md) + + ## First 10 Minutes + + 1. Install from the Snap Store on Linux, or download the installer for your OS. + 2. Launch Discogs Spinner. + 3. Paste your Discogs personal access token into the setup wizard. + 4. Run the first sync. + 5. Use Browse or Spin to choose a record, then open Value or Wantlist for context. + + ## Validation Evidence + + Installer workflow: published the expected cross-platform assets via `Installer Build`. + Release asset verification: `CHECKSUMS-INSTALLERS.txt` and `INSTALLER-MANIFEST.txt` published with the release assets. + Linux metadata validation: pass (`venv/bin/python scripts/validate_linux_packaging_metadata.py`). + CI quality gates: lint (ruff + mypy), full Python test suite, and webapp lint/type/tests all green on the release commit. + + ## Known Limitations + + macOS builds are currently unsigned and may require a one-time Gatekeeper quarantine removal. + Windows builds may show SmartScreen warnings until signing is added. + Optional playback providers remain optional; Discogs collection, value, wantlist, and discovery workflows work without Spotify configured. + Linux users should start with the Snap Store listing. The GTK `.deb`, Tauri `.deb`, and AppImage remain alternate direct-download paths. + + ## Upgrade / Migration Notes + + Breaking changes: none. + Existing local data and config paths are unchanged. + Existing cached cover art and synced collection data remain compatible. + + ## Reporting Issues + + When filing issues, attach: + + `dplayer diagnostics --json` + reproduction steps + OS and installer path details + + Issue template areas: + + [install failure](https://github.com/edonahue/Discogs_Spinner/issues/new?template=install_failure.yml) + [auth/setup failure](https://github.com/edonahue/Discogs_Spinner/issues/new?template=auth_failure.yml) + [playback failure](https://github.com/edonahue/Discogs_Spinner/issues/new?template=playback_failure.yml) + +ReleaseNotesUrl: https://github.com/edonahue/Discogs_Spinner/releases/tag/v0.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.yaml b/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.yaml new file mode 100644 index 0000000000000..b6aa45d8a9230 --- /dev/null +++ b/manifests/e/ErichDonahue/SpinnerforDiscogs/0.2.3/ErichDonahue.SpinnerforDiscogs.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: ErichDonahue.SpinnerforDiscogs +PackageVersion: 0.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.installer.yaml b/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.installer.yaml new file mode 100644 index 0000000000000..38d8923b08674 --- /dev/null +++ b/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: Eumenes.HOSMeeting +PackageVersion: 0.4.5 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-22 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.eumenes.ai/downloads/EumenesHOSMeeting-Setup-0.4.5.exe + InstallerSha256: DBC925F2D0D75D8B39B183208AFFE6AF4848813F3486BC4059E0A102391ABD67 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.locale.en-US.yaml b/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.locale.en-US.yaml new file mode 100644 index 0000000000000..2c675e38928e9 --- /dev/null +++ b/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: Eumenes.HOSMeeting +PackageVersion: 0.4.5 +PackageLocale: en-US +Publisher: Eumenes.ai +PublisherUrl: https://eumenes.ai +PublisherSupportUrl: https://hos.eumenes.ai +PrivacyUrl: https://hos.eumenes.ai/privacy.html +PackageName: Eumenes HOS Meeting +PackageUrl: https://hos.eumenes.ai +License: Proprietary +LicenseUrl: https://hos.eumenes.ai/downloads/eula.txt +Copyright: Copyright (c) 2026 Eumenes.ai +ShortDescription: Local AI meeting note-taker that records both sides of your calls as separate streams, captures key slides, and transcribes on-device. +Description: |- + Eumenes HOS Meeting is an AI note-taker that lives on your PC, not in your + calls. No bot joins your meeting and no audio leaves your laptop. It detects + video conferences (Teams, Zoom, Meet, Webex and browser calls), records your + microphone and the remote participants as two separate audio streams, + captures screenshots only when shared content changes, and transcribes + everything on-device in 25 languages when the call ends. Includes a 15-day + free trial; continued use requires a subscription. +Moniker: hos-meeting +Tags: +- meeting +- transcription +- recorder +- notes +- speech-to-text +- productivity +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.yaml b/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.yaml new file mode 100644 index 0000000000000..c48dc172a2cc1 --- /dev/null +++ b/manifests/e/Eumenes/HOSMeeting/0.4.5/Eumenes.HOSMeeting.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: Eumenes.HOSMeeting +PackageVersion: 0.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.installer.yaml b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.installer.yaml new file mode 100644 index 0000000000000..385603269737b --- /dev/null +++ b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: eeyzs1.DevWit +PackageVersion: 0.2.0 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ReleaseDate: 2026-07-24 +# ProductCode by appId, from 0.1.1 local install +AppsAndFeaturesEntries: + - Publisher: eeyzs1 + ProductCode: 8de26b52-cf1c-58c4-8f9f-a7b471bba36e +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/eeyzs1/DevWit/releases/download/v0.2.0/DevWit.Setup.0.2.0.exe + InstallerSha256: 4A38F9637370EECBE67AC48A7D02EBD70C328D6158747CDB3D16C8F69E0C4B47 +ManifestType: installer +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.locale.en-US.yaml b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.locale.en-US.yaml new file mode 100644 index 0000000000000..fd3603ee99e96 --- /dev/null +++ b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.locale.en-US.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: eeyzs1.DevWit +PackageVersion: 0.2.0 +PackageLocale: en-US +Publisher: eeyzs1 +PublisherUrl: https://github.com/eeyzs1 +PackageName: DevWit +PackageUrl: https://github.com/eeyzs1/DevWit +License: MIT +LicenseUrl: https://github.com/eeyzs1/DevWit/blob/main/LICENSE +ShortDescription: Lean-context AI-native desktop IDE. Describe your intent; the agent plans, executes with your approval, and delivers reviewable diffs with a full execution trace. +Tags: + - ai + - ide + - llm + - agent + - code-editor + - electron + - developer-tools +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.locale.zh-CN.yaml b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ae241e980d9af --- /dev/null +++ b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +PackageIdentifier: eeyzs1.DevWit +PackageVersion: 0.2.0 +PackageLocale: zh-CN +Publisher: eeyzs1 +PublisherUrl: https://github.com/eeyzs1 +PackageName: DevWit +PackageUrl: https://github.com/eeyzs1/DevWit +License: MIT +LicenseUrl: https://github.com/eeyzs1/DevWit/blob/main/LICENSE +ShortDescription: 简洁上下文 AI 原生桌面 IDE。你描述意图,Agent 规划、经你授权后执行,交付可审查的 diff 与完整执行轨迹。 +Tags: + - ai + - ide + - llm + - agent + - 代码编辑器 + - 开发者工具 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.yaml b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.yaml new file mode 100644 index 0000000000000..1c3007c20f3c1 --- /dev/null +++ b/manifests/e/eeyzs1/DevWit/0.2.0/eeyzs1.DevWit.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: eeyzs1.DevWit +PackageVersion: 0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.installer.yaml b/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.installer.yaml new file mode 100644 index 0000000000000..064c7c925100a --- /dev/null +++ b/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FULI.PhoXoSee +PackageVersion: 1.12.26.6 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: PhoXoSee +AppsAndFeaturesEntries: +- ProductCode: PhoXoSee +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PhoXoSee' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/atphoxo/PhoXo/releases/download/see_1.12/phoxosee_1.12.26.6.exe + InstallerSha256: C20E3DD4B514D5BC8D9E88031C7B7BF45D5BB30F2AD29698D9E33956FB824626 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.locale.en-US.yaml b/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.locale.en-US.yaml new file mode 100644 index 0000000000000..d7ca9738998a8 --- /dev/null +++ b/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FULI.PhoXoSee +PackageVersion: 1.12.26.6 +PackageLocale: en-US +Publisher: FULI +PublisherUrl: https://www.phoxo.com/see/ +Author: FU LI +PackageName: PhoXoSee +PackageUrl: https://www.phoxo.com/see/ +License: MPL-2.0 +LicenseUrl: https://github.com/atphoxo/PhoXo/blob/main/LICENSE +Copyright: Copyright © 2026 FULI, All Rights Reserved +CopyrightUrl: https://www.phoxo.com/see/#:~:text=Copyright +ShortDescription: The World's Fastest Image Viewer +Description: | + Experience the next generation of image viewing. Blazing-fast loading speeds, ultra-low memory usage, and powerful built-in tools — all in one lightweight app. Easily find photos by date taken, batch convert HEIC to JPEG, and add thumbnails for HEIC, SVG & PSD in Windows Explorer. Enhance your experience with powerful real-time visual effects. + + - Blazing Fast ​and Lightweight Image Viewer + - Real-time image processing enhances your viewing experience + - Search photos by capture date + - Supports full-screen and borderless image viewing + - Modern design with flexible color themes + - Batch conversion from HEIC to JPEG format + - Add thumbnails for HEIC, SVG, TGA & PSD in Windows Explorer + - Supports dozens of image formats including JPG, PNG, WEBP, HEIC, AVIF, and more + - 100% FREE and Open Source + - No ads. No bloat. Just pure speed. +Tags: +- Photo +- Viewer +- Image +- WIC +ReleaseDate: May 14, 2026 +ReleaseNotes: | + - New: Added Rename, Move To, and Copy To features. + - Improved: Updated toolbar and menu icons to SVG format with full DPI scaling support. + - Fixed: Fixed incorrect window resizing on first launch in multi-monitor setups. +ReleaseNotesUrl: https://phoxo.com/News.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.yaml b/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.yaml new file mode 100644 index 0000000000000..1a7ea59b03373 --- /dev/null +++ b/manifests/f/FULI/PhoXoSee/1.12.26.6/FULI.PhoXoSee.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: FULI.PhoXoSee +PackageVersion: 1.12.26.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.installer.yaml b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.installer.yaml new file mode 100644 index 0000000000000..0cebe8cccd3d1 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.147.0 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- factory-desktop +ProductCode: Factory +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.factory.ai/factory-desktop/releases/0.147.0/win32/x64/Factory-0.147.0%20Setup.exe + InstallerSha256: F8251413BFBA252989A96423CA581ECDAA7F64402355CC800D597B4036010722 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.locale.en-US.yaml b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.locale.en-US.yaml new file mode 100644 index 0000000000000..ab6ee78d3298e --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.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: FactoryAI.Factory +PackageVersion: 0.147.0 +PackageLocale: en-US +Publisher: Factory AI +PublisherUrl: https://factory.ai/ +PrivacyUrl: https://factory.ai/privacy-policy +Author: The San Francisco AI Factory Inc. +PackageName: Factory +PackageUrl: https://factory.ai/ +License: Propeietary +LicenseUrl: https://factory.ai/legal/terms-individual +Copyright: '@Factory 2026. All rights reserved.' +CopyrightUrl: https://factory.ai/legal/terms-individual +ShortDescription: Agent-Native Software Development +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +PurchaseUrl: https://factory.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.factory.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.locale.zh-CN.yaml b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f27c5c7eab0a8 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.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: FactoryAI.Factory +PackageVersion: 0.147.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Agent 原生软件开发 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.factory.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.yaml b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.yaml new file mode 100644 index 0000000000000..002a65c51a2e5 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.147.0/FactoryAI.Factory.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: FactoryAI.Factory +PackageVersion: 0.147.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.installer.yaml b/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.installer.yaml new file mode 100644 index 0000000000000..6fcedf4b3a0cf --- /dev/null +++ b/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fangyuan025.Chaty +PackageVersion: 2.1.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Fangyuan025/Chaty/releases/download/v2.1.0/Chaty_2.1.0_x64-setup.exe + InstallerSha256: F1E94C505A285F478281DAEF1E3F95A81691336BDA0E0BCC893DD7BCCD19687F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.locale.en-US.yaml b/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.locale.en-US.yaml new file mode 100644 index 0000000000000..00a08b2b7d2fe --- /dev/null +++ b/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fangyuan025.Chaty +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: Fangyuan Lin +PublisherUrl: https://github.com/Fangyuan025 +PublisherSupportUrl: https://github.com/Fangyuan025/Chaty/issues +PackageName: Chaty +PackageUrl: https://chaty.ca +License: MIT +LicenseUrl: https://github.com/Fangyuan025/Chaty/blob/main/LICENSE +ShortDescription: Private, local AI desktop app — run open LLMs fully offline with a coding agent, knowledge base and voice. +Description: Chaty runs open large language models 100% locally. Chat with any GGUF model (llama.cpp, Vulkan GPU), use a local coding agent that can drive a real browser, ground answers in your own documents with a private knowledge base (RAG), generate cited Deep Research reports, and talk hands-free with offline voice. No account, no cloud, no telemetry. +Moniker: chaty +Tags: +- ai +- chatbot +- coding-agent +- gguf +- llamacpp +- llm +- local +- offline +- privacy +- rag +ReleaseNotes: "## What the model actually wrote\n\nThe MLX engine stops altering the model's own output. Every CSS\nclass selector was losing its leading dot — `.card {` reached the\nscreen as `card {`, so a page the model had written correctly\nopened with no styling — on every MLX model, not one family. The\nrendered prompt no longer gains a newline the reference never had,\nso the same weights answer the same prompt they would anywhere\nelse. Nine local models across four families now render prompts\nidentical to the reference implementation.\n\nNumbers and files describe what you actually have:opening a canvas\nin the browser reuses the file already there instead of leaving a\ncopy behind, and Settings → Data stops counting messages nobody can\nopen (84 of 94 on one machine) while model and database sizes are\nno longer understated.\n\n\n\n## Install\n\n| Platform | File |\n|---|---|\n| **Windows x64** | `Chaty_*_x64-setup.exe` — per-user installer, no admin |\n| **macOS (Apple Silicon)** | `Chaty_*_aarch64.dmg` |\n| **Linux x64 (beta)** | `Chaty_*_amd64.AppImage` — `chmod +x` and run. First Linux release — please report anything odd |\n\n### ⚠️ macOS first launch — \"Apple could not verify…\" / \"damaged\"\n\nChaty is **ad-hoc signed but not notarized** (no paid Apple Developer\naccount), so Gatekeeper flags it on first launch. The app is safe —\neverything runs locally. Clear the download quarantine once, in Terminal:\n\n```sh\nxattr -dr com.apple.quarantine /Applications/Chaty.app\n```\n\nThen open Chaty normally. (Alternatively:try to open it once, then go to\n**System Settings → Privacy & Security → Open Anyway**.)\n\n---\n\n\n**Full Changelog**:https://github.com/Fangyuan025/Chaty/compare/v2.0.9...v2.1.0" +ReleaseNotesUrl: https://github.com/Fangyuan025/Chaty/releases/tag/v2.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.yaml b/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.yaml new file mode 100644 index 0000000000000..2a87eab8db221 --- /dev/null +++ b/manifests/f/Fangyuan025/Chaty/2.1.0/Fangyuan025.Chaty.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fangyuan025.Chaty +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.installer.yaml b/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.installer.yaml new file mode 100644 index 0000000000000..0aa6fc2713b63 --- /dev/null +++ b/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Feho.LogNav +PackageVersion: 0.2.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lognav.exe + PortableCommandAlias: lognav +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Feho/LogNav/releases/download/v0.2.2/lognav-v0.2.2-x86_64-pc-windows-msvc.zip + InstallerSha256: BF92FE1BF4649E981B5C2797A93544B64CC360BADFE8088F483511A3A82B455C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.locale.en-US.yaml b/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.locale.en-US.yaml new file mode 100644 index 0000000000000..e7e4c47cd86e7 --- /dev/null +++ b/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.locale.en-US.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Feho.LogNav +PackageVersion: 0.2.2 +PackageLocale: en-US +Publisher: Feho +PackageName: LogNav +License: MIT OR Apache-2.0 +ShortDescription: Navigate, search, and filter logs in the terminal +Tags: +- logs +ReleaseNotes: "**Full Changelog**:https://github.com/Feho/LogNav/compare/v0.2.1...v0.2.2" +ReleaseNotesUrl: https://github.com/Feho/LogNav/releases/tag/v0.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.yaml b/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.yaml new file mode 100644 index 0000000000000..61dd40c65aba6 --- /dev/null +++ b/manifests/f/Feho/LogNav/0.2.2/Feho.LogNav.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Feho.LogNav +PackageVersion: 0.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.installer.yaml b/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.installer.yaml new file mode 100644 index 0000000000000..c6547feae0126 --- /dev/null +++ b/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.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: Fishstrap.Fishstrap +PackageVersion: 3.1.2 +InstallerType: exe +InstallerSwitches: + Silent: -quiet +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.6 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fishstrap/fishstrap/releases/download/v3.1.2/Fishstrap.exe + InstallerSha256: 3B4E1547513565ABF4C69F0B4BC43725DB75C0B70DDCE102001699A4864EFE07 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.locale.en-US.yaml b/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.locale.en-US.yaml new file mode 100644 index 0000000000000..907e657b42f27 --- /dev/null +++ b/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fishstrap.Fishstrap +PackageVersion: 3.1.2 +PackageLocale: en-US +Publisher: Fishstrap +PublisherUrl: https://github.com/fishstrap +PublisherSupportUrl: https://github.com/fishstrap/fishstrap/issues +PackageName: Fishstrap +PackageUrl: https://github.com/fishstrap/fishstrap +License: MIT +LicenseUrl: https://github.com/fishstrap/fishstrap/blob/HEAD/LICENSE +ShortDescription: Fishstrap is a Bloxstrap fork aiming to enhance some of the features. +Tags: +- bootstrapper +- fork +- mod +- roblox +ReleaseNotes: |- + General bug fixes, nothing special. + Fixes + - Ported a fix for an issue with Chinese translations not working (thanks @0tsako #6375) + - Fixed an issue where user could install to the WindowsApps directory. #1342 +ReleaseNotesUrl: https://github.com/fishstrap/fishstrap/releases/tag/v3.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.yaml b/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.yaml new file mode 100644 index 0000000000000..f4d27ca42c3cb --- /dev/null +++ b/manifests/f/Fishstrap/Fishstrap/3.1.2/Fishstrap.Fishstrap.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: Fishstrap.Fishstrap +PackageVersion: 3.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.installer.yaml b/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.installer.yaml new file mode 100644 index 0000000000000..0bd7a5fb35cbc --- /dev/null +++ b/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Flint.Fip-C +PackageVersion: 0.4.0 +InstallerLocale: en-US +InstallerType: portable +Commands: +- fip-c +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flint-lang/fip/releases/download/v0.4.0/fip-c.exe + InstallerSha256: 7afe24f3845cfbb1f8fc2550acbfe8fd6876e4bdc470bf1faf37695c64b57832 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.locale.en-US.yaml b/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.locale.en-US.yaml new file mode 100644 index 0000000000000..bdaa4f6aa2b4c --- /dev/null +++ b/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Flint.Fip-C +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: Flint Organisation +PublisherUrl: https://github.com/fip +PublisherSupportUrl: https://github.com/flint-lang/fip/issues +PackageName: fip-c +PackageUrl: https://flint-lang.github.io/ +License: MIT +LicenseUrl: https://github.com/flint-lang/fip/blob/main/LICENSE +Copyright: Copyright (c) 2024 Flint Organisation +ShortDescription: C Interop Module utilizing the Flint Interop Protocol +Description: C Interop Module utilizing the Flint Interop Protocol +Moniker: fip-c +Tags: +- flint +- fip +- interop-module +ReleaseNotesUrl: https://github.com/flint-lang/fip/releases/tag/v0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.yaml b/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.yaml new file mode 100644 index 0000000000000..c211083e78f98 --- /dev/null +++ b/manifests/f/Flint/Fip-C/0.4.0/Flint.Fip-C.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Flint.Fip-C +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.installer.yaml b/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.installer.yaml new file mode 100644 index 0000000000000..cfc791a9c8067 --- /dev/null +++ b/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: FlorianBruniaux.ccboard +PackageVersion: 0.25.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ccboard.exe + PortableCommandAlias: ccboard +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FlorianBruniaux/ccboard/releases/download/v0.25.0/ccboard-windows-x86_64.exe.zip + InstallerSha256: ACB625A7A69796C68CDFCB7CBA586FC6EA8FD4E3F858BECF697335B609CC50D6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.locale.en-US.yaml b/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.locale.en-US.yaml new file mode 100644 index 0000000000000..9b1dd19ae289f --- /dev/null +++ b/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.locale.en-US.yaml @@ -0,0 +1,44 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: FlorianBruniaux.ccboard +PackageVersion: 0.25.0 +PackageLocale: en-US +Publisher: Florian Bruniaux +PublisherUrl: https://github.com/FlorianBruniaux +PublisherSupportUrl: https://github.com/FlorianBruniaux/ccboard/issues +PackageName: ccboard +PackageUrl: https://github.com/FlorianBruniaux/ccboard +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/FlorianBruniaux/ccboard/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2025-2026 Florian Bruniaux +ShortDescription: Unified TUI/Web dashboard for Claude Code session monitoring, cost tracking & config management +Description: |- + ccboard is a free, open-source Rust TUI and web dashboard for Claude Code. + It provides 13 interactive tabs covering sessions, analytics, costs, hooks, + agents, MCP servers, config management, a Brain knowledge base, and more. + Single 5.8MB binary with 89x faster startup via SQLite cache. +Moniker: ccboard +Tags: +- claude +- dashboard +- tui +- monitoring +- cli +- rust +ReleaseNotes: |- + ## [0.25.0] - 2026-08-06 + + ### Added + + • **Skill usage analytics** (`#56`):real Skill invocations, extracted from session transcripts and never confused with textual mentions of a skill's name, are now tracked end to end. `ccboard skills [--json] [--since] [--project] [--include-subagents] []` prints an exact leaderboard (invocation count, project count, total tokens, estimated cost, first/last seen) straight from SQLite, no rescan needed. Token and cost attribution reuses the exact proportional split already used for tool-call accounting in the session parser, applied to the real namespaced skill name (`superpowers:brainstorming`, never split on `:`), never the generic `"Skill"` literal. + • **Skills leaderboard, TUI and Web** (`#56`):a new dedicated tab (TUI) and page (Web), at parity, surfacing the same leaderboard. Skills with invocation history but no matching on-disk definition (including plugin-installed, namespaced skills) get a `[retired]` badge, resolved against the local skills directory plus the full plugin marketplace/cache catalogue on both surfaces. + • **Live invocation counters**:the file watcher now updates skill/agent/command invocation counts incrementally as sessions change, instead of only at startup. Fixes a pre-existing gap where the TUI's `needs_refresh` signal was set but never consumed, so the Agents tab's usage badges never actually updated live. + + ### Fixed + + • **`classify_plugin()` namespace false positives**:exact matches across all categories (skill, command) are now checked before any substring fallback, closing a case where a short local name could shadow an unrelated namespaced plugin invocation. + • Two pre-existing `clippy::useless_borrows_in_formatting` lint violations, unrelated to this feature but caught by a newer stable toolchain, in `masked_api_key()` (duplicated across `ccboard-core` and `ccboard-types`) and the Brain page. +ReleaseNotesUrl: https://github.com/FlorianBruniaux/ccboard/releases/tag/v0.25.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.yaml b/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.yaml new file mode 100644 index 0000000000000..281e8cbfa81f9 --- /dev/null +++ b/manifests/f/FlorianBruniaux/ccboard/0.25.0/FlorianBruniaux.ccboard.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: FlorianBruniaux.ccboard +PackageVersion: 0.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Folge/Folge/1.39.0/Folge.Folge.installer.yaml b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.installer.yaml new file mode 100644 index 0000000000000..8c21777b610f4 --- /dev/null +++ b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Folge.Folge +PackageVersion: 1.39.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: a6386432-8ff6-5fc0-8bfc-252affc43de8 +ReleaseDate: 2026-08-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.folge.me/Folge-1.39.0.exe + InstallerSha256: 8746600F0A3A9E713A00A84C635D638EB4A5D88FD170FAF0B4A7B210F01C1CB1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.folge.me/Folge-1.39.0.exe + InstallerSha256: 8746600F0A3A9E713A00A84C635D638EB4A5D88FD170FAF0B4A7B210F01C1CB1 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Folge/Folge/1.39.0/Folge.Folge.locale.en-US.yaml b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.locale.en-US.yaml new file mode 100644 index 0000000000000..400ca8e73a78f --- /dev/null +++ b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Folge.Folge +PackageVersion: 1.39.0 +PackageLocale: en-US +Publisher: Oleksii Sribnyi +PublisherUrl: https://folge.me/ +PublisherSupportUrl: https://folge.me/help/ +PrivacyUrl: https://folge.me/terms-of-service#privacy +Author: Oleksii Sribnyi +PackageName: Folge +PackageUrl: https://folge.me/download +License: Proprietary +LicenseUrl: https://folge.me/eula +Copyright: Copyright © 2026 Oleksii Sribnyi +CopyrightUrl: https://folge.me/eula +ShortDescription: Easily create step-by-step guides and documentation of any process. +Description: |- + Folge is a desktop tool to capture steps with every click of the mouse, customize screenshots, create annotations, and generate the final guide in HTML, Word Document, PDF, PowerPoint slides, and more. + Main Features are: + - Take screenshots of apps, any selected region, windows or fullscreen. Pause, adjust, and resume. Screenshots with every mouse click or keypress. + - Give each step a name and description. Reorder them, hide them, and add new ones on the fly. Organize guides in projects. + - Exports guides to HTML, PDF, DOC, PPT, JSON, Markdown files ready to share with others. And more formats to come. +Tags: +- guide +ReleaseNotes: |- + 🎁 New Features + - Capture Typing – Folge now creates steps from the text you type, not just from your clicks. Clicking into a field and typing becomes a single clean "Type ..." step. + - WebP Image Format (Experimental) – A new image format for HTML and SCORM exports, at roughly half the file size of JPG with the same visual quality. + - Custom JPG Quality – Pick any quality from 1 to 100 for exported images. + - Overwrite Automated Backups – Automated backups can now replace the previous backup file instead of creating a new one every time, which is much friendlier for synced folders like OneDrive. + - New Time Placeholders – Added [[Date_Time]], [[Guide_CreatedAt_Time]], and [[Guide_UpdatedAt_Time]]. + ⭐ Improvements + - Much better JPG export quality. + - HTML exports: clicking an image now shows it pixel-sharp at full resolution, and the zoom backdrop is slightly transparent. + - The step description editor now uses the full height of the right sidebar. + - Smarter focused view zoom: Folge now aims for a consistent visible area around each click, so large and ultrawide captures zoom in more and smaller windows less. + 🔧 Bug Fixes + - WordPress export: images inside sub-steps are now uploaded correctly. + - Placeholders can we used in tables in the cover page editor for PDF. + - macOS: the first click after starting a capture now registers immediately. + - Minor fixes and improvements. +ReleaseNotesUrl: https://folge.me/changelog +PurchaseUrl: https://folge.me/buy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Folge/Folge/1.39.0/Folge.Folge.locale.zh-CN.yaml b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.locale.zh-CN.yaml new file mode 100644 index 0000000000000..931038cef8584 --- /dev/null +++ b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Folge.Folge +PackageVersion: 1.39.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 轻松创建任何流程的分步指南和文档。 +Description: |- + Folge 是一款桌面工具,能够通过每次鼠标点击捕捉操作步骤,自定义截图,添加注释,并最终生成 HTML、Word 文档、PDF、PowerPoint 幻灯片等多种格式的指南。 + 主要功能包括: + - 截取应用程序、任意选定区域、窗口或全屏画面。支持暂停、调整和继续操作,每次鼠标点击或按键均可触发截图。 + - 为每个步骤命名并添加描述。可随时重新排序、隐藏或新增步骤,并将指南按项目分类管理。 + - 支持将指南导出为 HTML、PDF、DOC、PPT、JSON、Markdown 等格式,便于分享。未来还将支持更多文件类型。 +Tags: +- 指南 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Folge/Folge/1.39.0/Folge.Folge.yaml b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.yaml new file mode 100644 index 0000000000000..97199fa474077 --- /dev/null +++ b/manifests/f/Folge/Folge/1.39.0/Folge.Folge.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: Folge.Folge +PackageVersion: 1.39.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.installer.yaml b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.installer.yaml new file mode 100644 index 0000000000000..f88d316c0b8af --- /dev/null +++ b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: fanbuz.CodeSucker +PackageVersion: 0.4.5 +InstallerType: nullsoft +ProductCode: 0ce75094-606f-5cc2-b744-98a132fe3933 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/fanbuz/codesucker/releases/download/v0.4.5/CodeSucker-0.4.5-win-x64.exe + InstallerSha256: 7FC891288576087D3042437E7DF87D0DC4BB0CB783F88F185E29EEBD2FD69C69 + InstallerSwitches: + Custom: /currentuser + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\CodeSucker' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/fanbuz/codesucker/releases/download/v0.4.5/CodeSucker-0.4.5-win-x64.exe + InstallerSha256: 7FC891288576087D3042437E7DF87D0DC4BB0CB783F88F185E29EEBD2FD69C69 + InstallerSwitches: + Custom: /allusers + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CodeSucker' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.locale.en-US.yaml b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.locale.en-US.yaml new file mode 100644 index 0000000000000..3439afc6094e6 --- /dev/null +++ b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.locale.en-US.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: fanbuz.CodeSucker +PackageVersion: 0.4.5 +PackageLocale: en-US +ShortDescription: Drop in a project and generate the 60-page source-code document for Chinese software copyright registration. Offline extraction, comment cleaning, automatic layout, and a pre-export review — your code never leaves the machine. +Description: 'CodeSucker turns the rules for software copyright source-code materials into a local pipeline: import a project, walk through a five-step wizard, and export the document, with automatic pre-export checks for page count, line count, headers, and attribution to reduce manual errors and correction requests. It offers directory-level file filtering with safe rescanning, file-type composition by file count or code lines with per-extension export, state-machine code cleaning that recognizes comments and string boundaries character by character across 30+ extensions, automatic pagination and layout, and pre-export validation. Everything runs offline — your code never leaves the machine.' +Tags: +- copyright +- software-copyright +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.locale.zh-CN.yaml b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d61a5a667e2db --- /dev/null +++ b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: fanbuz.CodeSucker +PackageVersion: 0.4.5 +PackageLocale: zh-CN +Publisher: fanbuz +PublisherUrl: https://github.com/fanbuz +PublisherSupportUrl: https://github.com/fanbuz/codesucker/issues +PackageName: CodeSucker +PackageUrl: https://github.com/fanbuz/codesucker +License: Apache-2.0 +LicenseUrl: https://github.com/fanbuz/codesucker/blob/HEAD/LICENSE +Copyright: Copyright 2026 fanbuz +ShortDescription: 拖入项目,生成 60 页软著源程序文档。离线抽取、注释清洗、自动排版,导出前先帮你过一遍审查——代码不出本机。 +Description: CodeSucker 把软件著作权源程序材料规则整理成一条本地流水线:导入项目 → 五步向导 → 导出文档,并在导出前自动检查页数、行数、页眉和署名等风险,帮助减少手工整理错误与补正概率。支持目录级文件筛选与安全重新扫描、按文件数/代码行查看文件类型构成并按后缀导出、状态机代码清洗(逐字符识别注释与字符串边界,支持 30+ 后缀)、自动分页排版与导出前校验。全程离线运行,代码不出本机。 +Tags: +- 软著 +ReleaseNotes: |- + What's Changed + - v0.4.5:补齐常用源码语言扫描、清洗与导出支持 by @fanbuz in https://github.com/fanbuz/codesucker/pull/72 + Full Changelog: https://github.com/fanbuz/codesucker/compare/v0.4.4...v0.4.5 +ReleaseNotesUrl: https://github.com/fanbuz/codesucker/releases/tag/v0.4.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.yaml b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.yaml new file mode 100644 index 0000000000000..e81661d9e0e88 --- /dev/null +++ b/manifests/f/fanbuz/CodeSucker/0.4.5/fanbuz.CodeSucker.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: fanbuz.CodeSucker +PackageVersion: 0.4.5 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.installer.yaml new file mode 100644 index 0000000000000..79c2f09824d71 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.48.00 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%SystemDrive%\GAM7' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.48.00/gam-7.48.00-windows-x86_64.exe + InstallerSha256: B2F7AC009393457872841F59DE7D015C513D17181677F0A23ABAC13580CA86B4 +- Architecture: arm64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.48.00/gam-7.48.00-windows-arm64.exe + InstallerSha256: 6749E4AB427A9ED1B2AC6E4D453869AB68333BDF32760A876F51FBC58E20C26F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 0000000000000..0f0bd77fd0054 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.48.00 +PackageLocale: en-US +Publisher: GAM Team - google-apps-manager@googlegroups.com +PublisherUrl: https://github.com/GAM-team +PublisherSupportUrl: https://github.com/GAM-team/GAM/issues +PackageName: gam +PackageUrl: https://github.com/GAM-team/GAM +License: Apache-2.0 +LicenseUrl: https://github.com/GAM-team/GAM/blob/HEAD/LICENSE +ShortDescription: command line management for Google Workspace +Tags: +- gam +- google +- google-admin-sdk +- google-api +- google-apps +- google-calendar +- google-cloud +- google-drive +- google-workspace +- gsuite +- oauth2 +- oauth2-client +- python +ReleaseNotes: |- + - 7.48.00 + Added support for Allowlisted Domains. + - See: https://github.com/GAM-team/GAM/wiki/Cloud-Identity-Allowlisted-Domains + - See Update History +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.48.00 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GAM-team/GAM/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.yaml new file mode 100644 index 0000000000000..27c52a6db6507 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.48.00/GAM-Team.gam.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.48.00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.installer.yaml b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.installer.yaml deleted file mode 100644 index f326bcd859db8..0000000000000 --- a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3570.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: GeekUninstaller.GeekUninstaller -PackageVersion: 1.5.2.165 -InstallerType: zip -UpgradeBehavior: install -Installers: -- Architecture: x86 - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: geek.exe - PortableCommandAlias: geek - InstallerUrl: https://geekuninstaller.com/geek.zip - InstallerSha256: 3706C440557692C612527C0EB437577EF2DAE8A1CA947DD2BC259B451E192F42 -ManifestType: installer -ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.locale.en-US.yaml b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.locale.en-US.yaml deleted file mode 100644 index 99ca11065ad32..0000000000000 --- a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3570.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: GeekUninstaller.GeekUninstaller -PackageVersion: 1.5.2.165 -PackageLocale: en-US -Publisher: Geek Uninstaller -# PublisherUrl: -# PublisherSupportUrl: -PrivacyUrl: https://geekuninstaller.com/privacy-policy -Author: Thomas Koen -PackageName: Geek Uninstaller -PackageUrl: https://geekuninstaller.com -License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: The best FREE uninstaller! -# Description: -# Moniker: -Tags: -- uninstalling -- uninstallation -- registry -- forcedremoval -- forced-removal -- forcedelete -- force-delete -- desktopapps -- desktop-apps -- microsoftstoreapps -- microsoft-store-apps -- remove-shortcuts -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.yaml b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.yaml deleted file mode 100644 index 30215b60fcad8..0000000000000 --- a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.2.165/GeekUninstaller.GeekUninstaller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3570.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: GeekUninstaller.GeekUninstaller -PackageVersion: 1.5.2.165 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.installer.yaml b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.installer.yaml new file mode 100644 index 0000000000000..f3693e9aa2f01 --- /dev/null +++ b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GeekUninstaller.GeekUninstaller +PackageVersion: 1.5.3.180 +InstallerType: zip +UpgradeBehavior: install +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: geek.exe + PortableCommandAlias: geek + InstallerUrl: https://geekuninstaller.com/geek.zip + InstallerSha256: 4ef2e5b3d3d861e1d2d9dcecc58ed7a2cdbc5fe743f44aa2614e10c72d31d694 +- Architecture: neutral + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: geek.exe + PortableCommandAlias: geek + InstallerUrl: https://geekuninstaller.com/geek.zip + InstallerSha256: 4ef2e5b3d3d861e1d2d9dcecc58ed7a2cdbc5fe743f44aa2614e10c72d31d694 +ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.locale.en-US.yaml b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.locale.en-US.yaml new file mode 100644 index 0000000000000..aff8d7b2fddc9 --- /dev/null +++ b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GeekUninstaller.GeekUninstaller +PackageVersion: 1.5.3.180 +PackageLocale: en-US +Publisher: Geek Uninstaller +PrivacyUrl: https://geekuninstaller.com/privacy-policy +Author: Thomas Koen +PackageName: Geek Uninstaller +PackageUrl: https://geekuninstaller.com/ +License: Proprietary (Freeware) +ShortDescription: The best FREE uninstaller! +Moniker: geek +Tags: +- geek-uninstaller +- desktop-apps +- desktopapps +- force-delete +- forced-removal +- forcedelete +- forcedremoval +- microsoft-store-apps +- microsoftstoreapps +- registry +- remove-desktop-shortcuts +- removedesktopshortcuts +- uninstallation +- uninstalling +ReleaseNotesUrl: https://geekuninstaller.com/download +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.yaml b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.yaml new file mode 100644 index 0000000000000..685b04b682557 --- /dev/null +++ b/manifests/g/GeekUninstaller/GeekUninstaller/1.5.3.180/GeekUninstaller.GeekUninstaller.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GeekUninstaller.GeekUninstaller +PackageVersion: 1.5.3.180 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.installer.yaml b/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.installer.yaml new file mode 100644 index 0000000000000..fe8254f0b1c33 --- /dev/null +++ b/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Git.MinGit +PackageVersion: 2.55.0.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cmd/git.exe + PortableCommandAlias: git +- RelativeFilePath: cmd/scalar.exe + PortableCommandAlias: scalar +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.5/MinGit-2.55.0.5-32-bit.zip + InstallerSha256: 2C5C030D18FC6A6437C6D3F85895302E67995507DB740AFB415648306C6B450D +- Architecture: x64 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.5/MinGit-2.55.0.5-64-bit.zip + InstallerSha256: 56D7B226B7693196CFC71FEF26568F536C4A021AB6C37FF2DB4287BED908E96E +- Architecture: arm64 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.5/MinGit-2.55.0.5-arm64.zip + InstallerSha256: 05843F9D6E60306C3AB886799E2C67200CAAB921571F10512DF3493049179DDB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.locale.en-US.yaml b/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.locale.en-US.yaml new file mode 100644 index 0000000000000..4d5ec36a931fa --- /dev/null +++ b/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Git.MinGit +PackageVersion: 2.55.0.5 +PackageLocale: en-US +Publisher: The Git Development Community +PublisherUrl: https://gitforwindows.org/ +PublisherSupportUrl: https://github.com/git-for-windows/git/issues +Author: Johannes Schindelin +PackageName: MinGit +PackageUrl: https://gitforwindows.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/git-for-windows/git/blob/HEAD/COPYING +ShortDescription: MinGit is an intentionally minimal, non-interactive distribution of Git for Windows, with third-party applications as its intended audience. +Description: |- + MinGit is a minimal, lightweight version of Git for Windows that includes only the core Git command-line tools. + It's designed for automated environments, CI/CD pipelines, and users who need basic Git functionality without the full Git for Windows package, which includes Git Bash, GUI tools, and other utilities. + MinGit offers a smaller footprint and can be used portably without installation. +Moniker: mingit +Tags: +- cli +- command-line +- commandline +- cross-platform +- dvcs +- foss +- git +- open-source +- tool +- utility +- vcs +ReleaseNotes: |- + New Features + - The experimental git survey command (which was never upstreamed to the core Git project) was deprecated and converted into a small shim on top of git repo structure. In the future, git repo structure should be used instead, as the git survey command will be retired eventually. + - Git for Windows' installer is now a 64-bit executable (x64 instead of 86). + - Comes with the MSYS2 runtime (Git for Windows flavor) based on Cygwin v3.6.10. + - Comes with OpenSSH v10.5.P1. + + Bug Fixes + - The long-standing bug where Git Bash's screen was cleared after git.exe called vim (e.g. to edit a commit message) was fixed. + - The Bash executables in the 64-bit and ARM64 distributions no longer carry an invalid Authenticode signature. +ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.55.0.windows.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.yaml b/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.yaml new file mode 100644 index 0000000000000..94f663957ab91 --- /dev/null +++ b/manifests/g/Git/MinGit/2.55.0.5/Git.MinGit.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: Git.MinGit +PackageVersion: 2.55.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.installer.yaml b/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.installer.yaml new file mode 100644 index 0000000000000..93d657d3547ea --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.installer.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.1.12 +UpgradeBehavior: install +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.1.12/GitHub-Copilot-windows-x64-setup.exe + InstallerSha256: D88223F5414AE009DE06E8F8410C028502BBBDADDB08F259FE2220ED3D3BF5AA + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.1.12/GitHub-Copilot-windows-x64.msi + InstallerSha256: 72918D0B853105C3713D02F6B740B633433B63DA07FF3467FB502C9EAAB438CC + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{6D66EA78-5849-46AC-95EE-5C204893F0A5}' + AppsAndFeaturesEntries: + - ProductCode: '{6D66EA78-5849-46AC-95EE-5C204893F0A5}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.1.12/GitHub-Copilot-windows-arm64-setup.exe + InstallerSha256: AF8DE47FA4838A4156BED9AD3CCD3883DEC4507D09F81FBD957AACBD41EC6237 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.1.12/GitHub-Copilot-windows-arm64.msi + InstallerSha256: 56E899573883CC377293041454952AC477FC0E9FA35D47F63738A46BF159785B + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{8024B0A7-FF74-4D8B-A1E4-7890F0613CBA}' + AppsAndFeaturesEntries: + - ProductCode: '{8024B0A7-FF74-4D8B-A1E4-7890F0613CBA}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.locale.en-US.yaml b/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.locale.en-US.yaml new file mode 100644 index 0000000000000..0858cbeb1e377 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.1.12 +PackageLocale: en-US +Publisher: GitHub Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +Author: GitHub Inc. +PackageName: GitHub Copilot +PackageUrl: https://github.com/features/preview/github-app +License: Proprietary +LicenseUrl: https://github.com/github/app/blob/HEAD/License.md +ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place. +Description: |- + The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs. + + The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself. +Moniker: copilot-app +ReleaseNotes: |- + What's new in v1.1.12 + + Highlights + - You can now use /ask and /btw to ask a side question without interrupting the current response. + - The pull request Files view now lets you expand the diff to see more surrounding code, matching the controls already available in Compare changes. + - Fixed a security issue where tool approval prompts requested by a hook could be skipped instead of always requiring your explicit approval. + - Active agent sessions now pick up the latest pull request state, like a merge or ready-for-review change, instead of reasoning from stale information. + + Added + - Added a Copy > Session ID action to session context menus in the sidebar. + - The pull request Files view now lets you expand the diff to see more surrounding code, matching the expand up/down/whole file controls already available in Compare changes. + - You can now use /ask and /btw to ask a side question without interrupting the current response. + + Changed + - Moved Search into the sidebar header next to Back and Forward, and moved Open in from the workspace header into the Files and Changes toolbars. + - Refined the command palette's selection styling with a more compact row height and a full-width highlight showing a Return icon for the active item. + - Sidebar archive actions now distinguish merged and closed pull requests, and merged pull requests are included for archiving even after their worktree is cleaned up. + - Widened the plan view so plan content is easier to read. + + Fixed + - Active agent sessions now pick up the latest pull request state (like a merge or ready-for-review change) instead of continuing to reason from stale information. + - Assistant responses using LaTeX delimiters like ( ... ) and [ ... ] now render as math instead of showing raw brackets and commands. + - File tab close buttons in chat are now always visible and easier to reach with touch or keyboard, instead of only appearing on hover. + - Fixed a security issue where tool approval prompts requested by a hook could be skipped instead of always requiring an explicit approval from you. + - Fixed a skill load failure incorrectly showing "Loaded skill" instead of "Failed to load skill". + - Fixed Agent Merge sometimes taking much longer than expected to re-check a pull request after your computer wakes from sleep. + - Fixed Ctrl/Cmd+T not opening the Add to panel picker for a workspace whose right panel had never been opened. + - Fixed dragging and dropping files onto the app on Linux, which previously did nothing. + - Fixed keyboard focus and screen reader announcements when confirming account removal in Settings > Accounts. + - Fixed pull request checks incorrectly showing as failed to load when some check details were restricted by organization security settings. + - Fixed repositories disappearing from the onboarding "Connect your repositories" step after navigating back from a later step. + - Fixed rows in the command palette shifting position when highlighted while arrowing through results. + - Fixed screen readers announcing a generic label instead of the actual question when navigating confirmation prompts (permissions, rate limits, browser sharing, repository setup, and similar dialogs). + - Fixed several terminal commands that could silently write files or change system settings without asking for approval; these now require confirmation like other non-read-only commands. + - Fixed the "Started" and "Last read" timestamps in the shell task detail panel so they can be revealed with the keyboard and are announced correctly by screen readers. + - Fixed the Add MCP Server form's error message to mention that server names can't contain a closing brace (}). + - Fixed the Changes panel showing raw Git error output when a workspace's checkout was missing or invalid; it now shows a clear, actionable error message with retry and details options. + - Fixed the Files tab becoming slow and unresponsive when filtering large repositories. + - Fixed the model picker trigger being announced as a combobox by screen readers instead of a button. + - Fixed the model picker's "Retry loading models" button so it actually retries instead of doing nothing when models failed to load. + - Non-openable file and MCP references in chat can now be revealed and read with the keyboard and screen readers, not just by hovering. + - The Updated, Created, and Location details in the Manage sessions table can now be revealed and read by keyboard and screen reader users, not just with a mouse hover. + - When a cloud session can't be created because cloud sandboxes aren't enabled for your organization or enterprise, you now see a clear explanation with the option to view detailed logs, instead of a generic failure or being sent to the Health check. + - Workflow run rows now announce the full date and time to screen readers, instead of only showing it in a hover tooltip. +ReleaseNotesUrl: https://github.com/github/app/releases/tag/v1.1.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.yaml b/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.yaml new file mode 100644 index 0000000000000..6589902482511 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.12/GitHub.CopilotApp.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: GitHub.CopilotApp +PackageVersion: 1.1.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.installer.yaml deleted file mode 100644 index 46bd8bb06c029..0000000000000 --- a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.installer.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 151.0.7922.170 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ReleaseDate: 2026-08-18 -AppsAndFeaturesEntries: -- UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi - InstallerSha256: 0EFB7C6ABEA0BBBFC7054D049A08543F8357AA2C2C5B05014339A03785E97C31 - ProductCode: '{C74F4DFA-5EB7-3270-89D1-F20D2438CFD4}' -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi - InstallerSha256: 693E6EFEFEC1D8D776EB221804BFAFB8F86289210D687C7024BDB89EF7034D40 - ProductCode: '{8F334D58-3F69-3BBC-BCF9-517ED38C12E8}' -- Architecture: arm64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi - InstallerSha256: C5C2EBE63EE023A6996F4046BAA67BB3D5EB60AEC8C7D3CE08619AB8370BA2F7 - ProductCode: '{84876B01-9807-3293-9562-686249114DE6}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.en-US.yaml deleted file mode 100644 index 2a8faaa944817..0000000000000 --- a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 151.0.7922.170 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome -PackageUrl: https://www.google.com/chrome/ -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms/ -Copyright: Copyright 2026 Google LLC. All rights reserved. -ShortDescription: The Fast & Secure Web Browser Built to be Yours -Description: Chrome is the official web browser from Google, built to be fast, secure, and customizable. -Moniker: chrome -Tags: -- browser -- chromium -- internet -- manifestv3 -- mv3 -- safe -- search -- web -- webpage -Documentations: -- DocumentLabel: Chrome Platform Status - DocumentUrl: https://chromestatus.com/ -- DocumentLabel: Chrome Web Store - DocumentUrl: https://chromewebstore.google.com/ -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.nb-NO.yaml deleted file mode 100644 index c30d0503fcfc3..0000000000000 --- a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.nb-NO.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 151.0.7922.170 -PackageLocale: nb-NO -PublisherSupportUrl: https://support.google.com/?hl=nb-no -PrivacyUrl: https://policies.google.com/privacy?hl=nb-no -PackageUrl: https://www.google.com/intl/no/chrome/ -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms/ -Copyright: Copyright 2026 Google LLC. Med enerett. -ShortDescription: Den raske og sikre nettleseren som er laget for å være din egen -Description: Chrome er Googles offisielle nettleser. Den er laget for å være rask, sikker og tilpassbar. -Tags: -- chromium -- internett -- nettet -- nettleser -- rask -- søk -- trygg -Documentations: -- DocumentLabel: Chrome Nettmarked - DocumentUrl: https://chromewebstore.google.com/?hl=nb-no -- DocumentLabel: Chrome Platform Status - DocumentUrl: https://chromestatus.com/ -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/ -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.zh-CN.yaml deleted file mode 100644 index f6fffcff9a28a..0000000000000 --- a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 151.0.7922.170 -PackageLocale: zh-CN -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -PackageUrl: https://www.google.com/intl/zh-CN/chrome/ -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms/ -Copyright: 版权所有 2026 Google LLC. 保留所有权利。 -ShortDescription: 快速安全的网络浏览器,专为您而打造 -Description: Chrome 是 Google 的官方网络浏览器,速度飞快,安全可靠,并且支持自定义。 -Tags: -- chromium -- 互联网 -- 安全 -- 快捷 -- 搜索 -- 浏览器 -- 网页 -Documentations: -- DocumentLabel: Chrome Platform Status - DocumentUrl: https://chromestatus.com/ -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/?hl=zh-cn -- DocumentLabel: Chrome 应用商店 - DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.yaml b/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.yaml deleted file mode 100644 index 31433e8945218..0000000000000 --- a/manifests/g/Google/Chrome/151.0.7922.170/Google.Chrome.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 151.0.7922.170 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index cc1723312e3cc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.8010.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome -ReleaseDate: 2026-08-18 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adl4tut3v3u3wrwnkkukfvwlekuq_153.0.8010.0/153.0.8010.0_chrome_installer_uncompressed.exe - InstallerSha256: 61A8A97CB7B901928CB2DCC387565F62A8B3FDA629764CFE39DB68A32B2FDC3A -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adfyw6wpmnxebzntt6c73cpl356q_153.0.8010.0/153.0.8010.0_chrome_installer_uncompressed.exe - InstallerSha256: 38FC19598789071D38C67133621832296B89E8A588AC644BCA1436001C5ED54C -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acyttmacyj2ncfytu4g2x3qqvbeq_153.0.8010.0/153.0.8010.0_chrome_installer_uncompressed.exe - InstallerSha256: C867C2FCE616964483380091C965DC4838F41D75BE0829554A925E1E4C1F1642 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..c6dee57ee8b12 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 154.0.8016.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/ace73hdljjiialg764qcazvnmbeq_154.0.8016.0/154.0.8016.0_chrome_installer_uncompressed.exe + InstallerSha256: B1D70CFC6CD5956DC04F5E9D8C6338371C235D96034B52D215ACB4B36AAAEA4F +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/idp4frzjzpc3unn75eew2tbgpa_154.0.8016.0/154.0.8016.0_chrome_installer_uncompressed.exe + InstallerSha256: 5EC226E2512DA46464D09C796C2710460E8E7EFA12595B8FE20891DCBEA6392A +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acpke4zhicjpronnbqsi4vjn7spq_154.0.8016.0/154.0.8016.0_chrome_installer_uncompressed.exe + InstallerSha256: 49CEA4974B8F296FD1D63CBED1D3D695D9FB80614F98F0961DE03A197EB85C29 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.en-US.yaml index c4fce73b5813b..3d61cdead41f0 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.8010.0 +PackageVersion: 154.0.8016.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.nb-NO.yaml index 9e8ad4475e987..312004379e7d9 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.8010.0 +PackageVersion: 154.0.8016.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.zh-CN.yaml index 07c78ac3a0150..36484e65f8940 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.8010.0 +PackageVersion: 154.0.8016.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.yaml index 64628cb130f8e..7c7279f60cdbe 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.8010.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/154.0.8016.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 153.0.8010.0 +PackageVersion: 154.0.8016.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.installer.yaml deleted file mode 100644 index 4dbd0121be994..0000000000000 --- a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.installer.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Google.Chrome.Dev -PackageVersion: 153.0.8003.0 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ReleaseDate: 2026-08-15 -AppsAndFeaturesEntries: -- UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi - InstallerSha256: E37512BAA59E1C9DF3E98FB6306394999E1050607D0ABAB1BF9846184D5C4911 - ProductCode: '{23796F4F-381B-32ED-B544-95170E722C1E}' -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi - InstallerSha256: E04F1259D7647918A97AB67920A704697A117351815BD271CF9F1147CA99D387 - ProductCode: '{E98E8E2D-40CC-3118-ACFD-9AE4E40E9D7C}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.installer.yaml new file mode 100644 index 0000000000000..fee3cca2c0561 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.Dev +PackageVersion: 154.0.8013.2 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi + InstallerSha256: 4BF2199BEC0626CA24BA5796FD755BD7ED2301674868D08B41125D6412C69FA9 + ProductCode: '{AFB472C9-491E-3D80-8082-17BF2AC903F5}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi + InstallerSha256: 3D33F62D86BD9C8FD9924AA88B2F634AE92F597C023BC81F1354E9C3470E5737 + ProductCode: '{ABFA26EB-29AA-3084-A5E8-15F8602A8F0F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.en-US.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.en-US.yaml rename to manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.en-US.yaml index 4322cfbb09060..9ab079ddb3f9c 100644 --- a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 153.0.8003.0 +PackageVersion: 154.0.8013.2 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.nb-NO.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.nb-NO.yaml index e6ab4a4b1222c..e04132fd2a77c 100644 --- a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 153.0.8003.0 +PackageVersion: 154.0.8013.2 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.zh-CN.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.zh-CN.yaml index 41a82e9385b05..f4ec40b663229 100644 --- a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 153.0.8003.0 +PackageVersion: 154.0.8013.2 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.yaml b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.yaml similarity index 89% rename from manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.yaml rename to manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.yaml index 0a21c7b86ecba..2fd04a5c41c2e 100644 --- a/manifests/g/Google/Chrome/Dev/153.0.8003.0/Google.Chrome.Dev.yaml +++ b/manifests/g/Google/Chrome/Dev/154.0.8013.2/Google.Chrome.Dev.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 153.0.8003.0 +PackageVersion: 154.0.8013.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.installer.yaml deleted file mode 100644 index 2b30deb1ee8a7..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 141.0.7354.3 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome Dev -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/gcnpq2vmsoqcsmf7a6r6a2bvve_141.0.7354.3/141.0.7354.3_chrome_installer_uncompressed.exe - InstallerSha256: 733FC4C283339A9072FFD8482475CA5A5D80282BE46B2AE7669119618F459DF2 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/gcnpq2vmsoqcsmf7a6r6a2bvve_141.0.7354.3/141.0.7354.3_chrome_installer_uncompressed.exe - InstallerSha256: 733FC4C283339A9072FFD8482475CA5A5D80282BE46B2AE7669119618F459DF2 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/ajh7myzvj6xcxue3q4p5jvknyy_141.0.7354.3/141.0.7354.3_chrome_installer_uncompressed.exe - InstallerSha256: D2FEB9E1323A8AA3A915CB2E04CCEB3587C92FBD97372D238F0A0E2EA9BAA886 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/ajh7myzvj6xcxue3q4p5jvknyy_141.0.7354.3/141.0.7354.3_chrome_installer_uncompressed.exe - InstallerSha256: D2FEB9E1323A8AA3A915CB2E04CCEB3587C92FBD97372D238F0A0E2EA9BAA886 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acezmtmqyheezzp4lkqswnzoldbq_141.0.7354.3/141.0.7354.3_chrome_installer_uncompressed.exe - InstallerSha256: 7820A3F67F46646616CB3BAF5DEC50862FAFD238D40BC4280F61B8E6069E5C62 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acezmtmqyheezzp4lkqswnzoldbq_141.0.7354.3/141.0.7354.3_chrome_installer_uncompressed.exe - InstallerSha256: 7820A3F67F46646616CB3BAF5DEC50862FAFD238D40BC4280F61B8E6069E5C62 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.yaml deleted file mode 100644 index 4018ea97e8036..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 141.0.7354.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..3a92058d0fbdf --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 154.0.8013.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ke3oovipeox755v3ftt4xq5icq_154.0.8013.2/154.0.8013.2_chrome_installer_uncompressed.exe + InstallerSha256: 95524AC7E8867DE05162B7F357F37CBA368777A568222CA83A813E605E1D3EF5 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ke3oovipeox755v3ftt4xq5icq_154.0.8013.2/154.0.8013.2_chrome_installer_uncompressed.exe + InstallerSha256: 95524AC7E8867DE05162B7F357F37CBA368777A568222CA83A813E605E1D3EF5 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/goe4v2aqa7pzj7o5s25fpq6aq4_154.0.8013.2/154.0.8013.2_chrome_installer_uncompressed.exe + InstallerSha256: 66577861D89B90BA7B3D818DA599BF3AC2E6EF1861A525A2571B15B458A5ED96 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/goe4v2aqa7pzj7o5s25fpq6aq4_154.0.8013.2/154.0.8013.2_chrome_installer_uncompressed.exe + InstallerSha256: 66577861D89B90BA7B3D818DA599BF3AC2E6EF1861A525A2571B15B458A5ED96 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ac7pbegicu3tigm64k6apedykghq_154.0.8013.2/154.0.8013.2_chrome_installer_uncompressed.exe + InstallerSha256: 769CA20B48A484B9F5CC38E47EB3640754185B3FB46E0BB40217C857B3A7F6BD + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ac7pbegicu3tigm64k6apedykghq_154.0.8013.2/154.0.8013.2_chrome_installer_uncompressed.exe + InstallerSha256: 769CA20B48A484B9F5CC38E47EB3640754185B3FB46E0BB40217C857B3A7F6BD + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.en-US.yaml similarity index 82% rename from manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.en-US.yaml rename to manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.en-US.yaml index 634eb585fed25..15b6fc4bfa8c6 100644 --- a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -1,26 +1,26 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 141.0.7354.3 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/chrome/dev -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Google Chrome for developers -Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 154.0.8013.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml similarity index 83% rename from manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml index 4b7febc92907d..92d898af441b5 100644 --- a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -1,23 +1,23 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 141.0.7354.3 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/dev -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Google Chrome for utviklere -Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 154.0.8013.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2026 Google LLC. Med enerett. +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml similarity index 83% rename from manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml index 461c24c9243df..9d765fd1239f5 100644 --- a/manifests/g/Google/Chrome/Dev/EXE/141.0.7354.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -1,25 +1,25 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 141.0.7354.3 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome 开发者版 (EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的 Google Chrome -Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 154.0.8013.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2026 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..116ed173877d8 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/154.0.8013.2/Google.Chrome.Dev.EXE.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: Google.Chrome.Dev.EXE +PackageVersion: 154.0.8013.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..ddf97ae321079 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# 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-cli +PackageVersion: 1.3.213 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.213/ggcode_1.3.213_windows_x64.msi + InstallerSha256: 9DF1A6B5C45FEA9BDCFE945A9D6AFC9D2463302919D580DB32388E061EE07664 + ProductCode: '{9E746322-D9EF-4616-8992-9AA6E0D1B7EE}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{9E746322-D9EF-4616-8992-9AA6E0D1B7EE}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.213/ggcode_1.3.213_windows_arm64.msi + InstallerSha256: 65ED3A02BE9CAFCDBFAC8F928108BD260BC76C61D3CB1B489C4903011DF7EFA6 + ProductCode: '{3EB42F69-D4F8-47EC-9EEA-9209800574D2}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{3EB42F69-D4F8-47EC-9EEA-9209800574D2}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..87bd861dad7ba --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# 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-cli +PackageVersion: 1.3.213 +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 +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.213 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..dd1f46ff2b91e --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.213/gg.ai.ggcode-cli.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-cli +PackageVersion: 1.3.213 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..386756ec2f7fe --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# 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-cli +PackageVersion: 1.3.214 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.214/ggcode_1.3.214_windows_x64.msi + InstallerSha256: 81781B03EFC9FB2FFF91C10492843B1C8ECA2D8852497D9D1626145CE7C08DB6 + ProductCode: '{08B7220A-B1B3-4EEF-8C44-A53F0EB14D5D}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{08B7220A-B1B3-4EEF-8C44-A53F0EB14D5D}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.214/ggcode_1.3.214_windows_arm64.msi + InstallerSha256: 6EF0F5C0E7D69E644BC64CDA9B00D0393FD39EEF6201A1920E80E657D6656883 + ProductCode: '{B57C2C03-0445-4D6D-9F1D-89ACF8FA964D}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{B57C2C03-0445-4D6D-9F1D-89ACF8FA964D}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..d79f87418e20c --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# 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-cli +PackageVersion: 1.3.214 +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 +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.214 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..85fef4588442e --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.214/gg.ai.ggcode-cli.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-cli +PackageVersion: 1.3.214 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.214/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.214/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..fc44a52cb0303 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.214/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.214 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{FDF23148-C94C-45E3-8DD5-8294BA0CCC4F}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{FDF23148-C94C-45E3-8DD5-8294BA0CCC4F}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.214/ggcode-desktop_1.3.214_windows_x64.msi + InstallerSha256: F8EA07D6586B168E0B6A1EDC87E5B1ED46ED190E2286F460CD9314B169338FF9 + ProductCode: '{FDF23148-C94C-45E3-8DD5-8294BA0CCC4F}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{FDF23148-C94C-45E3-8DD5-8294BA0CCC4F}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.214/ggcode-desktop_1.3.214_windows_arm64.msi + InstallerSha256: 8E940559C53090D33E3EA5B73C5763F9DB13C20BEB4146F904CFB64B6FFAC2CE + ProductCode: '{737ADEED-4427-4763-9AA8-5A778E6994A7}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{737ADEED-4427-4763-9AA8-5A778E6994A7}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.214/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.214/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..547d461d85d11 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.214/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.214 +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.214 +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.214/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.214/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..0522c42600888 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.214/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.214 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.installer.yaml b/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.installer.yaml new file mode 100644 index 0000000000000..61028041a4431 --- /dev/null +++ b/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gmhoward9289-ops.roost +PackageVersion: 0.11.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: roost.exe + PortableCommandAlias: roost +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gmhoward9289-ops/roost/releases/download/v0.11.0/roost-0.11.0-windows-x64.zip + InstallerSha256: 679B0F5A76A809206FF53EE51F10749483E3B4670C8D0C177036D7B3D68C8063 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.locale.en-US.yaml b/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.locale.en-US.yaml new file mode 100644 index 0000000000000..47e9e740b9003 --- /dev/null +++ b/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.locale.en-US.yaml @@ -0,0 +1,28 @@ +# 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: gmhoward9289-ops.roost +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: George M. Howard +PublisherUrl: https://github.com/gmhoward9289-ops +PublisherSupportUrl: https://github.com/gmhoward9289-ops/roost/issues +PackageName: roost +PackageUrl: https://github.com/gmhoward9289-ops/roost +License: Apache-2.0 +LicenseUrl: https://github.com/gmhoward9289-ops/roost/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 George M. Howard +ShortDescription: top for Claude Code - live sessions, models, context, and the subagents they spawn +Moniker: roost +Tags: +- claude +- cli +- monitoring +- terminal +ReleaseNotes: |- + 0.11.0 (2026-08-21) + Added + - shell tab completion and full CLI flag docs (#76, #78) (2d410e6) +ReleaseNotesUrl: https://github.com/gmhoward9289-ops/roost/releases/tag/v0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.yaml b/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.yaml new file mode 100644 index 0000000000000..42279f515716f --- /dev/null +++ b/manifests/g/gmhoward9289-ops/roost/0.11.0/gmhoward9289-ops.roost.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: gmhoward9289-ops.roost +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.installer.yaml b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.installer.yaml new file mode 100644 index 0000000000000..905ce051b029d --- /dev/null +++ b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.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: gna1280072.LeePanel +PackageVersion: 1.0.21 +UpgradeBehavior: install +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/gna1280072/LeePanel/releases/download/v1.0.21/LeePanel_1.0.21_x64-setup.exe + InstallerSha256: E852A6D9D02D70FFE05939328A30331EECAD0F10D850AADD605F25CC5FC83A96 + ProductCode: LeePanel +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/gna1280072/LeePanel/releases/download/v1.0.21/LeePanel_1.0.21_x64_en-US.msi + InstallerSha256: A8DF7AF262B4788D680FB50FF6939AAB2A38DFB6ABB084C1FD5DC70FE5EE5F1D + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DCB1BE67-017B-4913-986F-90565203B610}' + AppsAndFeaturesEntries: + - UpgradeCode: '{725026BC-D774-5C66-A19D-1A22F4FF9DAE}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.locale.en-US.yaml b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.locale.en-US.yaml new file mode 100644 index 0000000000000..741692af45756 --- /dev/null +++ b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: gna1280072.LeePanel +PackageVersion: 1.0.21 +PackageLocale: en-US +ShortDescription: A free and open-source, next-generation Linux server management panel desktop client. All operations are performed via SSH from your local machine, with zero server-side code. +Description: LeePanel is a free and open-source Linux server management panel desktop client. All operations are performed via SSH commands from your local machine, with no panel code installed on the server and no extra ports exposed, eliminating the panel's own security risks at the root. Built with Tauri 2 + React as a lightweight cross-platform desktop app, it provides an SSH terminal and SFTP file management, and manages Nginx, MySQL/MariaDB, PHP, Redis, Docker, firewalls, and free SSL certificates from a single native client. +Tags: +- docker +- linux +- nginx +- panel +- server +- sftp +- ssh +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.locale.zh-CN.yaml b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9f86dd0a0fad8 --- /dev/null +++ b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gna1280072.LeePanel +PackageVersion: 1.0.21 +PackageLocale: zh-CN +Publisher: leepanel +PublisherUrl: https://www.leepanel.com/ +PublisherSupportUrl: https://github.com/gna1280072/LeePanel/issues +Author: gna1280072 +PackageName: LeePanel +PackageUrl: https://www.leepanel.com/ +License: MIT +LicenseUrl: https://github.com/gna1280072/LeePanel/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 LeePanel +ShortDescription: 免费开源、零服务端代码的下一代 Linux 服务器管理面板桌面端,所有操作通过本地 SSH 完成。 +Description: LeePanel 是一款开源的 Linux 服务器管理面板桌面端软件,所有操作通过本地 SSH 命令完成,服务器上不安装任何面板代码、不暴露多余端口,从根源消除面板自身的安全风险。基于 Tauri 2 + React 构建的轻量跨平台桌面应用,提供 SSH 终端与 SFTP 文件管理,支持 Nginx、MySQL/MariaDB、PHP、Redis、Docker、防火墙与免费 SSL 证书的统一管理。 +Tags: +- docker +- linux +- nginx +- sftp +- ssh +- 服务器 +- 面板 +ReleaseNotes: |- + 12:00 2026/8/18 + 增加查看服务器进程和端口页面 + 增加隧道内网直穿功能 + 增加 light 主题 + 修复一些 BUG.. + + Added a page to view server processes and ports. + Added tunnel intranet traversal functionality. + Added a light theme. + Fixed some bugs. +ReleaseNotesUrl: https://github.com/gna1280072/LeePanel/releases/tag/v1.0.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.yaml b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.yaml new file mode 100644 index 0000000000000..3600bacf69ed0 --- /dev/null +++ b/manifests/g/gna1280072/LeePanel/1.0.21/gna1280072.LeePanel.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: gna1280072.LeePanel +PackageVersion: 1.0.21 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.installer.yaml b/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.installer.yaml new file mode 100644 index 0000000000000..74883975a40c8 --- /dev/null +++ b/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: gorodulin.prj +PackageVersion: 0.10.0 +InstallerType: portable +Commands: +- prj +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gorodulin/prj/releases/download/v0.10.0/prj-windows-amd64.exe + InstallerSha256: 06B355AE5783447385FBEDDA97371E6D341DA4D93EDFDD0A1A09B593DDFCF39F +- Architecture: arm64 + InstallerUrl: https://github.com/gorodulin/prj/releases/download/v0.10.0/prj-windows-arm64.exe + InstallerSha256: 7C4CE778A66898C1E656FC4FADE32FC04D320E69CEF3B5374FD49058C1561F0B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.locale.en-US.yaml b/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.locale.en-US.yaml new file mode 100644 index 0000000000000..89c362cb5b304 --- /dev/null +++ b/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: gorodulin.prj +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: gorodulin +PublisherUrl: https://github.com/gorodulin +PublisherSupportUrl: https://github.com/gorodulin/prj/issues +PackageName: Projector +PackageUrl: https://github.com/gorodulin/prj +License: Apache-2.0 +LicenseUrl: https://github.com/gorodulin/prj/blob/main/LICENSE +ShortDescription: A cross-platform CLI tool for managing project folders, metadata, and links. +Tags: +- cli +- project-management +- productivity +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.yaml b/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.yaml new file mode 100644 index 0000000000000..8593e7ecb98a4 --- /dev/null +++ b/manifests/g/gorodulin/prj/0.10.0/gorodulin.prj.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: gorodulin.prj +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.installer.yaml b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.installer.yaml new file mode 100644 index 0000000000000..da5235f7a1fdc --- /dev/null +++ b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.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: HP.HPCMSL +PackageVersion: 1.9.0 +InstallerType: inno +Scope: machine +ProductCode: '{5A1AECCB-E0CE-4D2C-833C-29CCEA959448}_is1' +ReleaseDate: 2026-08-18 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://hpia.hpcloud.hp.com/downloads/cmsl/hp-cmsl-1.9.0.exe + InstallerSha256: 73CEC61DE075AD0F3471383C7590A245632FEC08372ED5FC30549F0E9B28FDC0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.locale.en-US.yaml b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.locale.en-US.yaml new file mode 100644 index 0000000000000..a99c7c8420566 --- /dev/null +++ b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.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: HP.HPCMSL +PackageVersion: 1.9.0 +PackageLocale: en-US +Publisher: HP Development Company, L.P. +PublisherSupportUrl: https://support.hp.com/ +PrivacyUrl: https://www.hp.com/us-en/privacy/privacy.html +Author: HP Development Company, L.P. +PackageName: HP Client Management Script Library +License: Proprietary +Copyright: © Copyright 2026 HP Development Company, L.P. +ShortDescription: A collection of powershell functions for managing HP BIOS, and streamlining the download and organization of Softpaq downloads. +ReleaseNotes: |- + - [NEW] Adds HP.WorkforceExperience module with new command Set-HPWxpAgentVersionUpdates. + - [NEW] Adds Get-HPPlatformCertificates command. + - [NEW] Adds Get-HPDockFirmwareUpdate command. + - [NEW] Adds Set-HPDock command. + - [NEW] Adds Set-HPDockAdminPassword command. + - [NEW] Adds new properties to Get-HPDock. + - [NEW] Adds optional File parameter to Update-HPDockFirmware for offline and WAN protection scenarios. File parameter overrides AutoInstallWmiProvider parameter. + - [NEW] Adds temporary Group Policy BitLocker suspension scripts to Get-HPSoftpaq if installing BIOS firmware update SoftPaqs. + - [NEW] Adds LogPath value to Setting parameter of Get-HPRepositoryConfiguration and new LogValue parameter to Set-HPRepositoryConfiguration to allow for custom log location for the SoftPaq Repository module. + - [NEW] Adds ARM support to the Displays module. + - [UPDATED] Updates supported features check for Get-HPDisplay and Set-HPDisplay. + - [UPDATED] Updates Update-HPDockFirmware data source. + - [UPDATED] Updates Install-HPDockWmiProvider data source. + - [UPDATED] Removes FTP fallback for Invoke-HPRepositorySync, Get-HPSoftpaqList, Get-HPImageAssistantUpdateInfo, Install-HPImageAssistant, and New-HPDriverPack. + - [UPDATED] Adds WU and OptionalWU fields to Get-HPSoftpaqList to reflect Windows Updates correlated to each SoftPaq. + - [UPDATED] Adds "sp" prefix to id field in Get-HPSoftpaqList when using default data source to align with HPIA reference files data source. + - [FIX] Fixes Invoke-HPRepositorySync download of platformList.cab from https://hpia.hpcloud.hp.com/ref bug. + - [FIX] Fixes Install-HPDockWMIProvider installing even if already installed without Force parameter. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.locale.zh-CN.yaml b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4bcd6ea6a7e28 --- /dev/null +++ b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HP.HPCMSL +PackageVersion: 1.9.0 +PackageLocale: zh-CN +PublisherSupportUrl: https://support.hp.com/cn-zh +PrivacyUrl: https://www.hp.com/cn-zh/privacy/privacy.html +License: 专有软件 +ShortDescription: 一套用于管理 HP BIOS 的 PowerShell 函数集,以及简化 Softpaq 下载与整理的工具。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.yaml b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.yaml new file mode 100644 index 0000000000000..e4dce22319c04 --- /dev/null +++ b/manifests/h/HP/HPCMSL/1.9.0/HP.HPCMSL.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: HP.HPCMSL +PackageVersion: 1.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hass/Agent/2.2.1/Hass.Agent.installer.yaml b/manifests/h/Hass/Agent/2.2.1/Hass.Agent.installer.yaml new file mode 100644 index 0000000000000..02be8febcbca4 --- /dev/null +++ b/manifests/h/Hass/Agent/2.2.1/Hass.Agent.installer.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Hass.Agent +PackageVersion: 2.2.1 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: "{7BBED458-609B-4D13-AD9E-4FF219DF8644}_is1" +ReleaseDate: 2026-06-07 +AppsAndFeaturesEntries: +- DisplayName: HASS.Agent 2.2.1 + ProductCode: "{7BBED458-609B-4D13-AD9E-4FF219DF8644}_is1" +InstallationMetadata: + DefaultInstallLocation: "%LocalAppData%\\HASS.Agent\\Client" +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/hass-agent/HASS.Agent/releases/download/2.2.1/HASS.Agent.Installer.exe + InstallerSha256: 85EB36BBF8E0F428BDB5C689CD8B53DEF69315AF32B24CF867D46FE7C1B5EE55 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hass/Agent/2.2.1/Hass.Agent.locale.en-US.yaml b/manifests/h/Hass/Agent/2.2.1/Hass.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..a055423bbdced --- /dev/null +++ b/manifests/h/Hass/Agent/2.2.1/Hass.Agent.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Hass.Agent +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: HASS.Agent Team +PublisherUrl: https://github.com/hass-agent +PublisherSupportUrl: https://github.com/hass-agent/HASS.Agent/issues +PackageName: HASS.Agent +PackageUrl: https://github.com/hass-agent/HASS.Agent +License: MIT +LicenseUrl: https://github.com/hass-agent/HASS.Agent/blob/HEAD/LICENSE.md +ShortDescription: Unofficial development project for the HASS.Agent platform. +Moniker: hass.agent +ReleaseNotes: "As always, I'd much preferred this bugfix release to arrive sooner but also as always time was the main constraint - I'll improve at some point I promise :D\r\nIn case of problems, please create an issue on GitHub or reach out on discord.\r\n\r\n### Fixes:\r\n• Fixed LaunchURLCommand parameters not being treated explicitly (thanks to @juhavt for reporting) https://github.com/hass-agent/HASS.Agent/pull/428\r\n• Fixed MQTT test during onboarding using actual provided username & password (thanks to @jwidess and others for reporting) https://github.com/hass-agent/HASS.Agent/pull/429\r\n• Fixed KeyCommand not accepting \"ESCAPE\" key, since the configuration window would close (thanks to @arklev for reporting https://github.com/hass-agent/HASS.Agent/pull/431\r\n• Fixed WebViewCommand not being able to be configured on monitors with negative position values (thanks to @DyadicOne for reporting) https://github.com/hass-agent/HASS.Agent/pull/432\r\n• Fixed LastActiveSensor reporting wrong time after ~25 days (thank to @CrazyCoder for the PR!) https://github.com/hass-agent/HASS.Agent/pull/440\r\n• Fixed potential NullReferenceException when loading Satellite's Sensors/Commands configuration (thanks to @Bluscream for the PR!) https://github.com/hass-agent/HASS.Agent/pull/441\r\n• Fixed Hotkey detection issues and removed baked in dependency with nuget (thanks to @bcutter for reporting) https://github.com/hass-agent/HASS.Agent/pull/449\r\n• Fixed HADot.Net baked dependency with nuget https://github.com/hass-agent/HASS.Agent/pull/451\r\n• Fixed Virtual Desktop issues due to missing WinRT dll dependency (thanks to @madface303 for reporting and @AstralBlader for investigation!) https://github.com/hass-agent/HASS.Agent/pull/452" +ReleaseNotesUrl: https://github.com/hass-agent/HASS.Agent/releases/tag/2.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hass/Agent/2.2.1/Hass.Agent.yaml b/manifests/h/Hass/Agent/2.2.1/Hass.Agent.yaml new file mode 100644 index 0000000000000..da0f37d0f470f --- /dev/null +++ b/manifests/h/Hass/Agent/2.2.1/Hass.Agent.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Hass.Agent +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..d1a171288bb7e --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.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: Hibbiki.Chromium +PackageVersion: 151.0.7922.174 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v151.0.7922.174-r1654411/mini_installer.exe + InstallerSha256: 75A0CBAFAFE4275C51218FD9C591D5E330CD0073B1F974C8A59DD63571165134 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v151.0.7922.174-r1654411/mini_installer.exe + InstallerSha256: 75A0CBAFAFE4275C51218FD9C591D5E330CD0073B1F974C8A59DD63571165134 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..a441d11bfc9e5 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,28 @@ +# 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: Hibbiki.Chromium +PackageVersion: 151.0.7922.174 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +Tags: +- browser +- chromium +- manifestv3 +- mv3 +ReleaseNotes: |- + db633aa8c27a409c35139b592cdad66dcabd2558 ../out/mini_installer.exe + da95c662569375aed5e87ada8430b8aaf3163e02 ../out/chrome.7z + 04764a51b443ee35eabf2afbc3c543352ffcef3e ../out/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v151.0.7922.174-r1654411 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..d0d5736d453e7 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/151.0.7922.174/Hibbiki.Chromium.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: Hibbiki.Chromium +PackageVersion: 151.0.7922.174 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.installer.yaml b/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.installer.yaml new file mode 100644 index 0000000000000..1132db91068fe --- /dev/null +++ b/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: HiggX.QFCLI +PackageVersion: 0.0.7-beta +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: qfc.exe + PortableCommandAlias: qfc +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/quotationfactory/qf_cli/releases/download/v0.0.7-beta/qfc-win-x64.zip + InstallerSha256: 2812C50458A66A6B0E3E6F03E85999A7C2CD7D4C0270EA49B293A316CAB1F792 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.locale.en-US.yaml b/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..6a4e91489f50f --- /dev/null +++ b/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: HiggX.QFCLI +PackageVersion: 0.0.7-beta +PackageLocale: en-US +Publisher: Quotation Factory +PublisherUrl: https://github.com/quotationfactory/qf_cli +PublisherSupportUrl: https://github.com/quotationfactory/qf_cli/issues +PackageName: HiggX - Quotation Factory CLI +PackageUrl: https://github.com/quotationfactory/qf_cli +License: Proprietary +LicenseUrl: https://github.com/quotationfactory/qf_cli +Copyright: Copyright (c) Quotation Factory +ShortDescription: CLI for the Quotation Factory manufacturing API. +Description: A self-contained command-line tool for discovering, describing, and calling Quotation Factory API endpoints with structured JSON output. +Moniker: qfc +Tags: + - quotation-factory + - qfcli + - rhodium24 + - manufacturing + - cli + - api + - higgx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.yaml b/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.yaml new file mode 100644 index 0000000000000..0d8eaf5b6be57 --- /dev/null +++ b/manifests/h/HiggX/QFCLI/0.0.7-beta/HiggX.QFCLI.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: HiggX.QFCLI +PackageVersion: 0.0.7-beta +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.installer.yaml b/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.installer.yaml new file mode 100644 index 0000000000000..0831d749a4531 --- /dev/null +++ b/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: HiggX.QFCLI +PackageVersion: 0.0.8-beta +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: qfc.exe + PortableCommandAlias: qfc +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/quotationfactory/qf_cli/releases/download/v0.0.8-beta/qfc-win-x64.zip + InstallerSha256: D8B834E6F027B31F60A5BE899468B441C33216815236DAAD8560AAED43C366C9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.locale.en-US.yaml b/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..542f482c8d37a --- /dev/null +++ b/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: HiggX.QFCLI +PackageVersion: 0.0.8-beta +PackageLocale: en-US +Publisher: Quotation Factory +PublisherUrl: https://github.com/quotationfactory/qf_cli +PublisherSupportUrl: https://github.com/quotationfactory/qf_cli/issues +PackageName: HiggX - Quotation Factory CLI +PackageUrl: https://github.com/quotationfactory/qf_cli +License: Proprietary +LicenseUrl: https://github.com/quotationfactory/qf_cli +Copyright: Copyright (c) Quotation Factory +ShortDescription: CLI for the Quotation Factory manufacturing API. +Description: A self-contained command-line tool for discovering, describing, and calling Quotation Factory API endpoints with structured JSON output. +Moniker: qfc +Tags: + - quotation-factory + - qfcli + - rhodium24 + - manufacturing + - cli + - api + - higgx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.yaml b/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.yaml new file mode 100644 index 0000000000000..643730c2d193c --- /dev/null +++ b/manifests/h/HiggX/QFCLI/0.0.8-beta/HiggX.QFCLI.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: HiggX.QFCLI +PackageVersion: 0.0.8-beta +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 32fffb8fa948f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-10 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.10.0/NoteDeck-0.10.0-windows-x64-setup.exe - InstallerSha256: 300CB600E0063920E68EBDEFEED9A0DE24D6D818FD01936EB51FD41B2A7D76D8 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 52f7b0fee7f2f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index f05709c06b489..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 40350bae232cd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 5d3dac373e614..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-11 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.10.1/NoteDeck-0.10.1-windows-x64-setup.exe - InstallerSha256: B666E58E3FD56A3ACDCC47B2A9EFFFD96F87BD60C2E7C0997B18310EA0FBCA65 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f54eb988b4006..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 67a14524699db..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Update image in README.md by @hitalin in #335 - - Release v0.10.1 by @hitalin in #336 - Full Changelog: v0.10.0...v0.10.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.10.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index 1fe67feb0cd28..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index c1e2c59379bfd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.2 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-11 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.10.2/NoteDeck-0.10.2-windows-x64-setup.exe - InstallerSha256: DFF07CDB671BF201CC742B6AE46BAF6910D9D64ED85AA2A6661C80166D61E0F9 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 4156658f895d1..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.2 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index df954861f9912..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.2 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - feat: ランディングページにMisStoreリンクを追加 by @hitalin in #337 - - Release v0.10.2 by @hitalin in #338 - Full Changelog: v0.10.1...v0.10.2 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.10.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.yaml deleted file mode 100644 index 3a6a0c5b480da..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.10.2/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.10.2 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 6dc9d88a9904a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.31.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-05-17 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.31.0/NoteDeck-0.31.0-windows-x64-setup.exe - InstallerSha256: 614B188333B06EC4CF0C4611B6297E8E7E217E71E853DEE25AEA795CD1B645B9 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index c50e4b1397b54..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.31.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 58710c18288f3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.31.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index d381e86242f91..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.31.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.31.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 67f9311dd7918..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-03-28 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.0/NoteDeck-0.9.0-windows-x64-setup.exe - InstallerSha256: 77B3AD466D41520C81C0D98FB1EED10F991D7FB44FC137661CEF6C374206AB91 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 7a11e0f2f17ec..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 3f5b4da622300..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.0 by @hitalin in #255 - - fix: useUnreadCounter の型エラーを修正 by @hitalin in #256 - Full Changelog: v0.8.21...v0.9.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 7799838721b13..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 5bfae76330234..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.11 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-01 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.11/NoteDeck-0.9.11-windows-x64-setup.exe - InstallerSha256: 711179923B2A5DA3F19A6E3F2126A83FB3C6945051A06E085067CD213F23FD0E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 7609f7c3a0acf..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.11 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index e02e49c597c16..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.11 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: 'Full Changelog: v0.8.14...v0.9.11' -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.11 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.yaml deleted file mode 100644 index 541a9fad20e7e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.11/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.11 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 31c3b296941e6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.12 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-01 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.12/NoteDeck-0.9.12-windows-x64-setup.exe - InstallerSha256: 2A92689054401EC98900C07E72D192EA89AFC6E0561F3F0E8620573E94DAC23C -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index efcf6bad8d160..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.12 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 475dc42ef754f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.12 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Redefining the App's Mission by @hitalin in #281 - - Release v0.9.11 by @hitalin in #282 - - Release v0.9.12 by @hitalin in #283 - Full Changelog: v0.9.10...v0.9.12 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.12 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.yaml deleted file mode 100644 index 01abbbf2f3673..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.12/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.12 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 8ca86758a3f76..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.13 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.13/NoteDeck-0.9.13-windows-x64-setup.exe - InstallerSha256: 5C2FEE8711438CF68D571998D33ED63301F47E008F26DF3A72DF062CAE8ECBD7 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index badfb6b9cd239..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.13 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index a997e681654b5..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.13 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Update screenshot in README.md by @hitalin in #284 - - Release v0.9.13 by @hitalin in #285 - Full Changelog: v0.9.12...v0.9.13 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.13 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.yaml deleted file mode 100644 index 1030627f0fb4a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.13/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.13 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 4fb2395c75044..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.14 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.14/NoteDeck-0.9.14-windows-x64-setup.exe - InstallerSha256: FBF1B23F31BD17BFA69C4231E61A23F0907B43C769A8204797F561630247D6CF -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index adb8847edb9ff..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.14 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index fd5b589b90f74..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.14 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.14 by @hitalin in #286 - Full Changelog: v0.9.13...v0.9.14 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.14 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.yaml deleted file mode 100644 index c7308598492ab..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.14/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.14 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 3c93cd1e40270..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.15 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.15/NoteDeck-0.9.15-windows-x64-setup.exe - InstallerSha256: 8D0C474AA6B79D8B87054DC13751957F7965546C4AFD0133B3EF817AAC5804A3 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 34698ffef9cd2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.15 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index a79282847a1cc..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.15 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.15 by @hitalin in #288 - Full Changelog: v0.9.14...v0.9.15 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.15 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.yaml deleted file mode 100644 index 3ca611cd6f71e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.15/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.15 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index e2bfa48b66080..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.16 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.16/NoteDeck-0.9.16-windows-x64-setup.exe - InstallerSha256: E89D8046E4D124C65066F38905D677E3C6DCE6C39EF0424298129278BA0CC033 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 1401cb851645b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.16 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index a72dfde4fe49d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.16 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.16 by @hitalin in #291 - Full Changelog: v0.9.15...v0.9.16 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.16 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.yaml deleted file mode 100644 index 18b4e9ced4e92..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.16/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.16 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 8c0c1f2952a6a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.17 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.17/NoteDeck-0.9.17-windows-x64-setup.exe - InstallerSha256: D916BDD00163E05441A392296FF7D00F57E588BFCDA209B1179B21A2F20F0A27 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index e586d0d9d0da1..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.17 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 43d2d91a09141..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.17 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.17 by @hitalin in #292 - - Release v0.9.17 (追加) by @hitalin in #293 - - fix: clippy double_ended_iterator_last警告を修正 by @hitalin in #294 - Full Changelog: v0.9.16...v0.9.17 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.17 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.yaml deleted file mode 100644 index af885980e27bf..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.17/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.17 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 557f84c0086d9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.18 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.18/NoteDeck-0.9.18-windows-x64-setup.exe - InstallerSha256: 1CE3E7A7B1797E3507F69BC4589C0BBA15157B67BF093D07EFFE7678B7F43A9B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index d9763bfb3b999..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.18 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 3b0e6ef5abdb8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.18 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.18 by @hitalin in #295 - Full Changelog: v0.9.17...v0.9.18 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.18 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.yaml deleted file mode 100644 index 4d90e71a5200c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.18/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.18 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 6fa636308eda8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.19 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.19/NoteDeck-0.9.19-windows-x64-setup.exe - InstallerSha256: D6466DCF92AFC81796094E327EDBCB28A6BF9A7AD5F40A0F793691B31E36EE1B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 7015f8ac12fa3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.19 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index f884b082cbb5a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.19 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Update screenshot in README.md by @hitalin in #296 - - Release v0.9.19 by @hitalin in #297 - Full Changelog: v0.9.18...v0.9.19 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.19 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.yaml deleted file mode 100644 index 8042a939bf661..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.19/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.19 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index e49faffd46d28..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.20 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.20/NoteDeck-0.9.20-windows-x64-setup.exe - InstallerSha256: 3ABF9267F4491349276345C58193BF434836696E02AC7DCE8E4B345E8490D07D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index adec67cc93d2c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.20 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 0e14ef1fe1433..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.20 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.20 by @hitalin in #298 - Full Changelog: v0.9.19...v0.9.20 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.20 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.yaml deleted file mode 100644 index ee9ff3f774d58..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.20/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.20 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 32f38c2a531f2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.21 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.21/NoteDeck-0.9.21-windows-x64-setup.exe - InstallerSha256: 837CCF017539765A8D7D887480F15DA95FDBA29AB81FC60879E78F4E6AA3C10E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 9a027c2d2f7a5..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.21 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 34cfcec6449be..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.21 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.21 by @hitalin in #299 - Full Changelog: v0.9.20...v0.9.21 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.21 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.yaml deleted file mode 100644 index f0bc3797ec2d1..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.21/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.21 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 72c4be6f23f7c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.22 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.22/NoteDeck-0.9.22-windows-x64-setup.exe - InstallerSha256: 8491F5606F13E66CF3D9445816F3FC4D2D0E66CE04D31B00B0DEE968EE2D9649 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 5931ac00a502d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.22 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 9564a0d6d4950..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.22 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.22 by @hitalin in #302 - Full Changelog: v0.9.21...v0.9.22 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.22 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.yaml deleted file mode 100644 index d368d899590b3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.22/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.22 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 99cf1f8f0bb03..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.23 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-07 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.23/NoteDeck-0.9.23-windows-x64-setup.exe - InstallerSha256: D6593BC565DB907AF1F77D46D0EC1EA35C79F7117AA644262B46041EC33DDFA6 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index e88221b33efdf..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.23 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 2de9b3981d538..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.23 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.23 by @hitalin in #313 - Full Changelog: v0.9.22...v0.9.23 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.23 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.yaml deleted file mode 100644 index 555c779f6a758..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.23/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.23 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 5ea2aaad729b2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.24 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-07 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.24/NoteDeck-0.9.24-windows-x64-setup.exe - InstallerSha256: 0FAE18E58015C38F49C26F5DF0A549EA672672E9C4598E9481EB1881EA812C97 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 2a0280ebe3e81..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.24 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 277d7bb4e52ae..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.24 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.24 by @hitalin in #314 - Full Changelog: v0.9.23...v0.9.24 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.24 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.yaml deleted file mode 100644 index d00eb8442b373..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.24/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.24 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index fa4ecfc82b9ac..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.25 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-07 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.25/NoteDeck-0.9.25-windows-x64-setup.exe - InstallerSha256: 637E93A0D811BE7ADBBBF927F4E73F2D6484F4BD5C13DC9FEE587489662188DC -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 0e61805eaf354..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.25 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index f70cd85034b45..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.25 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.25 by @hitalin in #315 - Full Changelog: v0.9.24...v0.9.25 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.25 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.yaml deleted file mode 100644 index b3d0042962006..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.25/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.25 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 5c9357a726df0..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.26 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-08 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.26/NoteDeck-0.9.26-windows-x64-setup.exe - InstallerSha256: FE50104C6B4E22CEBD2C7D77E0EDCB40245E9F625F69BFC0AEDC359031FF0B11 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 9407f8c09f6dd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.26 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index c6b7368422242..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.26 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.26 by @hitalin in #322 - Full Changelog: v0.9.25...v0.9.26 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.26 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.yaml deleted file mode 100644 index f5a362765ee89..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.26/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.26 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index ced67052f1ed8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.27 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-09 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.27/NoteDeck-0.9.27-windows-x64-setup.exe - InstallerSha256: 946D664FEBC9C3BD849BB870AB65F517C5A02803B4A87F8A9645A875A7F2D33F -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 30dc9a4bd8f7e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.27 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index e17664c448e12..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.27 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.27 by @hitalin in #331 - Full Changelog: v0.9.26...v0.9.27 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.27 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.yaml deleted file mode 100644 index 9133da27cf64c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.27/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.27 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 60a7ea12a7879..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.28 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-09 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.28/NoteDeck-0.9.28-windows-x64-setup.exe - InstallerSha256: 2EA4BDD1F036B23DF4029F766DD35F5E17B6CBD170C3720273CD9CE599BAE3BC -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f4190ba718721..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.28 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index baaf272de27f2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.28 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.28 by @hitalin in #332 - Full Changelog: v0.9.27...v0.9.28 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.28 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.yaml deleted file mode 100644 index 50c682205fe1f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.28/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.28 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 47ca82721ee74..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.29 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-04-09 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.29/NoteDeck-0.9.29-windows-x64-setup.exe - InstallerSha256: 95134BF3C767307EB5267C4C958B33ECB33653DDFAFF91EEEBBEC18E1A535E30 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 4de3f8facd1b8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.29 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 5cdecaf1b78c2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.29 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.29 by @hitalin in #333 - Full Changelog: v0.9.28...v0.9.29 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.29 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.yaml deleted file mode 100644 index befbe6ed90eaa..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.29/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.29 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 615b35b876332..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.7 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-03-30 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.7/NoteDeck-0.9.7-windows-x64-setup.exe - InstallerSha256: 6B4BCDB02FC12396BF53476ED40D25543B1E66714303EB4A27C4FA9126761816 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 752d3d6733243..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.7 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index b181da517c3c1..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.7 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.7 by @hitalin in #273 - Full Changelog: v0.9.6...v0.9.7 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.7 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.yaml deleted file mode 100644 index 6ab8fc6b7f470..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.7/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.7 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 5f73bcd4f5387..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.8 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-03-31 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.8/NoteDeck-0.9.8-windows-x64-setup.exe - InstallerSha256: 6D40992F1A14CC7B03DE9C5A38E62DE22B14FB875A3F9E573192D7F1CA6AF582 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index de1c45e5903ce..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.8 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index e7d32167e1c70..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.8 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v0.9.8 by @hitalin in #274 - - fix: v0.9.8 typecheckエラー修正 by @hitalin in #275 - Full Changelog: v0.9.7...v0.9.8 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.8 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.yaml deleted file mode 100644 index 02aad91d5f23f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/0.9.8/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 0.9.8 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 9d3304d713010..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-05-17 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.0.0/NoteDeck-1.0.0-windows-x64-setup.exe - InstallerSha256: E7DF3AFB2134AC8B4D623F1184C0970E207DC47B0A13867F1CD056E8D78576B0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index dc2b8e6bbb2b8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index e73fb5d1ac1c2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.0.0 by @hitalin in #597 - Full Changelog: v0.31.0...v1.0.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.0.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 73909132f94f3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 449d02abbf604..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.0.1/NoteDeck-1.0.1-windows-x64-setup.exe - InstallerSha256: CD41834DC58B5B073323D00AFBE2F46F8E94CA458B06EC8B28F3609F03A77464 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index a886d93193455..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index b9a0e741e856c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.0.1 by @hitalin in #600 - Full Changelog: v1.0.0...v1.0.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.0.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index ed6cdef374cc6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 196c45e4da968..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.2 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-04 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.0.2/NoteDeck-1.0.2-windows-x64-setup.exe - InstallerSha256: 2E18BAE983530615265FB9387ED9E73E923A2EEA132CDEEC5381371C3C1A1F64 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 2d107521a05ff..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.2 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 9ca0ffbba06c4..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.2 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.0.2 by @hitalin in #601 - Full Changelog: v1.0.1...v1.0.2 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.0.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.yaml deleted file mode 100644 index acbb61f13ba7b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.2 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 0111ae08132a9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.3 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-06 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.0.3/NoteDeck-1.0.3-windows-x64-setup.exe - InstallerSha256: 841BDDC7B0EBCC9BC0107CC3E042AEDFFF6F28584BB5035CAB9DA6AB4813EE9D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 46dbd864d135c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.3 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index a2c9428729cae..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.3 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - feat(user-profile): ユーザーメニューの不足項目を追加 (#458) by @hitalin in #603 - - Release v1.0.3 by @hitalin in #604 - Full Changelog: v1.0.2...v1.0.3 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.0.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.yaml deleted file mode 100644 index 6cc83f71f40b8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.3/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.3 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 7fd95ed5872e9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.4 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-07 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.0.4/NoteDeck-1.0.4-windows-x64-setup.exe - InstallerSha256: 1F28738FBAD28ABDC0CF36382AF2A1350B8B3479F76864B3BE17C126CA9F38D0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 31bb37aa1db2c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.4 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index bde10aa58c439..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.4 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.0.4 by @hitalin in #605 - Full Changelog: v1.0.3...v1.0.4 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.0.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.yaml deleted file mode 100644 index 81b7fa41b544e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.0.4/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.0.4 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 8c9ab0bc1f418..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-09 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.1/NoteDeck-1.1.1-windows-x64-setup.exe - InstallerSha256: 474ADE9FDF0F0A148B9BEBC399C460F86AFDADDFDE5C3BE41770B063C67065EF -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 72387067822fc..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index dc507d3962efc..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.1.1 by @hitalin in #616 - Full Changelog: v1.1.0...v1.1.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index 0d034c3fc9440..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 5da3ae1d3baed..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.2 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-11 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.2/NoteDeck-1.1.2-windows-x64-setup.exe - InstallerSha256: FB7AE5EB8AE8C131725D17E20FFD394B604D233764F8ADE053BD32E773F868CE -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f2d851575d837..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.2 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index a8320ed43d503..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.2 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - docs(site): プラットフォーム3カードの文章量を均し Vault と AI エージェント連携を追記 by @hitalin in #617 - - Release v1.1.2 by @hitalin in #619 - Full Changelog: v1.1.1...v1.1.2 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.yaml deleted file mode 100644 index a92b1410b3467..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.2/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.2 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 49dcabd90339e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.3 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-11 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.3/NoteDeck-1.1.3-windows-x64-setup.exe - InstallerSha256: 5430A96B7255422860C487986217F42491F55763CC04D774EA7E9F7BF480FA96 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 6407da58891ce..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.3 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 7b772cde33eea..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.3 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.1.3 by @hitalin in #620 - Full Changelog: v1.1.2...v1.1.3 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.yaml deleted file mode 100644 index 77d180ea59d8f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.3/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.3 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index f2ab3b2b926e9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.4 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-11 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.4/NoteDeck-1.1.4-windows-x64-setup.exe - InstallerSha256: 084FA5C57B667978994F0B0FE73FFB4BD7631A5338DF3222CEE34C7374D67F3E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 503e57d6dae37..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.4 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 25d53ffd6b217..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.4 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.1.4 by @hitalin in #621 - Full Changelog: v1.1.3...v1.1.4 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.yaml deleted file mode 100644 index c5f5b91c29202..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.4/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.4 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 0ee615caefae0..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.5 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-15 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.5/NoteDeck-1.1.5-windows-x64-setup.exe - InstallerSha256: EB58ED56D71DA27D4D7B73D2FEBA41E703046F14BC7EC7799DC21D8304374D2E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 6c30773cc011f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.5 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index db5e8cafd7c45..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.5 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.1.5 by @hitalin in #633 - Full Changelog: v1.1.4...v1.1.5 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.5 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.yaml deleted file mode 100644 index a6d2eb843f704..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.5/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.5 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 15bdd445787be..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.6 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-17 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.6/NoteDeck-1.1.6-windows-x64-setup.exe - InstallerSha256: AFC036EFF0D9C3B35EE19DF14AEE9C11520579F9DDADCA972F0743E558434586 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index da1c6093eca24..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.6 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index e464d3ecf857c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.6 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.1.6 by @hitalin in #637 - Full Changelog: v1.1.5...v1.1.6 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.6 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.yaml deleted file mode 100644 index efa70b72df17f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.6/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.6 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 05ae42a46008a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.7 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-17 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.7/NoteDeck-1.1.7-windows-x64-setup.exe - InstallerSha256: AE836D25BBFE2ABC38C084EF83AFF3E82957573AD2922D8DB87034A177BD3CB5 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 02dbbf78428f9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.7 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index e6a58104409fe..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.7 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.1.7 by @hitalin in #639 - Full Changelog: v1.1.6...v1.1.7 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.7 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.yaml deleted file mode 100644 index feace5ec5ac80..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.1.7/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.1.7 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 1214e22854606..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.10.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-14 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.10.0/NoteDeck-1.10.0-windows-x64-setup.exe - InstallerSha256: FE51D487EA37BC33769A52F791B74039DCE959E9432EB06D04D1BA0500540CBD -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 8878a71325118..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.10.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index be98cfa639573..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.10.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.10.0 by @hitalin in #761 - Full Changelog: v1.9.1...v1.10.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.10.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 484b0df2e97fd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.10.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.10.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 2a87bf727dca0..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-15 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.11.0/NoteDeck-1.11.0-windows-x64-setup.exe - InstallerSha256: 8E95061D110B4E054B02560A458C5F84CADE74DC4E84A7B987249FDA475D709F -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f32615f8bc007..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 123d2655b6904..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - ci: リリース時に @notedeck@misskey.io へ自動投稿 by @hitalin in #762 - - Release v1.11.0 by @hitalin in #768 - Full Changelog: v1.10.0...v1.11.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.11.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 1873ea512012a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 1e6125ed261c2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-15 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.11.1/NoteDeck-1.11.1-windows-x64-setup.exe - InstallerSha256: 38FC913E95476726C84C22869B09319501CC740EC4A6A075BD6805CAA2C823F8 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 689437e3aeeba..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 2e2068548199d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.11.1 by @hitalin in #769 - Full Changelog: v1.11.0...v1.11.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.11.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index e0834216770c9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.11.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.11.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 396311590a6f6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-15 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.12.0/NoteDeck-1.12.0-windows-x64-setup.exe - InstallerSha256: 831A585847B2F14CD918B29D5CA2CB6D003794EA7E8751DEFA40B997137A59BD -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 7d51a4784a8e4..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 7da803f56586a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.12.0 by @hitalin in #772 - Full Changelog: v1.11.1...v1.12.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.12.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 822614f81f205..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 69ab6a210c8c2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-15 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.12.1/NoteDeck-1.12.1-windows-x64-setup.exe - InstallerSha256: 1658160EC5110E40A6D910E0D245CAF75085D718A8EBF69ABB508A42A0F655DE -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 446befa0d0287..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index f6756e731a8fa..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.12.1 by @hitalin in #773 - Full Changelog: v1.12.0...v1.12.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.12.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index 44572ffac6d4b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 09acd61ec67b1..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.2 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-15 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.12.2/NoteDeck-1.12.2-windows-x64-setup.exe - InstallerSha256: 9C68587616EE0FDE9A68AD6791DA875AAA4105DE0B2CE42B66A714C767BA5100 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 395971f6e6e9b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.2 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 3e22c7469d437..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.2 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.12.2 by @hitalin in #776 - Full Changelog: v1.12.1...v1.12.2 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.12.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.yaml deleted file mode 100644 index 8f309af288b71..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.12.2/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.12.2 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 02a1d2f21d5a6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-16 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.14.0/NoteDeck-1.14.0-windows-x64-setup.exe - InstallerSha256: DFF1EA8BF96FF124AF0036DF84593C16F312F9F2A94DAC2087321D03A2B22BE8 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index a5559586b8403..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 6a67d0f55e726..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.14.0 by @hitalin in #787 - Full Changelog: v1.13.0...v1.14.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.14.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 141d6047ab4ff..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 67c34d2a39b6c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-17 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.14.1/NoteDeck-1.14.1-windows-x64-setup.exe - InstallerSha256: 43B22D4ABCCF5A08A55A5B891AE62D07A8A4D635E8135C6499D61AB11B26BFEF -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index e47daf2a0f1e3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 266296b572476..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.14.1 by @hitalin in #790 - Full Changelog: v1.14.0...v1.14.1 -ReleaseNotesUrl: https://github.com/notedeck-dev/notedeck/releases/tag/v1.14.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index 47ca9dc4a8504..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.14.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.14.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 4399c88e6e774..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.15.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-19 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.15.0/NoteDeck-1.15.0-windows-x64-setup.exe - InstallerSha256: C8463DC3A464A82987312E06326CB76803C845060C1984761795B2F24F20A6BC -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index d4295ec69abdd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.15.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index ca6e44848fe54..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.15.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.15.0 by @hitalin in #795 - Full Changelog: v1.14.1...v1.15.0 -ReleaseNotesUrl: https://github.com/notedeck-dev/notedeck/releases/tag/v1.15.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 863ce19393c99..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.15.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.15.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index bb36e9b055f35..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.16.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-19 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.16.0/NoteDeck-1.16.0-windows-x64-setup.exe - InstallerSha256: 9950654FD70634CAFCF1004A6FEC3FB4792BB9AC68C46443A59CDDA5AA32B976 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 61b9b60df685d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.16.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 2d41c0ba68d4a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.16.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.16.0 by @hitalin in #798 - Full Changelog: v1.15.0...v1.16.0 -ReleaseNotesUrl: https://github.com/notedeck-dev/notedeck/releases/tag/v1.16.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 03f85d9900ac4..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.16.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.16.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index df3e21ff5723e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.17.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-20 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.17.0/NoteDeck-1.17.0-windows-x64-setup.exe - InstallerSha256: 0A2BF035F4FEDB50E49CC1D62DFF9C5A89C7EB7A8406E823AAE25FCE84D41D1C -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 81c492a0ff3cc..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.17.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 39b4d125e3864..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.17.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.17.0 by @hitalin in #799 - Full Changelog: v1.16.0...v1.17.0 -ReleaseNotesUrl: https://github.com/notedeck-dev/notedeck/releases/tag/v1.17.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 1f521f979b84e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.17.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.17.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 18b7e2a7c5d4d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.18.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-20 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.18.0/NoteDeck-1.18.0-windows-x64-setup.exe - InstallerSha256: D9230E3B801522E1D1151E78B09FA5E072943733FF6502CBBB70AFF546D97E51 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 07637e32a4443..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.18.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index b9c72b61b5b02..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.18.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.18.0 by @hitalin in #800 - Full Changelog: v1.17.0...v1.18.0 -ReleaseNotesUrl: https://github.com/notedeck-dev/notedeck/releases/tag/v1.18.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 5b87c569bfe48..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.18.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.18.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 1a840a3c3cc26..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.19.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-21 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.19.0/NoteDeck-1.19.0-windows-x64-setup.exe - InstallerSha256: 00CD43A60D939D09F07E9A087BC825A683DC6E8828BB4BECF76EA58AAFFB8C86 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 4aa8f4fdc6199..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.19.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index f9307d2e4548f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.19.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.19.0 by @hitalin in #801 - - Release v1.19.0 (rebuild) by @hitalin in #802 - Full Changelog: v1.18.0...v1.19.0 -ReleaseNotesUrl: https://github.com/notedeck-dev/notedeck/releases/tag/v1.19.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index bed26f46a3e03..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.19.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.19.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index d24199206c175..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-18 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.2.0/NoteDeck-1.2.0-windows-x64-setup.exe - InstallerSha256: AFAEBE2CADCB8D4CB057705037E4A05B49C3FB2B8F2B7F04E403D97A2F47F3AB -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index d9245b6c91ccd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.2.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 8c5710fb61f7e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.2.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.2.0 by @hitalin in #647 - Full Changelog: v1.1.8...v1.2.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.2.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index b3da5fdf591cb..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.2.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.2.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index d2fe571bd33b6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-21 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.20.0/NoteDeck-1.20.0-windows-x64-setup.exe - InstallerSha256: D49715877B066B615882CCC06348A0A2FECDF626D4497609F65DDF0D7FFAA401 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 54eaf171d06da..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index ff9fe8fa1fe7e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.20.0 by @hitalin in #803 - Full Changelog: v1.19.0...v1.20.0 -ReleaseNotesUrl: https://github.com/notedeck-dev/notedeck/releases/tag/v1.20.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 0018983448a2d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 60f85ae86dc81..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-22 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.20.1/NoteDeck-1.20.1-windows-x64-setup.exe - InstallerSha256: 09821279A17F9DA2E757A296655BBCC1A05295C70F107B3DA9CAC9BA72EAE03E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 9c53574cbe268..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 6a98089f013a4..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index b5d599d71d6b6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.20.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.20.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 4cedd84510a97..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-18 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.0/NoteDeck-1.3.0-windows-x64-setup.exe - InstallerSha256: FA7F5EE5E1EA2AD24FDA55154FF6513D81C2BB1B197035ECEC026FDF13A1A4D0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index b701b7bbfe3c9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 46626d9491663..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.0 by @hitalin in #649 - Full Changelog: v1.2.1...v1.3.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 31a3a9a4b292e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index ed33035caca15..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-18 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.1/NoteDeck-1.3.1-windows-x64-setup.exe - InstallerSha256: 5DA600630F634341D60C0B584B2A49C32AB9FC4F386B01A0C1CD7B523698BF32 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 2a0ff8452b93d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index b6feb1350ffe9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.1 by @hitalin in #650 - Full Changelog: v1.3.0...v1.3.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index b8fe571253991..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 9e8a945ec527c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.10 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-26 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.10/NoteDeck-1.3.10-windows-x64-setup.exe - InstallerSha256: A4A1BCCEFD5377B25E0FF9395CAAD773D3E5FC2F29E1FFB24E601F62E508CF26 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 2ce4a6765c871..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.10 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 39726f8b407e0..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.10 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.10 by @hitalin in #686 - Full Changelog: v1.3.9...v1.3.10 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.10 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.yaml deleted file mode 100644 index 0115250953fcc..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.10/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.10 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index bd1ffc27643b1..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.11 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-27 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.11/NoteDeck-1.3.11-windows-x64-setup.exe - InstallerSha256: 03995BFF0F5299D78C4E4B00BCD5C0279274E94644AEB94EDB44AD21B15D3BDA -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index cba7086a1d171..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.11 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 9cf1747f464a2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.11 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - fix: ロール割り当て通知でロール名を表示 (#687) by @hitalin in #689 - - Release v1.3.11 by @hitalin in #691 - Full Changelog: v1.3.10...v1.3.11 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.11 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.yaml deleted file mode 100644 index aa8999af05a70..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.11/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.11 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 43220c82900fd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.2 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-19 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.2/NoteDeck-1.3.2-windows-x64-setup.exe - InstallerSha256: B5D3D460E119167AC28E18FA274BDC6ABC5D8044EFE401491F3528ED69C2E0FD -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f80c63cd7688d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.2 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index d912e80cf8b2a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.2 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.2 by @hitalin in #653 - Full Changelog: v1.3.1...v1.3.2 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.yaml deleted file mode 100644 index 5130eb14b4b85..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.2/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.2 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index a79d8f4f35abb..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.3 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-19 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.3/NoteDeck-1.3.3-windows-x64-setup.exe - InstallerSha256: 6CE63130BF0F0FBAA2E1496CF8FECD5794E093CD9F8DEB36C992FE23D6B898F1 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f712c56c1ec25..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.3 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 737cce7cfcb22..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.3 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.3 by @hitalin in #659 - Full Changelog: v1.3.2...v1.3.3 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.yaml deleted file mode 100644 index 8e9c813710267..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.3/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.3 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index aba1be8451e0f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.4 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-19 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.4/NoteDeck-1.3.4-windows-x64-setup.exe - InstallerSha256: EB4131C363C2D49C1BA25EADFF59CD23BB08ADDCDCE025006EA6309BCF496A43 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index e513b7aa8c36c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.4 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 8a7b653797e85..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.4 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.4 by @hitalin in #660 - Full Changelog: v1.3.3...v1.3.4 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.yaml deleted file mode 100644 index c964a5a280cbe..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.4/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.4 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index c49e458d0fc53..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.5 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-20 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.5/NoteDeck-1.3.5-windows-x64-setup.exe - InstallerSha256: 5527EBC4A65FA0D77388354739BEE167BE5B904C01F566013D1CB719DD25E6E1 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 07d2636d1014e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.5 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 5f4c408cac8c8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.5 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.5 by @hitalin in #662 - Full Changelog: v1.3.4...v1.3.5 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.5 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.yaml deleted file mode 100644 index 41edbb373c7fb..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.5/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.5 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 3bcd3790ef45d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.6 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-20 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.6/NoteDeck-1.3.6-windows-x64-setup.exe - InstallerSha256: 99E96BF4D9A99C29A41AF65CC8C6C76B26E43D5495A90E6A2C5C5EF82C1AAD5A -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 70d976ea79b13..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.6 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index fbb5c09bde679..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.6 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.6 by @hitalin in #667 - Full Changelog: v1.3.5...v1.3.6 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.6 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.yaml deleted file mode 100644 index 6e76b937562f0..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.6/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.6 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 255f007fa9ca7..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.7 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-24 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.7/NoteDeck-1.3.7-windows-x64-setup.exe - InstallerSha256: B38DA414D4A62F5764E56E3F2EE0837138D8DB842BC000F6DB0B5EA5C4FF7793 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 81d9b1b716179..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.7 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index d6ffdc7080b99..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.7 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.yaml deleted file mode 100644 index 84007380886c9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.7/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.7 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index d2439a042e115..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.8 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-24 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.8/NoteDeck-1.3.8-windows-x64-setup.exe - InstallerSha256: 35E9827E35EDC9CDF6282EF61CB8A2A0ABB55C3D71E747CCAD07C7B6FC6415B3 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 7c438deca7d4b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.8 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 7502c2803e3fc..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.8 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.3.8 by @hitalin in #679 - Full Changelog: v1.3.7...v1.3.8 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.8 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.yaml deleted file mode 100644 index 4a88841a3c156..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.8/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.8 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 572a2da3b1f71..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.9 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-26 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.3.9/NoteDeck-1.3.9-windows-x64-setup.exe - InstallerSha256: 91331599810ED86F4F23D4BD29C1AB392DE6A1E6B5FB890C5DC8AF8BC0CC66D1 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index b529e422eaa05..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.9 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 3215982d1beec..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.9 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - fix(android): tauri/wry/tao を 2.10 系へピンし起動クラッシュを修正 by @hitalin in #678 - - fix: ストア install ボタンの角丸と「Misskeyについて」狭カラム崩れ (#681, #676) by @hitalin in #682 - - feat: cross-account カラムで hasToken 不要のキャッシュ遡りに対応 by @hitalin in #683 - - Release v1.3.9 by @hitalin in #684 - - Release v1.3.9 by @hitalin in #685 - Full Changelog: v1.3.8...v1.3.9 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.3.9 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.yaml deleted file mode 100644 index 46d8011adff34..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.3.9/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.3.9 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index b9378690199f2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-06-30 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.0/NoteDeck-1.4.0-windows-x64-setup.exe - InstallerSha256: 0B855432DECDB5B7C052B1A9B3AE8CA68317BBD0BB3CFDFCCF283AFACD0467B6 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index dfdaee3525215..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 6f3ae91fb46d0..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.0 by @hitalin in #694 - Full Changelog: v1.3.11...v1.4.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index cf8367ab28365..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 6c0fcb88cdfbb..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.1/NoteDeck-1.4.1-windows-x64-setup.exe - InstallerSha256: C9ED1C9C14D20EF9D0C5A40FA3DD3BBCAA03D125C2ACA8AA6F34AF5C7C91D65E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index a443297d18dde..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index cace4ca1415be..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.1 by @hitalin in #695 - Full Changelog: v1.4.0...v1.4.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index a2e92ac01531f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 94994b73e5257..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.2 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.2/NoteDeck-1.4.2-windows-x64-setup.exe - InstallerSha256: 5A5D23058FC6F959220DD1C51A406B4B09ED287262E4B111DE9E739270012ADD -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 74edcd256b37a..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.2 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 51dab758c3ba6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.2 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.2 by @hitalin in #696 - Full Changelog: v1.4.1...v1.4.2 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.yaml deleted file mode 100644 index 4ae837b751b16..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.2/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.2 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 5df53b9052001..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.3 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-02 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.3/NoteDeck-1.4.3-windows-x64-setup.exe - InstallerSha256: 1E2CBAED37F4D4D97ACCDB85CBB7720583D6197EC33D3C5F34F7D4D9DC7638EE -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 0078ec69350f6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.3 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 79293785269cd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.3 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.3 by @hitalin in #697 - Full Changelog: v1.4.2...v1.4.3 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.yaml deleted file mode 100644 index 469960b78aece..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.3/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.3 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 4f65432b2c143..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.4 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.4/NoteDeck-1.4.4-windows-x64-setup.exe - InstallerSha256: 9E8A3916BBB7DA0680511FDC7EC1784298F89DB1BC7C292C27C2578F4C2E14F4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 224e500627e5b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.4 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index d46f164303e24..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.4 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.4 by @hitalin in #699 - Full Changelog: v1.4.3...v1.4.4 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.yaml deleted file mode 100644 index 7ce670df7cfc7..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.4/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.4 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 457016656dd3f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.5 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.5/NoteDeck-1.4.5-windows-x64-setup.exe - InstallerSha256: 50E9FDCEE35798E7BBF119FBB0E539F9C91CA704796E8B83781E52E1D55D8DE2 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index b012bbf03d288..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.5 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index ad8be507e8c93..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.5 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.5 by @hitalin in #703 - Full Changelog: v1.4.4...v1.4.5 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.5 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.yaml deleted file mode 100644 index d6c9cb2904536..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.5/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.5 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 8d1f4700b9caa..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.6 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.6/NoteDeck-1.4.6-windows-x64-setup.exe - InstallerSha256: 7BB89CB000E9E8A3E2D6A082013FD656E2BDD8657EFEB04D31E5F16BEBA266E2 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 4e1cce1afcadb..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.6 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 97f6b054a10e3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.6 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.6 by @hitalin in #705 - Full Changelog: v1.4.5...v1.4.6 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.6 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.yaml deleted file mode 100644 index ce90a9d410dc9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.6/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.6 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index de4acf1661494..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.7 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-03 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.7/NoteDeck-1.4.7-windows-x64-setup.exe - InstallerSha256: 860E8AE8296B421EE39EA26FC3752E30E40AEB347526F10CBF805CA5C64C9BB4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 2ef4e06826650..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.7 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index cdcef390cf815..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.7 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.4.7 by @hitalin in #706 - Full Changelog: v1.4.6...v1.4.7 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.7 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.yaml deleted file mode 100644 index abb845b590110..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.4.7/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.4.7 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index ab5a63c9091dd..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.5.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-04 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.5.0/NoteDeck-1.5.0-windows-x64-setup.exe - InstallerSha256: F817B0476843B8A135629554A54B58B8437D14B26BBC7528006EC38697A3E7FE -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 2bcad7bbfd798..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.5.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index c1f6a18e0a3c9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.5.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.5.0 by @hitalin in #713 - Full Changelog: v1.4.7...v1.5.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.5.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 30fb916922cc2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.5.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.5.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 7f01d7be92af5..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.53.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-08-14 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: "%LocalAppData%\\NoteDeck" -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/notedeck-dev/notedeck/releases/download/v1.53.0/NoteDeck-1.53.0-windows-x64-setup.exe - InstallerSha256: E962E3E46E290143BE8D4A0C9652E1D7C3C68F75447BDB14BCCD24C936C47534 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 02f5d83719e9c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.53.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index bd91f20d3fd25..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.53.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/notedeck-dev/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 394205ff482e4..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.53.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.53.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 4a53612f88d70..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-05 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.6.0/NoteDeck-1.6.0-windows-x64-setup.exe - InstallerSha256: 6B51C10D069B62C1895E7DB82D49B4A656664620040CE6A4B8A07D788189326E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index b525660943975..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 61dc6be406a9d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.6.0 by @hitalin in #723 - Full Changelog: v1.5.0...v1.6.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.6.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index f1d489708b5e8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 7edc6efb1adff..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-05 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.6.1/NoteDeck-1.6.1-windows-x64-setup.exe - InstallerSha256: 4A5D8B73AB60FE003606F6898C8468DA744C28985886DDDE80558E5259568C9C -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 843c1a4cda5f5..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index bc4c887e1be52..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.6.1 by @hitalin in #724 - Full Changelog: v1.6.0...v1.6.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.6.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index 4a84632c6c9d3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index e71e67dd5b15e..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.2 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-06 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.6.2/NoteDeck-1.6.2-windows-x64-setup.exe - InstallerSha256: 7E0B1E08425B31B01957DCB8E682CBA9272A1F6C286BBC56B7459A17C18CD01E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f6d24b6748f56..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.2 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 2bc901245fe13..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.2 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.6.2 by @hitalin in #727 - Full Changelog: v1.6.1...v1.6.2 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.6.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.yaml deleted file mode 100644 index 747b53f03d58d..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.2/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.2 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index a2d66a6a793d8..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.3 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-07 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.6.3/NoteDeck-1.6.3-windows-x64-setup.exe - InstallerSha256: F05FAB0CD0D0195151CD0FB5BCD1CCE52A59C98532396C44599A8FB385A9C394 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 1919f278f8a96..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.3 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index b1f392e2201ef..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.3 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.6.3 by @hitalin in #734 - Full Changelog: v1.6.2...v1.6.3 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.6.3 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.yaml deleted file mode 100644 index 1fae094224246..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.3/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.3 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 8da1ff433fb20..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.4 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-08 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.6.4/NoteDeck-1.6.4-windows-x64-setup.exe - InstallerSha256: 21D3232B2E94FA66D78E46AEC13AF03F2CB7EF88E2C5C90F4BA8DFC732B4A745 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index f6b91371433f6..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.4 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index cc94714f9b74b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.4 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - docs(site): ランディングページを初見向けに再構成 by @hitalin in #735 - - Release v1.6.4 by @hitalin in #736 - Full Changelog: v1.6.3...v1.6.4 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.6.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.yaml deleted file mode 100644 index 0d35ce693e181..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.6.4/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.6.4 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index c623e4f0e58b7..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-12 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.7.0/NoteDeck-1.7.0-windows-x64-setup.exe - InstallerSha256: CD67255030808AC1C24AAA7CBE8DD474C74891A7F79354744C93E4DFC569E0AB -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 063f3dc377a0b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 814deee8e013c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.7.0 by @hitalin in #740 - Full Changelog: v1.6.4...v1.7.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.7.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 51000dc1e66a5..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 2ec6767028ebe..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-12 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.7.1/NoteDeck-1.7.1-windows-x64-setup.exe - InstallerSha256: 982DD99D3053AC7F50FE22849A130F0BFCC2E9351A088AC9635A40D73601B1DB -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index bdb9dcbca76b3..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.1 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 213f7493d1ee2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.1 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - Release v1.7.1 by @hitalin in #742 - Full Changelog: v1.7.0...v1.7.1 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.7.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.yaml deleted file mode 100644 index c497ac5905ef2..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.7.1/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.7.1 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index c2f0911234ed9..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.8.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-13 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.8.0/NoteDeck-1.8.0-windows-x64-setup.exe - InstallerSha256: D7712C2C330111943B63AD324D6268CC9454DE04A3C5DADE50EC1FAEA5D4C29D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 9239f8025aa7f..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.8.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 2b0203f15371c..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.8.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ReleaseNotes: |- - What's Changed - Other Changes - - feat(site): βテスター応募に Issue Form テンプレートを導入 by @hitalin in #743 - - Release v1.8.0 by @hitalin in #745 - Full Changelog: v1.7.1...v1.8.0 -ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.8.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 9a6f345a895c0..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.8.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.8.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.installer.yaml deleted file mode 100644 index 982f4f910af5b..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.9.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -ProductCode: NoteDeck -ReleaseDate: 2026-07-14 -AppsAndFeaturesEntries: -- Publisher: notedeck - ProductCode: NoteDeck -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\NoteDeck' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.9.0/NoteDeck-1.9.0-windows-x64-setup.exe - InstallerSha256: 44352C02BD4E1CA30EFC3A635FBE7E851422FCEE14B7BB69EB4B203B9388BFF6 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.locale.en-US.yaml deleted file mode 100644 index 19e9adf5c8e12..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.9.0 -PackageLocale: en-US -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE -ShortDescription: A multi-platform deck client for Misskey and its forks -Description: |- - NoteDeck is a deck client for Misskey and its forks. - It provides efficient multi-server timeline viewing with features like local full-text search, - AI integration, and localhost API that are only possible with a native desktop application. -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.locale.ja-JP.yaml deleted file mode 100644 index 622d7e51cb188..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.locale.ja-JP.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.9.0 -PackageLocale: ja-JP -Publisher: hitalin -PublisherUrl: https://github.com/hitalin -PublisherSupportUrl: https://github.com/hitalin/notedeck/issues -PackageName: NoteDeck -PackageUrl: https://github.com/hitalin/notedeck -License: AGPL-3.0 -LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE -ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント -Description: |- - NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 - 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など - デスクトップネイティブならではの機能を備えています。 -Tags: -- deck -- fediverse -- misskey -- social-media -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.yaml deleted file mode 100644 index 5a5b40b9e20de..0000000000000 --- a/manifests/h/Hitalin/NoteDeck/1.9.0/Hitalin.NoteDeck.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Hitalin.NoteDeck -PackageVersion: 1.9.0 -DefaultLocale: ja-JP -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.installer.yaml b/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.installer.yaml new file mode 100644 index 0000000000000..04ad62ac20a05 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.2/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.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- hydralauncher +ProductCode: 5c15b0c3-fe4f-5c4b-8f22-d37bfd0a3904 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/hydralauncher/hydra/releases/download/v4.1.2/hydralauncher-4.1.2-setup.exe + InstallerSha256: E7FB98BF6E61E3C997595A231B4FEC924BADC3C052585C6877D38AD1467C5B30 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/hydralauncher/hydra/releases/download/v4.1.2/hydralauncher-4.1.2-setup.exe + InstallerSha256: E7FB98BF6E61E3C997595A231B4FEC924BADC3C052585C6877D38AD1467C5B30 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.locale.en-US.yaml b/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.locale.en-US.yaml new file mode 100644 index 0000000000000..df4b6560ef488 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HydraLauncher.Hydra +PackageVersion: 4.1.2 +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 + - fix(i18n): enable Japanese and Slovenian translations by @Cryptorial0 in https://github.com/hydralauncher/hydra/pull/2649 + - fix(shortcuts): honor create-shortcut preference on Linux by @Sociable-Fish in https://github.com/hydralauncher/hydra/pull/2698 + - fix(big-picture): log catalogue metadata requests that fail by @sotik11 in https://github.com/hydralauncher/hydra/pull/2513 + - fix(catalogue): guard steamUserTags lookup for locales missing from the JSON by @sotik11 in https://github.com/hydralauncher/hydra/pull/2452 + - fix: guard HowLongToBeat section against non-array data by @cybx in https://github.com/hydralauncher/hydra/pull/2636 + - chore(deps): bump time from 0.3.44 to 0.3.47 in /native/hydra-native in the cargo group across 1 directory by @dependabot[bot] in https://github.com/hydralauncher/hydra/pull/2658 + - chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/hydralauncher/hydra/pull/2570 + - Feat/achievements metadata export by @galinhaman22 in https://github.com/hydralauncher/hydra/pull/2697 + - fix: allow selecting and copying review text by @galinhaman22 in https://github.com/hydralauncher/hydra/pull/2712 + - feat: souvenirs for achievements by @Moyasee in https://github.com/hydralauncher/hydra/pull/2700 + - Enable souvenirs by default by @Moyasee in https://github.com/hydralauncher/hydra/pull/2723 + - fix(souvenirs): cap achievements per souvenir by @Moyasee in https://github.com/hydralauncher/hydra/pull/2724 + New Contributors + - @Cryptorial0 made their first contribution in https://github.com/hydralauncher/hydra/pull/2649 + Full Changelog: https://github.com/hydralauncher/hydra/compare/v4.1.1...v4.1.2 +ReleaseNotesUrl: https://github.com/hydralauncher/hydra/releases/tag/v4.1.2 +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.2/HydraLauncher.Hydra.locale.zh-CN.yaml b/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3dde9c9542891 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.2/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.2 +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.2 +Documentations: +- DocumentLabel: 维基 + DocumentUrl: https://github.com/hydralauncher/hydra/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.yaml b/manifests/h/HydraLauncher/Hydra/4.1.2/HydraLauncher.Hydra.yaml new file mode 100644 index 0000000000000..8513c65a2ed88 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.1.2/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.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.installer.yaml b/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.installer.yaml new file mode 100644 index 0000000000000..ffc661163d60b --- /dev/null +++ b/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hdosys.herdr-sandbox +PackageVersion: 0.0.18 +MinimumOSVersion: 10.0.18362.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Commands: +- sandbox +ProductCode: '{BF6EF455-61AF-43BD-8A25-521C6C7E13F9}' +UnsupportedArguments: +- log +- location +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hdosys/herdr-sandbox/releases/download/v0.0.18/herdr-sandbox_v0.0.18_windows_amd64_setup.exe + InstallerSha256: 64480AC608A802D9BF905079FF3A95DF5363C3C89A2F4A7AFC0235BF362EFDC6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.locale.en-US.yaml b/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.locale.en-US.yaml new file mode 100644 index 0000000000000..a08d68ec45d53 --- /dev/null +++ b/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hdosys.herdr-sandbox +PackageVersion: 0.0.18 +PackageLocale: en-US +Publisher: hdosys +PublisherUrl: https://github.com/hdosys +PublisherSupportUrl: https://github.com/hdosys/herdr-sandbox/issues +PackageName: Herdr Sandbox +PackageUrl: https://github.com/hdosys/herdr-sandbox +License: Apache-2.0 +LicenseUrl: https://github.com/hdosys/herdr-sandbox/blob/v0.0.18/LICENSE +Copyright: Copyright (c) 2026 hdosys +ShortDescription: Run Windows development and coding-agent workloads in disposable Windows Sandbox instances. +Description: Herdr Sandbox launches disposable Windows Sandbox development environments, provisions native Windows toolchains, and connects an independently installed compatible Herdr client to the guest over SSH. +Tags: +- cli +- developer-tools +- sandbox +- windows-sandbox +ReleaseNotesUrl: https://github.com/hdosys/herdr-sandbox/releases/tag/v0.0.18 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.yaml b/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.yaml new file mode 100644 index 0000000000000..102760e1bf362 --- /dev/null +++ b/manifests/h/hdosys/herdr-sandbox/0.0.18/hdosys.herdr-sandbox.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: hdosys.herdr-sandbox +PackageVersion: 0.0.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.installer.yaml b/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.installer.yaml new file mode 100644 index 0000000000000..0f2b39ab07686 --- /dev/null +++ b/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.installer.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hdosys.herdr-win +PackageVersion: 2026.08.21.2 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Custom: /WINGET +UpgradeBehavior: install +Commands: +- herdr +ElevationRequirement: elevationProhibited +UnsupportedArguments: +- location +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hdosys/herdr-win/releases/download/v2026.08.21.2/herdr-win_v2026.08.21.2_windows_amd64_setup.exe + InstallerSha256: 7456EF40C4693C87B36031E3EC6EC3B9431F0C3AB0E73505FBA25DD6E335359E + AppsAndFeaturesEntries: + - DisplayName: Herdr Win + Publisher: herdr-win + ProductCode: Herdr Win + InstallerType: nullsoft +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.locale.en-US.yaml b/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.locale.en-US.yaml new file mode 100644 index 0000000000000..bd0f5cd717f57 --- /dev/null +++ b/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hdosys.herdr-win +PackageVersion: 2026.08.21.2 +PackageLocale: en-US +Publisher: herdr-win +PublisherUrl: https://github.com/hdosys/herdr-win +PublisherSupportUrl: https://github.com/hdosys/herdr-win/issues +Author: Herdr contributors +PackageName: Herdr Win +PackageUrl: https://github.com/hdosys/herdr-win +License: Apache-2.0 +LicenseUrl: https://github.com/hdosys/herdr-win/blob/master/LICENSE +Copyright: Herdr contributors +ShortDescription: Native Windows distribution of Herdr +Description: An unofficial, upstream-first Windows distribution of Herdr built from the latest reviewed stable Herdr release plus a small, reviewable Windows patch queue. The executable and command remain herdr. +Moniker: herdr +Tags: +- ai +- cli +- multiplexer +- terminal +- tui +- windows +ReleaseNotesUrl: https://github.com/hdosys/herdr-win/releases/tag/v2026.08.21.2 +Documentations: +- DocumentLabel: Setup and usage guide + DocumentUrl: https://github.com/hdosys/herdr-win#install +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.yaml b/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.yaml new file mode 100644 index 0000000000000..8b09507fabe8c --- /dev/null +++ b/manifests/h/hdosys/herdr-win/2026.08.21.2/hdosys.herdr-win.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hdosys.herdr-win +PackageVersion: 2026.08.21.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.installer.yaml b/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.installer.yaml new file mode 100644 index 0000000000000..593f53179bdab --- /dev/null +++ b/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: hdrover.DiscordDrover +PackageVersion: "0.9" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: drover/drover.exe +ReleaseDate: 2026-04-30 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hdrover/discord-drover/releases/download/v0.9/drover-v0.9.zip + InstallerSha256: 9BD4F5E27CCD0E195EA0FFC5822D3057D8AAD700B44B97067AB91FDB67C861A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.locale.en-US.yaml b/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.locale.en-US.yaml new file mode 100644 index 0000000000000..df1889bc1e223 --- /dev/null +++ b/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: hdrover.DiscordDrover +PackageVersion: "0.9" +PackageLocale: en-US +Publisher: hdrover +PublisherUrl: https://github.com/hdrover +PublisherSupportUrl: https://github.com/hdrover/discord-drover/issues +PackageName: Discord Drover +PackageUrl: https://github.com/hdrover/discord-drover +License: Unknown +ShortDescription: A DLL for forcing Discord to use a specified proxy (HTTP/SOCKS5) for TCP connections. Bypasses local restrictions on voice chats. +Tags: +- delphi +- discord +- discord-proxy +- proxy +ReleaseNotes: "• Improved bypassing of Discord voice chat restrictions. The release now includes `drover-packet.bin`, which is sent before Discord's initial UDP packets and can be replaced manually if needed.\r\n• Fixed installation when `drover.exe` is launched directly from the Discord folder.\r\n• Fixed several stability and compatibility issues." +ReleaseNotesUrl: https://github.com/hdrover/discord-drover/releases/tag/v0.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/hdrover/discord-drover/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.yaml b/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.yaml new file mode 100644 index 0000000000000..aeadfbdeaff53 --- /dev/null +++ b/manifests/h/hdrover/DiscordDrover/0.9/hdrover.DiscordDrover.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: hdrover.DiscordDrover +PackageVersion: "0.9" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.installer.yaml b/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.installer.yaml new file mode 100644 index 0000000000000..238d5acb41504 --- /dev/null +++ b/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: hrkfdn.ncspot +PackageVersion: 1.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ncspot.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrkfdn/ncspot/releases/download/v1.4.0/ncspot-v1.4.0-windows-x86_64.zip + InstallerSha256: 0A7F99E5F59FB6C553AD81E3E65DC816CC087DA8CD7B3B809B058FB79443042C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.locale.en-US.yaml b/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.locale.en-US.yaml new file mode 100644 index 0000000000000..5d1abf0b7c41d --- /dev/null +++ b/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: hrkfdn.ncspot +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Henrik Friedrichsen +PublisherUrl: https://affekt.org/ +PublisherSupportUrl: https://github.com/hrkfdn/ncspot/issues +Author: Henrik Friedrichsen +PackageName: ncspot +PackageUrl: https://github.com/hrkfdn/ncspot +License: BSD-2-Clause +LicenseUrl: https://github.com/hrkfdn/ncspot/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019, Henrik Friedrichsen +CopyrightUrl: https://github.com/hrkfdn/ncspot/blob/main/LICENSE +ShortDescription: | + ncspot is an ncurses Spotify client written in Rust using librespot. It is heavily inspired by ncurses MPD clients, such as ncmpc. +Moniker: ncspot +Tags: +- hrkfdn +- ncspot +- spotify +ReleaseNotes: "## Added\r\n\r\n• Draw cover art directly in supported terminals using terminal image\r\n protocols, falling back to block rendering when unsupported\r\n\r\n## Fixed\r\n\r\n• Close the Search screen with the Escape key\r\n• Stop discarding the Web API refresh token on every refresh, which caused\r\n a new OAuth2 login to be required daily\r\n\r\n## What's Changed\r\n• chore(deps):bump the cargo group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1825\r\n• chore(deps):bump the cargo group with 2 updates by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1828\r\n• chore(toolchain):update by @hrkfdn in https://github.com/hrkfdn/ncspot/pull/1826\r\n• chore(deps):bump regex from 1.12.3 to 1.12.4 in the cargo group by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1830\r\n• feat:Replace ueberzug cover drawing with viuer by @hrkfdn in https://github.com/hrkfdn/ncspot/pull/1831\r\n• fix:let escape close search screen by @hrkfdn in https://github.com/hrkfdn/ncspot/pull/1833\r\n• chore(deps):bump the cargo group with 3 updates by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1837\r\n• fix(mpris):prevent volume update before instance created by @ThomasFrans in https://github.com/hrkfdn/ncspot/pull/1841\r\n• chore(deps):bump actions/checkout from 6 to 7 in the github-actions group by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1836\r\n• chore(deps):bump actions/cache from 5 to 6 in the github-actions group by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1842\r\n• chore(toolchain):update by @hrkfdn in https://github.com/hrkfdn/ncspot/pull/1846\r\n• chore(deps):bump the cargo group with 2 updates by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1845\r\n• chore(deps):bump the cargo group with 3 updates by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1847\r\n• chore(deps):bump the cargo group across 1 directory with 10 updates by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1853\r\n• chore(toolchain):update by @hrkfdn in https://github.com/hrkfdn/ncspot/pull/1849\r\n• chore(deps):bump quinn-proto from 0.11.14 to 0.11.16 by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1854\r\n• fix(auth):Handle new refresh token protocol by @hrkfdn in https://github.com/hrkfdn/ncspot/pull/1861\r\n• chore(deps):bump the cargo group across 1 directory with 6 updates by @dependabot[bot] in https://github.com/hrkfdn/ncspot/pull/1860\r\n• chore:Prepare for 1.4.0 by @hrkfdn in https://github.com/hrkfdn/ncspot/pull/1862\r\n\r\n\r\n**Full Changelog**:https://github.com/hrkfdn/ncspot/compare/v1.3.4...v1.4.0" +ReleaseNotesUrl: https://github.com/hrkfdn/ncspot/releases/tag/v1.4.0 +InstallationNotes: | + ncspot only works with a Spotify premium account as it offers features that are not available for free accounts. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.yaml b/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.yaml new file mode 100644 index 0000000000000..6f19a5a9a11d7 --- /dev/null +++ b/manifests/h/hrkfdn/ncspot/1.4.0/hrkfdn.ncspot.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: hrkfdn.ncspot +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.installer.yaml b/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.installer.yaml new file mode 100644 index 0000000000000..35a7d95cfaa01 --- /dev/null +++ b/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImFeH2.Pinote +PackageVersion: 0.6.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{1BBB4E1F-A2D1-47F7-930B-3B4A234D82C2}' +AppsAndFeaturesEntries: +- DisplayName: Pinote + Publisher: feh2 + ProductCode: '{1BBB4E1F-A2D1-47F7-930B-3B4A234D82C2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ImFeH2/pinote/releases/download/v0.6.1/Pinote_0.6.1_x64_en-US.msi + InstallerSha256: 6E7E1C2CD43FF14B67AB1214129040310C3B2AE1BFCFCC9D69729A8D943E057F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.locale.en-US.yaml b/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.locale.en-US.yaml new file mode 100644 index 0000000000000..42f96f849b99e --- /dev/null +++ b/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ImFeH2.Pinote +PackageVersion: 0.6.1 +PackageLocale: en-US +Publisher: ImFeH2 +PublisherUrl: https://github.com/ImFeH2 +PublisherSupportUrl: https://github.com/ImFeH2/pinote/issues +PackageName: Pinote +PackageUrl: https://github.com/ImFeH2/pinote +License: Apache-2.0 +LicenseUrl: https://github.com/ImFeH2/pinote/blob/main/LICENSE +ShortDescription: A lightweight floating markdown scratchpad app +Description: A lightweight floating markdown scratchpad app for quick notes and markdown editing. +Tags: +- markdown +- notes +- scratchpad +ReleaseNotesUrl: https://github.com/ImFeH2/pinote/releases/tag/v0.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.yaml b/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.yaml new file mode 100644 index 0000000000000..f22efffa568aa --- /dev/null +++ b/manifests/i/ImFeH2/Pinote/0.6.1/ImFeH2.Pinote.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: ImFeH2.Pinote +PackageVersion: 0.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.installer.yaml b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.installer.yaml new file mode 100644 index 0000000000000..0929d48af6c60 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.12.9 +InstallerType: inno +Scope: machine +Protocols: +- hcks +ProductCode: '{6BD03139-BBF4-44E0-ABA3-6D0461958CEC}_is1' +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://s3-eu-west-1.amazonaws.com/hackolade/previous/v8.12.9/Hackolade-win64-setup-signed.exe + InstallerSha256: 9BC05244AAC453E731492D018FC44E28C14E65CDE92EE09F280B7A29414418E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.locale.en-US.yaml b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.locale.en-US.yaml new file mode 100644 index 0000000000000..12550f29b83d4 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.12.9 +PackageLocale: en-US +Publisher: Hackolade +PublisherUrl: https://hackolade.com/ +PublisherSupportUrl: https://hackolade.com/help/index.html +PrivacyUrl: https://hackolade.com/privacy.html +Author: IntegrIT SA/NV +PackageName: Hackolade +PackageUrl: https://hackolade.com/download.html +License: Proprietary +LicenseUrl: https://hackolade.com/eulas.html +Copyright: Copyright © 2016-2026 Hackolade. All rights reserved. +CopyrightUrl: https://hackolade.com/eulas.html +ShortDescription: Polyglot Data Modeling for SQL and NoSQL databases, APIs, and storage formats +Description: |- + Hackolade Studio is an intuitive yet powerful application to perform the visually data modeling and schema design of many SQL and NoSQL databases, APIS, and storage formats. + Hackolade Studio combines the graphical representation of collections in an Entity Relationship Diagram, with the graphical representation of the JSON Schema definition of each collection in a hierarchical schema view. Together, these graphical representations provide the schema model for data-at-rest and data-in-motion, plus the documentation of that model. The application is specifically designed around the powerful nature of JSON nested sub-objects and denormalization. + The software facilitates the work of, and the dialog between analysts, architects, designers, developers, testers, DBAs, and operators of systems that are based on such technologies. It also can generate schema scripts and documentation in a variety of machine-readable formats (DDLs, JSON Schema, Avro, Parquet, Protobuf, ...) as well as database instances, or human-readable formats such as HTML, Markdown, and PDF reports. + Instead of having to find data structures tacitly described in the application code, the creation of a database model helps to evaluate design options beforehand, think through the implications of different alternatives, and recognize potential hurdles before committing sizable amounts of development effort. A database model helps plan ahead, in order to minimize later rework. In the end, the modeling process accelerates development, increases quality of the application, and reduces execution risks. +Tags: +- database +- db +- modeling +ReleaseNotes: |- + - Tech refresh of ElectronJS (v43.4.1), NodeJS (v24.18.1), Chromium (v150.0.7871.224), V8 engine (v15.0.245.28), and related modules + - ERD/V: added display option for "Entity name only" data model storytelling + - Grid View: inserted model level in hierarchy + - DBML: added support for reverse-engineering of array datatype in BigQuery + - PowerDesigner: ensured indexes are associated with tables and columns during reverse-engineering + - PowerDesigner: handled message "expansion count limit exceeded" during reverse-engineering + - Couchbase v7+: added support for ALTER script of indexes and collections + - Db2 for z/OS: added support for CHECK CONSTRAINT in reverse-engineering when declared at column level + - DeltaLake/Databricks: limit fetching of Unity catalogs during reverse-engineering when specified in connection settings + - Oracle: enhanced grammar parsing of DDLs with UNUSABLE keyword not being at latest position +ReleaseNotesUrl: https://hackolade.com/versionInfo/ReadMe.txt +PurchaseUrl: https://hackolade.com/pricing.html +Documentations: +- DocumentLabel: Videos + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: FAQ + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.locale.zh-CN.yaml b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.locale.zh-CN.yaml new file mode 100644 index 0000000000000..28937f04d7b75 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.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: IntegrIT.Hackolade +PackageVersion: 8.12.9 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 涵盖 SQL 与 NoSQL 数据库、API 及存储格式的多语言数据建模 +Description: |- + Hackolade Studio 是一款直观而强大的应用程序,用于对多种 SQL 和 NoSQL 数据库、API 及存储格式进行可视化数据建模与模式设计。 + Hackolade Studio 将实体关系图中集合的图形化表示,与层次化模式视图中每个集合的 JSON Schema 定义图形化表示相结合。这些图形化表示共同构成了静态数据和动态数据的模式模型,并附带该模型的文档说明。该应用专门围绕 JSON 嵌套子对象和非规范化的强大特性进行设计。 + 该软件促进了基于此类技术的系统分析师、架构师、设计师、开发人员、测试人员、数据库管理员和运维人员之间的工作协作与对话。它还能生成多种机器可读格式(DDL、JSON Schema、Avro、Parquet、Protobuf 等)的模式脚本和文档,以及数据库实例;同时支持 HTML、Markdown 和 PDF 报告等人可读格式的输出。 + 通过创建数据库模型,用户无需从应用程序代码中隐式推导数据结构,即可预先评估设计方案、深入思考不同替代方案的影响,并在投入大量开发工作前识别潜在障碍。数据库模型有助于提前规划,从而最大限度减少后期返工。最终,建模过程能加速开发进度、提升应用质量并降低实施风险。 +Tags: +- 建模 +- 数据库 +Documentations: +- DocumentLabel: 视频 + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: 常见问题 + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.yaml b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.yaml new file mode 100644 index 0000000000000..bf9c50e37e8cb --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.9/IntegrIT.Hackolade.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: IntegrIT.Hackolade +PackageVersion: 8.12.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.installer.yaml b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.installer.yaml new file mode 100644 index 0000000000000..2bd9c3c6bf6a6 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 262.10315.29 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ProductCode: RubyMine 262.10315.29 +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- ProductCode: RubyMine 251.23774.208 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-262.10315.29.exe + InstallerSha256: 3A68DDB420BF4417F117A090A45B0BE09AD28B76DFED8A072D923B14933A1AC2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-262.10315.29.exe + InstallerSha256: 3A68DDB420BF4417F117A090A45B0BE09AD28B76DFED8A072D923B14933A1AC2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-262.10315.29-aarch64.exe + InstallerSha256: B2DC1F23AD3D063D0301853CCAA71796B7E8E13A1939B636F7ECF03C43089514 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-262.10315.29-aarch64.exe + InstallerSha256: B2DC1F23AD3D063D0301853CCAA71796B7E8E13A1939B636F7ECF03C43089514 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..4c2193a97c1c2 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 262.10315.29 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine (EAP) +PackageUrl: https://www.jetbrains.com/ruby/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2026.2.2 Preview Is Out! + Fixes and improvements: + - Fixed an issue where a Git commit could still be created after being canceled: IJPL-242092 + - Added support for clickable OSC 8 hyperlinks in the Reworked Terminal: IJPL-246212 + - Added support for parallel steps in GitHub Actions workflows: IJPL-248486 + - Fixed IDE freezes when opening large Markdown files with soft wraps enabled: IJPL-250302 + - Fixed duplicated characters when accepting code completion suggestions in Remote Development: IJPL-252099 + For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365379 +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a15fcca0788b --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 262.10315.29 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365379 +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.yaml b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.yaml new file mode 100644 index 0000000000000..c02c3313252c3 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/262.10315.29/JetBrains.RubyMine.EAP.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: JetBrains.RubyMine.EAP +PackageVersion: 262.10315.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.installer.yaml b/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.installer.yaml new file mode 100644 index 0000000000000..9d555b7a7795c --- /dev/null +++ b/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: JetBrains.TeamCityCLI +PackageVersion: 1.4.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-20" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: teamcity.exe + PortableCommandAlias: teamcity + InstallerUrl: https://github.com/JetBrains/teamcity-cli/releases/download/v1.4.0/teamcity_1.4.0_windows_arm64.zip + InstallerSha256: b650fa56764c89c57f438cbe3df24ba0d882f43260983e3a8ac5cdd23ff8a1ac + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: teamcity.exe + PortableCommandAlias: teamcity + InstallerUrl: https://github.com/JetBrains/teamcity-cli/releases/download/v1.4.0/teamcity_1.4.0_windows_x86_64.zip + InstallerSha256: 258c43b471f6ecde5f63dbcf274b084cb56cef6dd1b1687fadb7ec7498043931 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.locale.en-US.yaml b/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..dfe25ee6f6a1c --- /dev/null +++ b/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: JetBrains.TeamCityCLI +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://jb.gg/tc/issues +PackageName: TeamCityCLI +PackageUrl: https://github.com/JetBrains/teamcity-cli +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/teamcity-cli/blob/main/LICENSE +Copyright: JetBrains s.r.o. +ShortDescription: A command-line interface for TeamCity CI/CD server +Description: | + teamcity is a command-line interface for interacting with TeamCity CI/CD server. + Manage builds, jobs, and projects without leaving your terminal. +Moniker: TeamCityCLI +Tags: + - teamcity + - ci + - cd + - cli + - devops + - jetbrains +ReleaseNotesUrl: https://github.com/JetBrains/teamcity-cli/releases/tag/v1.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.yaml b/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.yaml new file mode 100644 index 0000000000000..891f708ef1d0b --- /dev/null +++ b/manifests/j/JetBrains/TeamCityCLI/1.4.0/JetBrains.TeamCityCLI.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: JetBrains.TeamCityCLI +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.installer.yaml b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.installer.yaml new file mode 100644 index 0000000000000..bbf122bcc33bb --- /dev/null +++ b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Joedsonalves.Vacuon +PackageVersion: 0.3.1 +MinimumOSVersion: 10.0.19044.0 +InstallerType: portable +Commands: +- vacuon +ReleaseDate: 2026-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/joedsonalves/vacuon/releases/download/v0.3.1/Vacuon-0.3.1-win-x64.exe + InstallerSha256: AF0E0D228A101F6B8E52433BDCF27778EDF35DF0F1D1D593E06313EE0E186FAC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.locale.en-US.yaml b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.locale.en-US.yaml new file mode 100644 index 0000000000000..df203bd2bdcfa --- /dev/null +++ b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.locale.en-US.yaml @@ -0,0 +1,43 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Joedsonalves.Vacuon +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: Joedson Alves +PublisherUrl: https://github.com/joedsonalves +PublisherSupportUrl: https://github.com/joedsonalves/vacuon/issues +PackageName: Vacuon +PackageUrl: https://github.com/joedsonalves/vacuon +License: MIT +LicenseUrl: https://github.com/joedsonalves/vacuon/blob/main/LICENSE +ShortDescription: Disk space analyzer that reads the NTFS MFT directly and shows what it is about to delete. +Description: |- + Vacuon finds where the space on a Windows disk went. It reads the NTFS Master File + Table straight off the volume, which indexes a million files in seconds instead of + minutes, and falls back to the Windows API on volumes where that is not possible. + + Images and videos are shown as thumbnails in six sizes, so you can tell which of five + large renders is the final one without opening any of them. Deletion goes to the Recycle + Bin by default, and permanently only behind a confirmation you have to tick, with a + protection list that refuses the volume root, Windows, System32 and kernel-owned files. + + Every scan cross-checks the space it attributed to files against what the volume reports + as used, and says so when the two disagree. + + The interface is available in English and Portuguese. The fast path needs Administrator; + without it the app still works through the slower traversal and says which one it used. +Moniker: vacuon +Tags: +- disk +- disk-analyzer +- disk-space +- disk-usage +- duplicate-finder +- ntfs +- storage +ReleaseNotesUrl: https://github.com/joedsonalves/vacuon/releases/tag/v0.3.1 +Documentations: +- DocumentLabel: Readme + DocumentUrl: https://github.com/joedsonalves/vacuon/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.locale.pt-BR.yaml b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.locale.pt-BR.yaml new file mode 100644 index 0000000000000..24916763da33a --- /dev/null +++ b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.locale.pt-BR.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Joedsonalves.Vacuon +PackageVersion: 0.3.1 +PackageLocale: pt-BR +Publisher: Joedson Alves +PackageName: Vacuon +License: MIT +ShortDescription: Analisador de espaco em disco que le a MFT do NTFS direto e mostra o que voce esta apagando. +Description: |- + O Vacuon encontra para onde foi o espaco de um disco no Windows. Ele le a Master File + Table do NTFS direto do volume, o que indexa um milhao de arquivos em segundos em vez de + minutos, e cai para a API do Windows nos volumes onde isso nao e possivel. + + Imagens e videos aparecem como miniaturas em seis tamanhos, para voce saber qual de cinco + renderizacoes grandes e a final sem abrir nenhuma. A exclusao vai para a Lixeira por + padrao, e definitiva so atras de uma confirmacao que voce precisa marcar, com uma lista + de protecao que recusa a raiz do volume, Windows, System32 e arquivos do kernel. + + Toda varredura confere o espaco atribuido a arquivos contra o que o volume declara em uso, + e avisa quando os dois nao batem. + + Interface em ingles e portugues. O caminho rapido exige Administrador; sem ele o app + funciona pela travessia mais lenta e diz qual dos dois usou. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.yaml b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.yaml new file mode 100644 index 0000000000000..20982efc03262 --- /dev/null +++ b/manifests/j/Joedsonalves/Vacuon/0.3.1/Joedsonalves.Vacuon.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Joedsonalves.Vacuon +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.installer.yaml b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.installer.yaml new file mode 100644 index 0000000000000..3702bbce64a85 --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.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: Joplin.Joplin +PackageVersion: 3.6.16 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- joplin +ProductCode: 499c114e-8890-5040-9c02-24abe7d3ebe9 +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/laurent22/joplin/releases/download/v3.6.16/Joplin-Setup-3.6.16.exe + InstallerSha256: BB26FA0BAB6905CF7A22F2D1DCB18EF7F7C0F62C2E10C84CD8E743F7CA962C50 + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/laurent22/joplin/releases/download/v3.6.16/Joplin-Setup-3.6.16.exe + InstallerSha256: BB26FA0BAB6905CF7A22F2D1DCB18EF7F7C0F62C2E10C84CD8E743F7CA962C50 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.locale.en-US.yaml b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.locale.en-US.yaml new file mode 100644 index 0000000000000..d59daf7ce145d --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Joplin.Joplin +PackageVersion: 3.6.16 +PackageLocale: en-US +Publisher: Laurent Cozic +PublisherUrl: https://joplinapp.org/ +PublisherSupportUrl: https://joplinapp.org/help/ +PrivacyUrl: https://joplinapp.org/privacy/ +Author: Laurent Cozic +PackageName: Joplin +PackageUrl: https://joplinapp.org/ +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/laurent22/joplin/blob/HEAD/LICENSE +Copyright: Copyright (c) 2016-2026 Laurent Cozic +ShortDescription: Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device. +Description: |- + Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format. + Notes exported from Evernote can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported. + Joplin is "offline first", which means you always have all your data on your phone or computer. This ensures that your notes are always accessible, whether you have an internet connection or not. + The notes can be securely synchronised using end-to-end encryption with various cloud services including Nextcloud, Dropbox, OneDrive and Joplin Cloud. + Full text search is available on all platforms to quickly find the information you need. The app can be customised using plugins and themes, and you can also easily create your own. + The application is available for Windows, Linux, macOS, Android and iOS. A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome. +Tags: +- checklist +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: '- Improved: Support syncing with Joplin v3.7 (#15889) (#15753 by @personalizedrefrigerator)' +ReleaseNotesUrl: https://github.com/laurent22/joplin/releases/tag/v3.6.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.locale.zh-CN.yaml b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f801e4644d923 --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Joplin.Joplin +PackageVersion: 3.6.16 +PackageLocale: zh-CN +Publisher: Laurent Cozic +PackageName: Joplin +ShortDescription: Joplin 是一款开源笔记应用程序。您可以捕捉自己的想法,并通过任何设备安全地访问它们。 +Description: |- + Joplin 是一款免费/自由的开源笔记和待办事项应用程序,可以处理大量笔记,并将其组织成笔记本。笔记可搜索,可直接从应用程序或从自己的文本编辑器中复制、标记和修改。笔记采用 Markdown 格式。 + 可以将从 Evernote 导出的笔记导入至 Joplin,包括格式化的内容(已转换为 Markdown)、资源(图片、附件等)和完整的元数据(地理位置、更新时间、创建时间等)。也可以导入普通的 Markdown 文件。 + Joplin 采用“离线优先”原则,这意味着您的手机或电脑上始终保存着所有数据。这确保了无论您是否有网络连接,都能随时访问您的笔记。 + 笔记可以通过端到端加密与各种云服务安全同步,包括 Nextcloud、Dropbox、OneDrive 和 Joplin Cloud。 + 所有平台均提供全文搜索功能,可快速查找所需信息。该应用程序可使用插件和主题进行定制,您也可以轻松创建自己的插件和主题。 + 该应用程序适用于 Windows、Linux、macOS、Android 和 iOS。Firefox 和 Chrome 浏览器还有 Web Clipper,用于保存网页和浏览器截图。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日程 +- 清单 +- 笔记 +ReleaseNotesUrl: https://github.com/laurent22/joplin/releases/tag/v3.6.16 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.yaml b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.yaml new file mode 100644 index 0000000000000..a9af39ddb7c8b --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.16/Joplin.Joplin.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: Joplin.Joplin +PackageVersion: 3.6.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.installer.yaml b/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.installer.yaml new file mode 100644 index 0000000000000..a2b606141ac78 --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: JordanCoin.codemap +PackageVersion: 4.4.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-21" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: codemap.exe + PortableCommandAlias: codemap + InstallerUrl: https://github.com/JordanCoin/codemap/releases/download/v4.4.1/codemap_4.4.1_windows_amd64.zip + InstallerSha256: a7d67065458c164571b9d149343057591776d292efa94d132f3f16789a6f3bc6 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.locale.en-US.yaml b/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.locale.en-US.yaml new file mode 100644 index 0000000000000..1393831620e9f --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.locale.en-US.yaml @@ -0,0 +1,26 @@ +# 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: JordanCoin.codemap +PackageVersion: 4.4.1 +PackageLocale: en-US +Publisher: JordanCoin +PublisherUrl: https://github.com/JordanCoin +PublisherSupportUrl: https://github.com/JordanCoin/codemap/issues +PackageName: codemap +PackageUrl: https://github.com/JordanCoin/codemap +License: MIT +LicenseUrl: https://github.com/JordanCoin/codemap/blob/main/LICENSE +ShortDescription: Generate a brain map of your codebase for LLM context +Description: | + codemap generates a compact, structured "brain map" of your codebase + that LLMs can instantly understand. One command gives instant + architectural context without burning tokens. +Moniker: codemap +Tags: + - cli + - developer-tools + - ai + - llm + - code-analysis +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.yaml b/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.yaml new file mode 100644 index 0000000000000..bc11489ceb4ae --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.4.1/JordanCoin.codemap.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: JordanCoin.codemap +PackageVersion: 4.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.installer.yaml b/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.installer.yaml new file mode 100644 index 0000000000000..7a76ea700929d --- /dev/null +++ b/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JuanjoFuchs.agent-mail-cli +PackageVersion: 0.5.1 +InstallerType: portable +UpgradeBehavior: uninstallPrevious +Commands: +- agent-mail +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JuanjoFuchs/agent-mail-cli/releases/download/v0.5.1/agent-mail-0.5.1-windows-x64.exe + InstallerSha256: 12EA2BE8E11F251EA9ECD86F7DF8D6A73D9FBC5A48A10F592A6A3492FEA79F7D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.locale.en-US.yaml b/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..6b3e059fc8199 --- /dev/null +++ b/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JuanjoFuchs.agent-mail-cli +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: JuanjoFuchs +PublisherUrl: https://github.com/JuanjoFuchs +PublisherSupportUrl: https://github.com/JuanjoFuchs/agent-mail-cli/issues +PackageName: Agent Mail CLI +PackageUrl: https://github.com/JuanjoFuchs/agent-mail-cli +License: MIT +LicenseUrl: https://github.com/JuanjoFuchs/agent-mail-cli/blob/main/LICENSE +ShortDescription: Self-describing local inbox for coding agents +Description: Agent Mail CLI is a local SQLite-backed inbox for coding agents. +Moniker: agent-mail +Tags: +- agents +- cli +- mailbox +ReleaseNotesUrl: https://github.com/JuanjoFuchs/agent-mail-cli/releases/tag/v0.5.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JuanjoFuchs/agent-mail-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.yaml b/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.yaml new file mode 100644 index 0000000000000..a4ef77fe8cd52 --- /dev/null +++ b/manifests/j/JuanjoFuchs/agent-mail-cli/0.5.1/JuanjoFuchs.agent-mail-cli.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: JuanjoFuchs.agent-mail-cli +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.installer.yaml b/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.installer.yaml new file mode 100644 index 0000000000000..7030cb4e42dfb --- /dev/null +++ b/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JuanjoFuchs.voice-tunnel +PackageVersion: 0.2.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: voice-tunnel.exe + PortableCommandAlias: voice-tunnel +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JuanjoFuchs/voice-tunnel/releases/download/v0.2.4/voice-tunnel-0.2.4-windows-x64.zip + InstallerSha256: CCFD1C8AEF8F88729B8C689720FCAC22D18562145A4268FE35C29143D46689A3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-10 diff --git a/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.locale.en-US.yaml b/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.locale.en-US.yaml new file mode 100644 index 0000000000000..68d52a1a52fbc --- /dev/null +++ b/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JuanjoFuchs.voice-tunnel +PackageVersion: 0.2.4 +PackageLocale: en-US +Publisher: JuanjoFuchs +PublisherUrl: https://github.com/JuanjoFuchs +PublisherSupportUrl: https://github.com/JuanjoFuchs/voice-tunnel/issues +PackageName: voice-tunnel +PackageUrl: https://github.com/JuanjoFuchs/voice-tunnel +License: MIT +LicenseUrl: https://github.com/JuanjoFuchs/voice-tunnel/blob/main/LICENSE +ShortDescription: Talk to your coding agent from a phone browser. Local, no app. +Description: voice-tunnel opens a page any phone browser can load and carries audio both ways to whichever coding agent started it. Speech recognition, synthesis and the voiceprint all run on your own machine. No GPU required. +Moniker: voice-tunnel +Tags: +- voice +- speech +- cli +- agents +ReleaseNotesUrl: https://github.com/JuanjoFuchs/voice-tunnel/releases/tag/v0.2.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.yaml b/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.yaml new file mode 100644 index 0000000000000..b74b69ac61f5c --- /dev/null +++ b/manifests/j/JuanjoFuchs/voice-tunnel/0.2.4/JuanjoFuchs.voice-tunnel.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: JuanjoFuchs.voice-tunnel +PackageVersion: 0.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.installer.yaml b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.installer.yaml similarity index 78% rename from manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.installer.yaml rename to manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.installer.yaml index 98d12e9131a66..b7b56fc494094 100644 --- a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.installer.yaml +++ b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.installer.yaml @@ -2,15 +2,16 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: JurgenRathlev.InnoUnpacker -PackageVersion: 2.2.11 +PackageVersion: 2.2.12 InstallerType: inno Scope: machine UpgradeBehavior: install ProductCode: InnoUnpacker_is1 +ReleaseDate: 2026-08-21 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://www.rathlev-home.de/tools/download/innounpacker-setup.exe - InstallerSha256: E98CC605CB2BA39CC712875E6A80C52A65058E907B0B96A914A15EA0FC040979 + InstallerSha256: 71A8C2B93887839A886B84490E458988CDB8E510DADA087FEB8F5F64230EF71F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.locale.en-US.yaml b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.locale.en-US.yaml similarity index 98% rename from manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.locale.en-US.yaml rename to manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.locale.en-US.yaml index f750bc5b6900b..cb73d8a799c74 100644 --- a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.locale.en-US.yaml +++ b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: JurgenRathlev.InnoUnpacker -PackageVersion: 2.2.11 +PackageVersion: 2.2.12 PackageLocale: en-US Publisher: Dr. J. Rathlev PublisherUrl: https://www.rathlev-home.de/index-e.html diff --git a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.locale.zh-CN.yaml b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.locale.zh-CN.yaml similarity index 98% rename from manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.locale.zh-CN.yaml rename to manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.locale.zh-CN.yaml index f95feff3c791d..8c2e9f9093477 100644 --- a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.locale.zh-CN.yaml +++ b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: JurgenRathlev.InnoUnpacker -PackageVersion: 2.2.11 +PackageVersion: 2.2.12 PackageLocale: zh-CN Publisher: Dr. J. Rathlev PublisherUrl: https://www.rathlev-home.de/index-e.html diff --git a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.yaml b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.yaml similarity index 91% rename from manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.yaml rename to manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.yaml index 86d1d0e45a6b2..71c0fdc96d1b3 100644 --- a/manifests/j/JurgenRathlev/InnoUnpacker/2.2.11/JurgenRathlev.InnoUnpacker.yaml +++ b/manifests/j/JurgenRathlev/InnoUnpacker/2.2.12/JurgenRathlev.InnoUnpacker.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: JurgenRathlev.InnoUnpacker -PackageVersion: 2.2.11 +PackageVersion: 2.2.12 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.installer.yaml b/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.installer.yaml new file mode 100644 index 0000000000000..a6c488a4c5c44 --- /dev/null +++ b/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: jakedorony.MonitorInputSwitcher +PackageVersion: 2.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jakedorony/Monitor-Input-Switcher/releases/download/v2.2.1/MonitorSwitch-Setup-2.2.1.exe + InstallerSha256: 5CCF4F399836A83E97C7677CF62490997806A10E9A292624DFB7371D44FEF6FF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.locale.en-US.yaml b/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.locale.en-US.yaml new file mode 100644 index 0000000000000..21aa614c4eed4 --- /dev/null +++ b/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: jakedorony.MonitorInputSwitcher +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: jakedorony +PublisherUrl: https://github.com/jakedorony +PublisherSupportUrl: https://github.com/jakedorony/Monitor-Input-Switcher/issues +PackageName: Monitor Input Switcher +PackageUrl: https://github.com/jakedorony/Monitor-Input-Switcher +License: MIT +LicenseUrl: https://github.com/jakedorony/Monitor-Input-Switcher/blob/main/LICENSE +ShortDescription: Switch your monitors between two inputs from the system tray via DDC/CI. +Description: A tiny Windows tray app for monitors shared between two computers. Save two input profiles ("Personal PC", "Work PC") and switch every monitor with one click via DDC/CI. Optional free account syncs the profiles to every PC plugged into the same monitors, matched by monitor hardware ID. Per-user install, no admin rights required. +Tags: +- ddc +- ddc-ci +- monitor +- kvm +- display +- tray +ReleaseNotesUrl: https://github.com/jakedorony/Monitor-Input-Switcher/releases/tag/v2.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.yaml b/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.yaml new file mode 100644 index 0000000000000..da438cd9eac49 --- /dev/null +++ b/manifests/j/jakedorony/MonitorInputSwitcher/2.2.1/jakedorony.MonitorInputSwitcher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: jakedorony.MonitorInputSwitcher +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.installer.yaml b/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.installer.yaml new file mode 100644 index 0000000000000..b04cae9734df1 --- /dev/null +++ b/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: jakedorony.MonitorInputSwitcher +PackageVersion: 2.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jakedorony/Monitor-Input-Switcher/releases/download/v2.3.0/MonitorSwitch-Setup-2.3.0.exe + InstallerSha256: CD46840CDA15A32E9A6E0022F4F214170199F4484A7E564C7C769FF5AF8F94CB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.locale.en-US.yaml b/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.locale.en-US.yaml new file mode 100644 index 0000000000000..98d3060afd1b9 --- /dev/null +++ b/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: jakedorony.MonitorInputSwitcher +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: jakedorony +PublisherUrl: https://github.com/jakedorony +PublisherSupportUrl: https://github.com/jakedorony/Monitor-Input-Switcher/issues +PackageName: Monitor Input Switcher +PackageUrl: https://github.com/jakedorony/Monitor-Input-Switcher +License: MIT +LicenseUrl: https://github.com/jakedorony/Monitor-Input-Switcher/blob/main/LICENSE +ShortDescription: Switch your monitors between two inputs from the system tray via DDC/CI. +Description: A tiny Windows tray app for monitors shared between two computers. Save two input profiles ("Personal PC", "Work PC") and switch every monitor with one click via DDC/CI. Optional free account syncs the profiles to every PC plugged into the same monitors, matched by monitor hardware ID. Per-user install, no admin rights required. +Tags: +- ddc +- ddc-ci +- monitor +- kvm +- display +- tray +ReleaseNotesUrl: https://github.com/jakedorony/Monitor-Input-Switcher/releases/tag/v2.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.yaml b/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.yaml new file mode 100644 index 0000000000000..e0127852f4d2f --- /dev/null +++ b/manifests/j/jakedorony/MonitorInputSwitcher/2.3.0/jakedorony.MonitorInputSwitcher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: jakedorony.MonitorInputSwitcher +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.installer.yaml b/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.installer.yaml new file mode 100644 index 0000000000000..b4b2d9b08bb56 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.18.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-21" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.18.0/lfk_0.18.0_windows_arm64.zip + InstallerSha256: 03ca1771a3b044c541bd9835bf4fc4551e5390d6e12458f68caa24cc8ad6d97e + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.18.0/lfk_0.18.0_windows_amd64.zip + InstallerSha256: 731a71b7ead945f93a1602b92514aacf725f564521ba686b7d3791ef02d4f7c0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.locale.en-US.yaml b/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.locale.en-US.yaml new file mode 100644 index 0000000000000..6471de506bcea --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.18.0 +PackageLocale: en-US +Publisher: janosmiko +PublisherUrl: https://github.com/janosmiko +PublisherSupportUrl: https://github.com/janosmiko/lfk/issues +PackageName: lfk +PackageUrl: https://github.com/janosmiko/lfk +License: Apache-2.0 +LicenseUrl: https://github.com/janosmiko/lfk/blob/main/LICENSE +ShortDescription: Lightning Fast Kubernetes navigator +Description: | + LFK is a lightning-fast, keyboard-focused, yazi-inspired terminal user + interface for navigating and managing Kubernetes clusters. Built for + speed and efficiency, it brings a three-column Miller columns layout + with an owner-based resource hierarchy to your terminal. +Moniker: lfk +Tags: + - kubernetes + - tui + - devops + - k8s + - cli +ReleaseNotesUrl: https://github.com/janosmiko/lfk/releases/tag/v0.18.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.yaml b/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.yaml new file mode 100644 index 0000000000000..c05f8c415fd5c --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.18.0/janosmiko.lfk.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: janosmiko.lfk +PackageVersion: 0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.installer.yaml b/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.installer.yaml new file mode 100644 index 0000000000000..1042a22cdad69 --- /dev/null +++ b/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jens-duttke.usage-monitor-for-claude +PackageVersion: 1.21.0 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jens-duttke/usage-monitor-for-claude/releases/download/v1.21.0/UsageMonitorForClaude.exe + InstallerSha256: 29CF75ED17EAFAD54BA69851D5C79046EE57F0A9A0CEE4BBEBDF2374EA83E1FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.locale.en-US.yaml b/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.locale.en-US.yaml new file mode 100644 index 0000000000000..ae481cb1431ad --- /dev/null +++ b/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jens-duttke.usage-monitor-for-claude +PackageVersion: 1.21.0 +PackageLocale: en-US +Publisher: Jens Duttke +PublisherUrl: https://github.com/jens-duttke +PublisherSupportUrl: https://github.com/jens-duttke/usage-monitor-for-claude/issues +Author: Jens Duttke +PackageName: Usage-Monitor-for-Claude +PackageUrl: https://github.com/jens-duttke/usage-monitor-for-claude +License: MIT +LicenseUrl: https://github.com/jens-duttke/usage-monitor-for-claude/blob/HEAD/LICENSE +ShortDescription: Lightweight Windows tray app that monitors your Claude rate limits in real time - portable single EXE, zero configuration, fully auditable +Description: Lightweight Windows tray app that monitors your Claude rate limits in real time - portable single EXE, zero configuration, fully auditable +Tags: +- anthropic +- claude +- claude-code +- desktop-app +- developer-tools +- python +- quota +- rate-limit +- system-tray +- tray-icon +- usage-monitor +- windows +ReleaseNotes: |- + Added + - Extra usage without a monthly limit (uncapped pay-as-you-go overage, the usual state for Team and Enterprise plans) now appears in the popup as the amount spent - previously the Extra Usage section stayed hidden unless a monthly limit was configured, silently hiding real spending (thanks to @joeklittle for the contribution) + - New alert_extra_usage_spent setting - absolute spending amounts in your billing currency (e.g. [50, 100, 150]) that trigger a notification when extra-usage spending crosses them; complements the percentage thresholds and is the only alert that can fire for uncapped extra usage, where no percentage exists (thanks to @joeklittle for the contribution) + - New icon_style setting - set it to "numbers" to show both icon_fields values as two stacked percentages on the tray icon instead of one percentage with two bars; each row shows ✕ or $ when its quota is exhausted (thanks to @Searcus for the suggestion) + Fixed + - With uncapped extra usage enabled, an exhausted quota now shows the "extra usage active" tray indicator instead of the exhausted glyph - work continues on paid overage, so the icon no longer suggests Claude has stopped (thanks to @joeklittle for the contribution) + - The startup and double-click event commands no longer report USAGE_MONITOR_EXTRA_LIMIT as a zero amount for uncapped extra usage - the variable is now omitted when there is no monthly limit (thanks to @joeklittle for the contribution) + - On systems with a non-UTF-8 code page (Traditional Chinese, Japanese, Korean and others), the tray icon no longer stops updating after an automatic token renewal - the Claude CLI's output is now read as UTF-8 instead of with the system code page, which crashed the update loop as soon as the CLI printed a non-ASCII character (thanks to @daweiliutw-ctrl for reporting #80) + - After an account switch, the tray icon and popup now show the new account's usage right away - previously, when the switch happened while a usage request was already running, the "account switched" notification appeared next to the previous account's numbers, which stayed on screen until the next scheduled poll + Full changelog + README for this version +ReleaseNotesUrl: https://github.com/jens-duttke/usage-monitor-for-claude/releases/tag/v1.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.yaml b/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.yaml new file mode 100644 index 0000000000000..41b5102fb22f4 --- /dev/null +++ b/manifests/j/jens-duttke/usage-monitor-for-claude/1.21.0/jens-duttke.usage-monitor-for-claude.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: jens-duttke.usage-monitor-for-claude +PackageVersion: 1.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.installer.yaml b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.installer.yaml new file mode 100644 index 0000000000000..449efd25e6f9e --- /dev/null +++ b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KuaiFan.DooTask +PackageVersion: 1.9.18 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 9a445616-2838-509d-bd29-65c401183c4f +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kuaifan/dootask/releases/download/v1.9.18/DooTask-v1.9.18-win-x64.exe + InstallerSha256: 2D0D94511C1A5C9BE828710E7101B8DB3B7869EF8DD49BD9605D1031ABDECB3B + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kuaifan/dootask/releases/download/v1.9.18/DooTask-v1.9.18-win-x64.exe + InstallerSha256: 2D0D94511C1A5C9BE828710E7101B8DB3B7869EF8DD49BD9605D1031ABDECB3B + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/kuaifan/dootask/releases/download/v1.9.18/DooTask-v1.9.18-win-arm64.exe + InstallerSha256: 38889E4655B8F3CE7321B6412153E9DD66E06C4F734C1C3E1D9AF438698CB98C + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/kuaifan/dootask/releases/download/v1.9.18/DooTask-v1.9.18-win-arm64.exe + InstallerSha256: 38889E4655B8F3CE7321B6412153E9DD66E06C4F734C1C3E1D9AF438698CB98C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.locale.en-US.yaml b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.locale.en-US.yaml new file mode 100644 index 0000000000000..538a3b836805d --- /dev/null +++ b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.locale.en-US.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: KuaiFan.DooTask +PackageVersion: 1.9.18 +PackageLocale: en-US +PublisherSupportUrl: https://www.dootask.com/help/en/ +PrivacyUrl: https://www.dootask.com/en/privacy +Author: Guangxi Dolphin Youhai Information Technology Co., Ltd. +ShortDescription: Lightweight task management tool +Description: Lightweight open source online project task management tool to help teams efficiently advance their projects and make work easier. +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +PurchaseUrl: https://www.dootask.com/site/en/price.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.locale.zh-CN.yaml b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a55f8f3d1ca6f --- /dev/null +++ b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.locale.zh-CN.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KuaiFan.DooTask +PackageVersion: 1.9.18 +PackageLocale: zh-CN +Publisher: KuaiFan +PublisherUrl: https://www.dootask.com/ +PublisherSupportUrl: https://www.dootask.com/help/ +PrivacyUrl: https://www.dootask.com/zh/privacy +Author: 广西海豚有海信息科技有限公司 +PackageName: DooTask +PackageUrl: https://www.dootask.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/kuaifan/dootask/blob/HEAD/LICENSE +Copyright: Copyright © 2026 KuaiFan +ShortDescription: 轻量级任务管理工具 +Description: DooTask 是一款轻量级的开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时 IM,文件管理等工具。助力团队高效推进项目,让工作更简单。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: |- + Features + - 新增 WebDAV 文件访问:可在 Finder、资源管理器等客户端中管理「我的文件」和「共享文件」;管理员可控制使用范围,成员可单独创建、撤销和清理设备应用密码。 + - 文件页新增「协作文件」,集中查看会话、项目群聊和任务中的文件与图片,支持按来源、类型和发送人筛选;桌面客户端还可显示下载状态,并直接在本地文件夹中定位文件。 + - AI 助手新增悬浮按钮显示开关,可按当前设备隐藏浮球,同时保留快捷键和其他 AI 入口。 + - 系统设置重新整理分组与标签页,常用配置更容易查找;部门负责人视角默认开启,团队任务查看更方便。 + Bug Fixes + - 关闭注册后会同步隐藏登录页注册入口,并完善关闭状态提示和登录切换动画,避免用户进入不可用的注册流程。 + - 修复已失效成员导致群聊人数显示变化的问题。 + - 修复系统设置中列模板、任务优先级输入框可能被意外清空的问题,并改善编辑体验。 + - 修复协作文件筛选栏、列表内容及文件页部分操作在窄屏下溢出或对齐不整齐的问题。 + - 延长在线授权请求等待时间,降低网络较慢时的失败概率。 + - 修复项目目录和静态文件权限异常可能导致安装、构建或网页资源访问失败的问题。 + - 优化仪表盘警告提示、移动端角标的位置与显示效果。 + Performance + - 优化协作文件索引与缓存,减少重复加载,在文件较多时筛选和切换更流畅。 +ReleaseNotesUrl: https://github.com/kuaifan/dootask/blob/HEAD/CHANGELOG.md#1918 +PurchaseUrl: https://www.dootask.com/zh/price +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.yaml b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.yaml new file mode 100644 index 0000000000000..55ed12de9650d --- /dev/null +++ b/manifests/k/KuaiFan/DooTask/1.9.18/KuaiFan.DooTask.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: KuaiFan.DooTask +PackageVersion: 1.9.18 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.installer.yaml b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.installer.yaml new file mode 100644 index 0000000000000..9a0d1946d4b8c --- /dev/null +++ b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kuddev.Nebula +PackageVersion: 1.2.0 +InstallerType: inno +Scope: user +ProductCode: '{61022144-7D0A-4E54-94F2-C329A8F58656}_is1' +ReleaseDate: 2026-08-21 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Nebula Terminal' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kuddev/nebula/releases/download/v1.2.0/NebulaTerminal-1.2.0-windows-x64-setup.exe + InstallerSha256: FA5B184EA602CE1DDBBA2F3332AD84C75C31DF8D1738643937070D3E4D89EE72 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.locale.en-US.yaml b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.locale.en-US.yaml new file mode 100644 index 0000000000000..5dd226ff1f887 --- /dev/null +++ b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.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: Kuddev.Nebula +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: Kuddev +PublisherUrl: https://github.com/Kuddev +PublisherSupportUrl: https://github.com/Kuddev/nebula/issues +PackageName: Nebula Terminal +PackageUrl: https://github.com/Kuddev/nebula +License: GPL-3.0 +LicenseUrl: https://github.com/Kuddev/nebula/blob/HEAD/LICENSE +ShortDescription: A GPU-accelerated terminal for Windows that keeps your sessions alive. +Description: 'Nebula is a terminal emulator for Windows, built in Rust on a GPU-accelerated rendering core and designed around one idea: your terminal sessions are too valuable to die with a window. It pairs a tmux-style resident session model with a glass UI, an AI-CLI-aware sidebar, and a shell experience that works without extra setup.' +Tags: +- claude +- codex +- ssh +- terminal +ReleaseNotes: |- + Added + - Added horizontal title-bar tabs — Top mode supports selection, drag reordering, docking, splitting, and horizontal auto-scroll. Settings now lives in the three-dot menu, and the first tab aligns with the terminal/powerline edge; sidebar mode is unchanged. + - Added nebula ctl orchestrate and expanded Runtime control — Typed workflows, named agents, process/control-key commands, real exit status, and pane lifecycle events are now available. + - Added transactional managed-agent worktrees — Agent forks retain stable branch/path identity and only roll back resources after a confirmed failure. The Runtime schema, API documentation, and nebula-runtime Skill ship in both packages. + - Added SVN repository status and workflow support to the GPUI shell. + - Added SSH failure retry — Retry appears immediately left of Close only after failure and replaces only the failed pane in both shells. + Fixed + - Fixed second launches disappearing while Nebula was already running — The resident instance now creates and focuses the requested tab/window. Addresses #39. + - Fixed unmodified letters and Space bypassing the Windows text-input path, so Sogou and other IMEs can confirm composition. Addresses #43. + - Fixed WSL forcing Bash instead of honoring the guest account's default shell. Addresses #44. + - Fixed Ctrl+C Copy consuming the key without a selection and repeatedly copying stale selections. Addresses #48. + - Fixed legacy user@host:port SSH destinations failing the Windows ssh -G probe with error 11001; only the probe target is normalized to ssh://user@host:port. + - Fixed Codex Shift+Enter being treated as ordinary Enter by preserving the Win32 input record through ConPTY. + - Fixed terminal output stopping mid-frame until another key or resize event; pending PTY data now re-arms its read wakeup. + - Fixed runtime blur toggling, opacity-slider stalls, and windows remaining hidden after tray support was disabled. + - Fixed WSL cold-start/timeout failures appearing as empty folders, and restored Files-panel following across local, WSL, and SSH panes. + - Fixed PowerShell OSC/completion injection before the first prompt, regenerated shell completions, and synchronized installer and embedded EXE version metadata. + Improved + - Improved completion routing — Each local, WSL, or SSH pane now queries its own filesystem. + - Improved WSL file-tree refresh — Multiple roots use one guest find, with a realistic cold-start timeout and event-driven refreshes. + - Improved drag selection — The viewport now keeps scrolling when the pointer moves past the terminal's top or bottom edge. + - Improved Runtime transport/discovery and GPUI pane/window ownership. + - Improved mixed-DPI dragging, GPUI split-pane chrome, and title-bar integration. + - Improved shell-family injection for PowerShell, cmd, Nushell, and fallback shells; the injected fmt action was removed. +ReleaseNotesUrl: https://github.com/Kuddev/nebula/releases/tag/v1.2.0 +Documentations: +- DocumentLabel: Installation Guide + DocumentUrl: https://github.com/Kuddev/nebula/blob/main/INSTALL.md +- DocumentLabel: Lua Configuration + DocumentUrl: https://github.com/Kuddev/nebula/blob/main/docs/lua-configuration.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.locale.zh-CN.yaml b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd0915a9bc21c --- /dev/null +++ b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kuddev.Nebula +PackageVersion: 1.2.0 +PackageLocale: zh-CN +ShortDescription: 一款 GPU 加速的 Windows 终端:关闭窗口不杀会话,重新打开,你的 claude 对话原样回来。 +Description: Nebula 是一款 Windows 上的终端模拟器,以 Rust 编写,构建在 GPU 加速渲染内核之上,并围绕一个理念设计:终端会话太宝贵,不该随窗口一起消失。它把 tmux 式的常驻会话模型、玻璃质感界面、AI CLI 感知侧边栏和无需额外配置的 shell 体验组合在一起。 +Tags: +- claude +- codex +- ssh +- 终端 +ReleaseNotes: |- + 新增 + - 新增水平标题栏标签页 — 顶部模式支持选择、拖拽排序、停靠、分屏与水平自动滚动;设置入口收进三个点菜单,首个标签与终端/powerline 左边缘对齐,侧边栏模式不变。 + - 新增 nebula ctl orchestrate 并扩展 Runtime 控制 — 支持强类型工作流、命名 agent、进程/控制键命令、真实退出码与 pane 生命周期事件。 + - 新增事务式托管 agent worktree — agent fork 保留稳定的分支/路径身份,只在确认失败后回滚资源;两种安装包都附带 Runtime schema、API 文档与 nebula-runtime Skill。 + - 新增 GPUI 的 SVN 仓库状态与操作工作流。 + - 新增 SSH 失败重试 — 仅失败后在“关闭”左侧显示“重试”,两套界面都只原位替换失败的 pane。 + 修复 + - 修复 Nebula 已运行时第二次启动会消失的问题 — 驻留实例现在会创建并聚焦所需标签/窗口。对应 #39。 + - 修复普通字母与空格绕过 Windows text-input 路径的问题,搜狗等输入法可以正常确认组合文本。对应 #43。 + - 修复 WSL 强制使用 Bash、没有保留来宾账号默认 shell 的问题。对应 #44。 + - 修复无选区时 Ctrl+C 被复制动作吞掉,以及旧选区导致重复复制的问题。对应 #48。 + - 修复旧格式 user@host:port 让 Windows ssh -G 探测报 11001;只有探测目标会规范化为 ssh://user@host:port。 + - 修复 Codex 把 Shift+Enter 当作普通 Enter,ConPTY 现在会保留相应的 Win32 输入记录。 + - 修复终端输出停在半帧、必须再按键或缩放窗口才继续的问题;PTY 仍有数据时会重新注册读取唤醒。 + - 修复运行时模糊开关、不透明度滑块卡顿,以及关闭托盘后窗口仍保持隐藏的问题。 + - 修复 WSL 冷启动/超时被显示为空目录,并恢复 Files 面板对本地、WSL 与 SSH pane 的跟随。 + - 修复 PowerShell 在第一条提示符前缺少 OSC/补全注入的问题,并重新生成 shell 补全、同步安装器与 EXE 嵌入版本元数据。 + 改进 + - 改进补全路由 — 本地、WSL 与 SSH pane 会查询各自的文件系统。 + - 改进 WSL 文件树刷新 — 多个根目录合并为一次来宾 find,使用符合冷启动实际的超时与事件驱动刷新。 + - 改进拖拽选择 — 指针移出终端顶部或底部后,视口会继续滚动。 + - 改进 Runtime 传输/发现与 GPUI pane/window 所属关系。 + - 改进混合 DPI 拖动、GPUI 分屏边框与标题栏整合。 + - 改进 PowerShell、cmd、Nushell 与 fallback shell 的分类注入,并移除注入的 fmt 动作。 + The SSH retry and 11001 probe fixes do not resolve the open TUI/disconnect reports in #45 and #50. + SSH 重试与 11001 探测修复不代表已解决 #45 和 #50 的 TUI/断连问题。 +ReleaseNotesUrl: https://github.com/Kuddev/nebula/releases/tag/v1.2.0 +Documentations: +- DocumentLabel: 安装指南 + DocumentUrl: https://github.com/Kuddev/nebula/blob/main/INSTALL.md +- DocumentLabel: Lua 配置 + DocumentUrl: https://github.com/Kuddev/nebula/blob/main/docs/lua-configuration.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.yaml b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.yaml new file mode 100644 index 0000000000000..fc75e4dcaae46 --- /dev/null +++ b/manifests/k/Kuddev/Nebula/1.2.0/Kuddev.Nebula.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: Kuddev.Nebula +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.installer.yaml b/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.installer.yaml new file mode 100644 index 0000000000000..96f68daffe5bb --- /dev/null +++ b/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.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: khanhtd36.herdr-khanhtd36 +PackageVersion: 0.8.0-khanhtd36.1 +InstallerType: portable +Commands: +- herdr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/khanhtd36/herdr/releases/download/fork-v0.8.0-khanhtd36.1/herdr-windows-x86_64.exe + InstallerSha256: FF2CF488AD33F468B496E443C819359DF08895E4660A31F52CFD30705F5905F7 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-09 diff --git a/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.locale.en-US.yaml b/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.locale.en-US.yaml new file mode 100644 index 0000000000000..8e0d2faf827c6 --- /dev/null +++ b/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: khanhtd36.herdr-khanhtd36 +PackageVersion: 0.8.0-khanhtd36.1 +PackageLocale: en-US +Publisher: khanhtd36 +PublisherUrl: https://github.com/khanhtd36 +PublisherSupportUrl: https://github.com/khanhtd36/herdr/issues +Author: khanhtd36 +PackageName: herdr-khanhtd36 +PackageUrl: https://github.com/khanhtd36/herdr +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/khanhtd36/herdr/blob/master/LICENSE +Copyright: Copyright (c) herdr contributors +CopyrightUrl: https://github.com/khanhtd36/herdr/blob/master/LICENSE +ShortDescription: Minimized fork of herdr that can disable agent features +Description: Unofficial fork of herdr (https://github.com/ogulcancelik/herdr) maintained by khanhtd36. Not affiliated with or endorsed by the original project. herdr is a terminal-based agent multiplexer for AI coding agents. +Moniker: herdr-khanhtd36 +Tags: +- terminal +- tui +- ai +- agents +- multiplexer +- fork +ReleaseNotesUrl: https://github.com/khanhtd36/herdr/releases/tag/fork-v0.8.0-khanhtd36.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.yaml b/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.yaml new file mode 100644 index 0000000000000..eb0f44baa0d1c --- /dev/null +++ b/manifests/k/khanhtd36/herdr-khanhtd36/0.8.0-khanhtd36.1/khanhtd36.herdr-khanhtd36.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: khanhtd36.herdr-khanhtd36 +PackageVersion: 0.8.0-khanhtd36.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.installer.yaml b/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.installer.yaml new file mode 100644 index 0000000000000..fd4838758996b --- /dev/null +++ b/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.installer.yaml @@ -0,0 +1,23 @@ +# Created by Hython's Winget preparation script. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: kooyoseb.Hython +PackageVersion: 2.0.4 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kooyoseb/hython/releases/download/v2.0.4/Hython-2.0.4-x64.msi + InstallerSha256: E4F7CC5FD316BB09DC36F4CF4F94C196A4E1CD1E55AC8BC59C542ABDA5F82C40 + ProductCode: '{9AFF5A11-02A8-4D89-BC43-4601443AD037}' + AppsAndFeaturesEntries: + - DisplayName: Hython + Publisher: Kooyoseb + ProductCode: '{9AFF5A11-02A8-4D89-BC43-4601443AD037}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.locale.en-US.yaml b/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.locale.en-US.yaml new file mode 100644 index 0000000000000..6508433770c66 --- /dev/null +++ b/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created by Hython's Winget preparation script. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: kooyoseb.Hython +PackageVersion: 2.0.4 +PackageLocale: en-US +Publisher: Kooyoseb +PublisherUrl: https://github.com/kooyoseb +PublisherSupportUrl: https://github.com/kooyoseb/hython/issues +Author: Kooyoseb +PackageName: Hython +PackageUrl: https://github.com/kooyoseb/hython +License: MIT +LicenseUrl: https://github.com/kooyoseb/hython/blob/main/LICENSE +Copyright: Copyright (c) 2026 Kooyoseb and Hython contributors +ShortDescription: Python, pronounced in Hangul. +Description: Hython is a Korean-pronounced esoteric programming language with Python-compatible syntax, package support, an HBC compiler, and native Windows distribution. +Moniker: hython +Tags: +- compiler +- esoteric-language +- korean +- programming-language +- python +ReleaseNotesUrl: https://github.com/kooyoseb/hython/releases/tag/v2.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.yaml b/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.yaml new file mode 100644 index 0000000000000..9494da7b4167b --- /dev/null +++ b/manifests/k/kooyoseb/Hython/2.0.4/kooyoseb.Hython.yaml @@ -0,0 +1,7 @@ +# Created by Hython's Winget preparation script. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: kooyoseb.Hython +PackageVersion: 2.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.installer.yaml b/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.installer.yaml new file mode 100644 index 0000000000000..dbb3749781c38 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.29 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ch +- dat +- raw +- gcd +- run +- ms +- icp +- cgm +- db +- qgd +- spc +- sms +- wiff +- dfm +- prm +- mfg +- mfl +Installers: +- Architecture: x64 + InstallerUrl: https://products.lablicate.com/openchrom/1.6.29/OpenChrom_1.6.29_setup_x64.exe + InstallerSha256: 0d692f754813e0a9ecc9459cc9df0e0426fe26df5b70011b40affd4d6217569b +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.locale.en-US.yaml b/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.locale.en-US.yaml new file mode 100644 index 0000000000000..0db1b7c1a2a6a --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.29 +PackageLocale: en-US +Publisher: Lablicate GmbH +PublisherUrl: https://lablicate.com +PackageName: OpenChrom +PackageUrl: https://openchrom.net +License: EPL-2.0 +Copyright: Lablicate GmbH +ShortDescription: Open Source software for chromatography, spectrometry and spectroscopy +Tags: +- chemistry +- chromatography +- spectrometry +- spectroscopy +ReleaseNotesUrl: https://github.com/openchrom/openchrom/wiki/changelog#1.6.29 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.yaml b/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.yaml new file mode 100644 index 0000000000000..5bdaf8efebf8f --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.29/Lablicate.OpenChrom.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.installer.yaml b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.installer.yaml new file mode 100644 index 0000000000000..40c9f0b314d11 --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LadislavFoldyna.QLog +PackageVersion: 0.52.0-1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: install --confirm-command + SilentWithProgress: install --confirm-command + InstallLocation: --root "" +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: installInProgress +- InstallerReturnCode: 3 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-21 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.52.0/qlog-installer-0.52.0.exe + InstallerSha256: 22B5816B079B90CF23272499E1D991B0F74364ECECE3CA608046FA9BFA8090B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.locale.en-US.yaml b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.locale.en-US.yaml new file mode 100644 index 0000000000000..66261351cd00b --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.locale.en-US.yaml @@ -0,0 +1,91 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LadislavFoldyna.QLog +PackageVersion: 0.52.0-1 +PackageLocale: en-US +Publisher: OK1MLG +PublisherUrl: https://github.com/foldynl +PublisherSupportUrl: https://github.com/foldynl/QLog/issues +Author: Ladislav Foldyna +PackageName: QLog +PackageUrl: https://github.com/foldynl/QLog +License: GPL-3.0 +LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE +Copyright: |- + © 2019 Thomas Gatzweiler DL2lC + © 2021-2026 Ladislav Foldyna OK1MLG +ShortDescription: Amateur radio logbook software. +Description: |- + QLog is an Amateur Radio logging application for Linux, Windows. It is based on the Qt framework and uses SQLite as database backend. + QLogs aims to be as simple as possible, but to provide everything the operator expects from the log to be. This log is not currently focused on contests. +Tags: +- amateur-radio +- ham-radio +- radio +ReleaseNotes: |- + - [NEW] - QSL Printing - Added Custom Paper Size (issue #1089) + - [NEW] - FLDigi Logging - Added ADIF UDP logging method (issue #1113) + - [NEW] - Services - Added QSLInfo.de as the QSL Manager Service (PR #1116 @aa5sh @foldynl) + - [NEW] - Alerts - Added ability to clear selected alerts (PR #1104 @aa5sh) + - [NEW] - LoTW - Added an All Callsigns option (PR #1084 @aa5sh) + - [NEW] - LoTW/eQSL - Report reasons for unmatched QSOs + - [NEW] - Online Map - Added HeardMe Spot from PSKReporter and RBN (PR #1115 #1107 @aa5sh @foldynl) + - [NEW] - Online Map - WSJTX-CQ Added the second ring if SNR > -15dB + - [NEW] - Online Map - Added interactive antenna control; Target Antenna context menu + - [NEW] - Offline Map - Added zoom, panning, and QSO path fitting + - [NEW] - Settings - Antenna profile can be selected automatically by TX band (issue #392 #781) + - [NEW] - Settings - Antenna profile can have an Assigned Rotator + - [NEW] - Settings - Added an option to hide DXCC entity flags (issue #1129) + - [NEW] - Statistics - Added QSO histogram by operator callsign (PR #1127 @mc-doge666) + - [NEW] - Added direct labeling of QSL Sent QSO context menu (PR #1123 @mc-doge666) + - [NEW] - Contest - Added Flexible Exchange Linking + - [NEW] - Rotator Widget - Add persistent map navigation (zooming/moving) + - [CHANGED] - Online Map - Improve dark mode night-side visibility + - [CHANGED] - Online Map - Adapt antenna beam length to map context + - [CHANGED] - ADI/ADX Import - Added checks of enumerated values (issue #1117 PR #1119 @aa5sh) + - [CHANGED] - ADI/ADX Import - Warnings are displayed if an incorrect enum (issue #1117 PR #1119) + - [CHANGED] - Logging External QSO - Warn once per station context is different + - [CHANGED] - LoTW - Do not overwrite paper QSL received-via field + - [CHANGED] - LoTW - Resolve ambiguous QSL matches by exact time + - [CHANGED] - Activity Editor - Rotator Override takes priority over the antenna's Assigned Rotator + - [CHANGED] - Main Menu - Removed Equipment - Added Power On-Off buttons to corresponding widgets + - Fixed WAAC not connected to the Log (issue #1097) + - Fixed Rig Widget displays an incorrect Bandmap Guide Label (issue #1108) + - Fixed Cannot directly edit notes or multiline fields (issue #1111) + - Fixed LoTW - Merge QSL credits instead of overwriting them + - Fixed LoTW - Case-insensitive compare for SAT_NAME + - Fixed eQSL - Refresh AG status for redownloaded confirmations + - Fixed Rotator - Apply antenna azimuth offset consistently across drivers + - Fixed Offline Map Ant Path calculation + - Fixed Rotator Widget - Use circular distance for azimuth deadband + - Fixed QSL confirmation status is not displayed correctly in QSO Detail and tooltip (issue #1125) + - Fixed DXCC flag assignments and documented neutral handling of territorial disputes (issue #1129) + - Fixed EQSL abort crash (issue #1138 PR #1139 @aa5sh) + - Fixed serial parity configuration passed to rigctld + - Fixed Added more lighthouse suffixes LH, LS, LT + - Hamlib Share Rig - various fixes + - Omnirig - various fixes + - TCI - various fixes + - Flrig - various fixes + - Hamlib Rotaror - various fixes + - PSTRot - various fixes + - Rotator Widget - various fixes + Many thanks to all contributors. + Full Changelog: https://github.com/foldynl/QLog/compare/v0.51.1...v0.52.0 + Windows Libraries: + Qt 6.11.1 + hamlib 4.7.2 (Updated) + Timezone DB: 2026c (Updated) (https://github.com/evansiroky/timezone-boundary-builder/releases) + Binaries: + Windows: below + Fedora: below + Ubuntu: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) + Flatpak package is available via Flathub. The package contains built-in Trusted QSL. + MacOS DMG: https://github.com/aa5sh/QLog/releases +ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.52.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/foldynl/QLog/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.locale.zh-CN.yaml b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cffc567bdb3ba --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.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: LadislavFoldyna.QLog +PackageVersion: 0.52.0-1 +PackageLocale: zh-CN +ShortDescription: 业余无线电日志软件 +Description: |- + QLog 是一款适用于 Linux 和 Windows 的业余无线电日志应用程序。它基于 Qt 框架,使用 SQLite 作为数据库后台。 + QLogs 的目标是尽可能简单的同时提供操作员所期望的一切日志功能。该日志目前不专注于竞赛。 +Tags: +- 业余无线电 +- 无线电 +ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.52.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/foldynl/QLog/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.yaml b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.yaml new file mode 100644 index 0000000000000..f970be526e672 --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.52.0-1/LadislavFoldyna.QLog.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: LadislavFoldyna.QLog +PackageVersion: 0.52.0-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.installer.yaml b/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.installer.yaml new file mode 100644 index 0000000000000..5ef3018893c7f --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.13.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: libredb-studio.exe + PortableCommandAlias: libredb-studio +Commands: +- libredb-studio +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/libredb/libredb-studio/releases/download/0.13.0/libredb-studio-standalone-0.13.0-win32-x64.zip + InstallerSha256: 9E2027DB96B4F2F9770100669C88CE7715C8DFD4AD49E8916A642A42F66D5AD0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.locale.en-US.yaml b/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.locale.en-US.yaml new file mode 100644 index 0000000000000..adaeaa989eac3 --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: LibreDB +PublisherUrl: https://libredb.org +PublisherSupportUrl: https://github.com/libredb/libredb-studio/issues +PackageName: LibreDB Studio +PackageUrl: https://github.com/libredb/libredb-studio +License: MIT +LicenseUrl: https://github.com/libredb/libredb-studio/blob/main/LICENSE +Copyright: Copyright (c) 2025 LibreDB +ShortDescription: Web-based SQL IDE for PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and Redis with AI query assistance. +Description: |- + LibreDB Studio is an open-source, web-based SQL IDE for cloud-native teams. + It connects to PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and + Redis, and ships a Monaco-powered editor with AI query assistance, schema + browsing, ER diagrams, charts, and import/export tooling. This package + installs the standalone server with a bundled Node.js runtime; run + `libredb-studio` and open http://127.0.0.1:3000 - the first run prints + generated admin credentials to the terminal (zero-config bootstrap). +Moniker: libredb-studio +Tags: +- database +- db +- ide +- mongodb +- mysql +- oracle +- postgres +- postgresql +- redis +- sql +- sqlite +ReleaseNotesUrl: https://github.com/libredb/libredb-studio/releases/tag/0.13.0 +Documentations: +- DocumentLabel: Distribution & Install Guide + DocumentUrl: https://github.com/libredb/libredb-studio/blob/main/docs/DISTRIBUTION.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.yaml b/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.yaml new file mode 100644 index 0000000000000..82df0a63b6e4c --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.13.0/LibreDB.Studio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.installer.yaml similarity index 81% rename from manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.installer.yaml index 1df637bda5990..e9d52b0fdacb5 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.97 +PackageVersion: 1.3.98 InstallerType: exe Scope: machine InstallModes: @@ -17,10 +17,10 @@ Protocols: FileExtensions: - easyclaw ProductCode: easyclaw -ReleaseDate: 2026-08-19 +ReleaseDate: 2026-08-21 Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: 358242B4CC85D1DAA42EB2DC7C5378BD054A3BF93BAC0817F4622E4880B7935C + InstallerSha256: C5A7905EF73F754135F6E053BA57CEB1E3FC4CFD11E320B12D71BFE8F3F4BC3D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.locale.en-US.yaml index 16a8aae1abd1c..3068fe6dfe275 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.97 +PackageVersion: 1.3.98 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.locale.zh-CN.yaml index 71f1b15047b91..dbea29d60a182 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.97 +PackageVersion: 1.3.98 PackageLocale: zh-CN PublisherUrl: https://easyclaw.com/zh-cn PrivacyUrl: https://easyclaw.com/zh-cn/privacy diff --git a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.yaml index 3de024fff7852..0a2f2085ab4e4 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.97/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.98/Lingbao.EasyClaw.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.97 +PackageVersion: 1.3.98 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.installer.yaml b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.installer.yaml new file mode 100644 index 0000000000000..ba6656661848c --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Liquibase.Liquibase +PackageVersion: 5.0.4 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +ProductCode: 3799-9228-0984-2853 +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/liquibase/liquibase/releases/download/v5.0.4/liquibase-windows-x64-installer-5.0.4.exe + InstallerSha256: 6D113A119D1204966E5F73D385F1858EDD7321EC19E6D804ED44D64EA574739C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.locale.en-US.yaml b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.locale.en-US.yaml new file mode 100644 index 0000000000000..b45aadadc6651 --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Liquibase.Liquibase +PackageVersion: 5.0.4 +PackageLocale: en-US +Publisher: Liquibase +PublisherUrl: https://www.liquibase.com/ +PublisherSupportUrl: https://github.com/liquibase/liquibase/issues +PrivacyUrl: https://www.liquibase.com/privacy-policy +Author: Liquibase Inc. +PackageName: Liquibase +PackageUrl: https://www.liquibase.com/community +License: Apache-2.0 +LicenseUrl: https://github.com/liquibase/liquibase/blob/HEAD/LICENSE.txt +Copyright: Copyright 2026 Liquibase Inc. +CopyrightUrl: https://www.liquibase.com/terms-of-use +ShortDescription: Easiest, safest, and most powerful community-led database change management solution. +Description: |- + Liquibase helps millions of developers track, version, and deploy database schema changes. It will help you to: + - Control database schema changes for specific versions + - Eliminate errors and delays when releasing databases + - Automatically order scripts for deployment + - Easily rollback changes + - Collaborate with tools you already use +Tags: +- database +- db +ReleaseNotesUrl: https://github.com/liquibase/liquibase/releases/tag/v5.0.4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.liquibase.com/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/liquibase/liquibase/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.locale.zh-CN.yaml b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.locale.zh-CN.yaml new file mode 100644 index 0000000000000..45c3cccfbb135 --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Liquibase.Liquibase +PackageVersion: 5.0.4 +PackageLocale: zh-CN +Publisher: Liquibase +PackageName: Liquibase +ShortDescription: 最简单、最安全、最强大的社区主导数据库变更管理解决方案。 +Description: |- + Liquibase 帮助数以百万计的开发人员跟踪、版本和部署数据库模式变更。它能帮你 + - 控制特定版本的数据库模式变更 + - 在发布数据库时消除错误和延迟 + - 为部署脚本自动排序 + - 轻松回滚更改 + - 与正在使用的工具协作 +Tags: +- 数据库 +ReleaseNotesUrl: https://github.com/liquibase/liquibase/releases/tag/v5.0.4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.liquibase.com/ +- DocumentLabel: 维基 + DocumentUrl: https://github.com/liquibase/liquibase/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.yaml b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.yaml new file mode 100644 index 0000000000000..99299ae792235 --- /dev/null +++ b/manifests/l/Liquibase/Liquibase/5.0.4/Liquibase.Liquibase.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: Liquibase.Liquibase +PackageVersion: 5.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..3bdce7ac4c4df --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.139 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.139/CLIProxyAPI_7.2.139_windows_amd64.zip + InstallerSha256: E35A473DB154D32358D5A4127C8DF2E75F9A1A3A7E2D2C334942363AB91D263E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..3fb3022ec2615 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.139 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - feat(models): add Gemini 3.7 Flash model registrations to model registry (85e7add6) + - feat(auth): add credential retry round contract (601ca430) + - feat(auth): add retry round credential filtering (0a14eb70) + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.138...v7.2.139 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.139 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fa61cde663258 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.139 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..aa6b5750b7707 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.139/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.139 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.30/loonghao.vx.installer.yaml b/manifests/l/loonghao/vx/0.9.30/loonghao.vx.installer.yaml new file mode 100644 index 0000000000000..0bb935d2bdf14 --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.30/loonghao.vx.installer.yaml @@ -0,0 +1,25 @@ +# 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: loonghao.vx +PackageVersion: 0.9.30 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vx.exe + PortableCommandAlias: vx +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/loonghao/vx/releases/download/v0.9.30/vx-x86_64-pc-windows-msvc.zip + InstallerSha256: CC40D6981F0B1363AD518C997A476795BAE4CAA0C5721B7AF7FB3255AF77FB25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.30/loonghao.vx.locale.en-US.yaml b/manifests/l/loonghao/vx/0.9.30/loonghao.vx.locale.en-US.yaml new file mode 100644 index 0000000000000..36103d234bf68 --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.30/loonghao.vx.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: loonghao.vx +PackageVersion: 0.9.30 +PackageLocale: en-US +Publisher: loonghao +PublisherUrl: https://github.com/loonghao +PublisherSupportUrl: https://github.com/loonghao/vx/issues +PackageName: vx +PackageUrl: https://github.com/loonghao/vx +License: MIT +LicenseUrl: https://github.com/loonghao/vx/blob/HEAD/LICENSE +ShortDescription: Universal Development Tool Manager +Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest. +Tags: +- cli +- development +- go +- nodejs +- python +- rust +- tool-manager +- version-manager +ReleaseNotes: |- + 0.9.30 (2026-08-17) + Bug Fixes + - repair Scoop publishing for vx releases (2ac9a1e) +ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/v0.9.30 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.30/loonghao.vx.yaml b/manifests/l/loonghao/vx/0.9.30/loonghao.vx.yaml new file mode 100644 index 0000000000000..79c90e8a3bdda --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.30/loonghao.vx.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: loonghao.vx +PackageVersion: 0.9.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.installer.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.installer.yaml new file mode 100644 index 0000000000000..b410704928dbe --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.16.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: MAA.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v6.16.7/MAA-v6.16.7-win-x64.zip + InstallerSha256: 120F66CC4E7C1ACF87140D9FCE10EE78F8AC583BF862BB66D5A541C9517B7989 +- Architecture: arm64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v6.16.7/MAA-v6.16.7-win-arm64.zip + InstallerSha256: 4D98D9629F5EC138BE836ACC4A08883064643DF4BEB892D3D26457C91A29D0F9 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-10 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml new file mode 100644 index 0000000000000..944f72eb0841b --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.16.7 +PackageLocale: en-US +Publisher: MaaAssistantArknights +PublisherUrl: https://github.com/MaaAssistantArknights +PublisherSupportUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues +Author: MAA Team +PackageName: MAA Assistant Arknights +PackageUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights +License: AGPL-3.0 +LicenseUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/blob/HEAD/LICENSE +ShortDescription: 《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. +Description: MAA means MAA Assistant Arknights. An Arknights assistant. Based on image recognition, helps you to complete daily quests efficiently! +Moniker: maa +Tags: +- arknights +- assistant +- gacha +- maa +- utility +ReleaseNotesUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/tag/v6.16.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.yaml new file mode 100644 index 0000000000000..4a8b33f2065e4 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.16.7/MaaAssistantArknights.MaaAssistantArknights.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.16.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.installer.yaml b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.installer.yaml new file mode 100644 index 0000000000000..481f49c078ae4 --- /dev/null +++ b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.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: Malwarebytes.Malwarebytes +PackageVersion: 5.6.5.306 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /NORESTART + SilentWithProgress: /VERYSILENT /NORESTART + InstallLocation: /INSTALLDIR "" +UpgradeBehavior: install +Protocols: +- malwarebytes +ProductCode: '{35065F43-4BB2-439A-BFF7-0F1014F2E0CD}_is1' +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x86 + InstallerUrl: https://data-cdn.mbamupdates.com/web/mb5-setup-consumer/offline/mb5-setup-consumer-5.6.5.306-163.0.5714-1.0.113552.exe + InstallerSha256: 793D4F6D3DF7193F975A5EDB41F20FDCB5F35BD8D2F5B317CA424CD94289224A +- Architecture: x64 + InstallerUrl: https://data-cdn.mbamupdates.com/web/mb5-setup-consumer/offline/mb5-setup-consumer-5.6.5.306-163.0.5714-1.0.113552.exe + InstallerSha256: 793D4F6D3DF7193F975A5EDB41F20FDCB5F35BD8D2F5B317CA424CD94289224A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.locale.en-US.yaml b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.locale.en-US.yaml new file mode 100644 index 0000000000000..5313f78db1790 --- /dev/null +++ b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Malwarebytes.Malwarebytes +PackageVersion: 5.6.5.306 +PackageLocale: en-US +Publisher: Malwarebytes +PublisherUrl: https://www.malwarebytes.com/ +PublisherSupportUrl: https://support.malwarebytes.com/ +PrivacyUrl: https://www.malwarebytes.com/legal/privacy-policy +Author: Malwarebytes Inc. +PackageName: Malwarebytes +PackageUrl: https://www.malwarebytes.com/mwb-download +License: Proprietary +LicenseUrl: https://www.malwarebytes.com/eula +Copyright: © Malwarebytes. All rights reserved. +ShortDescription: Cyber Security Software and Anti-Malware +Description: Malwarebytes protects you against malware, ransomware, malicious websites, and other advanced online threats. +Moniker: malwarebytes +Tags: +- anti-malware +- anti-virus +- antimalware +- antithreat +- antivirus +- protection +- security +PurchaseUrl: https://www.malwarebytes.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.locale.zh-CN.yaml b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.locale.zh-CN.yaml new file mode 100644 index 0000000000000..982de786b4b7c --- /dev/null +++ b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Malwarebytes.Malwarebytes +PackageVersion: 5.6.5.306 +PackageLocale: zh-CN +Publisher: Malwarebytes +PublisherUrl: https://www.malwarebytes.com/ +PublisherSupportUrl: https://support.malwarebytes.com/ +PrivacyUrl: https://www.malwarebytes.com/legal/privacy-policy +Author: Malwarebytes Inc. +PackageName: Malwarebytes +PackageUrl: https://www.malwarebytes.com/mwb-download +License: 专有软件 +LicenseUrl: https://www.malwarebytes.com/eula +Copyright: © Malwarebytes. All rights reserved. +ShortDescription: 网络安全软件和反恶意软件 +Description: Malwarebytes 可保护您免受恶意软件、勒索软件、恶意网站和其它高级在线威胁的侵害。 +Tags: +- 保护 +- 反病毒 +- 安全 +- 杀毒 +PurchaseUrl: https://www.malwarebytes.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.yaml b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.yaml new file mode 100644 index 0000000000000..3c743bf75d79d --- /dev/null +++ b/manifests/m/Malwarebytes/Malwarebytes/5.6.5.306/Malwarebytes.Malwarebytes.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: Malwarebytes.Malwarebytes +PackageVersion: 5.6.5.306 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.installer.yaml b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.installer.yaml new file mode 100644 index 0000000000000..8aad686ac798e --- /dev/null +++ b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: MarceloLvCabral.BrightScriptEmulator +PackageVersion: 2.5.0 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: "{E69D4CB2-9611-5C63-AD1A-C28C6ED57B4F}" +ReleaseDate: 2026-08-20 +AppsAndFeaturesEntries: +- DisplayName: BrightScript Simulator 2.5.0 + ProductCode: "{E69D4CB2-9611-5C63-AD1A-C28C6ED57B4F}" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lvcabral/brs-desktop/releases/download/v2.5.0/brs-desktop-2.5.0-windows.exe + InstallerSha256: B88C5189189B2DA3AAEF1BF4FEC822B4FE2C795750DCF632FA7295BD6ACB999B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.locale.en-US.yaml b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.locale.en-US.yaml new file mode 100644 index 0000000000000..f86977c24cbe5 --- /dev/null +++ b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: MarceloLvCabral.BrightScriptEmulator +PackageVersion: 2.5.0 +PackageLocale: en-US +Publisher: Marcelo Lv Cabral +PublisherUrl: https://github.com/lvcabral +PublisherSupportUrl: https://github.com/lvcabral/brs-desktop/issues +PackageName: BrightScript Emulator +PackageUrl: https://github.com/lvcabral/brs-desktop +License: MIT +LicenseUrl: https://github.com/lvcabral/brs-desktop/blob/master/LICENSE +Copyright: Copyright © 2021 Marcelo Lv Cabral +ShortDescription: Desktop Emulator for Roku 2D API +Tags: +- desktop +- electron-app +- emulator +- roku +- roku-development +- simulator +ReleaseNotes: "This release replaces the **Home app** by a new SceneGraph-based one, with support for removing sideloaded packages and jumping straight to a settings section. Roku peer device discovery results are now cached to disk so the peer menu is populated immediately on startup instead of waiting for a fresh network scan, and the **Deploy to Peer Roku** menu label now shows the discovered device's friendly name. The editor also gains a configurable console log level. Bumped `brs-engine` to v2.5.1 and `brs-scenegraph` to v0.5.1, bringing MPEG-DASH streaming support, an `hls.js` upgrade, and spec-compliant `AnimatedImage`/`roAnimatedImage`. Electron is also upgraded from v39 to v43, closing a security-patch gap.\r\n\r\nSee the **BrightScript Simulation Engine** v2.5.1 [full changelog](https://github.com/lvcabral/brs-engine/releases/) for all the language and framework features and improvements.\r\n\r\n### New Features\r\n\r\n• Replaced the Home app by a new SceneGraph based, with new features for removing recent/sideloaded apps from the grid and opening a specific settings sections by @lvcabral in #336\r\n• Added persistence for Roku device discovery results and a dynamic peer Roku menu label showing the discovered device's name by @lvcabral in #335\r\n• Added a configurable console log level to the editor settings by @lvcabral in #334\r\n\r\n### Maintenance\r\n\r\n• Upgraded Electron from v39 to v43 by @lvcabral\r\n • App windows now load from a privileged `app://` scheme instead of `file://` (`src/helpers/protocol.js`), since Electron 43 stopped granting `crossOriginIsolated` to `file://` documents ([electron/electron#50789](https://github.com/electron/electron/pull/50789)), which `brs-engine`'s worker needs for `SharedArrayBuffer`\r\n • Restored CORS-free cross-origin fetches for channel content, which `file://` provided for free but a real origin like `app://` does not\r\n • Home app recent-apps icons now serve from `app://` too, cached under a dedicated `icons/` subdirectory of `userData` rather than its root (so the rest of `userData`, including `brs-settings.json`, isn't reachable from the app windows), with a matching fix in the `brs-home.zip` app so its icon loading recognizes the new scheme. Icons cached by earlier versions are moved into the new location automatically on first launch\r\n • `toastify-js` is now copied into the build output instead of referenced via `../node_modules/...`, which only worked under `file://`\r\n • The `file://` → `app://` change also moves `localStorage` to a new origin, which would otherwise orphan the editor's saved code snippets and `brs-engine`'s per-channel registry values from before the upgrade. These are now migrated automatically on first launch of the new version\r\n • Preserved the app's square frameless window look on Linux, where v43 defaults frameless windows to rounded corners\r\n\r\n### Documentation\r\n\r\n• Documented the Debug Server command set and updated the VS Code integration guide to drop the retired `rendezvousTracking` launch config option by @lvcabral in #333\r\n\r\n### Dependency Bumps\r\n\r\n• Bump `brs-engine` from 2.4.0 to 2.5.1 by @lvcabral\r\n• Bump `brs-scenegraph` from 0.4.0 to 0.5.0 by @lvcabral\r\n• Bump `electron` from 39.2.7 to 43.4.0 by @lvcabral\r\n\r\n**Full Changelog**:https://github.com/lvcabral/brs-desktop/compare/v2.4.0...v2.5.0" +ReleaseNotesUrl: https://github.com/lvcabral/brs-desktop/releases/tag/v2.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.yaml b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.yaml new file mode 100644 index 0000000000000..1996ef52c75e2 --- /dev/null +++ b/manifests/m/MarceloLvCabral/BrightScriptEmulator/2.5.0/MarceloLvCabral.BrightScriptEmulator.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: MarceloLvCabral.BrightScriptEmulator +PackageVersion: 2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.installer.yaml b/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.installer.yaml new file mode 100644 index 0000000000000..b4278ca8c4d8a --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.9.94 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/markolo10/convo-releases/releases/download/v1.9.94/convo-setup.exe + InstallerSha256: AC33195ED487D6DEB7B6AA6BC81B80B27E7B5FC034CDAE12A1A6F23E3653B0AA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-20 diff --git a/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.locale.en-US.yaml b/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.locale.en-US.yaml new file mode 100644 index 0000000000000..1cb40f5baae4f --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.9.94 +PackageLocale: en-US +Publisher: Markus Kellermann +PublisherUrl: https://itsconvo.com +PublisherSupportUrl: https://github.com/markolo10/convo-releases/issues +PackageName: Convo +PackageUrl: https://itsconvo.com +License: Proprietary +LicenseUrl: https://itsconvo.com/terms +ShortDescription: AI-powered conversation and meeting assistant +Tags: +- ai +- meeting +- productivity +- conversation +- assistant +ReleaseNotesUrl: https://github.com/markolo10/convo-releases/releases/tag/v1.9.94 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/markolo10/convo-releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.yaml b/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.yaml new file mode 100644 index 0000000000000..67add091e9629 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.9.94/MarkusKellermann.Convo.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: MarkusKellermann.Convo +PackageVersion: 1.9.94 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.installer.yaml b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.installer.yaml new file mode 100644 index 0000000000000..57268c75eab1e --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MayDay.SnowApp +PackageVersion: 0.2.10 +InstallerType: nullsoft +ProductCode: 93d8ffac-9b72-5a71-bb24-eb58c0fee1af +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/MayDay-wpf/snow-app/releases/download/v0.2.10/Snow-App-Setup-0.2.10.exe + InstallerSha256: DBFE206A8EC877FCD682E7A4AB4E1C212CC6D0A78A1145641E9AB5B7748C7A61 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/MayDay-wpf/snow-app/releases/download/v0.2.10/Snow-App-Setup-0.2.10.exe + InstallerSha256: DBFE206A8EC877FCD682E7A4AB4E1C212CC6D0A78A1145641E9AB5B7748C7A61 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.locale.en-US.yaml b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.locale.en-US.yaml new file mode 100644 index 0000000000000..9e77df6231dda --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.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: MayDay.SnowApp +PackageVersion: 0.2.10 +PackageLocale: en-US +Publisher: MayDay +PublisherUrl: https://github.com/MayDay-wpf +PublisherSupportUrl: https://github.com/MayDay-wpf/snow-app/issues +PackageName: Snow App +PackageUrl: https://github.com/MayDay-wpf/snow-app +License: MIT +LicenseUrl: https://github.com/MayDay-wpf/snow-app/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 MayMay +ShortDescription: Developer-focused desktop workspace that integrates AI chat, terminal emulation, SSH remote management, Git tooling, and a built-in browser panel. +Description: Snow App is a developer-focused desktop application that integrates AI-powered chat, terminal emulation, SSH remote management, Git tooling, and a built-in browser panel into a single unified workspace. It leverages a Rust native module for performance-critical operations such as SQLite storage, AI streaming, file watching, and HTTP requests. Additional capabilities include MCP support, AI image generation, a skills system, hooks, sub-agents, codebase semantic search, and AI-driven terminal sessions. +Tags: +- ai +- chat +- codex +- git +- mcp +- ssh +- terminal +ReleaseNotesUrl: https://github.com/MayDay-wpf/snow-app/releases/tag/v0.2.3 +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/en/1-getting-started.md +- DocumentLabel: Documentation + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.locale.zh-CN.yaml b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..701b518704fe8 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MayDay.SnowApp +PackageVersion: 0.2.10 +PackageLocale: zh-CN +Copyright: 版权所有 (c) 2026 MayMay +ShortDescription: 面向开发者的桌面应用,将 AI 对话、终端模拟、SSH 远程管理、Git 工具和内置浏览器面板整合到统一的工作空间中。 +Description: Snow App 是一款面向开发者的桌面应用,将 AI 对话、终端模拟、SSH 远程管理、Git 工具和内置浏览器面板整合到统一的工作空间中。它通过 Rust 原生模块处理性能关键型操作,包括 SQLite 存储、AI 流式传输、文件监控和 HTTP 请求。此外还支持 MCP 集成、AI 图像生成、技能系统、Hooks、子代理、代码库语义搜索与 AI 驱动的终端会话。 +Tags: +- ai +- codex +- git +- mcp +- ssh +- 终端 +- 聊天 +ReleaseNotes: |- + 新功能 + - 分支会话:侧边栏会话菜单新增「分支」入口,无需打开会话即可将整个会话复制为新分支。 + - 运行摘要栏:新增会话运行摘要栏,展示持久化的累计 token 与时长统计。 + - 全局免审批工具:支持配置全局无审批工具,并与项目级授权合并生效。 + - 编辑自动格式化:文件编辑后可选自动以 Prettier 格式化,可在设置中开关。 + 改进 + - 无操作编辑检测:检测内容无实际变化的编辑请求,跳过无意义的写入。 + - 模型选择器键盘导航:模型选择器支持键盘操作导航。 + - 压缩恢复保留任务消息:上下文压缩恢复后,用户任务消息得以保留。 + 修复 + - 并发锁误报:分支会话事务改用 BEGIN IMMEDIATE,修复并发写入时 SQLITE_BUSY_SNAPSHOT 被误报为数据库锁定的问题。 +ReleaseNotesUrl: https://github.com/MayDay-wpf/snow-app/blob/HEAD/RELEASE_NOTES_ZH.md#v0210 +Documentations: +- DocumentLabel: 快速开始 + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/zh-CN/1-快速开始.md +- DocumentLabel: 文档 + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/README.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.yaml b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.yaml new file mode 100644 index 0000000000000..2a35d69eb36db --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.10/MayDay.SnowApp.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: MayDay.SnowApp +PackageVersion: 0.2.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.installer.yaml b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.installer.yaml new file mode 100644 index 0000000000000..7edff81d01913 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MayDay.SnowApp +PackageVersion: 0.2.11 +InstallerType: nullsoft +ProductCode: 93d8ffac-9b72-5a71-bb24-eb58c0fee1af +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/MayDay-wpf/snow-app/releases/download/v0.2.11/Snow-App-Setup-0.2.11.exe + InstallerSha256: 5A30C6D8F2DFCAB21A0A8A3E1AC673CBDE2A02D83ED7080F70CB945BC6F13DDA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/MayDay-wpf/snow-app/releases/download/v0.2.11/Snow-App-Setup-0.2.11.exe + InstallerSha256: 5A30C6D8F2DFCAB21A0A8A3E1AC673CBDE2A02D83ED7080F70CB945BC6F13DDA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.locale.en-US.yaml b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.locale.en-US.yaml new file mode 100644 index 0000000000000..a655fcaa848b5 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.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: MayDay.SnowApp +PackageVersion: 0.2.11 +PackageLocale: en-US +Publisher: MayDay +PublisherUrl: https://github.com/MayDay-wpf +PublisherSupportUrl: https://github.com/MayDay-wpf/snow-app/issues +PackageName: Snow App +PackageUrl: https://github.com/MayDay-wpf/snow-app +License: MIT +LicenseUrl: https://github.com/MayDay-wpf/snow-app/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 MayMay +ShortDescription: Developer-focused desktop workspace that integrates AI chat, terminal emulation, SSH remote management, Git tooling, and a built-in browser panel. +Description: Snow App is a developer-focused desktop application that integrates AI-powered chat, terminal emulation, SSH remote management, Git tooling, and a built-in browser panel into a single unified workspace. It leverages a Rust native module for performance-critical operations such as SQLite storage, AI streaming, file watching, and HTTP requests. Additional capabilities include MCP support, AI image generation, a skills system, hooks, sub-agents, codebase semantic search, and AI-driven terminal sessions. +Tags: +- ai +- chat +- codex +- git +- mcp +- ssh +- terminal +ReleaseNotesUrl: https://github.com/MayDay-wpf/snow-app/releases/tag/v0.2.3 +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/en/1-getting-started.md +- DocumentLabel: Documentation + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.locale.zh-CN.yaml b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f0df08f58884 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MayDay.SnowApp +PackageVersion: 0.2.11 +PackageLocale: zh-CN +Copyright: 版权所有 (c) 2026 MayMay +ShortDescription: 面向开发者的桌面应用,将 AI 对话、终端模拟、SSH 远程管理、Git 工具和内置浏览器面板整合到统一的工作空间中。 +Description: Snow App 是一款面向开发者的桌面应用,将 AI 对话、终端模拟、SSH 远程管理、Git 工具和内置浏览器面板整合到统一的工作空间中。它通过 Rust 原生模块处理性能关键型操作,包括 SQLite 存储、AI 流式传输、文件监控和 HTTP 请求。此外还支持 MCP 集成、AI 图像生成、技能系统、Hooks、子代理、代码库语义搜索与 AI 驱动的终端会话。 +Tags: +- ai +- codex +- git +- mcp +- ssh +- 终端 +- 聊天 +ReleaseNotes: |- + 修复 + - 子代理会话查询修复:子代理会话列表查询(list_sub_agent_conversations / list_sub_agent_conversations_by_parents)缺少 v0.2.10 新增的运行 token 统计列,导致行映射器越界读取、查询直接失败。现已补上缺失的 run_input_tokens、run_output_tokens、run_cache_creation_input_tokens、run_cache_read_input_tokens、last_run_duration_ms 五列,子代理会话列表恢复正常并携带运行统计。 +ReleaseNotesUrl: https://github.com/MayDay-wpf/snow-app/blob/HEAD/RELEASE_NOTES_ZH.md#v0211 +Documentations: +- DocumentLabel: 快速开始 + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/zh-CN/1-快速开始.md +- DocumentLabel: 文档 + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/README.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.yaml b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.yaml new file mode 100644 index 0000000000000..fc0b9a36274d3 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.11/MayDay.SnowApp.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: MayDay.SnowApp +PackageVersion: 0.2.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.installer.yaml b/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.installer.yaml new file mode 100644 index 0000000000000..f9a91be38f7bd --- /dev/null +++ b/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MeetWave.MeetWave +PackageVersion: 1.17.5 +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ProductCode: 21c20d55-0d3b-5fe9-bfa7-aa375691ff83 +AppsAndFeaturesEntries: +- DisplayName: MeetWave 1.17.5 + InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://dl.meetwave.io/release/1.17.5/files/MeetWave-Setup-1.17.5.exe + InstallerSha256: 1E96DF4CAAC6CC14C69D3F7C242491C613D427B377B4AFEA7605DE9F05E863CB +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-11 diff --git a/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.locale.en-US.yaml b/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.locale.en-US.yaml new file mode 100644 index 0000000000000..56c583277b4c6 --- /dev/null +++ b/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MeetWave.MeetWave +PackageVersion: 1.17.5 +PackageLocale: en-US +Publisher: MeetWave +PublisherUrl: https://meetwave.io +PublisherSupportUrl: https://meetwave.io +PrivacyUrl: https://meetwave.io/privacy +PackageName: MeetWave +PackageUrl: https://meetwave.io +License: Freemium +LicenseUrl: https://meetwave.io/terms +Copyright: Copyright © 2026 MeetWave +ShortDescription: AI meeting notetaker that records system audio without a bot joining your call. +Description: |- + MeetWave turns your meetings into notes, summaries and action items automatically. + Unlike other AI meeting tools, MeetWave does not send a bot to join your call — it + records system audio and microphone locally on your PC, transcribes the conversation + with Whisper and generates AI summaries with action items. Works with Zoom, Microsoft + Teams, Google Meet and any other meeting app. Recording is always user-initiated and + your data stays under your control. +Moniker: meetwave +Tags: +- ai +- meeting-notes +- meetings +- notetaker +- productivity +- recorder +- speech-to-text +- summary +- transcription +- whisper +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.yaml b/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.yaml new file mode 100644 index 0000000000000..dac33f4eae86e --- /dev/null +++ b/manifests/m/MeetWave/MeetWave/1.17.5/MeetWave.MeetWave.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MeetWave.MeetWave +PackageVersion: 1.17.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.installer.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.installer.yaml similarity index 84% rename from manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.installer.yaml rename to manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.installer.yaml index b3b410bd0a266..52be9c1f67b98 100644 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.installer.yaml +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22494 +PackageVersion: 11.31.22507 InstallerType: exe Scope: user InstallModes: @@ -15,12 +15,12 @@ InstallerSwitches: Log: --log "" UpgradeBehavior: install ProductCode: MicrosoftAdvertisingEditor -ReleaseDate: 2026-08-20 +ReleaseDate: 2026-08-21 InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\MicrosoftAdvertisingEditor' Installers: - Architecture: x64 InstallerUrl: https://prod.editor.ads.microsoft.com/download/production-pc/c/MicrosoftAdvertisingEditor.exe - InstallerSha256: BD017252A6F11CFCA4DB304B3988F382D454FD627DFDEC7AB38B3D7486A9B25A + InstallerSha256: 9E45ABDC14DD7081950B407EC58660C6AE5B8FEFCF082D696D8DFD7FE5F78684 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.locale.en-US.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.locale.en-US.yaml similarity index 96% rename from manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.locale.en-US.yaml rename to manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.locale.en-US.yaml index 5cd7c308ec1bb..dbea5d6e6a9a7 100644 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.locale.en-US.yaml +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22494 +PackageVersion: 11.31.22507 PackageLocale: en-US Publisher: Microsoft Corporation PublisherUrl: https://www.microsoft.com/ diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.yaml similarity index 89% rename from manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.yaml rename to manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.yaml index 05a4519a388cc..8d3e9f3071306 100644 --- a/manifests/m/Microsoft/AdvertisingEditor/11.31.22494/Microsoft.AdvertisingEditor.yaml +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.22507/Microsoft.AdvertisingEditor.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Microsoft.AdvertisingEditor -PackageVersion: 11.31.22494 +PackageVersion: 11.31.22507 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.installer.yaml b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.installer.yaml new file mode 100644 index 0000000000000..d7fe6d0299d99 --- /dev/null +++ b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.installer.yaml @@ -0,0 +1,50 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 151.0.4129.101 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- msedge +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x86 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/8ec6e43b-be55-4fcb-b3ec-0e4eed142103/MicrosoftEdgeEnterpriseX86.msi + InstallerSha256: 8CE9E6C9A50257A18B2664E3CE25A1A1B4A91AF3B86F350EA8F9B449E49F0022 + ProductCode: '{0A5E5815-1672-3C12-913C-06E2A8D02EB4}' + AppsAndFeaturesEntries: + - ProductCode: '{0A5E5815-1672-3C12-913C-06E2A8D02EB4}' + UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +- Architecture: x64 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/d209ad46-3748-45ee-9a0f-826275ced29c/MicrosoftEdgeEnterpriseX64.msi + InstallerSha256: 46DCCCEE1669F746DD527561CBD25E5B049333117A6996BA0ED9C14275656CEF + ProductCode: '{6D0A8392-9583-328D-AE7C-2918A7B3C11E}' + AppsAndFeaturesEntries: + - ProductCode: '{6D0A8392-9583-328D-AE7C-2918A7B3C11E}' + UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +- Architecture: arm64 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/be0fd82c-0c84-4049-bd0c-7796f850e3c6/MicrosoftEdgeEnterpriseARM64.msi + InstallerSha256: 5B9A14A35D7602A4E1E45A50EA8ED8DD0A1EE7A5F9D1628D7EFB932EE2D4FA49 + ProductCode: '{8E24EAED-78C4-31D2-BB54-3E843E910581}' + AppsAndFeaturesEntries: + - ProductCode: '{8E24EAED-78C4-31D2-BB54-3E843E910581}' + UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.locale.en-US.yaml b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.locale.en-US.yaml new file mode 100644 index 0000000000000..11d1999ad3697 --- /dev/null +++ b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 151.0.4129.101 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/en-US +PublisherSupportUrl: https://support.microsoft.com/en-us/microsoft-edge +PrivacyUrl: https://privacy.microsoft.com/en-US/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge +PackageUrl: https://www.microsoft.com/en-us/edge +License: Microsoft Software License +LicenseUrl: https://www.microsoft.com/en-us/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/servicesagreement +ShortDescription: World-class performance with more privacy, more productivity, and more value while you browse. +Moniker: microsoft-edge +Tags: +- blink +- browser +- chromium +- edge +- manifestv3 +- mv3 +- web +- web-browser +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.locale.nb-NO.yaml b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.locale.nb-NO.yaml new file mode 100644 index 0000000000000..4fca842db58a9 --- /dev/null +++ b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.locale.nb-NO.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 151.0.4129.101 +PackageLocale: nb-NO +Publisher: Microsoft Corporation +PublisherSupportUrl: https://support.microsoft.com/nb-NO/microsoft-edge +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge +PackageUrl: https://www.microsoft.com/nb-no/edge +License: Microsoft Software License +LicenseUrl: https://www.microsoft.com/nb-NO/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/nb-NO/servicesagreement +ShortDescription: Ytelse i verdensklasse med mer privatliv, mer produktivitet og mer verdi mens du surfer. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.yaml b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.yaml new file mode 100644 index 0000000000000..50ead3f821432 --- /dev/null +++ b/manifests/m/Microsoft/Edge/151.0.4129.101/Microsoft.Edge.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: Microsoft.Edge +PackageVersion: 151.0.4129.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.installer.yaml b/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.installer.yaml new file mode 100644 index 0000000000000..b76ec0bae15eb --- /dev/null +++ b/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Microsoft.Edge.Dev +PackageVersion: 152.0.4167.0 +InstallerLocale: en-US +MinimumOSVersion: 10.0.17763.0 +InstallerType: msi +Scope: machine +Installers: + - Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/12ed9c22-7a8e-4d96-9dcf-ef1f85d062a9/MicrosoftEdgeDevEnterpriseX64.msi + InstallerSha256: 066FED9BEEE02D8818BA65C25727380E2A6AF25E9FBA2035F4A12E30E972A6AC + - Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/12ed9c22-7a8e-4d96-9dcf-ef1f85d062a9/MicrosoftEdgeDevEnterpriseX86.msi + InstallerSha256: 5A7A485E1690DEAB1ACAF4FB82A7CA1A66BE8D200ECB3A94D64B5997B953241B + - Architecture: arm64 + InstallerUrl: https://download.microsoft.com/download/12ed9c22-7a8e-4d96-9dcf-ef1f85d062a9/MicrosoftEdgeDevEnterpriseARM64.msi + InstallerSha256: 4826BE80F31AD54670030A00BEEAC4F2F09A5CBF8BF0E2580167A871CBAD693A +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.locale.en-US.yaml b/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.locale.en-US.yaml new file mode 100644 index 0000000000000..612bfde9a2378 --- /dev/null +++ b/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.locale.en-US.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Microsoft.Edge.Dev +PackageVersion: 152.0.4167.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Edge Dev +License: Proprietary +ShortDescription: Microsoft Edge is a cross-platform web browser built for modern life. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.yaml b/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.yaml new file mode 100644 index 0000000000000..13e924c2a3418 --- /dev/null +++ b/manifests/m/Microsoft/Edge/Dev/152.0.4167.0/Microsoft.Edge.Dev.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Microsoft.Edge.Dev +PackageVersion: 152.0.4167.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.installer.yaml b/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.installer.yaml new file mode 100644 index 0000000000000..4475d845fe390 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.installer.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.11 +PackageVersion: 11.0.32.101 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome +UpgradeBehavior: uninstallPrevious +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-11.0.32.1-windows-x64.msi#winget + InstallerSha256: E325D93D63BD194A594724ABE34E7C5B8E77DA47C7519952396243503347C7DF + ProductCode: '{541079EE-212A-48BB-B73B-A3B925E3EBE6}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 11.0.32.1+1 (x64) + Publisher: Microsoft + DisplayVersion: 11.0.32.101 + ProductCode: '{541079EE-212A-48BB-B73B-A3B925E3EBE6}' + UpgradeCode: '{FB467F35-3ABD-2A60-4CB7-3F1139CAED88}' +- Architecture: arm64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-11.0.32.1-windows-aarch64.msi#winget + InstallerSha256: 416AA8CE2A8C33E009E39D653FB19DFBD40B1397FDE083306A356960CD433C93 + ProductCode: '{334903CA-3701-45AC-9DED-4A45456FE427}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 11.0.32.1+1 (arm64) + Publisher: Microsoft + DisplayVersion: 11.0.32.101 + ProductCode: '{334903CA-3701-45AC-9DED-4A45456FE427}' + UpgradeCode: '{D51949BA-C842-6B70-A173-86A82D2ED434}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.locale.en-US.yaml b/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.locale.en-US.yaml new file mode 100644 index 0000000000000..39e59f66fb7e7 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.11 +PackageVersion: 11.0.32.101 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft +PackageName: Microsoft Build of OpenJDK with Hotspot 11 +PackageUrl: https://www.microsoft.com/openjdk +License: GPL2 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +ShortDescription: The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem. +Moniker: openjdk-11 +Tags: +- "11" +- java +- microsoft-openjdk +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.yaml b/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.yaml new file mode 100644 index 0000000000000..1050773954cb5 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/11/11.0.32.101/Microsoft.OpenJDK.11.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.11 +PackageVersion: 11.0.32.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.installer.yaml b/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.installer.yaml new file mode 100644 index 0000000000000..151032cd8444f --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.installer.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.17 +PackageVersion: 17.0.20.101 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome +UpgradeBehavior: uninstallPrevious +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-17.0.20.1-windows-x64.msi#winget + InstallerSha256: 38599E2961026250937E114DF06FB3334510E84DAED55167398935C564EED8A7 + ProductCode: '{3C66AA47-1011-4188-949F-21AFBAEE9394}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 17.0.20.1+1 (x64) + Publisher: Microsoft + DisplayVersion: 17.0.20.101 + ProductCode: '{3C66AA47-1011-4188-949F-21AFBAEE9394}' + UpgradeCode: '{65A75ED2-4165-6FAA-277E-7647F7E2F3EA}' +- Architecture: arm64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-17.0.20.1-windows-aarch64.msi#winget + InstallerSha256: 58BA8A25748440DE23912C474239DD0F398D4E984CC7E0266122E0FD975C3CF7 + ProductCode: '{F8B742C4-BCF3-4818-9778-311229F48A54}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 17.0.20.1+1 (arm64) + Publisher: Microsoft + DisplayVersion: 17.0.20.101 + ProductCode: '{F8B742C4-BCF3-4818-9778-311229F48A54}' + UpgradeCode: '{BE99E564-F656-1504-30BB-C3EB9C7AB566}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.locale.en-US.yaml b/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.locale.en-US.yaml new file mode 100644 index 0000000000000..3345d54ff7da3 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.17 +PackageVersion: 17.0.20.101 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://support.microsoft.com +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft +PackageName: Microsoft Build of OpenJDK with Hotspot 17 +PackageUrl: https://www.microsoft.com/openjdk +License: GPL2 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +ShortDescription: The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem. +Moniker: openjdk +Tags: +- "17" +- java +- microsoft-openjdk +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.yaml b/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.yaml new file mode 100644 index 0000000000000..f194e3057c59b --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/17/17.0.20.101/Microsoft.OpenJDK.17.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.17 +PackageVersion: 17.0.20.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.installer.yaml b/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.installer.yaml new file mode 100644 index 0000000000000..83767f4b729ef --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.installer.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.21 +PackageVersion: 21.0.12.101 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome +UpgradeBehavior: uninstallPrevious +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-21.0.12.1-windows-x64.msi#winget + InstallerSha256: 3A3F7E1A9FD9EDD1FCC0545FFBE7DC87787A8417DC1BF303E41C7A697C8490C1 + ProductCode: '{C6327818-924B-4976-92A3-522FBCD5F725}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 21.0.12.1+1 (x64) + Publisher: Microsoft + DisplayVersion: 21.0.12.101 + ProductCode: '{C6327818-924B-4976-92A3-522FBCD5F725}' + UpgradeCode: '{11F8EC6C-68A4-9099-96F9-E81566D319CC}' +- Architecture: arm64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-21.0.12.1-windows-aarch64.msi#winget + InstallerSha256: 9680EA11E52FEA7CE29CCBD4D0559A325E848F95FB1A73C4D5E1BC7E66943890 + ProductCode: '{5AB62B00-4151-4579-A6C2-BC30805DFBB8}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 21.0.12.1+1 (arm64) + Publisher: Microsoft + DisplayVersion: 21.0.12.101 + ProductCode: '{5AB62B00-4151-4579-A6C2-BC30805DFBB8}' + UpgradeCode: '{279DA2D2-25A3-24A8-49AC-50FB06FB8B25}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.locale.en-US.yaml b/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.locale.en-US.yaml new file mode 100644 index 0000000000000..ef6144aa61b7a --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.21 +PackageVersion: 21.0.12.101 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://support.microsoft.com +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft +PackageName: Microsoft Build of OpenJDK with Hotspot 21 +PackageUrl: https://www.microsoft.com/openjdk +License: GPL2 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +ShortDescription: The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem. +Moniker: ms-openjdk-21 +Tags: +- "21" +- java +- microsoft-openjdk +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.yaml b/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.yaml new file mode 100644 index 0000000000000..b8ac3a9522e97 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/21/21.0.12.101/Microsoft.OpenJDK.21.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.21 +PackageVersion: 21.0.12.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.installer.yaml b/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.installer.yaml new file mode 100644 index 0000000000000..e8c4458c87429 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.installer.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.25 +PackageVersion: 25.0.4.101 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome +UpgradeBehavior: uninstallPrevious +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-25.0.4.1-windows-x64.msi#winget + InstallerSha256: A7C4CEE7C626E6947357A0BFB21BF8BF740F063DAAEA4A15E4775C5B37F87CC6 + ProductCode: '{96513FF2-C375-42F1-8D4E-4A87D1D24CF8}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 25.0.4.1+1 (x64) + Publisher: Microsoft + DisplayVersion: 25.0.4.101 + ProductCode: '{96513FF2-C375-42F1-8D4E-4A87D1D24CF8}' + UpgradeCode: '{9DA4BE12-C58B-3DE4-C047-AF46365065FC}' +- Architecture: arm64 + InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-25.0.4.1-windows-aarch64.msi#winget + InstallerSha256: 381D2E9823F9C313F1DF885E448721DDDC08FB40DED5AC8D6F8BEA34A8A4DA18 + ProductCode: '{E587B69E-257E-4D7A-84B4-0FF9B677B816}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Build of OpenJDK 25.0.4.1+1 (arm64) + Publisher: Microsoft + DisplayVersion: 25.0.4.101 + ProductCode: '{E587B69E-257E-4D7A-84B4-0FF9B677B816}' + UpgradeCode: '{8637FF3F-FFC0-E714-3015-A1B5F65A646A}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.locale.en-US.yaml b/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.locale.en-US.yaml new file mode 100644 index 0000000000000..631a39142817d --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.25 +PackageVersion: 25.0.4.101 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://support.microsoft.com +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft +PackageName: Microsoft Build of OpenJDK with Hotspot 25 +PackageUrl: https://www.microsoft.com/openjdk +License: GPL2 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +ShortDescription: The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem. +Moniker: ms-openjdk-25 +Tags: +- "25" +- java +- microsoft-openjdk +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.yaml b/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.yaml new file mode 100644 index 0000000000000..0270d24efe334 --- /dev/null +++ b/manifests/m/Microsoft/OpenJDK/25/25.0.4.101/Microsoft.OpenJDK.25.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.OpenJDK.25 +PackageVersion: 25.0.4.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.274.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.274.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..d0a14e50dd937 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.274.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.274.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.274.0&arch=x86 + InstallerSha256: CB25109E0B49425697305C79DB0CAC7F78E56578B522D6FC2ED4B41065F90662 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.274.0&arch=amd64 + InstallerSha256: 4C46B3A7963E2C49EB50054AA6C6369281BA60493B1FD7DED1C11327D233B4E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.274.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.274.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..aba1ff2a3a521 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.274.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.274.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.274.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.274.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..202820fbddfd5 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.274.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.274.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.275.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.275.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..1e37497d55146 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.275.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.275.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.275.0&arch=x86 + InstallerSha256: C33E825B65C0FB5FA37A44065A0011AA5036DB2C4E1E467D44FE34E3E0A5421A +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.275.0&arch=amd64 + InstallerSha256: 21A29B77A63C6DC284800D957177DB0D5AED81EEC42CC01FBC9DADF9B223555A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.275.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.275.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..1c71d5d13d63f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.275.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.275.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.275.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.275.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..cb86f232de479 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.275.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.275.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.installer.yaml b/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.installer.yaml deleted file mode 100644 index 0fd1d6a7857e0..0000000000000 --- a/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# 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.Sysinternals.ProcessMonitor -PackageVersion: '4.05' -InstallerType: zip -NestedInstallerType: portable -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: uninstallPrevious -Commands: -- procmon -ReleaseDate: 2026-08-12 -Installers: -- Architecture: x86 - NestedInstallerFiles: - - RelativeFilePath: Procmon.exe - PortableCommandAlias: procmon - InstallerUrl: https://download.sysinternals.com/files/ProcessMonitor.zip - InstallerSha256: 99CC374F80762F664EFEC50BB694ABCAF56397BB66881A4C706C0462D80F3D49 -- Architecture: x64 - NestedInstallerFiles: - - RelativeFilePath: Procmon64.exe - PortableCommandAlias: procmon - InstallerUrl: https://download.sysinternals.com/files/ProcessMonitor.zip - InstallerSha256: 99CC374F80762F664EFEC50BB694ABCAF56397BB66881A4C706C0462D80F3D49 -- Architecture: arm64 - NestedInstallerFiles: - - RelativeFilePath: Procmon64a.exe - PortableCommandAlias: procmon - InstallerUrl: https://download.sysinternals.com/files/ProcessMonitor.zip - InstallerSha256: 99CC374F80762F664EFEC50BB694ABCAF56397BB66881A4C706C0462D80F3D49 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.installer.yaml b/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.installer.yaml new file mode 100644 index 0000000000000..18b5677a47a21 --- /dev/null +++ b/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Sysinternals.ProcessMonitor +PackageVersion: '4.1' +InstallerType: zip +NestedInstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- procmon +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: Procmon.exe + PortableCommandAlias: procmon + InstallerUrl: https://download.sysinternals.com/files/ProcessMonitor.zip + InstallerSha256: 4FF309FE52C56599377896B7863CB77B6C601D9F2522E52DA7A182EAC593E8E1 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: Procmon64.exe + PortableCommandAlias: procmon + InstallerUrl: https://download.sysinternals.com/files/ProcessMonitor.zip + InstallerSha256: 4FF309FE52C56599377896B7863CB77B6C601D9F2522E52DA7A182EAC593E8E1 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: Procmon64a.exe + PortableCommandAlias: procmon + InstallerUrl: https://download.sysinternals.com/files/ProcessMonitor.zip + InstallerSha256: 4FF309FE52C56599377896B7863CB77B6C601D9F2522E52DA7A182EAC593E8E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.locale.en-US.yaml b/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.locale.en-US.yaml similarity index 97% rename from manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.locale.en-US.yaml rename to manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.locale.en-US.yaml index a9db2bb9441a8..ef7d72b64184a 100644 --- a/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.locale.en-US.yaml +++ b/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.ProcessMonitor -PackageVersion: '4.05' +PackageVersion: '4.1' PackageLocale: en-US Publisher: Sysinternals PublisherUrl: https://www.sysinternals.com/ diff --git a/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.yaml b/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.yaml similarity index 89% rename from manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.yaml rename to manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.yaml index 1939f8a54edf2..20fdd44602a70 100644 --- a/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.05/Microsoft.Sysinternals.ProcessMonitor.yaml +++ b/manifests/m/Microsoft/Sysinternals/ProcessMonitor/4.1/Microsoft.Sysinternals.ProcessMonitor.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.ProcessMonitor -PackageVersion: '4.05' +PackageVersion: '4.1' DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.installer.yaml b/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.installer.yaml index 1ecba24e09cb1..5d9d1d295e980 100644 --- a/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.installer.yaml +++ b/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.Whois PackageVersion: "1.21" @@ -33,5 +33,5 @@ Installers: InstallerUrl: https://download.sysinternals.com/files/WhoIs.zip InstallerSha256: 43D82EB09A93C788030B31668A1B578D4953C52875DCCF5C5EBC98059FA834A1 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 ReleaseDate: 2019-12-11 diff --git a/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.locale.en-US.yaml b/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.locale.en-US.yaml index ac0ea1ea5be66..6d75380a6ef4d 100644 --- a/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.locale.en-US.yaml +++ b/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.Whois PackageVersion: "1.21" @@ -7,26 +7,26 @@ PackageLocale: en-US Publisher: Sysinternals PublisherUrl: https://www.sysinternals.com/ PublisherSupportUrl: https://learn.microsoft.com/en-us/answers/tags/435/sysinternals -PrivacyUrl: https://learn.microsoft.com/en-us/sysinternals/license-terms +PrivacyUrl: https://learn.microsoft.com/sysinternals/license-terms Author: Mark Russinovich PackageName: Whois -PackageUrl: https://learn.microsoft.com/en-us/sysinternals/downloads/whois +PackageUrl: https://learn.microsoft.com/sysinternals/downloads/whois License: Proprietary -LicenseUrl: https://learn.microsoft.com/en-us/sysinternals/license-terms +LicenseUrl: https://learn.microsoft.com/sysinternals/license-terms Copyright: Copyright © 2006-2019 Mark Russinovich ShortDescription: Whois performs the registration record for the domain name or IP address that you specify. Description: Whois performs the registration record for the domain name or IP address that you specify. Moniker: whois Tags: - sysinternals +ReleaseNotes: Includes a number of bugfixes +ReleaseNotesUrl: https://techcommunity.microsoft.com/blog/sysinternals-blog/sysmon-v10-42-zoomit-v4-52-whois-v1-21/1060875 Documentations: -- DocumentLabel: Sysinternals Blog - DocumentUrl: https://techcommunity.microsoft.com/category/windows/blog/sysinternals-blog - DocumentLabel: Sysinternals Resources - DocumentUrl: https://learn.microsoft.com/en-us/sysinternals/resources/ + DocumentUrl: https://learn.microsoft.com/sysinternals/resources/ - DocumentLabel: Sysinternals Utilities Index - DocumentUrl: https://learn.microsoft.com/en-us/sysinternals/downloads/ + DocumentUrl: https://learn.microsoft.com/sysinternals/downloads/ - DocumentLabel: Troubleshooting with the Windows Sysinternals Tools - DocumentUrl: https://learn.microsoft.com/en-us/sysinternals/resources/troubleshooting-book + DocumentUrl: https://learn.microsoft.com/sysinternals/resources/troubleshooting-book ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.yaml b/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.yaml index efc27785d8c7c..8d7ece6cf936b 100644 --- a/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.yaml +++ b/manifests/m/Microsoft/Sysinternals/Whois/1.21/Microsoft.Sysinternals.Whois.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.Whois PackageVersion: "1.21" DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.installer.yaml b/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.installer.yaml new file mode 100644 index 0000000000000..386882885d3bd --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.BuildTools +PackageVersion: 17.14.38 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/00d9d26c-2727-42c2-aa9e-eda63b03e1ee/96e0224ad625028b814288fba8a453acf367602dda2894c0a725e9b92d67740c/vs_BuildTools.exe + InstallerSha256: 96e0224ad625028b814288fba8a453acf367602dda2894c0a725e9b92d67740c +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.locale.en-US.yaml new file mode 100644 index 0000000000000..a6f66fdd07c8b --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.BuildTools +PackageVersion: 17.14.38 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio BuildTools 2022 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: These Build Tools allow you to build Visual Studio projects from a command-line interface. +Moniker: vs2022-buildtools +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.yaml b/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.yaml new file mode 100644 index 0000000000000..6ec477de047e3 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/BuildTools/17.14.38/Microsoft.VisualStudio.2022.BuildTools.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.BuildTools +PackageVersion: 17.14.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.installer.yaml new file mode 100644 index 0000000000000..2f8b339a0e4e4 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.134.0 +InstallerLocale: en-US +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +Commands: +- code +ReleaseDate: 2026-08-18 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/110a328ea54b42367b803ec53ee0bf52ef26b419/VSCodeUserSetup-x64-1.134.0.exe + InstallerSha256: D564BC373ED3D94EEDC813D5C0865E4EF40A40323E856BC838AE5A29723F2FB9 +- Architecture: x64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/110a328ea54b42367b803ec53ee0bf52ef26b419/VSCodeSetup-x64-1.134.0.exe + InstallerSha256: E4123871377E90BACC0FB49F22A8F8A91635244974C3025F2F21FB8B1FB7716A +- Architecture: arm64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/110a328ea54b42367b803ec53ee0bf52ef26b419/VSCodeUserSetup-arm64-1.134.0.exe + InstallerSha256: E675AE7F06FC039E8ACABEBBD26A73E480BBF716E3A770A2A988AD664BA00CCF +- Architecture: arm64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/110a328ea54b42367b803ec53ee0bf52ef26b419/VSCodeSetup-arm64-1.134.0.exe + InstallerSha256: 752D898983F6AF372D418ABF3A1C499024FD2814BCE7753D637B1FDB04AC40D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.locale.en-US.yaml new file mode 100644 index 0000000000000..ddb7450d3de4e --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.134.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code +PackageUrl: https://code.visualstudio.com/ +License: Microsoft Software License +LicenseUrl: https://code.visualstudio.com/license +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.yaml b/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.yaml new file mode 100644 index 0000000000000..65c3fc3116f1f --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.134.0/Microsoft.VisualStudioCode.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: Microsoft.VisualStudioCode +PackageVersion: 1.134.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.installer.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.installer.yaml new file mode 100644 index 0000000000000..8945128f27472 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-08-11 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.4/win32/bg/Firefox%20Setup%20153.0.4.exe + InstallerSha256: 723121B3874913301D6489EDB03A92812FA0689F611A9E6EC040A9CBC6B48468 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.4/win64/bg/Firefox%20Setup%20153.0.4.exe + InstallerSha256: CC723C99E5395A5B8BFF72F513FF94CCB97F3DE8E67EB1C08931E1B77A61681D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.4/win64-aarch64/bg/Firefox%20Setup%20153.0.4.exe + InstallerSha256: FCC3F1319202B66525E99C42BFADB3987869504865B6990130D0AA8A4B2554ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..5786c2951161e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.da-DK.yaml new file mode 100644 index 0000000000000..83955561a1274 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.de-DE.yaml new file mode 100644 index 0000000000000..783608d18c758 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.el-GR.yaml new file mode 100644 index 0000000000000..17a59311cf3c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.el-GR.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: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.en-GB.yaml new file mode 100644 index 0000000000000..a59c95554c8ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.en-US.yaml new file mode 100644 index 0000000000000..7ddf33820ac84 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.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: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (bg) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: We're still preparing the notes for this release, and will post them here when they are ready. Please check back later. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.es-MX.yaml new file mode 100644 index 0000000000000..53ee336a3e264 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.fr-FR.yaml new file mode 100644 index 0000000000000..78e97b0fdfd2a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.hu-HU.yaml new file mode 100644 index 0000000000000..edf8746f31135 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ja-JP.yaml new file mode 100644 index 0000000000000..bd36e51ee9435 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.nb-NO.yaml new file mode 100644 index 0000000000000..743809fd6c6af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ru-RU.yaml new file mode 100644 index 0000000000000..8f9abf3c8a2f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ta-IN.yaml new file mode 100644 index 0000000000000..9ad8174666fd8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6fd4d216e69ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.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: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.yaml new file mode 100644 index 0000000000000..f7e2985ce40da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.4/Mozilla.Firefox.bg.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: Mozilla.Firefox.bg +PackageVersion: 153.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.installer.yaml b/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.installer.yaml new file mode 100644 index 0000000000000..8b6c51ff1e007 --- /dev/null +++ b/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: matkrin.bashd +PackageVersion: 0.2.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bashd-v0.2.3-windows-amd64/bashd.exe + PortableCommandAlias: bashd +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/matkrin/bashd/releases/download/v0.2.3/bashd-v0.2.3-windows-amd64.zip + InstallerSha256: 04CEF84228E8F8F434846F46307F75A1C0FC430C1F5A5DA59305D7F5CAABF9D4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.locale.en-US.yaml b/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.locale.en-US.yaml new file mode 100644 index 0000000000000..18dbf1ba6ad57 --- /dev/null +++ b/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: matkrin.bashd +PackageVersion: 0.2.3 +PackageLocale: en-US +Publisher: matkrin +PublisherUrl: https://github.com/matkrin +PublisherSupportUrl: https://github.com/matkrin/bashd/issues +Author: Matthias Krinninger +PackageName: bashd +PackageUrl: https://github.com/matkrin/bashd +License: BSD-3-Clause +LicenseUrl: https://github.com/matkrin/bashd/blob/main/LICENSE +Copyright: Copyright (c) 2025, Matthias Krinninger +CopyrightUrl: https://github.com/matkrin/bashd/blob/main/LICENSE +ShortDescription: Bash language server +Description: | + bashd is a Language Server Protocol (LSP) implementation for Bash, built using the Go sh package and featuring ShellCheck integration for real-time linting. +Tags: +- bash +- bash-scripting +- language-server +- lsp +ReleaseNotes: "## What's changed\r\n\r\n• fix:Dereference of nil pointer of `clientInfo` in `initialize`\r\n\r\n**Full Changelog**:https://github.com/matkrin/bashd/compare/v0.2.2...v0.2.3" +ReleaseNotesUrl: https://github.com/matkrin/bashd/releases/tag/v0.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.yaml b/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.yaml new file mode 100644 index 0000000000000..c044b0aeea67f --- /dev/null +++ b/manifests/m/matkrin/bashd/0.2.3/matkrin.bashd.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: matkrin.bashd +PackageVersion: 0.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.installer.yaml b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.installer.yaml new file mode 100644 index 0000000000000..e1868dc7a293e --- /dev/null +++ b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: maze-mei.DXManager +PackageVersion: 2.0.0 +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: install +Commands: +- dxmanager +ArchiveBinariesDependOnPath: true +NestedInstallerFiles: +- RelativeFilePath: DX Manager\DXManager.exe + PortableCommandAlias: dxmanager +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/maze-mei/DX-Manager/releases/download/v2.0.0/DX-Manager-v2.0.0-win-x64.zip + InstallerSha256: CA78A306F61235708DBDDE0541C06E071C646DC0F8B47BC8F2487E5518E8AF86 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.locale.en-US.yaml b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.locale.en-US.yaml new file mode 100644 index 0000000000000..cb5f162dac49c --- /dev/null +++ b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: maze-mei.DXManager +PackageVersion: 2.0.0 +PackageLocale: en-US +Publisher: maze-mei +PublisherUrl: https://github.com/maze-mei +PublisherSupportUrl: https://github.com/maze-mei/DX-Manager/issues +Author: maze +PackageName: DX Manager +PackageUrl: https://github.com/maze-mei/DX-Manager +License: MIT +LicenseUrl: https://github.com/maze-mei/DX-Manager/blob/v2.0.0/LICENSE +Copyright: Copyright (c) 2026 maze +ShortDescription: Manage Samsung DeX virtual displays and scrcpy app windows on Windows. +Description: DX Manager creates and manages Samsung DeX virtual displays and separately configured Android app windows for multiple Galaxy phones over USB or wireless ADB. It also includes DX Companion for recovery and bidirectional file transfer. +Moniker: dxmanager +Tags: +- adb +- android +- samsung-dex +- screen-mirroring +- scrcpy +- wireless-adb +ReleaseNotesUrl: https://github.com/maze-mei/DX-Manager/releases/tag/v2.0.0 +InstallationNotes: DX Manager requires .NET Framework 4.6.2 or later, Android Developer options, and USB debugging. Initial ADB authorization requires a data-capable USB connection. DX Companion is bundled but is installed only when the user requests it. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.locale.ko-KR.yaml b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.locale.ko-KR.yaml new file mode 100644 index 0000000000000..d5cec7d34de49 --- /dev/null +++ b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: maze-mei.DXManager +PackageVersion: 2.0.0 +PackageLocale: ko-KR +Publisher: maze-mei +PublisherUrl: https://github.com/maze-mei +PublisherSupportUrl: https://github.com/maze-mei/DX-Manager/issues +Author: maze +PackageName: DX Manager +PackageUrl: https://github.com/maze-mei/DX-Manager +License: MIT +LicenseUrl: https://github.com/maze-mei/DX-Manager/blob/v2.0.0/LICENSE +Copyright: Copyright (c) 2026 maze +ShortDescription: Windows에서 Samsung DeX 가상 디스플레이와 scrcpy 앱 창을 관리합니다. +Description: DX Manager는 여러 Galaxy 휴대폰의 Samsung DeX 가상 디스플레이와 서로 다르게 설정한 Android 앱 창을 USB 또는 무선 ADB로 동시에 관리합니다. 복구와 양방향 파일 전송을 위한 DX Companion도 포함합니다. +Tags: +- adb +- android +- samsung-dex +- screen-mirroring +- scrcpy +- wireless-adb +ReleaseNotesUrl: https://github.com/maze-mei/DX-Manager/releases/tag/v2.0.0 +InstallationNotes: DX Manager를 사용하려면 .NET Framework 4.6.2 이상, Android 개발자 옵션, USB 디버깅이 필요합니다. 최초 ADB 인증에는 데이터 통신이 가능한 USB 연결이 필요합니다. DX Companion은 번들에 포함되지만 사용자가 요청할 때만 설치됩니다. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.yaml b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.yaml new file mode 100644 index 0000000000000..92724b45b0e4d --- /dev/null +++ b/manifests/m/maze-mei/DXManager/2.0.0/maze-mei.DXManager.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: maze-mei.DXManager +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.installer.yaml b/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.installer.yaml new file mode 100644 index 0000000000000..e9b24c860a247 --- /dev/null +++ b/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: mdreadercontributors.mdreader +PackageVersion: 0.5.0 +InstallerLocale: en-US +InstallerType: inno +ReleaseDate: 2026-08-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/recherchesolutions/mdreader/releases/download/v0.5.0/mdreader-setup-0.5.0.exe + InstallerSha256: EB44A8128AFC293FF9E99BF8483B7BE9F5D76407296D3859BBA02D401DFC3BEE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.locale.en-US.yaml b/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.locale.en-US.yaml new file mode 100644 index 0000000000000..a8b4a01fbeb7a --- /dev/null +++ b/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: mdreadercontributors.mdreader +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: Recherche Solutions LLC +PublisherUrl: https://github.com/recherchesolutions +PublisherSupportUrl: https://github.com/recherchesolutions/mdreader/issues +PackageName: mdreader +PackageUrl: https://github.com/recherchesolutions/mdreader +License: MIT +ShortDescription: mdreader Setup +ReleaseNotes: |- + ## Changes + + • Release 0.5.0 (70fefad) + • Honor branch protection in releases (0e2688a) + • Fix manual release tag validation (d4200ec) + • Add one-click release workflow (3e16c1e) + • Developer CLI, document diagnostics, welcome doc, Explorer and UX enhancements (216339a) +ReleaseNotesUrl: https://github.com/recherchesolutions/mdreader/releases/tag/v0.5.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/recherchesolutions/mdreader/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.yaml b/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.yaml new file mode 100644 index 0000000000000..032102cc246e3 --- /dev/null +++ b/manifests/m/mdreadercontributors/mdreader/0.5.0/mdreadercontributors.mdreader.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: mdreadercontributors.mdreader +PackageVersion: 0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.installer.yaml b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.installer.yaml new file mode 100644 index 0000000000000..8f43a07282da4 --- /dev/null +++ b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.installer.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: NaeNaeTart.AMLLTTMLTool +PackageVersion: 0.9.10 +InstallerType: wix +Installers: + - Architecture: x64 + InstallerUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL/releases/download/v0.9.10/AMLL.TTML.Tool_0.9.10_x64_en-US.msi" + InstallerSha256: 18CBEACC0D270BCB16816AA007CDD331372DB3E9B1F2CE83D03EFE022229A575 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.locale.en-US.yaml b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.locale.en-US.yaml new file mode 100644 index 0000000000000..2297df4c2b2b3 --- /dev/null +++ b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: NaeNaeTart.AMLLTTMLTool +PackageVersion: 0.9.10 +PackageLocale: en-US +Publisher: "NaeNaeTart" +PublisherUrl: "https://github.com/NaeNaeTart" +PublisherSupportUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL/issues" +PackageName: "AMLL TTML Tool" +PackageUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL" +License: "AGPL-3.0" +LicenseUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL/blob/main/LICENSE" +ShortDescription: "A word-by-word lyrics editor for Apple Music-like lyrics." +Description: "AMLL TTML Tool is a desktop editor for Apple Music-like word-by-word lyric files." +Moniker: amll-ttml-tool +Tags: + - lyrics + - ttml + - apple-music + - editor + - spicy-lyrics +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.yaml b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.yaml new file mode 100644 index 0000000000000..f28bfda404f23 --- /dev/null +++ b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.10/NaeNaeTart.AMLLTTMLTool.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: NaeNaeTart.AMLLTTMLTool +PackageVersion: 0.9.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.installer.yaml b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.installer.yaml new file mode 100644 index 0000000000000..c8961ff4dfbf1 --- /dev/null +++ b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.installer.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: NaeNaeTart.AMLLTTMLTool +PackageVersion: 0.9.9 +InstallerType: wix +Installers: + - Architecture: x64 + InstallerUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL/releases/download/v0.9.9/AMLL.TTML.Tool_0.9.9_x64_en-US.msi" + InstallerSha256: E3210CD2C1D25380BDCEB3D3CD76BE4F44ED10CB0CFB8B5550EF6E90F05222D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.locale.en-US.yaml b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.locale.en-US.yaml new file mode 100644 index 0000000000000..00f773d26b18f --- /dev/null +++ b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: NaeNaeTart.AMLLTTMLTool +PackageVersion: 0.9.9 +PackageLocale: en-US +Publisher: "NaeNaeTart" +PublisherUrl: "https://github.com/NaeNaeTart" +PublisherSupportUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL/issues" +PackageName: "AMLL TTML Tool" +PackageUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL" +License: "AGPL-3.0" +LicenseUrl: "https://github.com/NaeNaeTart/NaeNae-AMLL-TTML-TOOL/blob/main/LICENSE" +ShortDescription: "A word-by-word lyrics editor for Apple Music-like lyrics." +Description: "AMLL TTML Tool is a desktop editor for Apple Music-like word-by-word lyric files." +Moniker: amll-ttml-tool +Tags: + - lyrics + - ttml + - apple-music + - editor + - spicy-lyrics +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.yaml b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.yaml new file mode 100644 index 0000000000000..fd90da47a6713 --- /dev/null +++ b/manifests/n/NaeNaeTart/AMLLTTMLTool/0.9.9/NaeNaeTart.AMLLTTMLTool.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: NaeNaeTart.AMLLTTMLTool +PackageVersion: 0.9.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.installer.yaml b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.installer.yaml new file mode 100644 index 0000000000000..92795f05bcb26 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.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: NetEase.UURemote +PackageVersion: 4.38.3.9325 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: GameViewer +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://a56.gdl.netease.com/UURemote_Setup_4.38.3.9325_0822000758_gwqd.exe + InstallerSha256: C1E6F2A12463027D4A92BADCAC913EA61AECA82211999369B7614C3A6B032B18 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.locale.en-US.yaml b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.locale.en-US.yaml new file mode 100644 index 0000000000000..8895ba4ae08d9 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.38.3.9325 +PackageLocale: en-US +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: NetEase (Hangzhou) Network Co., Ltd. +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: Proprietary +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: Copyright © 1997-2026 NetEase Inc. All rights reserved. +ShortDescription: An ultra-low latency remote tool designed for gaming +Tags: +- gaming +- remote +- remote-access +- remote-control +- remote-desktop +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.locale.zh-CN.yaml b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4150cfcc860b0 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.38.3.9325 +PackageLocale: zh-CN +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: 网易(杭州)网络有限公司 +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: 专有软件 +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: 网易公司版权所有 ©1997-2026 +ShortDescription: 专为游戏打造的超低延迟远程工具 +Tags: +- 串流 +- 游戏 +- 远程 +- 远程控制 +- 远程桌面 +- 远程访问 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.yaml b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.yaml new file mode 100644 index 0000000000000..a9a1ee078f263 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.38.3.9325/NetEase.UURemote.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: NetEase.UURemote +PackageVersion: 4.38.3.9325 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.installer.yaml b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.installer.yaml new file mode 100644 index 0000000000000..32120806a7e58 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.77.1 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.77.1/netbird_installer_0.77.1_windows_amd64.msi + InstallerSha256: 06B10EC394375400CE11FE8F8688B5F6AF06B23942F7BB72D8ACC5A6ADB1530A + ProductCode: '{B2323DDC-6F1B-488D-A0BC-17EAEBFDC0FB}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.77.1 + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.77.1/netbird_installer_0.77.1_windows_amd64.exe + InstallerSha256: 0CE389D98C33DEA3A304D3A9E8A50D70FD687F50F9EAA4E9287370B99F5C0B55 + ProductCode: Netbird + AppsAndFeaturesEntries: + - DisplayVersion: 0.77.1.32504497938 +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.77.1/netbird_installer_0.77.1_windows_arm64.msi + InstallerSha256: D2D889EFA329A9FE8163589C12B398C6B53E0314ED99F0CB727F4BFEB1FDD78C + ProductCode: '{A7435183-FC66-4BC1-9A1B-D771365C3DD7}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.77.1 + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.77.1/netbird_installer_0.77.1_windows_arm64.exe + InstallerSha256: F8DA50E64C23815B9D04877598B973BB49DCB0F6ECF31E5B63C7F9D774F205B0 + ProductCode: Netbird + AppsAndFeaturesEntries: + - DisplayVersion: 0.77.1.32504497938 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.locale.en-US.yaml b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.locale.en-US.yaml new file mode 100644 index 0000000000000..fcef83a47e4d4 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.77.1 +PackageLocale: en-US +Publisher: NetBird GmbH +PublisherUrl: https://netbird.io/ +PublisherSupportUrl: https://github.com/netbirdio/netbird/issues +PrivacyUrl: https://netbird.io/privacy +Author: Wiretrustee UG (haftungsbeschreankt) +PackageName: Netbird +PackageUrl: https://netbird.io/ +License: BSD-3-Clause +LicenseUrl: https://github.com/netbirdio/netbird/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Wiretrustee UG (haftungsbeschränkt) & AUTHORS +CopyrightUrl: https://netbird.io/terms +ShortDescription: Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls. +Description: |- + NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home. + Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. + Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure. +Moniker: netbird +Tags: +- network +- security +- vpn +- wireguard +ReleaseNotes: |- + What's New + Client Improvements + - Fixed session extension and SSH authentication always using the device code flow on Linux. + https://github.com/netbirdio/netbird/pull/7187 + - Added Windows DNS configuration to the debug bundle. + https://github.com/netbirdio/netbird/pull/7196 + - Added a CI check for translation key parity. + https://github.com/netbirdio/netbird/pull/6852 + - Preserved the account email on Android logout while removing it when a profile is deleted. + https://github.com/netbirdio/netbird/pull/7200 + - Ranked Windows route candidates using combined route and interface metrics. + https://github.com/netbirdio/netbird/pull/7210 + - Skipped IPv6 route tests when the default next hop is unusable. + https://github.com/netbirdio/netbird/pull/7212 + - Passed the stored email as a login hint from the UI and preserved it on logout. + https://github.com/netbirdio/netbird/pull/7199 + - Fixed inconsistencies in the CI gomobile init process. + https://github.com/netbirdio/netbird/pull/7229 + - Deleted Windows NRPT rules by enumerating the registry instead of relying on a rule count. + https://github.com/netbirdio/netbird/pull/7195 + - Declared multi-buffer support for the loopback XDP program. + https://github.com/netbirdio/netbird/pull/7230 + - Exposed SSH functionality on Android. + https://github.com/netbirdio/netbird/pull/7156 + - Handled Android network changes without restarting the engine. + https://github.com/netbirdio/netbird/pull/7144 + - Cleared stale installer results before starting updates. + https://github.com/netbirdio/netbird/pull/7204 + - Stopped the UI before silent Windows updates and suppressed installer reboots. + https://github.com/netbirdio/netbird/pull/7209 + - Reported network addresses on Android for posture checks. + https://github.com/netbirdio/netbird/pull/7235 + - Restarted the UI using the user's environment block after updates. + https://github.com/netbirdio/netbird/pull/7245 + - Switched client tests to go.uber.org/mock. + https://github.com/netbirdio/netbird/pull/7253 + - Renamed TURN-specific WireGuard proxy terminology to relayed connections. + https://github.com/netbirdio/netbird/pull/7231 + - Fixed staticcheck findings after upgrading golangci-lint. + https://github.com/netbirdio/netbird/pull/7266 + - Added missing anonymization and SSH privilege translations. + https://github.com/netbirdio/netbird/pull/7269 + - Added a lazy connection override and device name reporting to the WASM client. + https://github.com/netbirdio/netbird/pull/7276 + Management Improvements + - Documented the mutual exclusivity of ports and port_ranges in policy rules. + https://github.com/netbirdio/netbird/pull/7158 + - Refused usage limits that one-off setup keys cannot honor. + https://github.com/netbirdio/netbird/pull/7220 + - Switched management tests to go.uber.org/mock. + https://github.com/netbirdio/netbird/pull/7253 + - Suppressed staticcheck warnings for deprecated protobuf fields. + https://github.com/netbirdio/netbird/pull/7261 + Infrastructure & Miscellaneous + - Added support for non-interactive, environment-driven installations in getting-started.sh. + https://github.com/netbirdio/netbird/pull/7168 + - Updated the Agent Network documentation. + https://github.com/netbirdio/netbird/pull/7020 + - Prevented overriding the dashboard image in Enterprise migrations. + https://github.com/netbirdio/netbird/pull/7206 + - Skipped store migrations for PostgreSQL deployments. + https://github.com/netbirdio/netbird/pull/7207 + New Contributors + - @SunsetDrifter made their first contribution in https://github.com/netbirdio/netbird/pull/7158 + - @znel2002 made their first contribution in https://github.com/netbirdio/netbird/pull/7168 + Full Changelog: https://github.com/netbirdio/netbird/compare/v0.77.0...v0.77.1 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.77.1 +PurchaseUrl: https://netbird.io/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.netbird.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.locale.zh-CN.yaml b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7771077b3cf30 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.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: Netbird.Netbird +PackageVersion: 0.77.1 +PackageLocale: zh-CN +ShortDescription: 通过 SSO、MFA 和细粒度访问控制,将设备连接到基于 WireGuard® 的安全覆盖网络。 +Description: |- + NetBird 将免配置点对点专用网络和集中式访问控制系统结合在一个平台中,帮助您轻松为组织或家庭创建安全的专用网络。 + 连接:NetBird 创建基于 WireGuard 的覆盖网络,通过加密隧道自动连接您的机器,省去了打开端口、复杂防火墙规则、VPN 网关等麻烦。 + 安全:NetBird 通过应用细粒度的访问策略实现安全的远程访问,同时允许您从一个地方对其进行直观的管理。在任何基础设施上通用。 +Tags: +- vpn +- wireguard +- 安全 +- 网络 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.77.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.netbird.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.yaml b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.yaml new file mode 100644 index 0000000000000..c62330538a9ee --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.77.1/Netbird.Netbird.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: Netbird.Netbird +PackageVersion: 0.77.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.installer.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.installer.yaml deleted file mode 100644 index 8be48131302b2..0000000000000 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.8 -InstallerType: nullsoft -FileExtensions: -- har -- hwl -ProductCode: '{01B845D4-B73E-4CF7-A377-94BC7BB4F77B}' -ReleaseDate: 2026-08-13 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 8B6011173DF67B5F24385111FFDA44AA482D6BC584963B96F06EEE513F50D954 -- Architecture: x86 - Scope: machine - InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 8B6011173DF67B5F24385111FFDA44AA482D6BC584963B96F06EEE513F50D954 - InstallerSwitches: - Custom: /all-users=1 - ElevationRequirement: elevationRequired -- Architecture: x64 - Scope: user - InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 8B6011173DF67B5F24385111FFDA44AA482D6BC584963B96F06EEE513F50D954 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 8B6011173DF67B5F24385111FFDA44AA482D6BC584963B96F06EEE513F50D954 - InstallerSwitches: - Custom: /all-users=1 - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.locale.en-US.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.locale.en-US.yaml deleted file mode 100644 index dd43140fe45c0..0000000000000 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.8 -PackageLocale: en-US -Publisher: Neumetrix Limited -PublisherUrl: https://www.httpwatch.com/ -PublisherSupportUrl: https://www.httpwatch.com/support/ -PrivacyUrl: https://www.httpwatch.com/company/privacy_policy.aspx -Author: Neumetrix Limited -PackageName: HttpWatch Basic -PackageUrl: https://www.httpwatch.com/download/ -License: Proprietary -LicenseUrl: https://www.httpwatch.com/company/terms.aspx -Copyright: Copyright 2002-2026 Neumetrix Limited -CopyrightUrl: https://www.httpwatch.com/company/copyright.aspx -ShortDescription: Become a debugging and web performance guru with the ultimate in-browser HTTP sniffer. -Description: |- - HttpWatch integrates with Google Chrome and Microsoft Edge to provide unrivaled levels of HTTP monitoring, without the need for separately configured proxies or network sniffers. Simply interact with a web site and HttpWatch will display a log of requests and responses alongside the web page itself. It even shows interactions between the browser and its cache. Each HTTP transaction can be examined to see the values of headers, cookies, query strings and other HTTP related data. - Commercial web sites often use technologies such as HTTP compression, SSL encryption and chunked encoding to provide the best levels of security and performance. HttpWatch works with these technologies to provided a detail view of HTTP activity within the browser. - HttpWatch has two components; an extension used to collect, view and save HTTP traffic within the browser and a standalone log file viewer know as HttpWatch Studio. -Tags: -- debug -- performance -- web -- webpage -ReleaseNotes: |- - - Fixed: A crash could occur in HttpWatch while recording when cookies were assigned in certain types of iframe or in about:blank - - Fixed: A DeleteRows error could occur in HttpWatch when collapsing a page group - - Fixed: A access denied message could occur during installation for the current user - - Improved: The display of binary content, such as WOFF fonts, in the Content tab has been improved - - Improved: HttpWatch Basic can now be uninstalled silently using winget - - Improved: The winget install package for HttpWatch now supports --scope user and --scope machine - - Changed: If the installer is started using the local system account (e.g. by an automated software management tool), the installation will be for all users on the machine regardless of the value of the /all-users flag. - - Changed: Page groups are now always displayed in chronological order rather than by the sort column in the HttpWatch plugin for Chrome and Edge. The requests within each page group are still sorted by the selected sort column. This change makes it easier to find where new requests are being saved. The ordering in HttpWatch Studio remains the same - page groups are sorted by the selected sort column (e.g. URL or Bytes Sent) - - Updated: The latest CRX files for the Chrome and Edge extensions are installed with HttpWatch -ReleaseNotesUrl: https://www.httpwatch.com/download/versionhistory/ -PurchaseUrl: https://www.httpwatch.com/buy/ -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://www.httpwatch.com/support/documentation.aspx -- DocumentLabel: FAQ - DocumentUrl: https://www.httpwatch.com/faq/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.installer.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.installer.yaml new file mode 100644 index 0000000000000..1ad2081b1cb07 --- /dev/null +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Neumetrix.HttpWatch.Basic +PackageVersion: 16.2.1 +InstallerType: nullsoft +FileExtensions: +- har +- hwl +ProductCode: '{01B845D4-B73E-4CF7-A377-94BC7BB4F77B}' +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://download.httpwatch.com/httpwatch.exe + InstallerSha256: 750C3073CA3C4CC5B30C0611243CD5D9F8A7A98C51CDD9BF0564F1825BC1CDF7 +- Architecture: x86 + Scope: machine + InstallerUrl: https://download.httpwatch.com/httpwatch.exe + InstallerSha256: 750C3073CA3C4CC5B30C0611243CD5D9F8A7A98C51CDD9BF0564F1825BC1CDF7 + InstallerSwitches: + Custom: /all-users=1 + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://download.httpwatch.com/httpwatch.exe + InstallerSha256: 750C3073CA3C4CC5B30C0611243CD5D9F8A7A98C51CDD9BF0564F1825BC1CDF7 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.httpwatch.com/httpwatch.exe + InstallerSha256: 750C3073CA3C4CC5B30C0611243CD5D9F8A7A98C51CDD9BF0564F1825BC1CDF7 + InstallerSwitches: + Custom: /all-users=1 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.locale.en-US.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.locale.en-US.yaml new file mode 100644 index 0000000000000..ecbb19aebff0e --- /dev/null +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Neumetrix.HttpWatch.Basic +PackageVersion: 16.2.1 +PackageLocale: en-US +Publisher: Neumetrix Limited +PublisherUrl: https://www.httpwatch.com/ +PublisherSupportUrl: https://www.httpwatch.com/support/ +PrivacyUrl: https://www.httpwatch.com/company/privacy_policy.aspx +Author: Neumetrix Limited +PackageName: HttpWatch Basic +PackageUrl: https://www.httpwatch.com/download/ +License: Proprietary +LicenseUrl: https://www.httpwatch.com/company/terms.aspx +Copyright: Copyright 2002-2026 Neumetrix Limited +CopyrightUrl: https://www.httpwatch.com/company/copyright.aspx +ShortDescription: Become a debugging and web performance guru with the ultimate in-browser HTTP sniffer. +Description: |- + HttpWatch integrates with Google Chrome and Microsoft Edge to provide unrivaled levels of HTTP monitoring, without the need for separately configured proxies or network sniffers. Simply interact with a web site and HttpWatch will display a log of requests and responses alongside the web page itself. It even shows interactions between the browser and its cache. Each HTTP transaction can be examined to see the values of headers, cookies, query strings and other HTTP related data. + Commercial web sites often use technologies such as HTTP compression, SSL encryption and chunked encoding to provide the best levels of security and performance. HttpWatch works with these technologies to provided a detail view of HTTP activity within the browser. + HttpWatch has two components; an extension used to collect, view and save HTTP traffic within the browser and a standalone log file viewer know as HttpWatch Studio. +Tags: +- debug +- performance +- web +- webpage +ReleaseNotes: |- + - New: HttpWatch Studio and Chrome/Edge windows have new distinctive icons, with a red dot or empty circle showing whether the browser HttpWatch window is recording or stopped + - New: Redesigned Windows Explorer icons for HWL and HAR files + - New: Taskbar previews for Chrome and Edge now provide Record, Clear, Stop and Save buttons + - New: The HttpWatch Studio taskbar menu now has an option to open a HWL or HAR log file + - Improved: Live request and page timings are now derived solely from Chromium event timestamps + - Improved: Tooltips now explain more Chromium network errors, including blocked requests, timeouts, connection resets, DNS failures and certificate errors + - Improved: Setup and the uninstaller now return specific exit codes for identifiable failures. Silent installs fail with exit code 32 when files are in use instead of scheduling changes for the next reboot. Automated scripts should use that code instead of checking for httpwatch_reboot.txt + - Fixed: HTML response fragments could be incorrectly displayed as XML in the Content pane + - Fixed: Setup could report an in use error when writing the HttpWatch Studio Start Menu shortcut +ReleaseNotesUrl: https://www.httpwatch.com/download/versionhistory/ +PurchaseUrl: https://www.httpwatch.com/buy/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.httpwatch.com/support/documentation.aspx +- DocumentLabel: FAQ + DocumentUrl: https://www.httpwatch.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml similarity index 98% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml index b2f57d7629417..df9dbab0417e6 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.8 +PackageVersion: 16.2.1 PackageLocale: zh-CN License: 专有软件 ShortDescription: 使用浏览器内 HTTP 嗅探工具,成为调试与网页性能大师。 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.yaml similarity index 91% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.yaml index ef27c8ef56286..a9ef54a398094 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.8/Neumetrix.HttpWatch.Basic.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.2.1/Neumetrix.HttpWatch.Basic.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.8 +PackageVersion: 16.2.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..e522208793f3d --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 2.13.0 +InstallerType: wix +ProductCode: '{AE124735-B843-405A-BA4B-5B52877B5544}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v2.13.0/nimbus-headless-windows-x64.msi + InstallerSha256: 1E888B3A68EA136954F4BA83151D7EBCBA37AE86FEB15A0041A2D87B625EB8EE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..23b4f4d2ff4e7 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 2.13.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v2.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..8502ad13a4bd8 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/2.13.0/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 2.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.installer.yaml b/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.installer.yaml new file mode 100644 index 0000000000000..c218c79ca3bac --- /dev/null +++ b/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.installer.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Nisonxi.PowerDoze +PackageVersion: 2.3.1 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +UpgradeBehavior: install +ProductCode: "{B8F3A2D1-7C4E-4F5A-9B2D-1E6F8A3C5D7E}_is1" +ReleaseDate: 2026-08-17 +AppsAndFeaturesEntries: +- Publisher: PowerDoze + ProductCode: "{B8F3A2D1-7C4E-4F5A-9B2D-1E6F8A3C5D7E}_is1" + InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Nisonxi/PowerDoze_releases/releases/download/v2.3.1/PowerDoze_Setup_v2.3.1.exe + InstallerSha256: 58A5273B21E6CBEB39EDE18E286A08ABCFDF4792C3848CBE30AD76E7C9B9B9A7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.locale.en-US.yaml b/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.locale.en-US.yaml new file mode 100644 index 0000000000000..97367271ffb88 --- /dev/null +++ b/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Nisonxi.PowerDoze +PackageVersion: 2.3.1 +PackageLocale: en-US +Publisher: Nisonxi (LingDian Studio) +PublisherUrl: https://powerdoze.app +PublisherSupportUrl: https://powerdoze.app +PrivacyUrl: https://powerdoze.app/privacy.html +Author: Nisonxi (LingDian Studio) +PackageName: PowerDoze +PackageUrl: https://powerdoze.app +License: Proprietary +LicenseUrl: https://powerdoze.app/refund.html +Copyright: Copyright (c) 2026 PowerDoze. All rights reserved. +ShortDescription: Automatic power, sleep, and multi-monitor management for Windows. +Description: "PowerDoze quietly fixes the annoying Windows power problems: it switches your PC's power mode by time, location, and what you're doing, stops the screen from sleeping mid-task, dims or locks the display when you step away, and keeps your desktop icon layout in order across monitor changes. It runs 100% locally with no account required for the free tier, works on both desktops and laptops, and can cut fan noise and electricity use without you babysitting power settings." +Moniker: powerdoze +Tags: +- power +- power-management +- power-saver +- sleep +- keep-awake +- energy +- battery +- laptop +- windows +- automation +- utility +ReleaseNotes: 安全性與穩定性更新。強化授權驗證機制;修正 Wi-Fi 規則存檔失敗後畫面停在舊資料的問題;改善付款過程中錯誤訊息指向不明的狀況。 +ReleaseNotesUrl: https://github.com/Nisonxi/PowerDoze_releases/releases/tag/v2.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.yaml b/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.yaml new file mode 100644 index 0000000000000..a7b4334642b28 --- /dev/null +++ b/manifests/n/Nisonxi/PowerDoze/2.3.1/Nisonxi.PowerDoze.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Nisonxi.PowerDoze +PackageVersion: 2.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.installer.yaml b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.installer.yaml new file mode 100644 index 0000000000000..73c6cf7c0b3bd --- /dev/null +++ b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NitroSoftware.NitroPro.NLS +PackageVersion: 26.1.6.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +FileExtensions: +- fdf +- pdf +- ppdf +- xfdf +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ProductCode: '{1FF715F7-BBAB-472E-8118-701DCC5E9194}' +AppsAndFeaturesEntries: +- DisplayName: Nitro PDF Pro + UpgradeCode: '{709C6481-3F19-4EDD-A5FF-DDF7F755C563}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Nitro\PDF Pro\CV' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.gonitro.com/professional_26.1.6.0/en/nls/nitro_pro_nls_x64.msi + InstallerSha256: 844ABD82135601D272B9807CE337EA6A4CB25A165D274E01DE1D48313E3DF9E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.locale.en-US.yaml b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.locale.en-US.yaml new file mode 100644 index 0000000000000..7e8ca0b9955a5 --- /dev/null +++ b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NitroSoftware.NitroPro.NLS +PackageVersion: 26.1.6.0 +PackageLocale: en-US +Publisher: Nitro +PublisherUrl: https://www.gonitro.com/ +PublisherSupportUrl: https://www.gonitro.com/support +PrivacyUrl: https://www.gonitro.com/legal/privacy-policy +Author: Nitro Software, Inc. +PackageName: Nitro PDF Pro (NLS Version) +PackageUrl: https://www.gonitro.com/pdf-pro +License: Proprietary +LicenseUrl: https://www.gonitro.com/legal/terms-of-service +Copyright: © 2005-2026 Nitro Software, Inc. and its licensors. All rights reserved. +CopyrightUrl: https://www.gonitro.com/legal/terms-of-service +ShortDescription: Create, edit, sign, and secure PDF files and digital documents. This is the Nitro Licensing System (NLS) version. +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- ebook +- edit +- editor +- ocr +- pdf +- read +- reader +- viewer +PurchaseUrl: https://www.gonitro.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.locale.zh-CN.yaml b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.locale.zh-CN.yaml new file mode 100644 index 0000000000000..367de6f8cd0c2 --- /dev/null +++ b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NitroSoftware.NitroPro.NLS +PackageVersion: 26.1.6.0 +PackageLocale: zh-CN +PackageName: Nitro PDF Pro (NLS 版本) +License: 专有软件 +ShortDescription: 创建、编辑、签署和保护 PDF 文件和数字文档的应用程序。这是 Nitro Licensing System (NLS) 版本。 +Tags: +- ocr +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.yaml b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.yaml new file mode 100644 index 0000000000000..0a367e1b865a6 --- /dev/null +++ b/manifests/n/NitroSoftware/NitroPro/NLS/26.1.6.0/NitroSoftware.NitroPro.NLS.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: NitroSoftware.NitroPro.NLS +PackageVersion: 26.1.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.installer.yaml b/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.installer.yaml new file mode 100644 index 0000000000000..cbe948eb0dd6f --- /dev/null +++ b/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.installer.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nlitesoft.NTLite +PackageVersion: 2026.08.11723 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- silent +- silentWithProgress +- interactive +InstallerSwitches: + Custom: /MERGETASKS=!desktopicon +UpgradeBehavior: install +ProductCode: NTLite_is1 +AppsAndFeaturesEntries: +- DisplayVersion: 2026.08.11723 + ProductCode: NTLite_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NTLite' +Installers: +- MinimumOSVersion: 10.0.0.0 + Architecture: x64 + InstallerUrl: https://downloads.ntlite.com/files/packages/2026.08.11723/NTLite_setup_x64.exe + InstallerSha256: CCB27BCA6B0BC118E36F502406A2CD06874B19F5458DCAEF8FB87CA16F4133DF +- MinimumOSVersion: 6.1.0.0 + Architecture: x86 + InstallerUrl: https://downloads.ntlite.com/files/packages/2026.08.11723/NTLite_setup_x86_legacy.exe + InstallerSha256: B58329389F5D3F8A23E13D703B8CCAD6EEF2D79E346BC33E922F69DBE87ECA10 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.locale.en-US.yaml b/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.locale.en-US.yaml new file mode 100644 index 0000000000000..5cf9d243b288e --- /dev/null +++ b/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nlitesoft.NTLite +PackageVersion: 2026.08.11723 +PackageLocale: en-US +Publisher: Nlitesoft d.o.o. +PublisherUrl: https://ntlite.com/ +PublisherSupportUrl: https://ntlite.com/docs/ +PrivacyUrl: https://ntlite.com/privacy/ +Author: Nuhi +PackageName: NTLite +PackageUrl: https://ntlite.com/download/ +License: Proprietary +LicenseUrl: https://ntlite.com/eula/ +Copyright: Copyright (C) 2014-2026 Nlitesoft d.o.o. +ShortDescription: Local control for updating and editing Windows images and deployments. +Description: Integrate updates, drivers, automate Windows and application setup, speedup Windows deployment process and have it all set for the next time. +Moniker: ntlite +Tags: +- automate +- components +- configuration +- deployment +- driver +- esd +- image +- install +- iso +- management +- setup +- unattended +- update +- vhd +- wim +ReleaseNotesUrl: https://ntlite.com/changelog/ +PurchaseUrl: https://ntlite.com/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ntlite.com/docs/ +- DocumentLabel: Forums + DocumentUrl: https://ntlite.com/community/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.yaml b/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.yaml new file mode 100644 index 0000000000000..2b05cca89a8fa --- /dev/null +++ b/manifests/n/Nlitesoft/NTLite/2026.08.11723/Nlitesoft.NTLite.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: Nlitesoft.NTLite +PackageVersion: 2026.08.11723 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.installer.yaml b/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.installer.yaml new file mode 100644 index 0000000000000..0ef729fa767ac --- /dev/null +++ b/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NoMoreFood.PuTTY-CAC +PackageVersion: 0.85.0.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- PPK +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/NoMoreFood/putty-cac/raw/0.85/binaries/puttycac-0.85-x64.msi + InstallerSha256: E67ABB19F7B59C6B7D898D710266525BF64136667C56ACDCC1FB5EFC76ED816E + ProductCode: '{47C43F80-EEFC-42E7-98B9-23278D2DE98E}' +- Architecture: x86 + InstallerUrl: https://github.com/NoMoreFood/putty-cac/raw/0.85/binaries/puttycac-0.85-x86.msi + InstallerSha256: DFA2D7FD2A7857DD6DA8C7E19BAFEEE45920B53D0DE037362707E22E24C358BF + ProductCode: '{43B12952-1A8A-4A67-8DD8-740A70C22E2B}' +- Architecture: arm64 + InstallerUrl: https://github.com/NoMoreFood/putty-cac/raw/0.85/binaries/puttycac-0.85-arm64.msi + InstallerSha256: 23A2D0B38920953C846631E4D7979D62636B8C83DA45B78E023931E6E7E044D2 + ProductCode: '{0CF57DF0-FFE3-4865-A4E3-5B8D88AAE95D}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.locale.en-US.yaml b/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.locale.en-US.yaml new file mode 100644 index 0000000000000..bf63d2584f192 --- /dev/null +++ b/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NoMoreFood.PuTTY-CAC +PackageVersion: 0.85.0.0 +PackageLocale: en-US +Publisher: Simon Tatham +PublisherUrl: https://github.com/NoMoreFood +PublisherSupportUrl: https://github.com/NoMoreFood/putty-cac/issues +Author: Bryan Berns +PackageName: PuTTY CAC +PackageUrl: https://github.com/NoMoreFood/putty-cac +License: MIT +ShortDescription: Windows Secure Shell Client With Support For Smart Cards & Certificates +Tags: +- ssh +- terminal +- certificate +- rsa +- smartcard +- putty +- ecdsa +- mfa +- 2fa +- dod +- pkcs11 +- capi +- cac +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.yaml b/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.yaml new file mode 100644 index 0000000000000..d12b60c92dd28 --- /dev/null +++ b/manifests/n/NoMoreFood/PuTTY-CAC/0.85.0.0/NoMoreFood.PuTTY-CAC.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: NoMoreFood.PuTTY-CAC +PackageVersion: 0.85.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.installer.yaml b/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.installer.yaml new file mode 100644 index 0000000000000..f0110d8865ff0 --- /dev/null +++ b/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: napxlexn.AILimits +PackageVersion: 0.6.0 +MinimumOSVersion: 10.0.22000.0 +InstallerType: inno +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-25 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/napxlexn/ailimits/releases/download/v0.6.0/AiLimits-Setup-0.6.0.exe + # From the v0.6.0 release build's "Installer SHA256" step, cross-checked + # against the published asset digest. + InstallerSha256: 41C580CF879AC9B6F4E7EE94E717F440862A78168DEC14EE8128BAB94E4BAF89 + ProductCode: '{7A1B9C44-5E2D-4F8A-9C3B-AILIMITS0001}_is1' + AppsAndFeaturesEntries: + - DisplayName: AI Limits + Publisher: napxlexn + ProductCode: '{7A1B9C44-5E2D-4F8A-9C3B-AILIMITS0001}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.locale.en-US.yaml b/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.locale.en-US.yaml new file mode 100644 index 0000000000000..259b062c1acd6 --- /dev/null +++ b/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.locale.en-US.yaml @@ -0,0 +1,38 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: napxlexn.AILimits +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: napxlexn +PublisherUrl: https://github.com/napxlexn +PublisherSupportUrl: https://github.com/napxlexn/ailimits/issues +PackageName: AI Limits +PackageUrl: https://github.com/napxlexn/ailimits +License: GPL-3.0-or-later +LicenseUrl: https://github.com/napxlexn/ailimits/blob/v0.6.0/LICENSE +Copyright: Copyright (c) 2026 napxlexn +ShortDescription: A tiny native Windows 11 overlay showing your AI provider usage limits. +Description: >- + AI Limits is a tiny native Windows 11 floating overlay that shows your AI + provider usage limits right on the desktop: Claude, OpenAI Codex, GitHub + Copilot, and Google Antigravity. It uses authentication already stored by + official CLI tools or credentials added manually by the user, does not + refresh CLI tokens, and sends no telemetry. It needs no admin rights, ships + statically linked with no extra runtime, and has a low idle resource + footprint. A taskbar indicator keeps usage visible even when the overlay is + hidden. +Moniker: ailimits +Tags: + - ai + - claude + - codex + - copilot + - antigravity + - gemini + - usage + - overlay + - widget + - monitor + - tray +ReleaseNotesUrl: https://github.com/napxlexn/ailimits/releases/tag/v0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.yaml b/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.yaml new file mode 100644 index 0000000000000..e63830d0f0501 --- /dev/null +++ b/manifests/n/napxlexn/AILimits/0.6.0/napxlexn.AILimits.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: napxlexn.AILimits +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/ne43/foks/0.1.9/ne43.foks.installer.yaml b/manifests/n/ne43/foks/0.1.9/ne43.foks.installer.yaml new file mode 100644 index 0000000000000..ee73d7eae5c21 --- /dev/null +++ b/manifests/n/ne43/foks/0.1.9/ne43.foks.installer.yaml @@ -0,0 +1,22 @@ +# Created using go-foks/scripts/winget-gen.bash +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ne43.foks +PackageVersion: 0.1.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: foks.exe + PortableCommandAlias: foks +- RelativeFilePath: git-remote-foks.exe + PortableCommandAlias: git-remote-foks +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/foks-proj/go-foks/releases/download/v0.1.9/foks-v0.1.9-win-winget-amd64.zip + InstallerSha256: CAA90E043008A9D521237880C0388D3AF6A9EF9F1F8FC1F4F494E8C61C17150C +- Architecture: x86 + InstallerUrl: https://github.com/foks-proj/go-foks/releases/download/v0.1.9/foks-v0.1.9-win-winget-x86.zip + InstallerSha256: A431F743194BC6EF318DCD6C20A7E48E28520F44DABA01720223914C3713F3D7 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/n/ne43/foks/0.1.9/ne43.foks.locale.en-US.yaml b/manifests/n/ne43/foks/0.1.9/ne43.foks.locale.en-US.yaml new file mode 100644 index 0000000000000..f7be91420fcbf --- /dev/null +++ b/manifests/n/ne43/foks/0.1.9/ne43.foks.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using go-foks/scripts/winget-gen.bash +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ne43.foks +PackageVersion: 0.1.9 +PackageLocale: en-US +Publisher: ne43 +PackageName: foks +License: MIT License +ShortDescription: command-line interface to FOKS, the federated open key service +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/ne43/foks/0.1.9/ne43.foks.yaml b/manifests/n/ne43/foks/0.1.9/ne43.foks.yaml new file mode 100644 index 0000000000000..8639cd444f29e --- /dev/null +++ b/manifests/n/ne43/foks/0.1.9/ne43.foks.yaml @@ -0,0 +1,8 @@ +# Created using go-foks/scripts/winget-gen.bash +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ne43.foks +PackageVersion: 0.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.installer.yaml b/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.installer.yaml new file mode 100644 index 0000000000000..e917e76b2f2d2 --- /dev/null +++ b/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.installer.yaml @@ -0,0 +1,29 @@ +# Created with WinGet manifest schema 1.12.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: neyham.AIUsageDashboard +PackageVersion: 0.7.0 +InstallerLocale: en-US +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ReleaseDate: 2026-08-21 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/neyham/ai-usage-dashboard/releases/download/v0.7.0/AI-Usage-Dashboard_0.7.0_x64-setup.exe + InstallerSha256: 31B64330789B73C8FE0B30AD2BCDA9B141646885385E2E519D5E049CA9B880AD + AppsAndFeaturesEntries: + - DisplayName: AI Usage Dashboard + DisplayVersion: 0.7.0 + Publisher: neyha + ProductCode: AI Usage Dashboard +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.locale.en-US.yaml b/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.locale.en-US.yaml new file mode 100644 index 0000000000000..0f30a044bd152 --- /dev/null +++ b/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet manifest schema 1.12.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: neyham.AIUsageDashboard +PackageVersion: 0.7.0 +PackageLocale: en-US +Publisher: neyham +PublisherUrl: https://github.com/neyham +PublisherSupportUrl: https://github.com/neyham/ai-usage-dashboard/issues +Author: neyham +PackageName: AI Usage Dashboard +PackageUrl: https://github.com/neyham/ai-usage-dashboard +License: MIT +LicenseUrl: https://github.com/neyham/ai-usage-dashboard/blob/v0.7.0/LICENSE +Copyright: Copyright (c) 2026 neyham +ShortDescription: Local Windows dashboard for Claude Code, Codex, Grok Build, Cursor, Antigravity, and DeepSeek usage. +Description: |- + AI Usage Dashboard is a local-first Windows desktop dashboard and screensaver + for viewing Claude Code, Codex, Grok Build, Cursor, and Antigravity usage + windows alongside a DeepSeek API balance. Display Settings provide a + write-only DeepSeek API key field, optional Cursor and Antigravity panels + that stay off by default, and an optional Low Power Mode that disables + animation and reduces renderer update work. Credentials and provider + requests stay in the native Rust backend; the renderer receives sanitized + usage summaries only. The project has no developer-operated server, + analytics, or telemetry. +Moniker: ai-usage-dashboard +Tags: + - ai + - antigravity + - claude + - claude-code + - codex + - cursor + - dashboard + - deepseek + - grok + - usage +ReleaseNotesUrl: https://github.com/neyham/ai-usage-dashboard/releases/tag/v0.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.yaml b/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.yaml new file mode 100644 index 0000000000000..795c0967f7ea9 --- /dev/null +++ b/manifests/n/neyham/AIUsageDashboard/0.7.0/neyham.AIUsageDashboard.yaml @@ -0,0 +1,8 @@ +# Created with WinGet manifest schema 1.12.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: neyham.AIUsageDashboard +PackageVersion: 0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.installer.yaml b/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.installer.yaml deleted file mode 100644 index f015aa2e9d912..0000000000000 --- a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Objective.Trapeze -PackageVersion: 26.8.5280.0 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: TRAPEZEFILESDIR="" -Protocols: -- x-tpz -FileExtensions: -- bmp -- dcm -- dib -- jpeg -- jpg -- pcx -- pdf -- png -- tif -- tiff -- tpz -ReleaseDate: 2026-08-04 -AppsAndFeaturesEntries: -- UpgradeCode: '{52B39D54-4513-49E0-B8DD-557D8CA64FAF}' -Installers: -- Architecture: x86 - InstallerUrl: https://s3-ap-southeast-2.amazonaws.com/trapezedownload.objective.com/Objective_Trapeze_x86.msi - InstallerSha256: 3D429D3DBD6C034BDCA407E938D5058864F622DD850ECEEC809B74A31026F1B2 - ProductCode: '{1B612822-2CC0-423C-8B04-D0025946C0D3}' -- Architecture: x64 - InstallerUrl: https://s3-ap-southeast-2.amazonaws.com/trapezedownload.objective.com/Objective_Trapeze_x64.msi - InstallerSha256: 6F58D3A0C6817AA1EBB9F79F6D81AA00705FA20BF6B4146D0405F6173268F78A - ProductCode: '{78248898-22F3-4EA1-86B2-EE51BC0C51AC}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.locale.en-US.yaml b/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.locale.en-US.yaml deleted file mode 100644 index 0a92c3c948885..0000000000000 --- a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.locale.en-US.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Objective.Trapeze -PackageVersion: 26.8.5280.0 -PackageLocale: en-US -Publisher: Objective Corporation Limited. -PublisherUrl: https://www.objective.com/ -PublisherSupportUrl: https://www.objective.com/resources/help-centre -PrivacyUrl: https://www.objective.com/privacy-policy -Author: Objective Corporation Limited -PackageName: Objective Trapeze -PackageUrl: https://www.objective.com/products/objective-trapeze -License: Proprietary -LicenseUrl: https://www.objective.com/legal -Copyright: © Copyright 2026 Objective US -CopyrightUrl: https://www.objective.com/legal -ShortDescription: Software purpose-built for planning and building teams. All the tools you need to assess, compare, annotate and approve digital plans. -Tags: -- building -- construction -ReleaseNotes: |- - New - - Added help panel - Changes - - Changed annotation panel, comments panel and find panel to allow selecting side panel tab location when docking - - Changed the message bar to include an ellipsis button when the text doesn't fit - - Changed to add a setting to get the legacy print dialog on Windows 11 - - Changed to add a setting to save by copying data rather than moving files - - Changed to add support for side panels remembering tab ordering when docking changes - - Changed web content colour scheme to match light or dark mode - Fixes - - Fixed a drawing issue in unthemed Active Document toolbar customize - - Fixed an application window sizing issue on some systems - - Fixed an issue placing linked overlays on rotated PDF pages - - Fixed checks to make sure popups are on screen not including under a task bar - - Fixed comments panel and find panel not starting a drag when dragging the tab - - Fixed message bar close button drawing at the wrong dpi when clicked if the dpi has changed - - Fixed message bar close button background not erasing correctly - - Fixed modes not downloading icons when the theme is changed - - Fixed print preview in the print dialog not always deleting temporary files - - Fixed side panel toolbars not always showing in the correct location - - Fixed temporary files not being deleted after using Document Combine in the Unicode version - - Fixed Trapeze caption sometimes drawing non-themed - - Fixed View Projects not working when projects is docked in a side panel -ReleaseNotesUrl: https://www.objective.com/products/objective-trapeze-release-notes -PurchaseUrl: https://www.objective.com/products/objective-trapeze#pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.locale.zh-CN.yaml b/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.locale.zh-CN.yaml deleted file mode 100644 index dae95445a7f63..0000000000000 --- a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.locale.zh-CN.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Objective.Trapeze -PackageVersion: 26.8.5280.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 专为规划和施工团队打造的软件。提供评估、比较、批注和审批数字图纸所需的全套工具。 -Tags: -- 建筑 -- 建造 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.yaml b/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.yaml deleted file mode 100644 index dc9e262e0a2e8..0000000000000 --- a/manifests/o/Objective/Trapeze/26.8.5280.0/Objective.Trapeze.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Objective.Trapeze -PackageVersion: 26.8.5280.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.installer.yaml b/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.installer.yaml new file mode 100644 index 0000000000000..15b69f439089f --- /dev/null +++ b/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Octonove.CapturaPro +PackageVersion: 1.1.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Octonove/capturapro/releases/download/v1.1.0/CapturaPro-Setup.exe + InstallerSha256: EA83E8EEC79F257EE2A5EFDB6A5ED19315641AA00F3C7B9BA775A4793D150B12 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.locale.en-US.yaml b/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.locale.en-US.yaml new file mode 100644 index 0000000000000..939c6f6cf13af --- /dev/null +++ b/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Octonove.CapturaPro +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Octonove +PublisherUrl: https://simplificaconia.com +PublisherSupportUrl: https://simplificaconia.com/contacto/ +PackageName: CapturaPro +PackageUrl: https://simplificaconia.com/grabador-de-pantalla-gratis/ +License: MIT +Copyright: Copyright (c) Octonove +ShortDescription: Free screen capture and recording tool for Windows with annotated screenshots, GIF export, system audio recording and no watermark. 100% local, UI in Spanish. +Moniker: capturapro +Tags: +- screen-capture +- screenshot +- screen-recorder +- gif +- spanish +ReleaseNotes: "## ✨ Nueva herramienta:Difuminar\n\n• 🔒 En el **editor de anotaciones** (donde pones flechas, cuadros y texto sobre una captura), ahora hay una herramienta **«Difuminar»**:arrastra un rectángulo sobre la zona con datos sensibles y quedará difuminada. Ideal para censurar nombres, correos o números antes de compartir una captura.\n • La **intensidad** se controla con el campo **Grosor** de la barra.\n • Funciona con **Deshacer/Rehacer**, y las flechas o textos que dibujes después encima quedan nítidos.\n\n---\n\n### Instalación\nDescarga **CapturaPro-Setup.exe** y ejecútalo. Si Windows muestra *\"Windows protegió tu PC\"*, pulsa **Más información → Ejecutar de todas formas**. Se instala sin permisos de administrador." +ReleaseNotesUrl: https://github.com/Octonove/capturapro/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.yaml b/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.yaml new file mode 100644 index 0000000000000..0827186d5dc65 --- /dev/null +++ b/manifests/o/Octonove/CapturaPro/1.1.0/Octonove.CapturaPro.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Octonove.CapturaPro +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.installer.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.installer.yaml new file mode 100644 index 0000000000000..0e39f96ff9b17 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Oire/sic/releases/download/v1.1.0.22/sic-v1.1.0.22-setup.exe + InstallerSha256: 10C8522B60EB56B9C1A5455631AE521E41FCDC18FB0AAAD588EECC7ED283B435 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.de-DE.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.de-DE.yaml new file mode 100644 index 0000000000000..cd4d63287b5e9 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.de-DE.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +PackageLocale: de-DE +Publisher: Oire Software SARL +PublisherUrl: https://oire.org/ +PublisherSupportUrl: https://github.com/Oire/sic/issues +Author: André Polykanine +PackageName: SIC! +PackageUrl: https://sic.oire.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/Oire/sic/blob/master/LICENSE +Copyright: Copyright © 2026 Oire Software SARL. +ShortDescription: Einfacher Bildkonverter +Description: Ein barrierefreier Bildformat-Konverter für Windows. Konvertieren Sie Bilder stapelweise zwischen 8 Formaten mit optionaler Größenänderung. Funktioniert sowohl als grafische Anwendung als auch als Kommandozeilenwerkzeug. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.en-US.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.en-US.yaml new file mode 100644 index 0000000000000..6a6514866bc64 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +PackageLocale: en-US +Publisher: Oire Software SARL +PublisherUrl: https://oire.org/ +PublisherSupportUrl: https://github.com/Oire/sic/issues +Author: André Polykanine +PackageName: SIC! +PackageUrl: https://sic.oire.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/Oire/sic/blob/master/LICENSE +Copyright: Copyright © 2026 Oire Software SARL. +ShortDescription: Simple Image Converter +Description: An accessible image format converter for Windows. Batch-convert images between 8 formats with optional resizing. Works as both a GUI app and a command-line tool. +Moniker: oire-sic +Tags: +- accessibility +- c-sharp +- dotnet +- image-processing +- lightweight +- windows +- windows-forms +- winforms +ReleaseNotesUrl: https://github.com/Oire/sic/releases/tag/v1.1.0.22 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.es-ES.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.es-ES.yaml new file mode 100644 index 0000000000000..581c1d71cd029 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.es-ES.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +PackageLocale: es-ES +Publisher: Oire Software SARL +PublisherUrl: https://oire.org/ +PublisherSupportUrl: https://github.com/Oire/sic/issues +Author: André Polykanine +PackageName: SIC! +PackageUrl: https://sic.oire.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/Oire/sic/blob/master/LICENSE +Copyright: Copyright © 2026 Oire Software SARL. +ShortDescription: Conversor de imágenes sencillo +Description: Un conversor de formatos de imagen accesible para Windows. Convierte imágenes por lotes entre 8 formatos con redimensionamiento opcional. Funciona tanto como aplicación gráfica como herramienta de línea de comandos. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.fr-FR.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.fr-FR.yaml new file mode 100644 index 0000000000000..b907fd3d9c2d4 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.fr-FR.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +PackageLocale: fr-FR +Publisher: Oire Software SARL +PublisherUrl: https://oire.org/ +PublisherSupportUrl: https://github.com/Oire/sic/issues +Author: André Polykanine +PackageName: SIC! +PackageUrl: https://sic.oire.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/Oire/sic/blob/master/LICENSE +Copyright: Copyright © 2026 Oire Software SARL. +ShortDescription: Convertisseur d'images simple +Description: Un convertisseur de formats d'image accessible pour Windows. Convertissez par lots vos images entre 8 formats avec redimensionnement optionnel. Fonctionne à la fois comme application graphique et comme outil en ligne de commande. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.he-IL.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.he-IL.yaml new file mode 100644 index 0000000000000..9adf0bf0f0635 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.he-IL.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +PackageLocale: he-IL +Publisher: Oire Software SARL +PublisherUrl: https://oire.org/ +PublisherSupportUrl: https://github.com/Oire/sic/issues +Author: André Polykanine +PackageName: SIC! +PackageUrl: https://sic.oire.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/Oire/sic/blob/master/LICENSE +Copyright: Copyright © 2026 Oire Software SARL. +ShortDescription: ממיר תמונות פשוט +Description: ממיר פורמטים של תמונות נגיש עבור Windows. המרה קבוצתית של תמונות בין 8 פורמטים עם שינוי גודל אופציונלי. פועל גם כיישום גרפי וגם ככלי שורת פקודה. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.ru-RU.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.ru-RU.yaml new file mode 100644 index 0000000000000..c757c474f5894 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.ru-RU.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +PackageLocale: ru-RU +Publisher: Oire Software SARL +PublisherUrl: https://oire.org/ +PublisherSupportUrl: https://github.com/Oire/sic/issues +Author: André Polykanine +PackageName: SIC! +PackageUrl: https://sic.oire.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/Oire/sic/blob/master/LICENSE +Copyright: Copyright © 2026 Oire Software SARL. +ShortDescription: Простой конвертер изображений +Description: Доступный конвертер форматов изображений для Windows. Массовое преобразование изображений между 8 форматами с возможностью изменения размера. Работает и как графическое приложение, и как инструмент командной строки. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.uk-UA.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.uk-UA.yaml new file mode 100644 index 0000000000000..fa05181aeaf01 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.locale.uk-UA.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Oire.Sic +PackageVersion: 1.1.0.22 +PackageLocale: uk-UA +Publisher: Oire Software SARL +PublisherUrl: https://oire.org/ +PublisherSupportUrl: https://github.com/Oire/sic/issues +Author: André Polykanine +PackageName: SIC! +PackageUrl: https://sic.oire.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/Oire/sic/blob/master/LICENSE +Copyright: Copyright © 2026 Oire Software SARL. +ShortDescription: Простий конвертер зображень +Description: Доступний конвертер форматів зображень для Windows. Пакетне перетворення зображень між 8 форматами з можливістю зміни розміру. Працює і як графічний застосунок, і як інструмент командного рядка. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.yaml b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.yaml new file mode 100644 index 0000000000000..f685b287c0426 --- /dev/null +++ b/manifests/o/Oire/Sic/1.1.0.22/Oire.Sic.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: Oire.Sic +PackageVersion: 1.1.0.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.installer.yaml b/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.installer.yaml new file mode 100644 index 0000000000000..1085de5a16e61 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.installer.yaml @@ -0,0 +1,20 @@ +# 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: Oksion.XiControl +PackageVersion: 0.12.2 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- xicontrol +ReleaseDate: 2026-08-21 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Oksion/XiControl/releases/download/v0.12.2/XiControl-v0.12.2-win-x64.exe + InstallerSha256: DA8EAF18A8F617870890D9D2677F8213F6590E302D79C77749045EE20E64C00B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.locale.en-US.yaml b/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.locale.en-US.yaml new file mode 100644 index 0000000000000..edfef436ccce7 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.locale.en-US.yaml @@ -0,0 +1,42 @@ +# 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: Oksion.XiControl +PackageVersion: 0.12.2 +PackageLocale: en-US +Publisher: Oksion +PublisherUrl: https://github.com/Oksion +PublisherSupportUrl: https://github.com/Oksion/XiControl/issues +PackageName: Xi Control +PackageUrl: https://github.com/Oksion/XiControl +License: GPL-3.0 +LicenseUrl: https://github.com/Oksion/XiControl/blob/HEAD/LICENSE +Copyright: Copyright (c) Oksion +ShortDescription: Tray utility for Xiaomi/Redmi laptops - battery charge limit, performance modes, OSD and Mi button, driver-free via the stock firmware WMI interface (MIFS). +Description: |- + Xi Control is a lightweight tray utility for Xiaomi / Redmi (Redmibook) laptops, + built primarily for the Xiaomi Book Pro 14 (2026) but not limited to it. + Battery care (charge limit) with automatic re-arm after sleep, five performance + modes including the hidden Eco mode, OSD overlays, Mi button gestures, special + key fixes (Fn-Lock OSD, microphone mute, keyboard backlight levels) and an + owl mode that keeps the system awake while the lid is closed on AC power. + Everything is driven through the firmware's stock WMI interface - no WinRing0, + no third-party drivers. Requires administrator rights (a firmware WMI + requirement); the app elevates itself via UAC on launch. +Moniker: xicontrol +Tags: +- battery +- charge-limit +- laptop +- redmi +- redmibook +- tray +- wmi +- xiaomi +ReleaseNotes: |- + What's Changed + - Авто-яркость: тумблер «Обучение кривой» и «Возврат к выученному» (XIC-37) by @Oksion in #36 + Full Changelog: v0.12.1...v0.12.2 +ReleaseNotesUrl: https://github.com/Oksion/XiControl/releases/tag/v0.12.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.yaml b/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.yaml new file mode 100644 index 0000000000000..deda63cbeaf9f --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.12.2/Oksion.XiControl.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: Oksion.XiControl +PackageVersion: 0.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/.validation b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/.validation new file mode 100644 index 0000000000000..5084dd2f4d495 --- /dev/null +++ b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"30998fc9-f564-4bb9-8bec-550b2ec16b67","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0","CommitId":"7fc7cf4b49f226470e9163dbff7127f21067b6b3"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.installer.yaml b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.installer.yaml new file mode 100644 index 0000000000000..35631a5cb8969 --- /dev/null +++ b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OlimoffDev.BluetoothHandsFreeToggle +PackageVersion: 2.0.0.0 +MinimumOSVersion: 10.0.19041.0 +InstallerType: portable +Commands: +- bhft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Avazbek22/BluetoothHandsFreeToggle/releases/download/v2.0/BluetoothHandsFreeToggle-v2.0-win-x64.exe + InstallerSha256: 78D213FDDB8718DE2049CCD6371FF5CA4F01E4BA5DF23C30451BE0A2D7695444 +- Architecture: arm64 + InstallerUrl: https://github.com/Avazbek22/BluetoothHandsFreeToggle/releases/download/v2.0/BluetoothHandsFreeToggle-v2.0-win-arm64.exe + InstallerSha256: 209ECD036477E14D5F194988DA3D602BFBDC577F472D490099244B53D3CDE582 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-25 diff --git a/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.locale.en-US.yaml b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.locale.en-US.yaml new file mode 100644 index 0000000000000..0c91618efe1cd --- /dev/null +++ b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OlimoffDev.BluetoothHandsFreeToggle +PackageVersion: 2.0.0.0 +PackageLocale: en-US +Publisher: Olimoff Dev +PublisherUrl: https://github.com/Avazbek22 +PublisherSupportUrl: https://github.com/Avazbek22/BluetoothHandsFreeToggle/issues +PackageName: BluetoothHandsFreeToggle +PackageUrl: https://github.com/Avazbek22/BluetoothHandsFreeToggle +License: MIT +LicenseUrl: https://github.com/Avazbek22/BluetoothHandsFreeToggle/blob/master/LICENSE +Copyright: Copyright (c) 2026 Avazbek Olimov +ShortDescription: Resets or disables Windows Bluetooth Hands-Free services when a headset is stuck in low-quality call mode. +Description: A Windows utility for Bluetooth headsets that remain in low-quality Hands-Free call mode after a game or voice application stops using the microphone. Soft reset tries to restore normal stereo audio by restarting active Hands-Free services without disabling the headset microphone or changing service startup settings. If low-quality audio keeps returning, Hard mode backs up and disables these services for stable stereo playback, which also disables the headset microphone. Restore returns the saved Windows service settings. +Moniker: bhft +Tags: +- a2dp +- audio +- bluetooth +- bluetooth-audio +- bluetooth-audio-fix +- bluetooth-hands-free +- bluetooth-headphones +- bluetooth-headset +- gaming +- gaming-audio-fix +- hands-free +- headphones +- headset +- hfp +- stereo-audio +- windows +ReleaseNotesUrl: https://github.com/Avazbek22/BluetoothHandsFreeToggle/releases/tag/v2.0 +InstallationNotes: Hard mode changes Windows Bluetooth Hands-Free services. Run Restore before uninstalling if you want to re-enable HFP and the Bluetooth headset microphone. +Documentations: +- DocumentLabel: Project documentation + DocumentUrl: https://github.com/Avazbek22/BluetoothHandsFreeToggle#readme +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.yaml b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.yaml new file mode 100644 index 0000000000000..0eb678110452c --- /dev/null +++ b/manifests/o/OlimoffDev/BluetoothHandsFreeToggle/2.0.0.0/OlimoffDev.BluetoothHandsFreeToggle.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OlimoffDev.BluetoothHandsFreeToggle +PackageVersion: 2.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlimoffDev/OmenGamingHubUnlocker/.validation b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/.validation new file mode 100644 index 0000000000000..88d7f1412db38 --- /dev/null +++ b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"1dac3571-6af4-48d7-9271-2bf427e139b9","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0","CommitId":"7e5839e2242962b6aada544cc6b9dc32aaa2cd35"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.installer.yaml b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.installer.yaml new file mode 100644 index 0000000000000..3df78b6c443af --- /dev/null +++ b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OlimoffDev.OmenGamingHubUnlocker +PackageVersion: 3.2.0.0 +MinimumOSVersion: 10.0.19041.0 +InstallerType: portable +Commands: +- ogh-unlocker +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Avazbek22/OmenGamingHubUnlocker/releases/download/v3.2/OmenGamingHubUnlocker-v3.2-win-x64.exe + InstallerSha256: 14D950236EC422B5DCDFEA76D78BEC337130ECC840373CCAA1CDEE0A8EB4BB14 +- Architecture: arm64 + InstallerUrl: https://github.com/Avazbek22/OmenGamingHubUnlocker/releases/download/v3.2/OmenGamingHubUnlocker-v3.2-win-arm64.exe + InstallerSha256: 2298AFA30015344BDB71913298C5CE75DEDD72CCADEFA753E46191AF4AB9FCA9 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-24 diff --git a/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.locale.en-US.yaml b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.locale.en-US.yaml new file mode 100644 index 0000000000000..911e783700728 --- /dev/null +++ b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OlimoffDev.OmenGamingHubUnlocker +PackageVersion: 3.2.0.0 +PackageLocale: en-US +Publisher: Olimoff Dev +PublisherUrl: https://github.com/Avazbek22 +PublisherSupportUrl: https://github.com/Avazbek22/OmenGamingHubUnlocker/issues +PackageName: Omen Gaming Hub Unlocker +PackageUrl: https://github.com/Avazbek22/OmenGamingHubUnlocker +License: MIT +LicenseUrl: https://github.com/Avazbek22/OmenGamingHubUnlocker/blob/main/LICENSE +Copyright: Copyright (c) 2025 Avazbek Olimov +ShortDescription: Manages OMEN Gaming Hub background activity, startup items, and network access on Windows. +Description: A portable Windows utility for keeping OMEN Gaming Hub installed while controlling its background activity and network access. It can stop OMEN processes, set related services to Manual, disable scheduled tasks and startup entries, block known HP and OMEN network endpoints, inspect the current state, reset the app, and restore the original settings. It may help when OMEN Gaming Hub stops working after an update or displays region-related errors. This project is not affiliated with HP. +InstallationNotes: WinGet removes only the portable executable and command alias. To reverse changes applied by this utility, run Restore original settings before uninstalling the package. +Moniker: ogh-unlocker +Tags: +- disable-omen-gaming-hub +- firewall +- gaming +- hp +- hp-omen +- network-blocker +- omen +- omen-gaming-hub +- omen-gaming-hub-unlocker +- privacy +- region-lock +- startup +- vpn +- windows +- windows-10 +- windows-11 +ReleaseNotesUrl: https://github.com/Avazbek22/OmenGamingHubUnlocker/releases/tag/v3.2 +Documentations: +- DocumentLabel: Project documentation + DocumentUrl: https://github.com/Avazbek22/OmenGamingHubUnlocker#readme +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.yaml b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.yaml new file mode 100644 index 0000000000000..d27c160dfa269 --- /dev/null +++ b/manifests/o/OlimoffDev/OmenGamingHubUnlocker/3.2.0.0/OlimoffDev.OmenGamingHubUnlocker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OlimoffDev.OmenGamingHubUnlocker +PackageVersion: 3.2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index a2b61f4942a83..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.1 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.1/gro_v1.0.1_windows_amd64.zip - InstallerSha256: 49ec1c2fbb65d4b34d8b3295e129ae34ec4b66b45242f7ffadc9209e3cebc684 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.1/gro_v1.0.1_windows_arm64.zip - InstallerSha256: 784e033b436d60356e697ff17810c76069149f47e136dea11f48d1557eb12368 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 3907bb60224d0..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.1 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.yaml deleted file mode 100644 index 2fad59232d4bf..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.1/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 07793822b5a69..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.19 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.19/gro_v1.0.19_windows_amd64.zip - InstallerSha256: D9C5E86632171F900BBFE5EE4876FD6E061732235194268F0B2D0D7BFFA5FE3B -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.19/gro_v1.0.19_windows_arm64.zip - InstallerSha256: 68EE6A9FEB6E1E6683DF722C6AD7AD41EA6CB0B933E55CFB47E84814E5938889 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-25 diff --git a/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index e2ff322e39a78..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.19 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.19 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.yaml deleted file mode 100644 index 0ad9e68f1bd36..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.19/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index c71ae710ec6a9..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.2 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.2/gro_v1.0.2_windows_amd64.zip - InstallerSha256: 2a086a6b2abe05f3c74a344bf2b317ea1e67404b42dc7628ef16fd3bb657cc61 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.2/gro_v1.0.2_windows_arm64.zip - InstallerSha256: 281f23e693442eb50fcf1424671b16dadf261cedd2681dfa5120da9c287deb40 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 5ee05c027d1d3..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.2 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.yaml deleted file mode 100644 index 03d0b4b48d633..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.2/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 8e164052a2326..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.20 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.20/gro_v1.0.20_windows_amd64.zip - InstallerSha256: BC9B885F40E1C23CCA92D1B14B5CE1FB8F751BD073735DB93BBE7C52D7103398 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.20/gro_v1.0.20_windows_arm64.zip - InstallerSha256: 7095764753F5F405843CFB50282DC15B107BE87AF07B31F1721915EC9E20FA7E -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-25 diff --git a/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 77d03bd23951e..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.20 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.20 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.yaml deleted file mode 100644 index 6431052997e19..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.20/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.20 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 33d22e565688d..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.21 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.21/gro_v1.0.21_windows_amd64.zip - InstallerSha256: 1A956A8EBA6649C0BD0393DA702CEF92D1E6BF3E7BCFA689723896159EE3CCBE -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.21/gro_v1.0.21_windows_arm64.zip - InstallerSha256: 9E9F81FB0D31276B982544D5950C9D11D908D46D9B054E07391C3A8C46FD9584 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-25 diff --git a/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 949b2d2d5c23a..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.21 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.21 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.yaml deleted file mode 100644 index 504162115dc18..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.21/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.21 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index f2238af97669e..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.22 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.22/gro_v1.0.22_windows_amd64.zip - InstallerSha256: 06146440728A7E66788B9ED3C413BF437CD5D98E9ED49044E515827DB5F0AC44 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.22/gro_v1.0.22_windows_arm64.zip - InstallerSha256: F740BD75B66337E4043ECE5C93B9CB187CEAA4C9E20126B1AD9F1D7B252BAD31 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-25 diff --git a/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index d4eaaceb08c56..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.22 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.22 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.yaml deleted file mode 100644 index 6d743b35e4da0..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.22/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.22 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 1f297750e22f7..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.23 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.23/gro_v1.0.23_windows_amd64.zip - InstallerSha256: 2EF5A074B6CB5DCCD6F6C388A326DAC96E8E0920420455AC891E8DAE50B5CB2F -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.23/gro_v1.0.23_windows_arm64.zip - InstallerSha256: C3B3D349C78ECACF21FF57A00623E9E5AADFB574F2A415A78EB4D2549477269A -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-25 diff --git a/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 20bf8bd990337..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.23 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.23 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.yaml deleted file mode 100644 index 56f79e1974737..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.23/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.23 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index b498df7b0bc58..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.24 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.24/gro_v1.0.24_windows_amd64.zip - InstallerSha256: 8C4AA019CC2785C63B99405FEC8610E91B5A8633A309DFA5748CF11FFC8448A1 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.24/gro_v1.0.24_windows_arm64.zip - InstallerSha256: 559A375BA44FB4A809F7FC428FDC639DF01440990AE8CD85F4105EB7121C1EB2 -ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-01-25 diff --git a/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 516b8680c154b..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.24 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.24 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.yaml deleted file mode 100644 index 7157ffcd77ab0..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.24/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.24 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 081c82f6c280f..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.3 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.3/gro_v1.0.3_windows_amd64.zip - InstallerSha256: 5424c4d635fefe57398035f564ea79545d215a4584633e2f6ee828b27ef84ef4 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.3/gro_v1.0.3_windows_arm64.zip - InstallerSha256: 0156ea35a4da529123af3b8aa6c98544ddc194d356889fc4c4c13e61c60c618f -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 74b31864f41d6..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.3 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.yaml deleted file mode 100644 index ccd51504dad15..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.3/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 1c03546eb88fa..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.4 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.4/gro_v1.0.4_windows_amd64.zip - InstallerSha256: 4c02cf9b954d946ab97c9464552395ab68a60a63f0558bd5cea8fb77c278ed59 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.4/gro_v1.0.4_windows_arm64.zip - InstallerSha256: 369b7225e68b0ac58e9713043b16d5d9c56ec807d165249a20c8fe57bd1dd4d6 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 9636e8434d9d6..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.4 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.yaml deleted file mode 100644 index 2dc788643f81d..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.4/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 356e7dafb5fca..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.5 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.5/gro_v1.0.5_windows_amd64.zip - InstallerSha256: 97755e7534c4fd7f2060e3fe7b2ca05c37a2ea92be3b52de3faf54064e1b8dc9 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.5/gro_v1.0.5_windows_arm64.zip - InstallerSha256: 629f1f9fe8faf78bef3c5f7410abd1223eafd10620a48dc3a48a7a550f84a468 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index fbeb92a1f3101..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.5 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.yaml deleted file mode 100644 index 3627401f076f3..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.5/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index d9c1fc4399609..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.7 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.7/gro_v1.0.7_windows_amd64.zip - InstallerSha256: 95651e21efac30d6c079f8a4b0f2545c801c23107111fe79dd787dce6a02e0e3 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.7/gro_v1.0.7_windows_arm64.zip - InstallerSha256: 710be2af456c47b10a119eb44fda182abf1cc6d74e7dd3fd632eb8f163bf4f7f -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 909ebd8bb0ea8..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.7 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.yaml deleted file mode 100644 index 68a4db6a147cc..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.7/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 22c4d8c42f3d0..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.8 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.8/gro_v1.0.8_windows_amd64.zip - InstallerSha256: 5e2bac26363f13a908d808364cf9504e36537ff6d8da1ce10d1bffd7a4da8c75 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.8/gro_v1.0.8_windows_arm64.zip - InstallerSha256: bf85b848289f1e090323e7c84ffa52d7c384dfb4f5536673165e63e6c872f74a -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index bc81c22d7defd..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.8 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.yaml deleted file mode 100644 index 15c1a5a7c8ef5..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.8/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.installer.yaml b/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.installer.yaml deleted file mode 100644 index 5575e47e31fb1..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.9 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gro.exe - PortableCommandAlias: gro -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.9/gro_v1.0.9_windows_amd64.zip - InstallerSha256: 19018d16c49947990a893aa905c24663ee3d9e82b2210488bb655fefe86ea9c0 -- Architecture: arm64 - InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.9/gro_v1.0.9_windows_arm64.zip - InstallerSha256: 5abc0c6fc2efbd8d95ef66d86633c19c60673a6a57663851e179a1a331d2fc6b -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.locale.en-US.yaml b/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.locale.en-US.yaml deleted file mode 100644 index 0e5fa7f51410d..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.9 -PackageLocale: en-US -Publisher: Open CLI Collective -PublisherUrl: https://github.com/open-cli-collective -PackageName: Google Readonly CLI -PackageUrl: https://github.com/open-cli-collective/google-readonly -License: MIT -LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE -ShortDescription: Read-only command-line interface for Google services -Description: |- - A read-only CLI for Google services. Provides secure, read-only access to - Gmail, Google Calendar, and Google Drive including searching messages, - reading emails, viewing calendar events, and browsing Drive files. -Tags: -- google -- gmail -- calendar -- drive -- cli -- api -- readonly -- automation -ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.yaml b/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.yaml deleted file mode 100644 index fbb85b9f1adde..0000000000000 --- a/manifests/o/OpenCLICollective/gro/1.0.9/OpenCLICollective.gro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: OpenCLICollective.gro -PackageVersion: 1.0.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.installer.yaml b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.installer.yaml new file mode 100644 index 0000000000000..c3faae1d8050c --- /dev/null +++ b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenLess.OpenLess +PackageVersion: 1.3.18 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/Open-Less/openless/releases/download/v1.3.18-tauri/OpenLess_1.3.18_x64-setup.exe + InstallerSha256: A163E3C5BF70902ABFBEF60891D5B8BB81C46D5CB58EC8E48F29058298AF4609 + ProductCode: OpenLess +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/Open-Less/openless/releases/download/v1.3.18-tauri/OpenLess_1.3.18_x64_en-US.msi + InstallerSha256: 37FC13E1D87A2338E106C5E8CE0A18153976796F82A11EA07182DBAE37D2FA74 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{17EB8FC5-540A-423A-B67D-71E91F3815A7}' + AppsAndFeaturesEntries: + - UpgradeCode: '{CA8062EF-C000-5953-BFB0-27B8F4AC4980}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.locale.en-US.yaml b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.locale.en-US.yaml new file mode 100644 index 0000000000000..eaab5665b8272 --- /dev/null +++ b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenLess.OpenLess +PackageVersion: 1.3.18 +PackageLocale: en-US +ShortDescription: Hold a key, speak, release — AI-polished text appears at your cursor in any app. +Description: |- + OpenLess is a cross-platform (macOS & Windows) voice-input app — a fully open-source alternative to commercial tools like Typeless, Wispr Flow, Lazy, and Superwhisper. + Put your cursor in any text field — ChatGPT, Claude, Cursor, Notion, an email draft, a chat box — press one global hotkey and talk. OpenLess records, transcribes, polishes the text in the mode you picked, and inserts the result at the cursor. If insertion is blocked it copies to the clipboard, so the words you spoke don't get lost. + Unlike voice typing tools that just dump a word-for-word transcript, OpenLess's headline mode is AI-prompt mode: you ramble, it adds structure, lists constraints, and produces a context-rich prompt you can paste straight into ChatGPT / Claude / Cursor. +Tags: +- dictate +- dictation +- speech-recognition +- speech-to-text +- transcribe +- transcription +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.locale.zh-CN.yaml b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.locale.zh-CN.yaml new file mode 100644 index 0000000000000..36fe054643fde --- /dev/null +++ b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.locale.zh-CN.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenLess.OpenLess +PackageVersion: 1.3.18 +PackageLocale: zh-CN +Publisher: openless +PublisherUrl: https://github.com/Open-Less +PublisherSupportUrl: https://github.com/Open-Less/openless/issues +PackageName: OpenLess +PackageUrl: https://github.com/Open-Less/openless +License: MIT +LicenseUrl: https://github.com/Open-Less/openless/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 OpenLess contributors +ShortDescription: 按住快捷键说话,松开即得润色后的文字 +Description: |- + OpenLess 是一个跨平台(macOS & Windows)语音输入应用,对标 Typeless、Wispr Flow、Lazy、Superwhisper 等商业语音输入工具的 完全开源 替代品。 + 把光标放在 ChatGPT、Claude、Cursor、Notion、邮件、聊天框任意输入框里,按一次全局快捷键说话——OpenLess 会录音、转写、按你选的模式润色,把结果直接插入光标位置。插入失败时会自动复制到剪贴板,尽量保证「你说过的话不丢」。 + 不像那些只把语音转成「逐字稿」的输入法,OpenLess 的核心模式是 AI prompt 模式:你只管乱讲,它自动补上结构、列出约束、整理出有上下文的 prompt,复制粘贴就能直接喂给 ChatGPT / Claude / Cursor。 +Tags: +- 听写 +- 语音识别 +- 语音转文字 +- 转写 +- 转录 +ReleaseNotes: |- + macOS 用户首次安装提示 + 下载 DMG 拖入 /Applications 后,必须在终端运行: + xattr -cr /Applications/OpenLess.app + 否则 Gatekeeper 会提示「OpenLess 已损坏」——这是因为当前 build 用 ad-hoc 签名、没做 Apple 公证。 + 渠道说明 + - 以 -tauri 结尾的 tag 是正式版(自动推送给所有 in-app 检查更新的用户)。 + - 以 -beta-tauri 结尾或包含 -Beta.N-tauri 的 tag 是 Beta 版(GitHub 标 pre-release,不通过 in-app updater 推送给正式版用户;只对在「设置 → 关于 → 加入 Beta 渠道」开关切到 Beta 的用户可见,且需要手动从此页面下载安装)。 + 行为变更提示 + - 流式输入默认开启;不兼容场景会自动回落到一次性插入。可在「设置 → 高级」关闭。 + - 流式输入成功后默认把最终文本同步到剪贴板,方便再次粘贴;可在「设置 → 高级」关闭。 + What's Changed + - chore(cask): update OpenLess to 1.3.17 by @appergb in https://github.com/Open-Less/openless/pull/956 + - feat(dictation): 落字失败时把话交还给用户,换行不再劈开聊天消息 by @bigsongeth in https://github.com/Open-Less/openless/pull/943 + - fix(asr): fallback to CPU after Foundry CUDA failure by @H-Chris233 in https://github.com/Open-Less/openless/pull/945 + - fix(settings): keep experimental state consistent by @appergb in https://github.com/Open-Less/openless/pull/959 + - fix(history): 详情面板同层 key 去重,切换条目不再残留「播放录音」按钮 by @bigsongeth in https://github.com/Open-Less/openless/pull/964 + - feat(linux): 选区读取集成进 fcitx5 插件(clipboard addon),删除外部工具依赖 by @aeoform in https://github.com/Open-Less/openless/pull/961 + - fix(settings): 选区润色快捷键录制改用通用修饰键 by @aeoform in https://github.com/Open-Less/openless/pull/962 + - fix(linux): 屏蔽 Less Computer / Claude 控制台入口 by @aeoform in https://github.com/Open-Less/openless/pull/967 + - fix(polish): 长稿润色不再卡死在 30 秒——超时按稿子长度伸缩,流式改用首字/空闲两把尺子 by @bigsongeth in https://github.com/Open-Less/openless/pull/966 + - fix(vocab-card): 收起添加词卡片后,胶囊要回到屏幕中间 by @bigsongeth in https://github.com/Open-Less/openless/pull/969 + - docs(readme): restore jiangmuran and Cooper by @jiangmuran in https://github.com/Open-Less/openless/pull/971 + - fix(ui): 修复模型选择刷新闪烁 by @H-Chris233 in https://github.com/Open-Less/openless/pull/970 + - 本地模型增加 whisper 相关模型的支持;增加 qwen3-asr 的 rust 版本,相比 C 版本速度更快 by @jimersylee in https://github.com/Open-Less/openless/pull/940 + - fix(linux): avoid audio OSD on startup and exit (#968) by @H-Chris233 in https://github.com/Open-Less/openless/pull/973 + - fix: localize Windows tray menu labels (#957) by @H-Chris233 in https://github.com/Open-Less/openless/pull/972 + New Contributors + - @jimersylee made their first contribution in https://github.com/Open-Less/openless/pull/940 + Full Changelog: https://github.com/Open-Less/openless/compare/v1.3.17-tauri...v1.3.18-tauri + Android 安装说明 + - 推荐:真机下载 OpenLess__arm64-v8a.apk(arm64 设备)。 + - 模拟器:x86_64 模拟器用 OpenLess__x86_64.apk。 + - 首次安装需在系统设置中允许「安装未知应用」;应用内更新会拉起系统安装器。 + - adb 调试:adb install -r OpenLess__arm64-v8a.apk + Android 应用内更新 + - Stable 用户检查 latest-android-aarch64.json(及 mirror 变体)。 + - Beta 用户(设置 → 高级 → 加入 Beta)检查带 -beta 后缀的 manifest。 +ReleaseNotesUrl: https://github.com/Open-Less/openless/releases/tag/v1.3.18-tauri +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.yaml b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.yaml new file mode 100644 index 0000000000000..99fcb9679d1cb --- /dev/null +++ b/manifests/o/OpenLess/OpenLess/1.3.18/OpenLess.OpenLess.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: OpenLess.OpenLess +PackageVersion: 1.3.18 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/1.3.14/Oven-sh.Bun.locale.en-US.yaml b/manifests/o/Oven-sh/Bun/1.3.14/Oven-sh.Bun.locale.en-US.yaml index dbd9a0f017140..41354fe224b04 100644 --- a/manifests/o/Oven-sh/Bun/1.3.14/Oven-sh.Bun.locale.en-US.yaml +++ b/manifests/o/Oven-sh/Bun/1.3.14/Oven-sh.Bun.locale.en-US.yaml @@ -26,33 +26,7 @@ Tags: - typescript - zig - ziglang -ReleaseNotes: |- - To install Bun v1.3.14 - curl -fsSL https://bun.sh/install | bash - # or you can use npm - # npm install -g bun - Windows: - powershell -c "irm bun.sh/install.ps1|iex" - To upgrade to Bun v1.3.14: - bun upgrade - Read Bun v1.3.14's release notes on Bun's blog - - Thanks to 11 contributors! - - @190n - - @alii - - @carlsmedstad - - @cirospaciari - - @coleleavitt - - @djs5008 - - @dylan-conway - - @ig-ant - - @Jarred-Sumner - - @robobun - - @sosukesuzuki ReleaseNotesUrl: https://bun.com/blog/bun-v1.3.14 -InstallationNotes: |- - If you face issues running the package, it might be because your CPU does not support AVX2 instruction set. - In that case, try installing the package 'Oven-sh.Bun.Baseline' instead. Documentations: - DocumentLabel: API Reference DocumentUrl: https://bun.com/reference diff --git a/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.installer.yaml b/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.installer.yaml new file mode 100644 index 0000000000000..2ae4eee787475 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.installer.yaml @@ -0,0 +1,30 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun +PackageVersion: 1.4.0 +InstallerType: zip +NestedInstallerType: portable +Commands: +- bun +- bunx +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ./bun-windows-x64/bun.exe + PortableCommandAlias: bunx + - RelativeFilePath: bun-windows-x64/bun.exe + PortableCommandAlias: bun + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.4.0/bun-windows-x64.zip + InstallerSha256: E6F093D39DA486B20262CA8CDD5ED6A9E8BC9C2F275B78E6D3A0C5B28CC95901 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ./bun-windows-aarch64/bun.exe + PortableCommandAlias: bunx + - RelativeFilePath: bun-windows-aarch64/bun.exe + PortableCommandAlias: bun + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.4.0/bun-windows-aarch64.zip + InstallerSha256: F473BFE2DF73EE770548C93DD5D380AEA7120C218EC2AA1AFDD0BBBA7BF18C47 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.locale.en-US.yaml b/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.locale.en-US.yaml new file mode 100644 index 0000000000000..b7b77e3d0441d --- /dev/null +++ b/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Oven-sh +PublisherUrl: https://bun.sh/ +PublisherSupportUrl: https://github.com/oven-sh/bun/issues +PackageName: Bun +PackageUrl: https://bun.sh/ +License: MIT +LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md +ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one +Moniker: bun +Tags: +- bun +- bundler +- javascript +- javascriptcore +- jsx +- nodejs +- npm +- react +- transpiler +- typescript +- rust +- rustlang +ReleaseNotesUrl: https://bun.com/blog/bun-v1.4 +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://bun.com/reference +- DocumentLabel: Docs + DocumentUrl: https://bun.sh/docs +- DocumentLabel: Guides + DocumentUrl: https://bun.com/guides +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.yaml b/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.yaml new file mode 100644 index 0000000000000..906e0273f8086 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/1.4.0/Oven-sh.Bun.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: Oven-sh.Bun +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.installer.yaml b/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.installer.yaml new file mode 100644 index 0000000000000..9d2e2269af024 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.installer.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.Baseline +PackageVersion: 1.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./bun-windows-x64-baseline/bun.exe + PortableCommandAlias: bunx +- RelativeFilePath: bun-windows-x64-baseline/bun.exe + PortableCommandAlias: bun +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.4.0/bun-windows-x64-baseline.zip + InstallerSha256: B929C54A9BADB104A16DEDD23AAB6152C86793AE653D4E6B13983FFD0C882A66 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.locale.en-US.yaml b/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.locale.en-US.yaml new file mode 100644 index 0000000000000..9cab0ad6d61a0 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.Baseline +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Oven-sh +PublisherUrl: https://github.com/oven-sh +PublisherSupportUrl: https://github.com/oven-sh/bun/issues +PackageName: Bun Baseline +PackageUrl: https://bun.sh/ +License: MIT +LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md +ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one +Moniker: bun-baseline +Tags: +- bun +- bundler +- javascript +- javascriptcore +- jsx +- nodejs +- npm +- react +- transpiler +- typescript +- rust +- rustlang +ReleaseNotesUrl: https://bun.com/blog/bun-v1.4 +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://bun.com/reference +- DocumentLabel: Docs + DocumentUrl: https://bun.sh/docs +- DocumentLabel: Guides + DocumentUrl: https://bun.com/guides +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.yaml b/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.yaml new file mode 100644 index 0000000000000..a16c4dadb17ef --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Baseline/1.4.0/Oven-sh.Bun.Baseline.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: Oven-sh.Bun.Baseline +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.installer.yaml b/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.installer.yaml new file mode 100644 index 0000000000000..0df8c146c6877 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.installer.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.Profile +PackageVersion: 1.4.0 +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: install +Commands: +- bun +- bunx +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ./bun-windows-x64-profile/bun-profile.exe + PortableCommandAlias: bunx + - RelativeFilePath: bun-windows-x64-profile/bun-profile.exe + PortableCommandAlias: bun + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.4.0/bun-windows-x64-profile.zip + InstallerSha256: 47704129D35A2B7A7433F3D6C1B09B73E1EC09206D93B5B3ED4F95780C7CC7B7 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ./bun-windows-aarch64-profile/bun-profile.exe + PortableCommandAlias: bunx + - RelativeFilePath: bun-windows-aarch64-profile/bun-profile.exe + PortableCommandAlias: bun + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.4.0/bun-windows-aarch64-profile.zip + InstallerSha256: A14F28283AD12AD995F72446F11F8FABD34300F28FA7D9E18BD7EE71B797CDB5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.locale.en-US.yaml b/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.locale.en-US.yaml new file mode 100644 index 0000000000000..8e75b63a8230e --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.Profile +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Oven-sh +PublisherUrl: https://github.com/oven-sh +PublisherSupportUrl: https://github.com/oven-sh/bun/issues +PackageName: Bun Profile +PackageUrl: https://bun.sh/ +License: MIT +LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md +ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one +Moniker: bun-profile +Tags: +- bun +- bundler +- javascript +- javascriptcore +- jsx +- nodejs +- npm +- react +- transpiler +- typescript +- rust +- rustlang +ReleaseNotesUrl: https://bun.com/blog/bun-v1.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.yaml b/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.yaml new file mode 100644 index 0000000000000..3ae45ac6ad818 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Profile/1.4.0/Oven-sh.Bun.Profile.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: Oven-sh.Bun.Profile +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.installer.yaml b/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.installer.yaml new file mode 100644 index 0000000000000..b3258ed179722 --- /dev/null +++ b/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: open-policy-agent.opa +PackageVersion: 1.19.1 +InstallerType: portable +Commands: +- opa +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-policy-agent/opa/releases/download/v1.19.1/opa_windows_amd64.exe + InstallerSha256: FC932E644652D5634BC0D7A5E5F455DD26EBF5B243682A81EDDF6D387A901E2E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.locale.en-US.yaml b/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.locale.en-US.yaml new file mode 100644 index 0000000000000..54247b8c30fd1 --- /dev/null +++ b/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: open-policy-agent.opa +PackageVersion: 1.19.1 +PackageLocale: en-US +Publisher: Open Policy Agent +PublisherUrl: https://www.openpolicyagent.org/ +PublisherSupportUrl: https://github.com/open-policy-agent/opa/issues +PackageName: Open Policy Agent +PackageUrl: https://www.openpolicyagent.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/open-policy-agent/opa/blob/main/LICENSE +ShortDescription: Open Policy Agent (OPA) is an open source, general-purpose policy engine that enables unified, context-aware policy enforcement across the entire stack. +ReleaseNotes: "This release uses the latest version of Go (1.26.6) to build OPA, fixing stdlib vulnerabilities in code that OPA's HTTP handler and crypto builtins use:\r\n\r\n• https://pkg.go.dev/vuln/GO-2026-6218\r\n• https://pkg.go.dev/vuln/GO-2026-6091\r\n• https://pkg.go.dev/vuln/GO-2026-6090\r\n• https://pkg.go.dev/vuln/GO-2026-6089\r\n• https://pkg.go.dev/vuln/GO-2026-6088\r\n• https://pkg.go.dev/vuln/GO-2026-5972\r\n• https://pkg.go.dev/vuln/GO-2026-5026\r\n\r\nIt is otherwise the same code as v1.19.0.\r\n\r\nNote that users building their own OPA binaries and images already control the Golang version, so this is not relevant for them.\r\n\r\n### Miscellaneous\r\n\r\n• build(go):bump to 1.26.6 (authored by @srenatus)" +ReleaseNotesUrl: https://github.com/open-policy-agent/opa/releases/tag/v1.19.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.yaml b/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.yaml new file mode 100644 index 0000000000000..03020f7abe9e5 --- /dev/null +++ b/manifests/o/open-policy-agent/opa/1.19.1/open-policy-agent.opa.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: open-policy-agent.opa +PackageVersion: 1.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.installer.yaml b/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.installer.yaml new file mode 100644 index 0000000000000..9b272266ac586 --- /dev/null +++ b/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: openwong2kim.wmux +PackageVersion: 3.45.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: wmux +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- ProductCode: wmux +InstallationMetadata: + DefaultInstallLocation: "%LocalAppData%\\wmux" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openwong2kim/wmux/releases/download/v3.45.0/wmux-3.45.0.Setup.exe + InstallerSha256: 856E298AB3670EF6FD22210C89A7FE388E9C5357F937263EC59B3B8AE90FAC09 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.locale.en-US.yaml b/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.locale.en-US.yaml new file mode 100644 index 0000000000000..12893eaaeeec4 --- /dev/null +++ b/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: openwong2kim.wmux +PackageVersion: 3.45.0 +PackageLocale: en-US +Publisher: openwong2kim +PublisherUrl: https://github.com/openwong2kim +PublisherSupportUrl: https://github.com/openwong2kim/wmux/issues +PackageName: wmux +PackageUrl: https://github.com/openwong2kim/wmux +License: MIT +LicenseUrl: https://github.com/openwong2kim/wmux/blob/HEAD/LICENSE +ShortDescription: Windows terminal multiplexer with MCP server for AI agents +Description: |- + wmux is a Windows terminal multiplexer built for AI coding agents. + Run Claude Code, Codex, and Gemini CLI side by side with split terminals, + browser automation, and MCP integration. Features include session persistence, + dangerous command detection, real-time token cost tracking, and cross-workspace + terminal control via MCP tools. +Moniker: wmux +Tags: +- ai-agent +- developer-tools +- electron +- mcp +- multiplexer +- terminal +- windows +ReleaseNotes: "### Added\n\n• **The unread-glow dim is now adjustable.** A pane holding an unvisited\n notification used to drop to 60% opacity — \"the inactive terminal is\n shadowed\" — which made a session you were monitoring harder to read at the\n exact moment it produced output. Settings → Notifications now has an\n \"Unread pane brightness\" slider:100% removes the shadowing entirely (the\n colored border glow still marks the unread pane), 60% keeps the classic\n look, and the default is unchanged. (#960)\n\n### Fixed\n\n• **The roster no longer reads a working pane as waiting.** Claude Code's\n `bypass permissions on` footer is on screen for the whole turn in\n bypass-permissions mode, and the detector read every repaint of it as\n \"ready for input\" — which put a false `waiting` on the pane's roster row\n and inflated the \"N need you\" chip while the agent was still working. Once a\n pane's hook bridge has claimed that pane's lifecycle, the Stop signal owns the\n lifecycle status outright, on both the local and the packaged daemon path.\n Approval prompts (`awaiting_input`) are unaffected, and a pane whose hook has\n not claimed the lifecycle — no bridge at all, or one that has only announced\n itself — keeps the detector as its backstop.\n\n Note for anyone running a mixed pair:on the packaged daemon path the fix\n rides the daemon's own arbitration stamp, so an older daemon with a newer\n app does not get it until both are updated. (#935, #939)\n\n• **Claude Code panes are detected again.** The Claude gate needed its footer\n spelled with literal spaces on a line of its own. The shipping product\n (measured on v2.1.235) provides neither:spaces are cursor advances\n (`ESC[1C`), so the footer strips to `bypasspermissionson`, and the whole\n bottom region — input box, statusline, footer — arrives as one newline-free\n run whose rows are placed with cursor-position escapes. The gate therefore\n never opened on a real Claude pane, which quietly disabled every Claude\n detector pattern, `waiting` and the approval `awaiting_input` regexes alike.\n Whitespace is now optional in the footer fragments (the same treatment the\n banner pattern already carried) and candidate lines are cut on row-position\n escapes as well as newlines. (#935)\n\n• **A freshly launched agent no longer reads as busy.** Hook authority answers\n \"a bridge speaks for this pane\", which is not the same as \"the hook has\n claimed this pane's lifecycle\". A bridge that had sent only `SessionStart`\n suppressed the detector's true \"ready for input\" read, leaving the pane on\n the gate's one-shot `running` until its first turn ended. The status veto now\n waits for the hook to actually take the lifecycle over. (#935)\n\n• **Korean IME no longer paints the composing syllable over the one just\n committed.** Since v3.42.0, typing Korean showed syllables disappearing as\n you typed (`대한민국` read `대한국` until the composition ended) — the\n candidate-window pin introduced for Chinese/Japanese IMEs dragged the whole\n helper container, inline preedit included, back onto committed cells. The\n pin now holds only the hidden textarea that anchors the candidate window,\n while the visible inline preedit stays on the live cursor, so Korean input\n reads correctly keystroke by keystroke and the Chinese/Japanese\n candidate-window behavior is unchanged. The IME diagnostic log (now\n `ime-anchor2` → `ime-anchor3`) also records mid-composition and\n composition-end corrections when they change, so a future report of this\n family is self-diagnosing. (#945)\n\n• **The perf gate's frame-budget metrics are judged in frames, so a two-frame\n measurement no longer passes by a rounding accident.**\n `frameBudget.*.frameDeltaMs.p95` only ever lands on whole frame intervals,\n and the old rule — \"more than 2x the blessed baseline\" — put its threshold\n at exactly the top of the two-frame cluster. Every two-frame run passed\n because the comparison was strictly-greater, not because it was judged. It\n also meant a baseline blessed from a slow run quietly doubled the allowance.\n The rule is now \"at most one frame interval above the baseline\", which\n reaches the same verdict on every one of the 648 samples in the recorded\n trend while resting on the measurement instead of on where a threshold\n happened to fall. (#947)\n\n• **A red perf gate no longer describes its confirmation re-run as an\n independent measurement.** The re-run happens on the same runner, so it can\n tell a passing spike from a repeatable one but cannot clear a machine that\n was slow for its whole life — which is what happened before v3.44.0 was\n tagged, where the same commit measured clean on a fresh runner twenty\n minutes later. The summary and the failure line now say \"same runner\" and\n say what that does and does not prove. (#947)\n\n• **Codex panes no longer show a second blinking cursor on the status\n line.** Codex ends some of its synchronized-output frames with the\n hardware cursor visibly parked after the model/cwd status text or next to\n the \"Working\" spinner, and the terminal faithfully painted it there for a\n frame or two — quasi-periodic flashes that read as a second caret blinking\n alongside the composer's. The cursor is now rendered only at rest:frame\n traffic hides it, and it reappears 32 ms after the last frame — at the\n composer, where the resting position actually is. Classic TUIs (vim, less,\n htop) never bracket frames, so their cursor behavior is unchanged. (#954)\n\n• **Restored history no longer draws garbled after a restart.** When a pane\n came back from a dead-process recovery (daemon restart or the local\n scrollback cache), the restored screen stayed in the viewport while the\n freshly spawned shell's coordinates started from row 1 — so typed input and\n PSReadLine repaints landed on top of the restored text, overlapping it until\n a `clear`. The restored screen now scrolls fully into scrollback before the\n new prompt paints:the prompt starts on a clean viewport, and the history —\n commands included — sits intact one wheel-notch above. (#955)\n\n• **A pane's attention ring no longer draws on top of menus and modals.** The\n green completed-blink ring, the notification pulse, and the pane flash sat\n at overlay-level z-index without a containing stacking context, so a pane\n that lit up could paint its ring straight across the new-workspace picker\n (and the flash briefly over any modal). The decorations now sit above\n everything inside their pane and below all app chrome. (#956)\n\n• **An approved plugin can no longer read another workspace's private\n activity by naming it.** The iframe plugin host dispatches through the same\n trusted in-process channel as the app's own UI, and two read paths —\n `events.poll` (private `a2a.task` / channel events) and the a2a channel /\n mission reads — treated that shared channel as \"the operator\", so a plugin\n granted an ordinary read capability could aim those reads at any workspace\n by passing its id (or omitting one). Both paths now bind such a plugin to\n the workspace it is actually hosted in, matching the scope its approval\n implied; an unbound plugin read fails closed. This confines an approved\n plugin — it is not a defense against hostile same-user code, and external\n (non-plugin) callers are unchanged. (#959)\n\n• **A perf-gate red that reproduces on its own runner is now confirmed on a\n fresh machine before it blocks anything.** The in-job re-run can absorb a\n transient spike but cannot tell a real regression from a runner degraded for\n its whole lifetime — three activations on `main` showed reds that a\n different machine could not reproduce, and only a human clicking \"re-run all\n jobs\" resolved them. That click is now a dependent CI job:reproduced reds\n escalate to a fresh runner whose verdict is the gate's — green with the\n reasoning on record when the failure cannot be measured elsewhere, red on\n the strongest evidence the pipeline can produce when it can. Correctness\n failures and harness errors still fail closed on the spot. (#961)\n\n### Security\n\n• **A UI plugin can no longer point most browser calls at a workspace you are\n not in.** An approved iframe plugin could already only *watch* the active\n workspace — its event feed has been scoped since #719 — but its own\n `browser.*` calls were forwarded with whatever workspace id the plugin chose.\n The workspace the plugin host is showing now travels with each request on its\n own channel, out of the plugin's reach:a browser call that names a different\n workspace is refused, one that names none resolves to the workspace hosting\n the plugin instead of being rejected as unresolved, and a plugin whose host\n has no active workspace is refused rather than falling back to naming its own.\n This covers the browser methods that resolve a target — navigation,\n evaluation, extraction, input, capture and the rest. Opening and closing\n browser surfaces (`browser.open`, `browser.close`) resolve their workspace on\n a different path and are **not** covered yet; that is the next step on #922.\n Either way this confines an approved plugin to the scope its approval implied\n — it is not a defence against hostile code already running as your user, and\n callers on the local RPC wire are unchanged. (#941)\r\n\n\n## What's Changed\n• Stop the roster from reading a working pane as waiting by @openwong2kim in https://github.com/openwong2kim/wmux/pull/939\n• fix(browser):scope a plugin's browser calls to the workspace hosting it by @snowyukitty in https://github.com/openwong2kim/wmux/pull/941\n• Pin only the textarea during IME composition, never the inline preedit by @openwong2kim in https://github.com/openwong2kim/wmux/pull/945\n• fix(perf):gate the frame-budget family on frames, and stop calling the confirmation re-run independent by @snowyukitty in https://github.com/openwong2kim/wmux/pull/947\n• fix(terminal):render the cursor only at rest for synchronized-output TUIs by @openwong2kim in https://gith" +ReleaseNotesUrl: https://github.com/openwong2kim/wmux/releases/tag/v3.45.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.yaml b/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.yaml new file mode 100644 index 0000000000000..b53c2f2374462 --- /dev/null +++ b/manifests/o/openwong2kim/wmux/3.45.0/openwong2kim.wmux.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: openwong2kim.wmux +PackageVersion: 3.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.installer.yaml b/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.installer.yaml new file mode 100644 index 0000000000000..fb4226d817ef9 --- /dev/null +++ b/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: orbatschow.kontext +PackageVersion: 2.0.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +Commands: +- kontext +ReleaseDate: 2026-01-10 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: kontext.exe + PortableCommandAlias: kontext + InstallerUrl: https://github.com/orbatschow/kontext/releases/download/v2.0.0/kontext_Windows_x86_64.zip + InstallerSha256: 7C84E9627B0A79DB7224DD1DC763AD0C3370DC390294123125CE1F4C03CAFD90 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: kontext.exe + InstallerUrl: https://github.com/orbatschow/kontext/releases/download/v2.0.0/kontext_Windows_arm64.zip + InstallerSha256: 85992714A452868F0ED23D04426B9F0504A431E5802ACB5668DF8143A787955A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.locale.en-US.yaml b/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.locale.en-US.yaml new file mode 100644 index 0000000000000..a34a69bf6300d --- /dev/null +++ b/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.locale.en-US.yaml @@ -0,0 +1,50 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: orbatschow.kontext +PackageVersion: 2.0.0 +PackageLocale: en-US +Publisher: Orbatschow +PublisherUrl: https://orbat.sh +Author: Orbatschow +PackageName: kontext +PackageUrl: https://github.com/orbatschow/kontext/ +License: Apache-2.0 +LicenseUrl: https://github.com/orbatschow/kontext/blob/master/LICENSE +ShortDescription: Declarative kubeconfig management within a single binary. +Description: Kontext is a single binary application, that takes yet another approach on kubeconfig management. +Tags: +- cli +- devops-tools +- golang +- kubernetes +- context +- kubeconfig +- portable +- terminal +ReleaseNotes: |- + ## Changelog + * 47335f07415eca220181e1628f988627d4b633f9 Merge pull request #34 from orbatschow/feature/command-descriptions + * ec01c9c38870bf890b96941869a41e8d69615863 Merge pull request #35 from orbatschow/feature/slog + * 9fc06fcf18df645588d7161714891c02e1d879f8 Merge pull request #36 from orbatschow/feature/lint + * b472cf0d58a1ff96d84161151a90bdc3b777270c Merge pull request #37 from orbatschow/fix/tests + * c5f0da53d81ffa1293e18e251368a1e407ec36f5 WIP: command line completions + * ad055970bdb4ff0af31968ae68fa7f65e5de306b feat!: merge pull request #33 from orbatschow/feature/shell-completion + * 1824276d8c67ef31f61700e299d58fbe913244f7 feat!: refactor configuration file, this includes a breaking change for renaming keys + * 8a60f28303c93d002ad268d55f8ce2d7311385c6 feat: add validation to config file + * d25db2b1d0b0c2c8fa8597dddb123ad0c8efe16f feat: implement autocomplete + * f18b8fdd3af89ea987f3988dfd6aaeda38929513 feat: merge + * 3001d54a6b65385df55bf04220104a9d8f21089f feat: remove backup function, it doesn't make a lot of sense + * 319d78881df86a1d2042445b4a1649de422a0d5e feat: remove outdated linter + * 40de46dba775f04923cded62babf691b7d6b4212 feat: rework descriptions, fix build + * 18d28957759fccb8cb87e2ac308354d112c61175 feat: update gitignore + * 4ace157a195a21bc722849ead1a5cafc1a8e4773 feat: upgrade to golang 1.25.0 + * a9e344ae54dbdea658a84ac25b157ee437bba920 feat: use slog + * f7b81ddacfdb3dbc8ccd041b2d179ede50f99849 feat: use slog + * ffd3f2a44e0810eafa5a58b24ebed9eaf2c74073 fix: outdated linters and linting issues + * 2929070d3e3552b809fe549272471152f244c67f fix: tests + + +ReleaseNotesUrl: https://github.com/orbatschow/kontext/releases/tag/v2.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.yaml b/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.yaml new file mode 100644 index 0000000000000..cc82792c74e8b --- /dev/null +++ b/manifests/o/orbatschow/kontext/2.0.0/orbatschow.kontext.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: orbatschow.kontext +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.installer.yaml b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.installer.yaml new file mode 100644 index 0000000000000..73de330502ce9 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.20.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Open Design-release-stable-win +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nexu-io/open-design/releases/download/open-design-v0.20.2/open-design-0.20.2-win-x64-setup.exe + InstallerSha256: AEA88B7E089C7FA41E09CC56AA9C7D02380B2756EC207BD92BE90066B0640B94 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.locale.en-US.yaml b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.locale.en-US.yaml new file mode 100644 index 0000000000000..0db6b96b04a3d --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.locale.en-US.yaml @@ -0,0 +1,128 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Powerformer.OpenDesign +PackageVersion: 0.20.2 +PackageLocale: en-US +Publisher: Powerformer, Inc. +PublisherUrl: https://nexu.io/ +PublisherSupportUrl: https://github.com/nexu-io/open-design/issues +Author: Powerformer, Inc. +PackageName: Open Design +PackageUrl: https://open-design.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/nexu-io/open-design/blob/HEAD/LICENSE +Copyright: Copyright 2026 Open Design contributors +ShortDescription: The open-source alternative to Claude Design. Your existing coding agent — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — becomes the design engine, driven by 31 composable skills and 72 brand-grade design systems. +Description: |- + The open-source alternative to Claude Design. Local-first, web-deployable, BYOK at every layer — 16 coding-agent CLIs auto-detected on your PATH (Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI) become the design engine, driven by 31 composable Skills and 72 brand-grade Design Systems. No CLI? An OpenAI-compatible BYOK proxy is the same loop minus the spawn. + + Why this exists + Anthropic's Claude Design (released 2026-04-17, Opus 4.7) showed what happens when an LLM stops writing prose and starts shipping design artifacts. It went viral — and stayed closed-source, paid-only, cloud-only, locked to Anthropic's model and Anthropic's skills. There is no checkout, no self-host, no Vercel deploy, no swap-in-your-own-agent. + Open Design (OD) is the open-source alternative. Same loop, same artifact-first mental model, none of the lock-in. We don't ship an agent — the strongest coding agents already live on your laptop. We wire them into a skill-driven design workflow that runs locally with pnpm tools-dev, can deploy the web layer to Vercel, and stays BYOK at every layer. + Type make me a magazine-style pitch deck for our seed round. The interactive question form pops up before the model improvises a single pixel. The agent picks one of five curated visual directions. A live TodoWrite plan streams into the UI. The daemon builds a real on-disk project folder with a seed template, layout library, and self-check checklist. The agent reads them — pre-flight enforced — runs a five-dimensional critique against its own output, and emits a single that renders in a sandboxed iframe seconds later. + That's not "AI tries to design something". That's an AI that has been trained, by the prompt stack, to behave like a senior designer with a working filesystem, a deterministic palette library, and a checklist culture — exactly the bar Claude Design set, but open and yours. + OD stands on four open-source shoulders: + - alchaincyf/huashu-design — the design-philosophy compass. Junior-Designer workflow, the 5-step brand-asset protocol, the anti-AI-slop checklist, the 5-dimensional self-critique, and the "5 schools × 20 design philosophies" idea behind our direction picker — all distilled into apps/daemon/src/prompts/discovery.ts. + - op7418/guizang-ppt-skill — the deck mode. Bundled verbatim under skills/guizang-ppt/ with original LICENSE preserved; magazine-style layouts, WebGL hero, P0/P1/P2 checklists. + - OpenCoworkAI/open-codesign — the UX north star and our closest peer. The first open-source Claude-Design alternative. We borrow its streaming-artifact loop, its sandboxed-iframe preview pattern (vendored React 18 + Babel), its live agent panel (todos + tool calls + interruptible generation), and its five-format export list (HTML / PDF / PPTX / ZIP / Markdown). We deliberately diverge on form factor — they are a desktop Electron app bundling pi-ai; we are a web app + local daemon that delegates to your existing CLI. + - multica-ai/multica — the daemon-and-runtime architecture. PATH-scan agent detection, the local daemon as the only privileged process, the agent-as-teammate worldview. +Tags: +- agent +- agentic +- ai +- claude +- design +- large-language-model +- llm +ReleaseNotes: |- + ⚡ Production exports now finish in under a minute: when a font or an image in + your work never comes back, Open Design no longer holds the whole pipeline for + ten minutes — it stops waiting and delivers the image or PDF anyway. An HTML + preview you already opened keeps its state, and first-run setup only lets you + continue once it really connects. Alongside that, the pricing, entitlement + badges and upgrade paths that shipped with Go Plan got a careful calibration + pass, so what plan you're on, where you can go from it, and where a click will + take you all read honestly. + ⚡ Performance & reliability + - 📤 A stuck export now takes under a minute instead of ten. When a font or + an image in your work never loads, Open Design stops waiting on it and + finishes the image or PDF anyway. Work that loads normally still exports at + full quality, and a genuine failure now names its reason so you can act on it. + (#7182) Thanks @lefarcen. + - 🖥️ Come back to an open HTML preview and it's still where you left it. + Switching projects, switching file tabs and toggling Preview/Code no longer + trigger a blank flash or a full reload — scroll position, live documents and + your edits survive, and text changes show up the moment you save. (#7156) + Thanks @lefarcen. + - ✅ A run that produced files is no longer reported as producing nothing. + When the browser doesn't finish syncing files in time, Open Design trusts what + the daemon confirmed was delivered. Runs that genuinely produced nothing still + show the original error. (#5750) Thanks @ferrarifankid04. + - 🧩 Interactive scripts in a project preview survive URL rewriting. Inline + scripts are delivered untouched while CSS and other assets stay + workspace-scoped, so script-driven interactive previews actually run. (#6938) + Thanks @mturac. + 🐛 Fixed + First-run setup + - 🚦 "Continue" now means you are actually ready to continue. Picking a local + CLI during first-run setup keeps the button inert until the CLI is detected. + With BYOK, filling in the key, base URL and model runs a real connection test + on click — a failure or a rate limit keeps you on the page with an actionable + error, and setup only completes once the test passes. (#7164) + Thanks @alchemistklk. + Pricing, plans & upgrades + - 🌐 The language you enter Pricing in is the language you stay in. The + locale the app hands over now applies before the page paints, instead of + flashing the wrong one first. Direct visits without an explicit locale still + follow your browser and saved preference. (#7197) Thanks @Siri-Ray. + - ↩️ Checkout returns you to the Cloud Console you came from. Pricing + handoffs from test, feature-validation and local environments come back to + their own entry point instead of landing in production. An invalid target + shows a localized error and disables checkout rather than silently falling + back. (#7219) Thanks @nettee. + - ⬆️ Your current plan, and where you can go from it, read at a glance. The + plan you're on is marked Current plan, anything below it is no longer + clickable, and higher tiers keep their upgrade entry. Savings amounts, model + order, the status column, the recommended accent and the monthly/annual toggle + all match the approved design. (#7191, #7222) Thanks @Siri-Ray. + - ♾️ "Unlimited" only appears on models your plan actually includes. Go, + Plus, Pro and Max badge according to their own entitlements; Team workspaces + no longer inherit a personal plan's badge, and BYOK no longer claims + platform-side unlimited use. A subscriber whose balance is exactly zero stops + seeing a balance chip they can't act on, while overdrafts, free plans and Team + still surface the balance that needs attention. (#7190, #7202, #7196) + Thanks @lefarcen, @Siri-Ray. + - The low-balance dialog's action buttons return to a consistent visual + hierarchy. (#7138) + Interface & navigation + - ⬇️ The update button stops crowding the account capsule. Once a new version + finishes downloading, the green update button appears as its own control to + the right of the avatar/balance capsule, so the account menu and the update + action stay in their own places. (#7237) Thanks @Siri-Ray. + - 🔔 The message center is a plain list again. Read and unread messages share + one view with no filter tabs; unread items carry a compact dot, and opening one + still marks just that message read. (#7231) Thanks @Siri-Ray. + - 🔗 Community links live at the bottom of the nav rail. Social links moved + out of the account menu into the footer of Home's navigation — the Chinese + interface shows the Feishu group, other languages show Discord, and X and email + stay the same. (#7232) Thanks @alchemistklk. + 🌐 Website + - The homepage's first screen and capsule header got a round of tightening: a + clearer brand claim, lighter capability chips, more restrained CTAs, and a + video demo that loads on click. Visitors who already clicked download stop + being prompted again. (#7178, #7186) Thanks @joeylee12629-star. + - Chinese visitors get a Feishu community entry while other languages keep + Discord, and the event recap pages are localized. (#7120, #7119) + - The product menu now carries the Codex Plugin entry, and the DeepSeek Harness + guide switches to a per-platform one-line installer with a more direct + getting-started flow. (#7139) Thanks @joeylee12629-star. + 🙏 Thanks to everyone who shipped 0.20.2 + @alchemistklk · @ferrarifankid04 · @joeylee12629-star · @lefarcen · @mturac · + @nettee · @PerishCode · @Siri-Ray +ReleaseNotesUrl: https://github.com/nexu-io/open-design/releases/tag/open-design-v0.20.2 +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.locale.zh-CN.yaml b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eef41dbc7895c --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Powerformer.OpenDesign +PackageVersion: 0.20.2 +PackageLocale: zh-CN +ShortDescription: Claude Design 的开源替代品。你现有的编程智能体 — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — 可成为设计引擎,由 31 个可组合技能与 72 个品牌级设计系统驱动。 +Description: |- + Claude Design 的开源替代品。本地优先、可部署到 Vercel、每一层都 BYOK —— 16 套 coding-agent CLI 在 PATH 上自动检测(Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI)就是设计引擎,由 31 个可组合 Skills 和 72 套品牌级 Design System 驱动。 + + 为什么要做这个 + Anthropic 的 Claude Design(2026-04-17 发布,基于 Opus 4.7)让大家第一次看到:当一个 LLM 不再写废话、开始直接交付设计成品,会是什么样子。它瞬间出圈 —— 然后保持闭源、付费、只跑在云上、绑定 Anthropic 的模型和 Anthropic 的内部 skill。没有 checkout,没有自托管,没有 Vercel 部署,也换不了自己的 agent。 + Open Design(OD)就是它的开源替代品。 同一套 loop、同一种「artifact-first」心智模型,但没有锁定。我们不做 agent —— 你笔记本上最强的 coding agent 已经装好了。我们要做的,是把它接进一个 skill 驱动的设计工作流:本地用 pnpm tools-dev 跑完整本地闭环,云端可单独部署 Web 层,每一层都 BYOK(自带 Key)。 + 输入「帮我做一份杂志风的种子轮 pitch deck」。在模型挥洒第一个像素之前,初始化问题表单已经先跳出来。Agent 从 5 套精挑的视觉方向里选一个。一张活的 TodoWrite 计划卡片实时流入 UI。Daemon 在磁盘上构建出一个真实的项目目录,里面有 seed 模板、布局库、自检 checklist。Agent 强制 pre-flight 读取它们,对自己的输出跑一轮五维评审,几秒后吐出一个 ,渲染在沙盒 iframe 里。 + 这不是「AI 试图做点设计」。这是一个被提示词栈训练得像高级设计师一样工作的 AI —— 有可用的文件系统、有确定性的色板库、有 checklist 文化 —— 也就是 Claude Design 立下的那条线,只是这次它开源、归你。 + OD 站在四个开源项目的肩膀上: + - alchaincyf/huashu-design(花叔的画术) —— 设计哲学的指南针。Junior-Designer 工作流、5 步品牌资产协议、anti-AI-slop checklist、五维自评审、以及方向选择器背后的「5 流派 × 20 种设计哲学」思路 —— 全部蒸馏进 apps/daemon/src/prompts/discovery.ts。 + - op7418/guizang-ppt-skill(歸藏的杂志风 PPT skill) —— Deck 模式。原样捆绑在 skills/guizang-ppt/ 下,原 LICENSE 保留;杂志版式、WebGL hero、P0/P1/P2 checklist。 + - OpenCoworkAI/open-codesign —— UX 北极星,也是我们最接近的同类。第一个开源的 Claude-Design 替代品。我们借鉴了它的流式 artifact 循环、沙盒 iframe 预览模式(自带 React 18 + Babel)、实时 agent 面板(todos + tool calls + 可中断生成)、5 种导出格式列表(HTML / PDF / PPTX / ZIP / Markdown)。我们刻意在形态上分流 —— 它是桌面 Electron 应用,把 pi-ai 打包进去做 agent;我们是 Web 应用 + 本地 daemon,把 agent 运行时委托给你已经装好的 CLI。 + - multica-ai/multica —— Daemon 与运行时架构。PATH 扫描式 agent 检测,本地 daemon 作为唯一的特权进程,agent-as-teammate 的世界观。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +- 设计 +Documentations: +- DocumentLabel: 快速开始 + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.yaml b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.yaml new file mode 100644 index 0000000000000..aae84a5858e05 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.20.2/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.20.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.installer.yaml b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.installer.yaml new file mode 100644 index 0000000000000..bb32ad870f894 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 3.0.5 +InstallerType: burn +Scope: user +UpgradeBehavior: install +FileExtensions: +- protondoc +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- UpgradeCode: '{198F3E44-4F43-41BF-AA0C-30FCA64DBCF3}' +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/drive/windows/3.0.5/x64/Proton%20Drive%20Setup%203.0.5.exe + InstallerSha256: 1987D65EB49588551E39D7BC4D290AD2C17E8753AB9A22A64EF5AE67E1BCF6A2 + ProductCode: '{1D6B18D8-9229-4AB1-879D-185E4C7B3FA9}' +- Architecture: arm64 + InstallerUrl: https://proton.me/download/drive/windows/3.0.5/arm64/Proton%20Drive%20Setup%203.0.5.exe + InstallerSha256: 99D2A870C2274B2F03785F978F93630D400132CC93342DA114C68670E35134A3 + ProductCode: '{B816A198-0A07-401C-9E0A-ED44F3476F7E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.locale.en-US.yaml b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..582ee300f9a44 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.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: Proton.ProtonDrive +PackageVersion: 3.0.5 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: Proprietary +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2026 Proton AG +ShortDescription: Free secure cloud storage +Description: Proton Drive is an end-to-end encrypted Swiss vault for your files that protects your data. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- secure +- security +- share +- sync +- upload +ReleaseNotes: |- + Improvements + - Quality improvements +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.locale.zh-CN.yaml b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7b26d8083e8c6 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 3.0.5 +PackageLocale: zh-CN +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: 专有软件 +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2026 Proton AG +ShortDescription: 免费安全的云存储 +Description: Proton Drive 是一款来自瑞士的端到端加密文件库,可以保护您的数据。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 安全 +- 文件 +- 网盘 +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.yaml b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.yaml new file mode 100644 index 0000000000000..d27759b43f1bb --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.5/Proton.ProtonDrive.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: Proton.ProtonDrive +PackageVersion: 3.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.installer.yaml b/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.installer.yaml new file mode 100644 index 0000000000000..bedac3d925a57 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.19.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-11" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.19.5/ogcode_0.19.5_windows_arm64.zip + InstallerSha256: 991340ec8abc6c73555335375c0b49ec251f787391fbc1ede07b67c3c3fd15e7 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.19.5/ogcode_0.19.5_windows_x86_64.zip + InstallerSha256: 25fd359b37942e79da76fd08d62d1830bd93309316372e663b0d99fa29003275 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.locale.en-US.yaml b/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.locale.en-US.yaml new file mode 100644 index 0000000000000..2870ae4c09f08 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: prasenjeet-symon.ogcode +PackageVersion: 0.19.5 +PackageLocale: en-US +Publisher: prasenjeet-symon +PublisherUrl: https://github.com/prasenjeet-symon +PublisherSupportUrl: https://github.com/prasenjeet-symon/ogcode/issues +PackageName: ogcode +PackageUrl: https://github.com/prasenjeet-symon/ogcode +License: MIT +LicenseUrl: https://github.com/prasenjeet-symon/ogcode/blob/main/LICENSE +ShortDescription: Agentic coding assistant with web UI +Description: ogcode is an agentic coding assistant with a web UI that helps you write, review, and manage code. +Moniker: ogcode +Tags: + - ogcode + - coding-assistant +ReleaseNotesUrl: https://github.com/prasenjeet-symon/ogcode/releases/tag/v0.19.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.yaml b/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.yaml new file mode 100644 index 0000000000000..bc7ace7318eaa --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.19.5/prasenjeet-symon.ogcode.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: prasenjeet-symon.ogcode +PackageVersion: 0.19.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.installer.yaml b/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.installer.yaml new file mode 100644 index 0000000000000..6d0a8c8a75b36 --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: changerig.exe + PortableCommandAlias: changerig +- RelativeFilePath: clauderig.exe + PortableCommandAlias: clauderig +- RelativeFilePath: rig.exe + PortableCommandAlias: rig +- RelativeFilePath: shiprig.exe + PortableCommandAlias: shiprig +Commands: +- changerig +- clauderig +- rig +- shiprig +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.7.0/rigsmith_1.7.0_windows_amd64.zip + InstallerSha256: BBEAB030C3731AF2E4426386A6EA00FAF16DF4FAC88F488C42C213B8F0FD4E32 +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.7.0/rigsmith_1.7.0_windows_arm64.zip + InstallerSha256: 9090996DC9CD06F2DE9866A03CB58E0FDE9783A54A397982A7F826549238D938 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.locale.en-US.yaml b/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.locale.en-US.yaml new file mode 100644 index 0000000000000..f7597b961c8a9 --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: RigSmith +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: 'The rigsmith toolchain: rig, changerig, shiprig, clauderig' +Description: The rigsmith toolchain in one package — rig (convention-first dev launcher), changerig (changesets), shiprig (releases/publish), and clauderig (sync Claude Code config). One install drops all four commands on PATH. +Moniker: rigsmith +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Features + - f6fb547 feat(clauderig): resolve sync conflicts by policy instead of stalling (#220) + Others + - 06c4537 changesets: give the three clauderig entries a package, and write them for readers + - 8a1303f clauderig search: time/cwd filters, and say which machines it couldn't see (#218) + - ce456ec clauderig: a session ledger (+ backfill), so aging out isn't forgetting (#219) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.yaml b/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.yaml new file mode 100644 index 0000000000000..85be7bc28f188 --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.7.0/RigSmith.Rigsmith.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: RigSmith.Rigsmith +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.installer.yaml b/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.installer.yaml new file mode 100644 index 0000000000000..2a5979125d093 --- /dev/null +++ b/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.installer.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: RimSort.RimSort +PackageVersion: 1.11.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: "{441502E0-7F03-4743-A982-CC8B70862C1F}" +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- Publisher: RimSort Team + ProductCode: "{441502E0-7F03-4743-A982-CC8B70862C1F}" + UpgradeCode: "{D4F7C3B9-8A5E-4E52-BB9F-3C2D1F7A9E24}" + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RimSort/RimSort/releases/download/v1.11.1/RimSort-v1.11.1-Windows_x86_64.msi + InstallerSha256: 7CE4DE9D8C5C6C5CCE9067B2408AD63DF73C0B35FCEFE51DC8684D6AACAF7B3B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.locale.en-US.yaml b/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.locale.en-US.yaml new file mode 100644 index 0000000000000..8bc747f7ade59 --- /dev/null +++ b/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.locale.en-US.yaml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: RimSort.RimSort +PackageVersion: 1.11.1 +PackageLocale: en-US +Publisher: RimSort +PublisherUrl: https://rimsort.github.io/RimSort/ +PublisherSupportUrl: https://github.com/RimSort/RimSort/issues +Author: RimSort +PackageName: RimSort +PackageUrl: https://github.com/RimSort/RimSort +License: GPL-3.0 +LicenseUrl: https://github.com/RimSort/RimSort?tab=GPL-3.0-1-ov-file# +Copyright: 2007 Free Software Foundation, Inc. +CopyrightUrl: https://fsf.org/ +ShortDescription: RimSort is an open source mod manager for the video game RimWorld. There is support for Linux, Mac, and Windows, built from the ground up to be a reliable, community-managed alternative to RimPy Mod Manager. +Tags: +- mod-manager +- mods +- rimworld +- sorting +ReleaseNotes: |- + Stable release v1.11.1. + The latest commit is 2f0693365812f5b89e77ed6fc78928119abb020c. + + Refer to the [action run](https://github.com/RimSort/RimSort/actions/runs/32444924739) that created this release. + + + ## What's Changed + ### 🐛 Bug Fixes + • Fix lint, type, and duplication issues from just fix/just check by @LionelColaso in https://github.com/RimSort/RimSort/pull/2379 + ### Miscellaneous Changes + • fix(steam):bundle setup_steam_recovery_script.js in build by @makarworld in https://github.com/RimSort/RimSort/pull/2378 + + + **Full Changelog**:https://github.com/RimSort/RimSort/compare/v1.11.0...v1.11.1 +ReleaseNotesUrl: https://github.com/RimSort/RimSort/releases/tag/v1.11.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.yaml b/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.yaml new file mode 100644 index 0000000000000..261fef943cebe --- /dev/null +++ b/manifests/r/RimSort/RimSort/1.11.1/RimSort.RimSort.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: RimSort.RimSort +PackageVersion: 1.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.installer.yaml b/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.installer.yaml deleted file mode 100644 index fc382ea9e7caa..0000000000000 --- a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.installer.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RingCentral.RingCentral -PackageVersion: 26.2.3013 -UpgradeBehavior: install -Protocols: -- callto -- fax -- rcapp -- rcvdt -- tel -- zoomrc -ReleaseDate: 2026-06-22 -Installers: -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://app.ringcentral.com/download/RingCentral-26.2.3013-x64.msi - InstallerSha256: 1EBE4B0BBBC4F3591558F63D04634D1A5040A9CAC7E2CB7494262BC3A5E0BCC2 - InstallerSwitches: - InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{ED2A3952-3297-49CA-95FA-31AB3078C41C}' - AppsAndFeaturesEntries: - - DisplayVersion: 26.2.3013.1602 - ProductCode: '{ED2A3952-3297-49CA-95FA-31AB3078C41C}' - UpgradeCode: '{1EEDDA0B-28AD-5B0F-81A8-89C6FEA6F166}' -- Architecture: arm64 - InstallerType: wix - Scope: machine - InstallerUrl: https://app.ringcentral.com/download/RingCentral-26.2.3013-arm64.msi - InstallerSha256: 1BF24751AEAD7DC1998601920BA995728EF1956154AA644339D982534A4B50DC - InstallerSwitches: - InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{23D5D169-2333-4E0B-8E47-A6FC7466EBF6}' - AppsAndFeaturesEntries: - - DisplayVersion: 26.2.3013.1602 - ProductCode: '{23D5D169-2333-4E0B-8E47-A6FC7466EBF6}' - UpgradeCode: '{22123CED-1206-5AA0-87BE-AEFCA67461E7}' -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://app.ringcentral.com/download/RingCentral-26.2.3013.exe - InstallerSha256: 92CEE9AAB396B2D6FBE449CA730D410A2AB95C5552606991C271C2D43AF3535D - InstallerSwitches: - Upgrade: --updated - ProductCode: 584acf4c-ebc3-56fa-9cfd-586227f098ba - AppsAndFeaturesEntries: - - DisplayVersion: 26.2.3013 -- Architecture: arm64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://app.ringcentral.com/download/RingCentral-26.2.3013-arm64.exe - InstallerSha256: 8933E75693E91DFF1015FB48130E69F8046B6DA67923614E46F451B05DF45917 - InstallerSwitches: - Upgrade: --updated - ProductCode: 584acf4c-ebc3-56fa-9cfd-586227f098ba - AppsAndFeaturesEntries: - - DisplayVersion: 26.2.3013 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.locale.en-US.yaml b/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.locale.en-US.yaml deleted file mode 100644 index 18e143af3d7f4..0000000000000 --- a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RingCentral.RingCentral -PackageVersion: 26.2.3013 -PackageLocale: en-US -Publisher: RingCentral -PublisherUrl: https://www.ringcentral.com/ -PublisherSupportUrl: https://support.ringcentral.com/ -PrivacyUrl: https://www.ringcentral.com/legal/privacy-notice.html -Author: RingCentral, Inc. -PackageName: RingCentral -PackageUrl: https://www.ringcentral.com/download.html -License: Proprietary -LicenseUrl: https://www.ringcentral.com/legal/eulatos.html -Copyright: Copyright © 1999-2026 RingCentral, Inc. All rights reserved. -CopyrightUrl: https://partners.ringcentral.com/content/PublicFile/RingCentral_Co-Branding_Guidelines.pdf -ShortDescription: Communicate your way with team messaging, video meetings, and a modern business phone—all in one place. -Tags: -- chat -- collaborate -- collaboration -- conference -- conferencing -- meeting -- video-conferencing -- voice-conferencing -- webinar -ReleaseNotesUrl: https://support.ringcentral.com/release-notes/office/app/desktop-webapp.html -PurchaseUrl: https://www.ringcentral.com/office/plansandpricing.html -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.locale.zh-CN.yaml b/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.locale.zh-CN.yaml deleted file mode 100644 index ec2cbef06f12f..0000000000000 --- a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: RingCentral.RingCentral -PackageVersion: 26.2.3013 -PackageLocale: zh-CN -Publisher: RingCentral -PublisherUrl: https://www.ringcentral.com/cn/zh/ -PublisherSupportUrl: https://support.ringcentral.com/ -PrivacyUrl: https://www.ringcentral.com/cn/zh/privacy-notice.html -Author: RingCentral, Inc. -PackageName: RingCentral -PackageUrl: https://www.ringcentral.com/download.html -License: 专有软件 -LicenseUrl: https://www.ringcentral.com/legal/eulatos.html -Copyright: 版权 © 1999-2026 RingCentral, Inc. 保留所有权利. -CopyrightUrl: https://partners.ringcentral.com/content/PublicFile/RingCentral_Co-Branding_Guidelines.pdf -ShortDescription: 通过团队消息、视频会议和现代商务电话进行沟通,一切尽在其中。 -Tags: -- 会议 -- 协作 -- 协同 -- 开会 -- 研讨会 -- 视频会议 -- 聊天 -- 语音会议 -ReleaseNotesUrl: https://support.ringcentral.com/release-notes/office/app/desktop-webapp.html -PurchaseUrl: https://www.ringcentral.com/office/plansandpricing.html -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.yaml b/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.yaml deleted file mode 100644 index 547289cecea33..0000000000000 --- a/manifests/r/RingCentral/RingCentral/26.2.3013/RingCentral.RingCentral.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: RingCentral.RingCentral -PackageVersion: 26.2.3013 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.installer.yaml b/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.installer.yaml new file mode 100644 index 0000000000000..ff68b4a5f95b4 --- /dev/null +++ b/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.installer.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Ripose.Memento +PackageVersion: 2.0.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- mkv +- mp4 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2010.x64 +ProductCode: Ripose Memento +ReleaseDate: 2026-07-04 +AppsAndFeaturesEntries: +- DisplayName: Memento - An mpv-based video player for studying Japanese. + ProductCode: Ripose Memento +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles(x86)%\\Memento" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ripose-jp/Memento/releases/download/v2.0.2/Memento_Windows_x86_64_Installer.exe + InstallerSha256: 6A4164F612A9B8B3C8A2CB70961E027F93D72C3448014B2390BAC62EA4393474 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.locale.en-US.yaml b/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.locale.en-US.yaml new file mode 100644 index 0000000000000..73df92780546f --- /dev/null +++ b/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Ripose.Memento +PackageVersion: 2.0.2 +PackageLocale: en-US +Publisher: Ripose +PublisherUrl: https://github.com/ripose-jp +PublisherSupportUrl: https://github.com/ripose-jp/Memento/issues +Author: Ripose +PackageName: Memento +PackageUrl: https://ripose-jp.github.io/Memento +License: GPL-2.0 +LicenseUrl: https://github.com/ripose-jp/Memento/blob/HEAD/LICENSE +ShortDescription: An mpv-based video player for studying Japanese. +Moniker: memento +Tags: +- language-learning +- media +- media-player +- video +- video-player +ReleaseNotes: "For the best experience install [Noto Sans CJK JP](https://github.com/googlefonts/noto-cjk/raw/main/Sans/Variable/TTF/NotoSansCJKjp-VF.ttf) and [Kanji Stroke Order](https://drive.google.com/uc?export=download&id=1oyQoTB531tbhlYaOW7ugvutXZ7HSlJfW) fonts. *The default font has changed from **Noto Sans JP** to **Noto Sans CJK JP**. You should install this new font if you haven't already.*\r\n\r\n# Change Log\r\n\r\n• Fix search results not showing up after clicking a link then closing the popup\r\n• Fix rare issue where text could become misaligned with the stroke layer\r\n• Fix blank items being added to recent files\r\n• Fix incorrect margins on **Application** settings\r\n• Improve search speed for modifier and middle click search\r\n• Make pressing the modifier key instantly start a search\r\n• Move some files and settings to `XDG_DATA_HOME` and `XDG_CACHE_HOME` on Linux\r\n\r\n# Important for macOS users\r\n• Streaming does not work out of the box. To enable streaming, [follow the steps for installing yt-dlp in the README.](https://github.com/ripose-jp/Memento#macos-streaming-video-doesnt-work)" +ReleaseNotesUrl: https://github.com/ripose-jp/Memento/releases/tag/v2.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.yaml b/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.yaml new file mode 100644 index 0000000000000..6bce71005248d --- /dev/null +++ b/manifests/r/Ripose/Memento/2.0.2/Ripose.Memento.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Ripose.Memento +PackageVersion: 2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.installer.yaml b/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.installer.yaml new file mode 100644 index 0000000000000..b14a8891ac2bc --- /dev/null +++ b/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.installer.yaml @@ -0,0 +1,12 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 4.7.1 +InstallerType: portable +Commands: + - asc +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/download/4.7.1/asc_4.7.1_windows_amd64.exe + InstallerSha256: A4DFDED31606D5D5284351F24960DBC844FBD68CB334E2A04ABCA194F1225DBF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.locale.en-US.yaml b/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.locale.en-US.yaml new file mode 100644 index 0000000000000..7716a694c368b --- /dev/null +++ b/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 4.7.1 +PackageLocale: en-US +Publisher: Rorkai +PackageName: asc +PackageUrl: https://github.com/rorkai/App-Store-Connect-CLI +License: MIT +LicenseUrl: https://github.com/rorkai/App-Store-Connect-CLI/blob/main/LICENSE +ShortDescription: Fast, scriptable CLI for the App Store Connect API. +Moniker: asc +Tags: + - app-store-connect + - app-store-connect-api + - cli + - ios + - testflight +ReleaseNotesUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/4.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.yaml b/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.yaml new file mode 100644 index 0000000000000..ddc1464f1f44f --- /dev/null +++ b/manifests/r/Rorkai/ASC/4.7.1/Rorkai.ASC.yaml @@ -0,0 +1,6 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 4.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.installer.yaml b/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.installer.yaml new file mode 100644 index 0000000000000..5b9e71f8af57c --- /dev/null +++ b/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.installer.yaml @@ -0,0 +1,30 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rustlang.Rust.GNU.LLVM +PackageVersion: 1.98.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://static.rust-lang.org/dist/rust-1.98.0-x86_64-pc-windows-gnullvm.msi + InstallerSha256: 3012F02838E7368BB115A06482E4253361E7AEB4BE41ED8A8EE56A94E72AA805 + ProductCode: '{6C055605-D3AA-4A79-9277-0BFA9AB400D2}' + AppsAndFeaturesEntries: + - ProductCode: '{6C055605-D3AA-4A79-9277-0BFA9AB400D2}' + UpgradeCode: '{BA2B2E96-F3E2-4DE9-8809-38C31382CC96}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rust' +- Architecture: arm64 + InstallerUrl: https://static.rust-lang.org/dist/rust-1.98.0-aarch64-pc-windows-gnullvm.msi + InstallerSha256: DC598206094EC048573F2C68594D7C81F17BCB0A7BE082BD1306B4215ECC8876 + ProductCode: '{C29181FA-8FF2-4FE6-9E7D-9F9BA284B977}' + AppsAndFeaturesEntries: + - ProductCode: '{C29181FA-8FF2-4FE6-9E7D-9F9BA284B977}' + UpgradeCode: '{DB29CBDE-CDDF-4EC9-9C68-B6F00038EEDD}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%/Rust' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.locale.en-US.yaml b/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.locale.en-US.yaml new file mode 100644 index 0000000000000..076330eb406ae --- /dev/null +++ b/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.locale.en-US.yaml @@ -0,0 +1,94 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rustlang.Rust.GNU.LLVM +PackageVersion: 1.98.0 +PackageLocale: en-US +Publisher: The Rust Project Developers +PublisherUrl: https://www.rust-lang.org/ +PublisherSupportUrl: https://users.rust-lang.org/ +PrivacyUrl: https://rustfoundation.org/policy/privacy-policy/ +Author: The Rust Project Developers +PackageName: Rust (GNU LLVM) +PackageUrl: https://www.rust-lang.org/ +License: Apache-2.0 AND MIT +LicenseUrl: https://github.com/rust-lang/rust/blob/HEAD/COPYRIGHT +Copyright: Copyright (c) The Rust Project Contributors +CopyrightUrl: https://github.com/rust-lang/rust/blob/HEAD/COPYRIGHT +ShortDescription: A language empowering everyone to build reliable and efficient software. +Description: The Rust programming language helps you write faster, more reliable software. High-level ergonomics and low-level control are often at odds in programming language design; Rust challenges that conflict. Through balancing powerful technical capacity and a great developer experience, Rust gives you the option to control low-level details (such as memory usage) without all the hassle traditionally associated with such control. +Moniker: rust-gnu-llvm +Tags: +- cargo +- clippy +- gnu-toolchain +- llvm +- rustc +- rustdoc +- rustup +ReleaseNotes: |- + Language + - Allow shortening lifetime of &mut when unsize-coercing, even in an invariant position. For example, you can now coerce a Cell<&'long mut i32> to a Cell<&'short mut dyn Send>. Such shortenings were already previously allowed when coercing a &mut to a &, or coercing a & to a &. + - Add deny-by-default invalid_runtime_symbol_definitions lint and warn-by-default suspicious_runtime_symbol_definitions lint + - The lints currently specifically targets core runtime symbols like memcmp, memset, strlen, ... and is planned to be expanded in the next few releases. + - Add warn-by-default c_void_returns lint to check core::ffi::c_void as a return type + Platform Support + - Add powerpc64-unknown-linux-gnuelfv2 as Tier 3 + - Add aarch64-unknown-linux-pauthtest as Tier 3 target + - Promote thumbv7a-none-eabi to Tier 2 + - Promote thumbv7a-none-eabihf to Tier 2 + - Promote thumbv7r-none-eabi to Tier 2 + - Promote thumbv7r-none-eabihf to Tier 2 + - Promote thumbv8r-none-eabihf to Tier 2 + Refer to Rust's platform support page for more information on Rust's tiered platform support. + Libraries + - Change Location<'_> lifetime to 'static in Panic[Hook]Info + - Document panic in RangeInclusive::from(legacy::RangeInclusive) + - Document that ManuallyDrop's Box interaction has been fixed + - Stabilize LoongArch CRC Intrinsics + - The derive macro is available at {core,std}::derive. This was previously unintentionally stabilized in 1.96, but is now explicitly accepted as a stabilized API. + - Please note that the MSRV for {core,std}::derive will be 1.96, and not 1.98. + Stabilized APIs + - str::substr_range + - [T]::subslice_range + - core::fmt::NumBuffer + - <{integer}>::format_into + - Send/Sync for std::process::CommandArgs + - {fN}::algebraic_add + - {fN}::algebraic_sub + - {fN}::algebraic_mul + - {fN}::algebraic_div + - {fN}::algebraic_rem + - NonZero<{integer}>::from_str_radix + - String::from_utf16le + - String::from_utf16le_lossy + - String::from_utf16be + - String::from_utf16be_lossy + - [T]::strip_circumfix + - str::strip_circumfix + - Atomic::from_mut + - Atomic::get_mut_slice + - Atomic::from_mut_slice + - std::range::legacy + Compatibility Notes + - If fully elided, lifetime bounds of trait object types may now resolve differently or even get rejected in very specific niche scenarios + - Error in more cases of ambiguous imports + - Switch the destructors implementation for thread locals on Windows to use Fiber Local Storage (FLS) + - Convert some cases of the ambiguous_glob_imports lint into a hard error + - Where-bounds of the form Type = Type and Type == Type are no longer syntactically allowed + - Ensure Send/Sync is not implemented for std::env::Vars{,Os} + - Fix that in some attributes, arguments were not properly rejected + - repr(transparent) is now more strict about which fields have "trivial" layout and hence can be ignored: repr(C) types, types with private fields, and #[non_exhaustive] types are no longer considered "trivial" + - Correctly check whether types have equal size in transmute() when some repr attributes are involved. + - More characters are escaped when printing strings and chars + - Implement fast path for derive(PartialOrd) when deriving Ord This can break crates in practice where a type's PartialOrd and Ord impls were inconsistent with each other. + - Add temporary scope to assert_eq and assert_ne + - Closed a hole in the pattern matching structural equality check, preventing cases where a match of a constant would be allowed, despite disagreeing with a manually written PartialEq implementation, when a derive(PartialEq) implementation for that type also exists. + - On Emscripten the WASM exception handling ABI is now unconditionally used The -Zemscripten-wasm-eh=false flag to switch back to JS exceptions has been removed. + - The UNSAFE_CODE lint is now consistently emitted for all unsafe attributes + - Solaris: remove File::lock implementation, it has the wrong semantics (return "unsupported" instead) + - Windows-gnu targets now specify baseline tools versions + - rustfmt now discovers module files that are defined in cfg_select! This may cause more code to be formatted which was previously ignored. +ReleaseNotesUrl: https://github.com/rust-lang/rust/releases/tag/1.98.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.yaml b/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.yaml new file mode 100644 index 0000000000000..607d90efbf1f8 --- /dev/null +++ b/manifests/r/Rustlang/Rust/GNU/LLVM/1.98.0/Rustlang.Rust.GNU.LLVM.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: Rustlang.Rust.GNU.LLVM +PackageVersion: 1.98.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.installer.yaml b/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.installer.yaml new file mode 100644 index 0000000000000..271b4e0fbc374 --- /dev/null +++ b/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rustlang.rust-analyzer +PackageVersion: 2026-08-17.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rust-analyzer.exe + PortableCommandAlias: rust-analyzer +Commands: +- rust-analyzer +ReleaseDate: 2026-08-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/rust-lang/rust-analyzer/releases/download/2026-08-17.4/rust-analyzer-i686-pc-windows-msvc.zip + InstallerSha256: 37CCF4BA9764BE5C55BEE119684CA4E043FC8BB51785FF02E14E13592B3F5A79 +- Architecture: x64 + InstallerUrl: https://github.com/rust-lang/rust-analyzer/releases/download/2026-08-17.4/rust-analyzer-x86_64-pc-windows-msvc.zip + InstallerSha256: 3212CC9E7AB3F6B07F97BE681C2A7200F73FB0463E6F8055C214EBE0B00901F2 +- Architecture: arm64 + InstallerUrl: https://github.com/rust-lang/rust-analyzer/releases/download/2026-08-17.4/rust-analyzer-aarch64-pc-windows-msvc.zip + InstallerSha256: 604562665E30AED593EC87397BFA157B4601E2D72F3A01BB8B32776302C179F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.locale.en-US.yaml b/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.locale.en-US.yaml new file mode 100644 index 0000000000000..832c31bae9e70 --- /dev/null +++ b/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rustlang.rust-analyzer +PackageVersion: 2026-08-17.4 +PackageLocale: en-US +Publisher: The Rust Project Developers +PublisherUrl: https://rust-lang.org/ +PublisherSupportUrl: https://github.com/rust-lang/rust-analyzer/issues +Author: The Rust Project Developers +PackageName: rust-analyzer +PackageUrl: https://rust-analyzer.github.io/ +License: Apache-2.0 AND MIT +LicenseUrl: https://github.com/rust-lang/rust-analyzer#license +ShortDescription: rust-analyzer is a language server that provides IDE functionality for writing Rust programs. You can use it with any editor that supports the Language Server Protocol (VS Code, Vim, Emacs, Zed, etc). +Description: |- + rust-analyzer is a language server that provides IDE functionality for writing Rust programs. You can use it with any editor that supports the Language Server Protocol (VS Code, Vim, Emacs, Zed, etc). + + rust-analyzer features include go-to-definition, find-all-references, refactorings and code completion. rust-analyzer also supports integrated formatting (with rustfmt) and integrated diagnostics (with rustc and clippy). +Moniker: rust-analyzer +Tags: +- lsp +- lsp-server +- rust +- rust-lang +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.yaml b/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.yaml new file mode 100644 index 0000000000000..25c0f37498b31 --- /dev/null +++ b/manifests/r/Rustlang/rust-analyzer/2026-08-17.4/Rustlang.rust-analyzer.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: Rustlang.rust-analyzer +PackageVersion: 2026-08-17.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.installer.yaml b/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.installer.yaml new file mode 100644 index 0000000000000..ea8ea4b8f7b80 --- /dev/null +++ b/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ryko.GodotHub +PackageVersion: 1.3.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{6563687B-1D09-42FE-ABA9-A4591ECA6E54}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- Publisher: ryko + ProductCode: '{6563687B-1D09-42FE-ABA9-A4591ECA6E54}' + UpgradeCode: '{72724A70-2A9C-59CB-9DD8-EC8EB8DE6CC5}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GodotHub' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RykoTheDev/GodotHub/releases/download/v1.3.7/GodotHub_1.3.7_x64_en-US.msi + InstallerSha256: AF71067BDC87BB51D4B8F74F127667399BD64180607FBC7E2C2C3C177108F84B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.locale.en-US.yaml b/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.locale.en-US.yaml new file mode 100644 index 0000000000000..f96b6a5a7af1f --- /dev/null +++ b/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.locale.en-US.yaml @@ -0,0 +1,33 @@ +# 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: Ryko.GodotHub +PackageVersion: 1.3.7 +PackageLocale: en-US +Publisher: Ryko +PublisherUrl: https://github.com/RykoTheDev +PublisherSupportUrl: https://github.com/RykoTheDev/GodotHub/issues +PackageName: GodotHub +PackageUrl: https://github.com/RykoTheDev/GodotHub +License: MIT +LicenseUrl: https://github.com/RykoTheDev/GodotHub/blob/HEAD/LICENSE +ShortDescription: What if Unity Hub and GitHub Desktop had a Baby but its Adopted? Yeah.. +Tags: +- godot +- godot-engine +- godot-tool +ReleaseNotes: |- + What's new in v1.3.7 - UI Overhaul Update + 🚀 New + - Credits Section in the Settings + - New Popup for existing users to shift to New UI, in Classic UI + - Contributors' names in Credit screen with their PRs displayed + 🐛 Fixes + - Git's Pathspec errors + - Fixed Time tracker adding fake hours to the projects + ✨ Improvements + - Removed Onboarding Tips + - Brought back categories in New UI +ReleaseNotesUrl: https://github.com/RykoTheDev/GodotHub/releases/tag/v1.3.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.yaml b/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.yaml new file mode 100644 index 0000000000000..0adc38fa5ce0d --- /dev/null +++ b/manifests/r/Ryko/GodotHub/1.3.7/Ryko.GodotHub.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: Ryko.GodotHub +PackageVersion: 1.3.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.installer.yaml b/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.installer.yaml new file mode 100644 index 0000000000000..ec9e6ef7fe3de --- /dev/null +++ b/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.installer.yaml @@ -0,0 +1,20 @@ +# 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: randlee.sc-compose +PackageVersion: 1.5.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sc-compose_1.5.0_x86_64-pc-windows-msvc/bin/sc-compose.exe + PortableCommandAlias: sc-compose +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/randlee/sc-compose/releases/download/v1.5.0/sc-compose_1.5.0_x86_64-pc-windows-msvc.zip + InstallerSha256: D1DCABAE4F429483CE52D6821B293F4A4F40DD3884F99879E3C01C08D5B0A3AB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.locale.en-US.yaml b/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.locale.en-US.yaml new file mode 100644 index 0000000000000..218bfb44e9ace --- /dev/null +++ b/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.locale.en-US.yaml @@ -0,0 +1,72 @@ +# 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: randlee.sc-compose +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: Rand Lee +PublisherUrl: https://github.com/randlee +PublisherSupportUrl: https://github.com/randlee/sc-compose/issues +Author: Rand Lee +PackageName: sc-compose +PackageUrl: https://github.com/randlee/sc-compose +License: MIT +LicenseUrl: https://github.com/randlee/sc-compose/blob/HEAD/LICENSE +ShortDescription: Standalone CLI for template composition +Description: |- + sc-compose is a standalone command-line tool for Jinja2-based template + composition. It wraps the sc-composer library to provide file and profile + rendering modes, frontmatter-driven configuration, and observability hooks + — with no external runtime dependencies. +Moniker: sc-compose +Tags: +- cli +- jinja2 +- rust +- template +- template-engine +ReleaseNotes: |- + What's Changed + - docs: record release-branch-off-main and backprop rule by @randlee in #464 + - fix: release gate checks content parity, not commit ancestry by @randlee in #465 + - fix(release): wire WINGET_GITHUB_TOKEN into winget-releaser by @randlee in #466 + - docs: post-mortem for 1.4.1 release process failures by @randlee in #468 + - ci(release): add standalone winget publish workflow by @randlee in #467 + - sync: bring winget dispatch workflow and token fix into develop by @randlee in #470 + - fix(release): backport gate content-parity fix + postmortem doc to main by @randlee in #472 + - ci(release): split release into authoritative build + independently recoverable per-channel publish by @randlee in #474 + - feat(release): manifest-driven, vendorable publish channels + retry hardening by @randlee in #476 + - docs: document Scoop install channel in README and RELEASING by @randlee in #477 + - fix(tests): make sc-lint utility discovery hermetic (#491) by @randlee in #492 + - docs: record FIX-491 QA status by @randlee in #494 + - docs: preserve August 11 fuzz reports by @randlee in #496 + - sync: merge develop into main (release channel hardening + FIX-491) by @randlee in #495 + - feat(site): story-led single-page website by @randlee in #473 + - P.1 gate: ADR-0018/CLAUDE.md boundary amendment for bindings/sc-sha-go by @randlee in #513 + - Phase P: Go module distribution and handoff (P.2) by @randlee in #515 + - docs: Phase P plan — generated Go bindings for sc-sha by @randlee in #512 + - release: prepare Phase P 1.5.0 (CHANGELOG, README, Go docs, boundary rules) by @randlee in #518 + - Phase P: production-readiness fixes (Intel-macOS guard, docs, generator retry, cleanup) by @randlee in #516 + - ci: consume cached generated UniFFI Go bindings by @randlee in #522 + - Phase P: generated Go bindings for sc-sha (P.1) by @randlee in #514 + - Add canonical SC website (site/ + announcements/) by @randlee in #523 + - Sprint Q.2: cut sc-compose over to canonical sc-publish by @randlee in #524 + - docs: Sprint Q.3 plan — consume sc-publish develop update by @randlee in #526 + - docs: mandate integration branch for every phase by @randlee in #529 + - chore: revendor release-candidate publish workflow by @randlee in #530 + - fix: remove duplicate Phase Q publish logic by @randlee in #532 + - chore: revendor sc-publish version-floor fix by @randlee in #533 + - docs: clarify release credential verification, drop stale ATM-cutover narrative by @randlee in #534 + - Phase Q: sc-publish package parity, install/publish cutover, and RC-provenance consume by @randlee in #535 + - Add Hermes as first-class RuntimeKind (#146) by @randlee in #536 + - Add fixed-shape TOML array-of-table extraction support (#511) by @randlee in #537 + - sync: develop -> main (fuzz report artifacts, PR #496) by @randlee in #504 + - sync: main -> develop (site/announcements from PR #523) by @randlee in #539 + - sync: develop -> main (Hermes RuntimeKind #536, TOML array-of-table extraction #537) by @randlee in #538 + - fix(release): harden preflight probes and tag identity by @randlee in #541 + - docs: clarify release-candidate tag as minimum baseline, not exact snapshot by @randlee in #542 + - sync: develop into main (release workflow fixes + tag-semantics doc clarification) by @randlee in #543 + Full Changelog: v1.4.1...v1.5.0 +ReleaseNotesUrl: https://github.com/randlee/sc-compose/releases/tag/v1.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.yaml b/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.yaml new file mode 100644 index 0000000000000..d739cb475cdc5 --- /dev/null +++ b/manifests/r/randlee/sc-compose/1.5.0/randlee.sc-compose.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: randlee.sc-compose +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.installer.yaml b/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.installer.yaml new file mode 100644 index 0000000000000..17c302be26f15 --- /dev/null +++ b/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: rizukirr.apic-gui +PackageVersion: 0.4.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: "{23CFF721-3429-417E-8E0D-A8134F9A5602}" +ReleaseDate: 2026-07-30 +AppsAndFeaturesEntries: +- ProductCode: "{23CFF721-3429-417E-8E0D-A8134F9A5602}" + UpgradeCode: "{7776307A-9369-4D4D-837D-85F0BD9D715E}" +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%/apic-gui" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rizukirr/apic/releases/download/v0.4.1/apic-gui-v0.4.1-x86_64.msi + InstallerSha256: D65685AADADB89CA3ED4FBBAB14CCFBD5D72E84A3D0664848B0CC38B2CE02E89 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.locale.en-US.yaml b/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.locale.en-US.yaml new file mode 100644 index 0000000000000..2166317d9812b --- /dev/null +++ b/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.locale.en-US.yaml @@ -0,0 +1,103 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: rizukirr.apic-gui +PackageVersion: 0.4.1 +PackageLocale: en-US +Publisher: Rizki Rakasiwi +PublisherUrl: https://github.com/rizukirr +PublisherSupportUrl: https://github.com/rizukirr/apic/issues +Author: Rizki Rakasiwi +PackageName: apic-gui +PackageUrl: https://github.com/rizukirr/apic +License: MIT +LicenseUrl: https://github.com/rizukirr/apic/blob/main/LICENSE +Copyright: Copyright (c) Rizki Rakasiwi +ShortDescription: Desktop GUI for apic — design and collaborate on Git-friendly API contracts. +Description: apic-gui is the desktop front-end for apic, built on the shared apic-core, for designing, validating, and collaborating on API contracts with a graphical interface. +Moniker: apic-gui +Tags: +- api +- contract +- gui +- json +- rest +ReleaseNotes: |- + ## apic 0.4.1 + + A maintenance release on top of 0.4.0. There are **no contract format changes and no new commands**, so existing 0.4.0 projects keep working untouched and no migration step is needed. + + The substance of this release is the **eframe/egui 0.35 upgrade** behind the desktop GUI, a dependency refresh across the whole workspace, and a higher minimum supported Rust version. If you only use the CLI/TUI (`apic`), this is a drop-in update with refreshed dependencies underneath. + + ### Desktop GUI moves to eframe/egui 0.35 + + `apic-gui` now builds on eframe/egui **0.35**, up from 0.33.3, including the Windows-only wgpu (DirectX) renderer feature that lets the GUI launch in driverless environments such as VMs, RDP sessions, and winget's validation sandbox. Getting there meant following three breaking changes in egui: + + • **`App::update` became `App::ui`.** `eframe::App` no longer exposes `update(&mut self, ctx, frame)`. The GUI implements `ui(&mut self, ui, frame)` instead, so the root of the application is now a `Ui` with no margin and no background rather than a `Context`. Panels attach to that root `Ui`, while the native file dialogs and the modal dialogs keep operating on the `Context`, reached through `ui.ctx()`. + • **Panels are unified.** `TopBottomPanel` and `SidePanel` are replaced by a single `egui::Panel` type, so the nav bar, the status bar, and the contract sidebar are built with `Panel::top`, `Panel::bottom`, and `Panel::left`. The sidebar's `default_width`/`min_width` became `default_size`/`min_size`, and nested panels use `show` in place of `show_inside`. + • **`TextEdit::frame` takes a `Frame`.** The old boolean form is gone, so every frameless inline input in the editor (endpoint name, description, URL, response code, response title, table cells, and the JSON editor) now passes `egui::Frame::NONE` explicitly. + + ### The neon theme survives a light-mode host + + egui 0.35 dropped the single global `Context::set_style` in favour of per-theme styles, which would have let the host OS light/dark preference bleed through and partially override the app's palette. `apply_theme` now installs the dark monospace neon palette into **every** theme variant via `all_styles_mut`, so the GUI looks the same regardless of what the desktop environment reports. + + ### Minimum supported Rust version raised to 1.97 + + The previous floor was 1.88. The new floor is **Rust 1.97**, declared uniformly across all three crates (`apic-cli`, `apic-core`, and `apic-gui`), so any toolchain that can build one of them can build the whole workspace. + + This only affects building from source. The prebuilt binaries and the packaged builds are unaffected. The README's build-from-source instructions were corrected to state 1.97, having still claimed 1.88. + + ### Dependencies refreshed + + Bumped, and pinned down to the patch level so a fresh `cargo build` resolves the same versions CI tested: + + • `clap` 4.6.1 to **4.6.4** + • `serde` 1.0.228 to **1.0.229** + • `serde_json` 1.0.150 to **1.0.151** + • `eframe` and `egui_extras` 0.33 to **0.35** + + Three dependencies that were previously loose minor requirements now carry explicit patch floors:`libc` **0.2.189**, `ratatui` **0.30.2**, and `ratatui-textarea` **0.9.2**. + + ### Fixed + + • The JSON syntax highlighter clones out of `egui_extras`' frame cache, matching the 0.35 API and keeping the cached layout job valid for the remainder of the frame. + • The GUI frame-timing test drives the app through `Context::run_ui` rather than the removed `Context::run`, so it now exercises the same root-`Ui` code path that eframe hands the real application. + + ### Documentation and tooling + + • The `apic_core::fuzzy::fuzzy_find` example is a real compiled doctest instead of an ignored block, so the documented usage is verified on every test run. + • The Flatpak packaging guide in `packaging/flatpak/README.md` was rewritten to match the current update flow. + • CI and the release workflow use `actions/checkout@v5` in place of `v4`, and the runner images were refreshed. + • The AUR `apic-bin` PKGBUILD plus `.SRCINFO`, and the Copr `apic.spec`, were synced to the 0.4.0 artifacts and checksums. + + ### Verification + + `cargo fmt --all --check` and `cargo clippy --workspace --all-targets -- -D warnings` are clean, and the full suite passes:**258 tests** across the CLI unit tests, `apic-core`, the `apic-gui` render and timing tests, the end-to-end binary tests, and the doctest. + + ### Install + + Package managers: + + ```bash + yay -S apic-bin # Arch / CachyOS (AUR), both binaries + sudo dnf copr enable rizukirr/apic && sudo dnf install apic-cli apic-gui + flatpak install io.github.rizukirr.apic # GUI + winget install rizukirr.apic # Windows CLI + winget install rizukirr.apic-gui # Windows GUI (MSI) + ``` + + crates.io: + + ```bash + cargo install apic-cli # CLI / TUI + cargo install apic-gui # desktop GUI + ``` + + Prebuilt binaries are attached below as `apic-v0.4.1-` and `apic-gui-v0.4.1-` archives, each with a `.sha256` checksum. Targets cover Linux (x86_64, aarch64), macOS (Intel, Apple Silicon), and Windows (x86_64), with the arm64 Linux GUI build being best-effort. Windows GUI users can also take the `.msi`, which adds a Start menu entry and an uninstaller. + + Note that the package-manager recipes are synced to a release after its artifacts are published, so AUR, Copr, Flatpak, and winget may briefly still serve 0.4.0. + + **Full changelog:** https://github.com/rizukirr/apic/compare/v0.4.0...v0.4.1 +ReleaseNotesUrl: https://github.com/rizukirr/apic/releases/tag/v0.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.yaml b/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.yaml new file mode 100644 index 0000000000000..6e2f601d0fd74 --- /dev/null +++ b/manifests/r/rizukirr/apic-gui/0.4.1/rizukirr.apic-gui.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: rizukirr.apic-gui +PackageVersion: 0.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.installer.yaml b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.installer.yaml new file mode 100644 index 0000000000000..9060965404783 --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.6.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Ros ChronoTrace +ReleaseDate: 2026-08-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/roshad/Ro-s-ChronoTrace/releases/download/v1.6.0/Ros.ChronoTrace_1.6.0_x64-setup.exe + InstallerSha256: C6302EA70679D7991390749E467A7D9683FEF0E6D82928905CA5C31F60804B92 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.locale.en-US.yaml b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.locale.en-US.yaml new file mode 100644 index 0000000000000..3519e6f38a357 --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.locale.en-US.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.6.0 +PackageLocale: en-US +ShortDescription: A Tauri-based desktop time tracking application that supports automatic capture of screenshots and window activities, designed for scenarios where users need to retrace work content along the timeline. +Tags: +- time +- timer +- tracker +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.locale.zh-CN.yaml b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16a3b502cdc49 --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.6.0 +PackageLocale: zh-CN +Publisher: ros +PublisherUrl: https://github.com/roshad +PublisherSupportUrl: https://github.com/roshad/Ro-s-ChronoTrace/issues +PackageName: Ros ChronoTrace +PackageUrl: https://github.com/roshad/Ro-s-ChronoTrace +License: AGPL-3.0 +LicenseUrl: https://github.com/roshad/Ro-s-ChronoTrace/blob/HEAD/LICENSE +ShortDescription: 一个基于 Tauri 的桌面时间跟踪应用,支持自动截图与窗口活动捕获,面向需要按时间线回溯工作内容的场景。 +Tags: +- 时间 +- 计时器 +- 跟踪器 +ReleaseNotes: "## [1.6.0] - 2026-08-02\r\n\r\n### ✨ Added\r\n\r\n• 新增原生 Windows 托盘统计面板,右键托盘图标即可即时查看当前行为、分类、已执行时长和分类累计明细。\r\n• 新增按当前行为分类着色的托盘图标;未分类使用中性灰,空闲时恢复默认图标。\r\n\r\n### 🔄 Changed\r\n\r\n• 托盘统计统一由后端读取和计算,主窗口关闭后打开托盘面板仍能显示活动行为的最新分类累计时长。\r\n• 当前行为的开始、停止、删除以及名称和分类变更会同步到托盘面板与图标。\r\n\r\n### 🐛 Fixed\r\n\r\n• 修复活动行为的分类累计时长在托盘面板中不会持续更新,必须重新打开主窗口才刷新的问题。" +ReleaseNotesUrl: https://github.com/roshad/Ro-s-ChronoTrace/releases/tag/v1.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.yaml b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.yaml new file mode 100644 index 0000000000000..33f490a3260c1 --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.6.0/roshad.RosChronoTrace.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.6.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 0000000000000..a726679f0aa14 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.18.21 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.21/opencode-desktop-win-x64.exe + InstallerSha256: 3BD1A81D8FCB377A6BDA60A9ABF8D412ACA1C9C702218DDBBDF7C7B09DEAA739 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.21/opencode-desktop-win-arm64.exe + InstallerSha256: D24CDCD8B9249E1367D380C2C86896DE947BA28386D338F0E4520D55D2BDABDC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..542b19f39e1d8 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.18.21 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + + Bugfixes + - Continue responses when a model reports an unknown finish reason instead of stopping early + - Route Vertex AI eu and us multi-region Gemini requests through REP endpoints + + Desktop + + Bugfixes + - Keep file search results visible while the next search is loading + - Register the archive session command in both desktop layouts (@NathanTCode) + Thank you to 1 community contributor: + - @NathanTCode: + - fix(app): register archive session command in both layouts (#41741) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.18.21 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.yaml new file mode 100644 index 0000000000000..16a72da4e029f --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.21/SST.OpenCodeDesktop.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: SST.OpenCodeDesktop +PackageVersion: 1.18.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.21/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.18.21/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..f705cea7da803 --- /dev/null +++ b/manifests/s/SST/opencode/1.18.21/SST.opencode.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.18.21 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.21/opencode-windows-x64.zip + InstallerSha256: F8CC5477F478FA129ECE99B550D508363CEFF612F99D859042E526B13B951542 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.21/opencode-windows-arm64.zip + InstallerSha256: F0470C160152EE23175D3E489018A927E8EEDC7DE7832F71654B2BEDE1807637 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.21/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.18.21/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..8765dd3cf5a59 --- /dev/null +++ b/manifests/s/SST/opencode/1.18.21/SST.opencode.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.18.21 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + Bugfixes + - Continue responses when a model reports an unknown finish reason instead of stopping early + - Route Vertex AI eu and us multi-region Gemini requests through REP endpoints + Desktop + Bugfixes + - Keep file search results visible while the next search is loading + - Register the archive session command in both desktop layouts (@NathanTCode) + Thank you to 1 community contributor: + - @NathanTCode: + - fix(app): register archive session command in both layouts (#41741) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.18.21 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.21/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.18.21/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..187bcd5870365 --- /dev/null +++ b/manifests/s/SST/opencode/1.18.21/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.18.21 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.18.21/SST.opencode.yaml b/manifests/s/SST/opencode/1.18.21/SST.opencode.yaml new file mode 100644 index 0000000000000..d3859349e14c0 --- /dev/null +++ b/manifests/s/SST/opencode/1.18.21/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.18.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.installer.yaml b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.installer.yaml new file mode 100644 index 0000000000000..2a9bf2963c991 --- /dev/null +++ b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Scighost.Starward +PackageVersion: 0.18.1 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +Protocols: +- starward +ProductCode: Starward +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Scighost/Starward/releases/download/0.18.1/Starward_Setup_0.18.1_x64.exe + InstallerSha256: 567E0EF9B01E19DC7BCA6893932D64B9EFFA5E9E870989A9307E99664D0A6329 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.locale.en-US.yaml b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.locale.en-US.yaml new file mode 100644 index 0000000000000..6b6616a3260bf --- /dev/null +++ b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Scighost.Starward +PackageVersion: 0.18.1 +PackageLocale: en-US +Publisher: Scighost +PublisherUrl: https://github.com/Scighost +PublisherSupportUrl: https://github.com/Scighost/Starward/issues +PackageName: Starward +PackageUrl: https://starward.scighost.com/ +License: MIT +LicenseUrl: https://github.com/Scighost/Starward/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Scighost +ShortDescription: An open-source third-party launcher for all PC games of HoYoverse that aims to completely replace the official HoYoPlay launcher. +Description: Starward is an open-source third-party launcher developed to address the shortcomings of HoYoPlay (miHoYo Launcher). It supports all PC games of HoYoverse and aims to completely replace the official launcher. In addition to the basic functions of a launcher, it includes additional features such as recording game time, switching game accounts, viewing game screenshots, and saving gacha records. +Tags: +- genshin-impact +- honkai +- honkai-star-rail +- hoyoverse +- launcher +ReleaseNotes: |- + - Adapt the Adversity Mode of ZZZ Deadly Assault @IiHuTao + - Fixed an issue where Star Rail could not retrieve gacha records from six months ago @IiHuTao + - Fixed crashes caused by screenshots in certain situations @loliri + - Added support for UIGF v4.2, including importing and exporting gacha records from Genshin Miliastra Wonderland @WindDrift +ReleaseNotesUrl: https://github.com/Scighost/Starward/releases/tag/0.18.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.locale.zh-CN.yaml b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ad6c5d1550e98 --- /dev/null +++ b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.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: Scighost.Starward +PackageVersion: 0.18.1 +PackageLocale: zh-CN +ShortDescription: 一个为了解决 HoYoPlay(米哈游启动器)的缺点而开发的开源第三方启动器,支持米哈游 PC 端的所有游戏,目标是完全替代官方启动器。 +Description: Starward 是一个为了解决 HoYoPlay(米哈游启动器)的缺点而开发的开源第三方启动器,支持米哈游 PC 端的所有游戏,目标是完全替代官方启动器。除了启动器的基本功能外,还提供记录游戏时间、切换游戏账号、浏览游戏截图、保存抽卡记录等拓展功能。 +Tags: +- 原神 +- 启动器 +- 崩坏 +- 崩坏星穹铁道 +- 米哈游 +- 绝区零 +ReleaseNotes: |- + - 适配绝区零危局强袭站绝境模式 @IiHuTao + - 修复星穹铁道无法获取六个月前抽卡记录的问题 @IiHuTao + - 修复部分情况下因截图导致崩溃的问题 @loliri + - 支持 UIGF v4.2,支持导入导出原神千星奇域的抽卡记录 @WindDrift +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.yaml b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.yaml new file mode 100644 index 0000000000000..433a70b0a43f0 --- /dev/null +++ b/manifests/s/Scighost/Starward/0.18.1/Scighost.Starward.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: Scighost.Starward +PackageVersion: 0.18.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.installer.yaml b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.installer.yaml new file mode 100644 index 0000000000000..28178c6821b56 --- /dev/null +++ b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.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: Sejda.PDFDesktop +PackageVersion: 7.9.10 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{55240462-9230-4075-A96C-664DB0239AD9}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- UpgradeCode: '{FF3847D5-093C-4A09-8741-F214311A8BB7}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.sejda-cdn.com/sejda-desktop_7.9.10_x64.msi + InstallerSha256: 283F24388C4FDE26D8DC2134679170EF212E4042BAE220413678EDF545C5FE61 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.locale.en-US.yaml b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..cb9a52ae920a5 --- /dev/null +++ b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.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: Sejda.PDFDesktop +PackageVersion: 7.9.10 +PackageLocale: en-US +Publisher: Sejda BV +PublisherUrl: https://www.sejda.com/ +PublisherSupportUrl: https://www.sejda.com/help +PrivacyUrl: https://www.sejda.com/privacy +Author: Sejda BV +PackageName: Sejda PDF Desktop +PackageUrl: https://www.sejda.com/desktop +License: Proprietary +LicenseUrl: https://www.sejda.com/eula +Copyright: © Sejda BV 2026. +CopyrightUrl: https://www.sejda.com/eula +ShortDescription: Productive PDF software that you'll love to use +Description: Sejda Desktop offers the same features as the PDF cloud service, only files are processed on your computer, not in the cloud. Offers peace of mind privacy, perfectly suitable for business. +Moniker: sejda-pdf-desktop +Tags: +- compress +- convert +- crop +- edit-password +- merge +- pdf +- split +- watermark +ReleaseNotesUrl: https://www.sejda.com/desktop-release-notes +PurchaseUrl: https://www.sejda.com/desktop#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.locale.zh-CN.yaml b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cbe587c67f9d0 --- /dev/null +++ b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sejda.PDFDesktop +PackageVersion: 7.9.10 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 高效 PDF 软件,让您爱不释手 +Description: Sejda 桌面版提供与云端 PDF 服务相同的功能,所有文件处理均在您的本地计算机完成,无需经过云端传输。为您提供安心的隐私保护,特别适合商业用途。 +Tags: +- pdf +- 压缩 +- 合并 +- 拆分 +- 水印 +- 编辑密码 +- 裁剪 +- 转换 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.yaml b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.yaml new file mode 100644 index 0000000000000..832eb5cf00353 --- /dev/null +++ b/manifests/s/Sejda/PDFDesktop/7.9.10/Sejda.PDFDesktop.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: Sejda.PDFDesktop +PackageVersion: 7.9.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.installer.yaml b/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.installer.yaml new file mode 100644 index 0000000000000..9c27ef2369c66 --- /dev/null +++ b/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Shinokada.Gitstart +PackageVersion: 1.2.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gitstart.exe + PortableCommandAlias: gitstart +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/shinokada/gitstart/releases/download/v1.2.2/gitstart_1.2.2_windows_amd64.zip + InstallerSha256: DD6B0128D3000C67CFFE5BF3E4D88D9D3440FB5F1C6803FC3CF53849526C4717 +- Architecture: arm64 + InstallerUrl: https://github.com/shinokada/gitstart/releases/download/v1.2.2/gitstart_1.2.2_windows_arm64.zip + InstallerSha256: 0CD907F06E6CB424904C988EC2D8B015DC2BC3475D92752713559963CAAD28CE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.locale.en-US.yaml b/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.locale.en-US.yaml new file mode 100644 index 0000000000000..60c7037f23855 --- /dev/null +++ b/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Shinokada.Gitstart +PackageVersion: 1.2.2 +PackageLocale: en-US +Publisher: Shinokada +PackageName: GITSTART +PackageUrl: https://github.com/shinokada/gitstart +License: MIT +LicenseUrl: https://github.com/shinokada/gitstart/blob/main/LICENSE +ShortDescription: Automates creating a GitHub repository +Description: | + Gitstart automates creating a GitHub repo. It will create .gitignore, a license.txt, a README.md file and commit with a message. It will create a remote repo and push all the files. +Tags: +- cli +- terminal +- github +- automation +ReleaseNotes: |- + ## Changelog + • 8864d9aaaf8046fe0d35e5217d90440b4045d5a7 chore:add v1.2.2 changelog and README entries missed before v1.2.1 tag +ReleaseNotesUrl: https://github.com/shinokada/gitstart/releases/tag/v1.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.yaml b/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.yaml new file mode 100644 index 0000000000000..7ecbef69b1cec --- /dev/null +++ b/manifests/s/Shinokada/Gitstart/1.2.2/Shinokada.Gitstart.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Shinokada.Gitstart +PackageVersion: 1.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.installer.yaml b/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.installer.yaml new file mode 100644 index 0000000000000..b20f431e81e31 --- /dev/null +++ b/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: SnosMe.AwakenedPoETrade +PackageVersion: 3.29.107 +InstallerType: nullsoft +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: 7zip.7zip +ProductCode: "{2EA281DA-028B-5D55-B26E-53163C89344A}" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SnosMe/awakened-poe-trade/releases/download/v3.29.107/Awakened-PoE-Trade-Setup-3.29.107.exe + InstallerSha256: E07352C858CF1339CC52B0E1C25B5300A33B4320C6264C020369EB4E4D9ACC2F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.locale.en-US.yaml b/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.locale.en-US.yaml new file mode 100644 index 0000000000000..dd264b1e267a8 --- /dev/null +++ b/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: SnosMe.AwakenedPoETrade +PackageVersion: 3.29.107 +PackageLocale: en-US +Publisher: Alexander Drozdov +PublisherUrl: https://github.com/SnosMe +PublisherSupportUrl: https://github.com/SnosMe/awakened-poe-trade/issues +PackageName: Awakened PoE Trade +PackageUrl: https://snosme.github.io/awakened-poe-trade/download +License: MIT +LicenseUrl: https://github.com/SnosMe/awakened-poe-trade#MIT-1-ov-file +ShortDescription: Path of Exile app for price checking +ReleaseNotes: "• added support for Transfigured Vaal Gems\r\n• added \"Total Wings\" for Heist Blueprints\r\n• added \"Allow 1 Missing\" search mode for Mercenary Warrant\r\n _(All Gems selected as \"N-1\" form a group from which a maximum of 1 Support Gem can be missing.)_\r\n• fixed Memory Strands being ignored on Quivers\r\n• fixed inability to price check Rare Maps" +ReleaseNotesUrl: https://github.com/SnosMe/awakened-poe-trade/releases/tag/v3.29.107 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.yaml b/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.yaml new file mode 100644 index 0000000000000..aa1917c4f179e --- /dev/null +++ b/manifests/s/SnosMe/AwakenedPoETrade/3.29.107/SnosMe.AwakenedPoETrade.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: SnosMe.AwakenedPoETrade +PackageVersion: 3.29.107 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.installer.yaml deleted file mode 100644 index 76be1f3ae0806..0000000000000 --- a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787299749-g1ad2d8 -InstallerType: portable -Commands: -- amp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2026-08-21 -Installers: -- Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1787299749-g1ad2d8/amp-windows-x64-baseline.exe - InstallerSha256: 8CFA71CE5400FFD6BFBD27BFEB9FE540373B7F76F98686CEC806E243F869C843 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.installer.yaml new file mode 100644 index 0000000000000..4172d60d93f71 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1787342526-gc11bfb +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1787342526-gc11bfb/amp-windows-x64-baseline.exe + InstallerSha256: ABF1BBAED4E530D514655CA5D51F44FA786953BEF293C1D4769C69065B667FFF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.locale.en-US.yaml index e2c6f696a86e7..7ceab2be9d856 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787299749-g1ad2d8 +PackageVersion: 0.0.1787342526-gc11bfb PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.locale.zh-CN.yaml index 1eb996de621f6..2268ff37456cb 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787299749-g1ad2d8 +PackageVersion: 0.0.1787342526-gc11bfb PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.yaml index ba145ac5500bc..e534f35890453 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1787299749-g1ad2d8/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1787342526-gc11bfb/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1787299749-g1ad2d8 +PackageVersion: 0.0.1787342526-gc11bfb DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.installer.yaml b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.installer.yaml new file mode 100644 index 0000000000000..c4ebcb4c437db --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: StablyAI.Orca +PackageVersion: 1.4.187 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 2b325ec9-0ed1-575f-ad70-e08307aee879 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stablyai/orca/releases/download/v1.4.187/orca-windows-setup.exe + InstallerSha256: 3951F66359BB9A2DC6DA61C22BAE6FD400681DC777C40F8ECDD3F81104DE1A72 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.locale.en-US.yaml b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.locale.en-US.yaml new file mode 100644 index 0000000000000..1d71c4c1e8364 --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: StablyAI.Orca +PackageVersion: 1.4.187 +PackageLocale: en-US +Publisher: stablyai +PublisherUrl: https://www.stably.ai/ +PublisherSupportUrl: https://github.com/stablyai/orca/issues +PrivacyUrl: https://www.onorca.dev/privacy +Author: Lovecast Inc. +PackageName: Orca +PackageUrl: https://www.onorca.dev/ +License: MIT +LicenseUrl: https://github.com/stablyai/orca/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lovecast Inc. +CopyrightUrl: https://www.onorca.dev/terms +ShortDescription: Ship 100x With The Agent IDE +Description: |- + Orca is a desktop IDE for running multiple AI coding agents side by side. Every task gets its own git worktree, its own agent terminal, and its own browser tab — so you can fan out work across Claude Code, Codex, Cursor CLI, and friends without stashing, branch-juggling, or losing flow. + + When to use Orca + - You want three agents trying the same bug in parallel and to pick the winner. + - You want to review AI-generated diffs seriously before you ship them. + - You already pay for Claude Code, Codex, or Cursor CLI and want one place to orchestrate them. + - You want agents to run remotely over SSH without giving up your IDE. + + Who it's for + Orca is designed for people who already write code for a living and want to use AI as leverage — not as a replacement. It assumes you read diffs, care about commits, and keep a worktree tidy. If you're looking for a no-code tool, Orca is not that. + + What Orca is not + - Not a model. Orca runs agents you already use — bring your own Claude, Codex, or OpenCode subscription. + - Not a git replacement. Every worktree is a real git worktree. You can cd in and use plain git whenever you want. + - Not cloud-only. Orca runs locally. Remote agents happen through SSH to machines you own. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotesUrl: https://github.com/stablyai/orca/releases/tag/v1.4.187 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://www.onorca.dev/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.locale.zh-CN.yaml b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c722a453e306e --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: StablyAI.Orca +PackageVersion: 1.4.187 +PackageLocale: zh-CN +ShortDescription: 使用 Agent IDE 提升 100 倍交付速度 +Description: |- + Orca 是一款用于并行运行多个 AI 编程智能体(Agents)的桌面端 IDE。每一项任务都会获得独立的 git worktree、智能体终端和浏览器标签页——因此你可以将工作分发给 Claude Code、Codex、Cursor CLI 等工具,而无需进行 stash、频繁切换分支或打断思路。 + + 何时使用 Orca + - 你想让三个智能体并行尝试修复同一个 bug,并从中择优。 + - 你希望在发布 AI 生成的代码差异(diffs)之前对其进行严格审查。 + - 你已经付费订阅了 Claude Code、Codex 或 Cursor CLI,并希望有一个统一的地方来编排它们。 + - 你希望智能体通过 SSH 在远程运行,同时又不放弃你的 IDE 体验。 + + 适用人群 + Orca 为那些以写代码为生、并希望将 AI 作为杠杆而非替代品的开发者设计。它假设你会阅读代码差异、在意提交规范(commits),并保持工作区整洁。如果你在寻找无代码工具,Orca 并不适合你。 + + Orca 不是什么 + - 不是模型。Orca 运行你已经在使用的智能体——请使用你自己的 Claude、Codex 或 OpenCode 订阅。 + - 不是 Git 的替代品。每一个工作区(worktree)都是真实的 git worktree。你可以随时 cd 进去使用原生 git 命令。 + - 不仅限于云端。Orca 在本地运行。远程智能体通过 SSH 连接到你拥有的机器。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.onorca.dev/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.yaml b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.yaml new file mode 100644 index 0000000000000..965f459923d82 --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.187/StablyAI.Orca.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: StablyAI.Orca +PackageVersion: 1.4.187 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.installer.yaml b/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.installer.yaml new file mode 100644 index 0000000000000..7f0b34e63ff7a --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.50.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-21" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: stripe.exe + PortableCommandAlias: stripe + InstallerUrl: https://github.com/stripe/stripe-cli/releases/download/v1.50.4/stripe_1.50.4_windows_i386.zip + InstallerSha256: d1ab8c1621381a1d8d4def31e56127ba8aa23389a6cafb03b7207dc9432102a4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: stripe.exe + PortableCommandAlias: stripe + InstallerUrl: https://github.com/stripe/stripe-cli/releases/download/v1.50.4/stripe_1.50.4_windows_x86_64.zip + InstallerSha256: 69a7fbefa337e2a896d59540a7cf252ebca939eaf6f66abb011e8e929592e67a + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.locale.en-US.yaml b/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.locale.en-US.yaml new file mode 100644 index 0000000000000..0e689811d326b --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.50.4 +PackageLocale: en-US +Publisher: Stripe, Inc. +PublisherUrl: https://stripe.com +PackageName: stripe +PackageUrl: https://stripe.com +License: Apache-2.0 +ShortDescription: Stripe CLI utility +Moniker: stripe +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.yaml b/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.yaml new file mode 100644 index 0000000000000..9cbb01cf0f786 --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.50.4/Stripe.StripeCli.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: Stripe.StripeCli +PackageVersion: 1.50.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.installer.yaml b/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.installer.yaml new file mode 100644 index 0000000000000..cf65e4b86e2ed --- /dev/null +++ b/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.installer.yaml @@ -0,0 +1,30 @@ +# 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: StruisICT.InLook +PackageVersion: 1.1.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{AF8688BB-9F9F-4DA1-B4FB-EBEDAF20445F}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- ProductCode: '{AF8688BB-9F9F-4DA1-B4FB-EBEDAF20445F}' + UpgradeCode: '{8E5A3C2B-1D4F-4E7A-9B6C-7D8E9F0A1B2C}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\InLook' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/StruisICT/InLook/releases/download/v1.1.2/inlook-1.1.2-x86_64.msi + InstallerSha256: 10330069064A1708A3D0D8FE70790838502DB6DC878928FE5E2C1560E3078A6C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.locale.en-US.yaml b/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.locale.en-US.yaml new file mode 100644 index 0000000000000..ae99681073640 --- /dev/null +++ b/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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: StruisICT.InLook +PackageVersion: 1.1.2 +PackageLocale: en-US +Publisher: Struis ICT +PublisherUrl: https://struisict.com/ +PublisherSupportUrl: https://github.com/StruisICT/InLook/issues +Author: Struis ICT +PackageName: InLook +PackageUrl: https://github.com/StruisICT/InLook +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/StruisICT/InLook/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Struis ICT +ShortDescription: Fast, free .eml email viewer +Description: |- + InLook is a small, fast viewer for .eml email files (the standard RFC 822 + / MIME format used by Outlook, Thunderbird, and most other mail clients + when saving a single message to disk). It renders headers, body (HTML or + plain text), and attachments, with embedded HTML sandboxed under a strict + Content Security Policy — no remote loads, no tracking pixels. Follows + the system light/dark theme, registers as the default .eml handler, and + never touches the network. Free Software from Struis ICT. +Moniker: inlook +Tags: +- email +- eml +- mail +- message +- viewer +ReleaseNotes: |- + 1.1.2 (2026-08-21) + Maintenance release: dependency updates (tao 0.36, mail-parser 0.11.6, + html-escape 0.2.15) and internal test hardening. No user-facing changes. +ReleaseNotesUrl: https://github.com/StruisICT/InLook/releases/tag/v1.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.yaml b/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.yaml new file mode 100644 index 0000000000000..93b34970a0eaa --- /dev/null +++ b/manifests/s/StruisICT/InLook/1.1.2/StruisICT.InLook.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: StruisICT.InLook +PackageVersion: 1.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.installer.yaml b/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.installer.yaml new file mode 100644 index 0000000000000..a2504eb80a2be --- /dev/null +++ b/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.installer.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: SuperRadCompany.Microsandbox +PackageVersion: 0.6.12 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: msb.exe + PortableCommandAlias: msb +Commands: +- msb +ReleaseDate: 2026-08-19 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superradcompany/microsandbox/releases/download/v0.6.12/microsandbox-windows-x86_64.zip + InstallerSha256: 472A6B25CA4D906BB87ACD1794F53DCEA2FC81612A27A08DE3AC6CC7A39AA5E8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/superradcompany/microsandbox/releases/download/v0.6.12/microsandbox-windows-aarch64.zip + InstallerSha256: 390B34F1E76D0EC7ED082422BA1F6FC534F286F88FAE4450835A74F55B522953 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.locale.en-US.yaml b/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.locale.en-US.yaml new file mode 100644 index 0000000000000..7efb773ccf9de --- /dev/null +++ b/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.locale.en-US.yaml @@ -0,0 +1,42 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: SuperRadCompany.Microsandbox +PackageVersion: 0.6.12 +PackageLocale: en-US +Publisher: Super Rad Company +PublisherUrl: https://superrad.company/ +PublisherSupportUrl: https://github.com/superradcompany/microsandbox/issues +PackageName: Microsandbox +PackageUrl: https://microsandbox.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/superradcompany/microsandbox/blob/main/LICENSE +Copyright: Copyright 2026 Super Rad Company +ShortDescription: Fast local microVM runtime for running untrusted workloads with hardware isolation. +Description: Microsandbox runs untrusted workloads inside fast, local microVMs for AI agents, user code, plugins, CI jobs, development environments, scrapers, and automation. +Moniker: microsandbox +Tags: +- ai +- cli +- containers +- isolation +- microvm +- oci +- sandbox +- security +- vm +ReleaseNotes: |- + ## What's Changed + • fix(release):preserve bundled msb executable mode by @appcypher in https://github.com/superradcompany/microsandbox/pull/1413 + • chore:refresh npm lockfile after v0.6.11 by @github-actions[bot] in https://github.com/superradcompany/microsandbox/pull/1412 + • chore(release):bump microsandbox to 0.6.12 by @appcypher in https://github.com/superradcompany/microsandbox/pull/1414 + + + **Full Changelog**:https://github.com/superradcompany/microsandbox/compare/v0.6.11...v0.6.12 +ReleaseNotesUrl: https://github.com/superradcompany/microsandbox/releases/tag/v0.6.12 +InstallationNotes: Microsandbox requires Windows Hypervisor Platform to run local microVMs. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.microsandbox.dev +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.yaml b/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.yaml new file mode 100644 index 0000000000000..23acb1c3e4ea7 --- /dev/null +++ b/manifests/s/SuperRadCompany/Microsandbox/0.6.12/SuperRadCompany.Microsandbox.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: SuperRadCompany.Microsandbox +PackageVersion: 0.6.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.installer.yaml b/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.installer.yaml new file mode 100644 index 0000000000000..37d6850428124 --- /dev/null +++ b/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: scimusmn.stele +PackageVersion: 2.3.1 +InstallerLocale: en-US +InstallerType: wix +ProductCode: "{141F3BF0-4A9C-4933-855B-DD26680B7196}" +ReleaseDate: 2026-08-03 +AppsAndFeaturesEntries: +- ProductCode: "{141F3BF0-4A9C-4933-855B-DD26680B7196}" + UpgradeCode: "{5239D69D-33F5-5FC0-B7CA-2FBB8BBE0988}" +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%\\stele" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/scimusmn/stele/releases/download/v2.3.1/Stele-win-2.3.1.msi + InstallerSha256: 5F8E10C6EBC4D2C1C578C80C4A9F0D3C98DA5F6B6EE83E626C1F9FE641CC2484 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.locale.en-US.yaml b/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.locale.en-US.yaml new file mode 100644 index 0000000000000..6f87800d0ca99 --- /dev/null +++ b/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: scimusmn.stele +PackageVersion: 2.3.1 +PackageLocale: en-US +Publisher: Science Museum of Minnesota +PublisherUrl: https://github.com/scimusmn +Author: scimusmn +PackageName: Stele +PackageUrl: https://github.com/scimusmn/stele +License: MIT +LicenseUrl: https://github.com/scimusmn/stele/blob/HEAD/LICENSE +ShortDescription: Kiosk app wrapper for museum media exhibits +Tags: +- browser +- electron +- kiosk +- museum +- react +- webpack +ReleaseNotes: Removes serial integration. Now managed on the app side using the Web Serial API. Adds a handler for auto-granting port access. +ReleaseNotesUrl: https://github.com/scimusmn/stele/releases/tag/v2.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.yaml b/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.yaml new file mode 100644 index 0000000000000..837dc8ba8b26b --- /dev/null +++ b/manifests/s/scimusmn/stele/2.3.1/scimusmn.stele.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: scimusmn.stele +PackageVersion: 2.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.installer.yaml b/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.installer.yaml new file mode 100644 index 0000000000000..489914b382652 --- /dev/null +++ b/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: seerge.g-helper.PreRelease +PackageVersion: "0.277" +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GHelper.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.7 +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/seerge/g-helper/releases/download/v0.277/GHelper.zip + InstallerSha256: 9BFF23A04832EBE02306831C98899617485EB922B1D7971A12E95D78F4AC7497 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.locale.en-US.yaml b/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.locale.en-US.yaml new file mode 100644 index 0000000000000..392b7b6c58692 --- /dev/null +++ b/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: seerge.g-helper.PreRelease +PackageVersion: "0.277" +PackageLocale: en-US +Publisher: seerge +PublisherUrl: https://github.com/seerge +PublisherSupportUrl: https://github.com/seerge/g-helper/issues +Author: seerge +PackageName: G-Helper PreRelease +PackageUrl: https://github.com/seerge/g-helper +License: GPL-3.0 +LicenseUrl: https://github.com/seerge/g-helper/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023 Serge +ShortDescription: Lightweight Armoury Crate alternative for Asus laptops. +Description: Small and lightweight Armoury Crate alternative for Asus laptops offering almost same functionality without extra bloat and unnecessary services. Works on all popular models, such as ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, Flow Z13, TUF Series, Strix / Scar Series, ProArt, VivoBook and many more! +Tags: +- armoury-crate +- asus +- rog +ReleaseNotes: "### ⌨️ [External Keyboards](https://github.com/seerge/g-helper/discussions/5710)\r\n• New feature:ASUS external keyboards support (wired, wireless and Omni receiver), with lighting modes and per-key colors, key bindings, on-board profiles, battery status and energy settings, OLED screen on Azoth (https://github.com/seerge/g-helper/pull/5921) https://github.com/seerge/g-helper/issues/5882 https://github.com/seerge/g-helper/issues/2678 https://github.com/seerge/g-helper/issues/3185\r\n• ROG Azoth, Azoth Extreme, Azoth X https://github.com/seerge/g-helper/issues/2544 https://github.com/seerge/g-helper/issues/3441 https://github.com/seerge/g-helper/issues/3440 https://github.com/seerge/g-helper/issues/4506 https://github.com/seerge/g-helper/issues/5400\r\n• ROG Falchion, Falchion RX, Falchion RX Low Profile, Falchion Ace, Falchion Ace HFX https://github.com/seerge/g-helper/issues/1203 https://github.com/seerge/g-helper/issues/2395 https://github.com/seerge/g-helper/issues/3454 https://github.com/seerge/g-helper/issues/3600 https://github.com/seerge/g-helper/issues/3913 https://github.com/seerge/g-helper/issues/5783\r\n• ROG Strix Scope II, Scope II RX, Scope II 96, Scope II 96 RX https://github.com/seerge/g-helper/issues/3004 https://github.com/seerge/g-helper/issues/2365 https://github.com/seerge/g-helper/issues/4333 https://github.com/seerge/g-helper/issues/4475\r\n• ROG Strix Scope RX, Scope RX TKL https://github.com/seerge/g-helper/issues/1838 https://github.com/seerge/g-helper/issues/3952\r\n• ROG Strix Flare, Flare II, Flare II Animate https://github.com/seerge/g-helper/issues/2428\r\n• ROG Claymore II https://github.com/seerge/g-helper/issues/4124 https://github.com/seerge/g-helper/issues/5482\r\n• TUF Gaming K1, K3, K3 Gen II https://github.com/seerge/g-helper/issues/2914 https://github.com/seerge/g-helper/issues/3476 https://github.com/seerge/g-helper/issues/5578\r\n\r\n\"image\"\r\n\r\n### ⚙️ Other changes\r\n• Skip auto GPU mode toggling on sleep / resume\r\n\r\n### 💻 UI Tweaks\r\n• Translation updates\r\n• Minor UI tweaks and cleanups\r\n\r\n>[!NOTE]\r\n>If you find G-Helper useful, please consider [supporting the app](https://g-helper.com/support) to help fund future development.\r\n\r\n[](https://github.com/seerge/g-helper/releases/download/v0.277/GHelper.exe)   [](https://g-helper.com/support)" +ReleaseNotesUrl: https://github.com/seerge/g-helper/releases/tag/v0.277 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/seerge/g-helper/blob/main/docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.yaml b/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.yaml new file mode 100644 index 0000000000000..607bc65a067d5 --- /dev/null +++ b/manifests/s/seerge/g-helper/PreRelease/0.277/seerge.g-helper.PreRelease.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: seerge.g-helper.PreRelease +PackageVersion: "0.277" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.installer.yaml b/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.installer.yaml new file mode 100644 index 0000000000000..f1de95527e7c7 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage-agent +PackageVersion: 3.5.1.27 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{6785897C-1BA4-420A-B77E-CAC935531D70}' +ReleaseDate: 2026-08-21 +AppsAndFeaturesEntries: +- ProductCode: '{6785897C-1BA4-420A-B77E-CAC935531D70}' + UpgradeCode: '{A1B2C3D4-E5F6-4A5B-8C9D-0E1F2A3B4C5D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-windows-x64.msi + InstallerSha256: 9B6C03CCB3198CDCFDFD19C9B51F039FCFE8EC723EFC61A567906354463DBC17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.locale.en-US.yaml b/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.locale.en-US.yaml new file mode 100644 index 0000000000000..60d115bf00ffd --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.locale.en-US.yaml @@ -0,0 +1,211 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage-agent +PackageVersion: 3.5.1.27 +PackageLocale: en-US +Publisher: SysManage +PublisherUrl: https://github.com/bceverly/sysmanage-agent +PublisherSupportUrl: https://github.com/bceverly/sysmanage-agent/issues +Author: Bryan Everly +PackageName: SysManage Agent +PackageUrl: https://github.com/bceverly/sysmanage-agent +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/bceverly/sysmanage-agent/blob/HEAD/LICENSE +Copyright: Copyright (c) Bryan Everly +ShortDescription: Cross-platform system management agent for SysManage. +Description: SysManage Agent is the host-side daemon for the SysManage open-source fleet management platform. It registers the host with a SysManage server, reports inventory, applies declarative deployment plans (package install, firewall config, antivirus deployment, VM lifecycle), and surfaces real-time health metrics. +Moniker: sysmanage-agent +ReleaseNotes: |- + SysManage Agent v3.5.1.27 + Release v3.5.1.27 + Multi-platform system management agent with support for Linux, BSD, macOS, and Windows. + Installation Instructions + Ubuntu/Debian + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent_3.5.1.27-1_amd64.deb + sudo apt install ./sysmanage-agent_3.5.1.27-1_amd64.deb + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + Flatpak (Universal Linux) + # Add SysManage repository + flatpak remote-add --if-not-exists sysmanage https://sysmanage.org/sysmanage.flatpakrepo + # Install the agent + flatpak install sysmanage org.sysmanage.Agent + # Run service installation script + flatpak run --command=sysmanage-service-install org.sysmanage.Agent + # Or download and install the bundle directly: + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27.flatpak + flatpak install --user sysmanage-agent-3.5.1.27.flatpak + CentOS/RHEL 9 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-1.el9.x86_64.rpm + sudo dnf install ./sysmanage-agent-3.5.1.27-1.el9.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + OpenSUSE Tumbleweed + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-1.opensuse.tumbleweed.x86_64.rpm + sudo zypper install ./sysmanage-agent-3.5.1.27-1.opensuse.tumbleweed.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + OpenSUSE Leap 15 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-1.opensuse.leap.15.x86_64.rpm + sudo zypper install ./sysmanage-agent-3.5.1.27-1.opensuse.leap.15.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + SUSE Linux Enterprise Server (SLES) 15 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-1.sles.x86_64.rpm + sudo zypper install ./sysmanage-agent-3.5.1.27-1.sles.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + macOS + # Download and install + curl -LO https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-macos.pkg + sudo installer -pkg sysmanage-agent-3.5.1.27-macos.pkg -target / + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo launchctl load /Library/LaunchDaemons/com.sysmanage.agent.plist + Windows (x64) + Recommended: the bundled installer (.exe). It carries Python and the + Visual C++ runtime inside it, so it needs no network and the service is + running by the time it returns. + # Download and install (PowerShell as Administrator) + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-windows-x64.exe" -OutFile "sysmanage-agent-3.5.1.27-windows-x64.exe" + Start-Process ".\sysmanage-agent-3.5.1.27-windows-x64.exe" -ArgumentList "/quiet","/norestart" -Wait -Verb RunAs + # Configure and restart to apply + notepad C:\ProgramData\SysManage\sysmanage-agent.yaml + Restart-Service SysManageAgent + The .msi is also published, for winget and for existing automation. On a + host without Python it finishes in the background shortly after msiexec + exits; check HKLM:\SOFTWARE\SysManage\Agent\BootstrapState. + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-windows-x64.msi" -OutFile "sysmanage-agent-3.5.1.27-windows-x64.msi" + Start-Process msiexec.exe -ArgumentList "/i sysmanage-agent-3.5.1.27-windows-x64.msi /qn" -Wait -Verb RunAs + Windows (ARM64) + Recommended: the bundled installer (.exe). It carries Python and the + Visual C++ runtime inside it, so it needs no network and the service is + running by the time it returns. + # Download and install (PowerShell as Administrator) + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-windows-arm64.exe" -OutFile "sysmanage-agent-3.5.1.27-windows-arm64.exe" + Start-Process ".\sysmanage-agent-3.5.1.27-windows-arm64.exe" -ArgumentList "/quiet","/norestart" -Wait -Verb RunAs + # Configure and restart to apply + notepad C:\ProgramData\SysManage\sysmanage-agent.yaml + Restart-Service SysManageAgent + The .msi is also published, for winget and for existing automation. On a + host without Python it finishes in the background shortly after msiexec + exits; check HKLM:\SOFTWARE\SysManage\Agent\BootstrapState. + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-windows-arm64.msi" -OutFile "sysmanage-agent-3.5.1.27-windows-arm64.msi" + Start-Process msiexec.exe -ArgumentList "/i sysmanage-agent-3.5.1.27-windows-arm64.msi /qn" -Wait -Verb RunAs + FreeBSD + # Download and install + fetch https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27.pkg + sudo pkg add sysmanage-agent-3.5.1.27.pkg + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo sysrc sysmanage_agent_enable=YES + sudo service sysmanage_agent start + NetBSD + # Download and install + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27.tgz + sudo pkg_add sysmanage-agent-3.5.1.27.tgz + # Copy rc.d script and configure + sudo cp /usr/pkg/share/examples/rc.d/sysmanage_agent /etc/rc.d/ + sudo vi /usr/pkg/etc/sysmanage-agent/config.yaml + # Enable and start + sudo sh -c 'echo sysmanage_agent=YES >> /etc/rc.conf' + sudo /etc/rc.d/sysmanage_agent start + Alpine Linux + # Download the pre-built package for your Alpine version (3.19, 3.20, or 3.21) + # For Alpine 3.21: + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-alpine321.apk + doas apk add --allow-untrusted sysmanage-agent-3.5.1.27-alpine321.apk + # For Alpine 3.20: + # wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-alpine320.apk + # doas apk add --allow-untrusted sysmanage-agent-3.5.1.27-alpine320.apk + # For Alpine 3.19: + # wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-alpine319.apk + # doas apk add --allow-untrusted sysmanage-agent-3.5.1.27-alpine319.apk + # Configure and start + doas cp /etc/sysmanage-agent/sysmanage-agent.yaml.example /etc/sysmanage-agent/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent/sysmanage-agent.yaml + doas rc-update add sysmanage-agent default + doas rc-service sysmanage-agent start + OpenBSD (Pre-built Package - Recommended) + # Download the pre-built package for your OpenBSD version (7.8 or 7.9) + # For OpenBSD 7.9: + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-openbsd79.tgz + doas pkg_add sysmanage-agent-3.5.1.27-openbsd79.tgz + # For OpenBSD 7.8: + # ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-openbsd78.tgz + # doas pkg_add sysmanage-agent-3.5.1.27-openbsd78.tgz + # Configure and start + doas cp /usr/local/share/examples/sysmanage-agent/sysmanage-agent.yaml /etc/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent.yaml + doas rcctl enable sysmanage_agent + doas rcctl start sysmanage_agent + OpenBSD (Build from Port) + # Download the port tarball + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-3.5.1.27-openbsd-port.tar.gz + # Extract to ports tree + cd /usr/ports/sysutils + doas rm -rf sysmanage-agent + doas tar xzf ~/sysmanage-agent-3.5.1.27-openbsd-port.tar.gz + doas mv openbsd-port sysmanage-agent + # Install Python dependencies (avoids gcc conflicts) + doas pkg_add py3-websockets py3-yaml py3-aiohttp py3-cryptography py3-sqlalchemy py3-alembic + # Build and install + cd sysmanage-agent + doas make makesum + doas make install + # Configure and start + doas cp /usr/local/share/examples/sysmanage-agent/sysmanage-agent.yaml /etc/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent.yaml + doas rcctl enable sysmanage_agent + doas rcctl start sysmanage_agent + Checksum Verification + All packages include SHA256 checksums. Download both files and verify: + Linux (Ubuntu/CentOS/OpenSUSE/SLES): + sha256sum -c .sha256 + macOS: + shasum -a 256 -c .sha256 + Windows: + $expectedHash = (Get-Content ".sha256").Split()[0] + $actualHash = (Get-FileHash "" -Algorithm SHA256).Hash.ToLower() + if ($expectedHash -eq $actualHash) { Write-Host "Checksum verified!" } else { Write-Host "Checksum mismatch!" } + FreeBSD/NetBSD/OpenBSD: + sha256 -C .sha256 + Alpine Linux: + sha256sum -c .sha256 + Supported Platforms + - Ubuntu: 22.04 LTS (Jammy), 24.04 LTS (Noble) + - Debian: 11 (Bullseye), 12 (Bookworm), 13 (Trixie) + - CentOS/RHEL: 9.x + - OpenSUSE: Tumbleweed, Leap 15.x + - SUSE Linux Enterprise Server (SLES): 15.x + - Alpine Linux: 3.19, 3.20, 3.21 (pre-built packages available) + - macOS: 12+ (Monterey and later) + - Windows: 10 (1809+), 11, Server 2019+ (x64 and ARM64) + - FreeBSD: 13.x, 14.x + - NetBSD: 10.x (tested on 10.1) + - OpenBSD: 7.8, 7.9 (pre-built packages available) + Software Bill of Materials (SBOM) + This release includes a comprehensive Software Bill of Materials (SBOM) file in CycloneDX JSON format for supply chain security and vulnerability analysis: + Standalone Download: + - sysmanage-agent-sbom.json - Complete inventory of Python dependencies + Download and inspect: + # Download SBOM file + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.27/sysmanage-agent-sbom.json + # View with jq (if installed) + cat sysmanage-agent-sbom.json | jq . + The SBOM file is compatible with vulnerability scanning tools (Grype, Trivy, Dependency-Track, Snyk, etc.) and provides complete transparency of all software dependencies. + What's Included +ReleaseNotesUrl: https://github.com/bceverly/sysmanage-agent/releases/tag/v3.5.1.27 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.yaml b/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.yaml new file mode 100644 index 0000000000000..e5422aa24904f --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/3.5.1.27/sysmanage.sysmanage-agent.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: sysmanage.sysmanage-agent +PackageVersion: 3.5.1.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.installer.yaml b/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.installer.yaml new file mode 100644 index 0000000000000..9ed32e853388e --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage-agent +PackageVersion: 3.5.1.6 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{9066837F-1D33-411A-9E6C-6DCDD3C0CA37}' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- ProductCode: '{9066837F-1D33-411A-9E6C-6DCDD3C0CA37}' + UpgradeCode: '{A1B2C3D4-E5F6-4A5B-8C9D-0E1F2A3B4C5D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-windows-x64.msi + InstallerSha256: CC2931C9F90C2B34715AD791EC2AA90E19FDE4A1240DB077EF1F4767B4E507A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.locale.en-US.yaml b/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.locale.en-US.yaml new file mode 100644 index 0000000000000..e74dba0c9c01d --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.locale.en-US.yaml @@ -0,0 +1,205 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage-agent +PackageVersion: 3.5.1.6 +PackageLocale: en-US +Publisher: SysManage +PublisherUrl: https://github.com/bceverly/sysmanage-agent +PublisherSupportUrl: https://github.com/bceverly/sysmanage-agent/issues +Author: Bryan Everly +PackageName: SysManage Agent +PackageUrl: https://github.com/bceverly/sysmanage-agent +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/bceverly/sysmanage-agent/blob/HEAD/LICENSE +Copyright: Copyright (c) Bryan Everly +ShortDescription: Cross-platform system management agent for SysManage. +Description: SysManage Agent is the host-side daemon for the SysManage open-source fleet management platform. It registers the host with a SysManage server, reports inventory, applies declarative deployment plans (package install, firewall config, antivirus deployment, VM lifecycle), and surfaces real-time health metrics. +Moniker: sysmanage-agent +ReleaseNotes: |- + SysManage Agent v3.5.1.6 + Fixed winget issue + Multi-platform system management agent with support for Linux, BSD, macOS, and Windows. + Installation Instructions + Ubuntu/Debian + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent_3.5.1.6-1_amd64.deb + sudo apt install ./sysmanage-agent_3.5.1.6-1_amd64.deb + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + Flatpak (Universal Linux) + # Add SysManage repository + flatpak remote-add --if-not-exists sysmanage https://sysmanage.org/sysmanage.flatpakrepo + # Install the agent + flatpak install sysmanage org.sysmanage.Agent + # Run service installation script + flatpak run --command=sysmanage-service-install org.sysmanage.Agent + # Or download and install the bundle directly: + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6.flatpak + flatpak install --user sysmanage-agent-3.5.1.6.flatpak + CentOS/RHEL 9 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-1.el9.x86_64.rpm + sudo dnf install ./sysmanage-agent-3.5.1.6-1.el9.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + OpenSUSE Tumbleweed + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-1.opensuse.tumbleweed.x86_64.rpm + sudo zypper install ./sysmanage-agent-3.5.1.6-1.opensuse.tumbleweed.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + OpenSUSE Leap 15 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-1.opensuse.leap.15.x86_64.rpm + sudo zypper install ./sysmanage-agent-3.5.1.6-1.opensuse.leap.15.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + SUSE Linux Enterprise Server (SLES) 15 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-1.sles.x86_64.rpm + sudo zypper install ./sysmanage-agent-3.5.1.6-1.sles.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + macOS + # Download and install + curl -LO https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-macos.pkg + sudo installer -pkg sysmanage-agent-3.5.1.6-macos.pkg -target / + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo launchctl load /Library/LaunchDaemons/com.sysmanage.agent.plist + Windows (x64) + # Download and install (PowerShell as Administrator) + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-windows-x64.msi" -OutFile "sysmanage-agent-3.5.1.6-windows-x64.msi" + Start-Process msiexec.exe -ArgumentList "/i sysmanage-agent-3.5.1.6-windows-x64.msi /qn" -Wait -Verb RunAs + # Configure and start + notepad C:\ProgramData\SysManage\sysmanage-agent.yaml + Start-Service SysManageAgent + Windows (ARM64) + # Download and install (PowerShell as Administrator) + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-windows-arm64.msi" -OutFile "sysmanage-agent-3.5.1.6-windows-arm64.msi" + Start-Process msiexec.exe -ArgumentList "/i sysmanage-agent-3.5.1.6-windows-arm64.msi /qn" -Wait -Verb RunAs + # Configure and start + notepad C:\ProgramData\SysManage\sysmanage-agent.yaml + Start-Service SysManageAgent + FreeBSD + # Download and install + fetch https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6.pkg + sudo pkg add sysmanage-agent-3.5.1.6.pkg + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo sysrc sysmanage_agent_enable=YES + sudo service sysmanage_agent start + NetBSD + # Download and install + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6.tgz + sudo pkg_add sysmanage-agent-3.5.1.6.tgz + # Copy rc.d script and configure + sudo cp /usr/pkg/share/examples/rc.d/sysmanage_agent /etc/rc.d/ + sudo vi /usr/pkg/etc/sysmanage-agent/config.yaml + # Enable and start + sudo sh -c 'echo sysmanage_agent=YES >> /etc/rc.conf' + sudo /etc/rc.d/sysmanage_agent start + Alpine Linux + # Download the pre-built package for your Alpine version (3.19, 3.20, or 3.21) + # For Alpine 3.21: + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-alpine321.apk + doas apk add --allow-untrusted sysmanage-agent-3.5.1.6-alpine321.apk + # For Alpine 3.20: + # wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-alpine320.apk + # doas apk add --allow-untrusted sysmanage-agent-3.5.1.6-alpine320.apk + # For Alpine 3.19: + # wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-alpine319.apk + # doas apk add --allow-untrusted sysmanage-agent-3.5.1.6-alpine319.apk + # Configure and start + doas cp /etc/sysmanage-agent/sysmanage-agent.yaml.example /etc/sysmanage-agent/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent/sysmanage-agent.yaml + doas rc-update add sysmanage-agent default + doas rc-service sysmanage-agent start + OpenBSD (Pre-built Package - Recommended) + # Download the pre-built package for your OpenBSD version (7.8 or 7.9) + # For OpenBSD 7.9: + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-openbsd79.tgz + doas pkg_add sysmanage-agent-3.5.1.6-openbsd79.tgz + # For OpenBSD 7.8: + # ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-openbsd78.tgz + # doas pkg_add sysmanage-agent-3.5.1.6-openbsd78.tgz + # Configure and start + doas cp /usr/local/share/examples/sysmanage-agent/sysmanage-agent.yaml /etc/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent.yaml + doas rcctl enable sysmanage_agent + doas rcctl start sysmanage_agent + OpenBSD (Build from Port) + # Download the port tarball + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-3.5.1.6-openbsd-port.tar.gz + # Extract to ports tree + cd /usr/ports/sysutils + doas rm -rf sysmanage-agent + doas tar xzf ~/sysmanage-agent-3.5.1.6-openbsd-port.tar.gz + doas mv openbsd-port sysmanage-agent + # Install Python dependencies (avoids gcc conflicts) + doas pkg_add py3-websockets py3-yaml py3-aiohttp py3-cryptography py3-sqlalchemy py3-alembic + # Build and install + cd sysmanage-agent + doas make makesum + doas make install + # Configure and start + doas cp /usr/local/share/examples/sysmanage-agent/sysmanage-agent.yaml /etc/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent.yaml + doas rcctl enable sysmanage_agent + doas rcctl start sysmanage_agent + Checksum Verification + All packages include SHA256 checksums. Download both files and verify: + Linux (Ubuntu/CentOS/OpenSUSE/SLES): + sha256sum -c .sha256 + macOS: + shasum -a 256 -c .sha256 + Windows: + $expectedHash = (Get-Content ".sha256").Split()[0] + $actualHash = (Get-FileHash "" -Algorithm SHA256).Hash.ToLower() + if ($expectedHash -eq $actualHash) { Write-Host "Checksum verified!" } else { Write-Host "Checksum mismatch!" } + FreeBSD/NetBSD/OpenBSD: + sha256 -C .sha256 + Alpine Linux: + sha256sum -c .sha256 + Supported Platforms + - Ubuntu: 22.04 LTS (Jammy), 24.04 LTS (Noble) + - Debian: 11 (Bullseye), 12 (Bookworm), 13 (Trixie) + - CentOS/RHEL: 9.x + - OpenSUSE: Tumbleweed, Leap 15.x + - SUSE Linux Enterprise Server (SLES): 15.x + - Alpine Linux: 3.19, 3.20, 3.21 (pre-built packages available) + - macOS: 12+ (Monterey and later) + - Windows: 10 (1809+), 11, Server 2019+ (x64 and ARM64) + - FreeBSD: 13.x, 14.x + - NetBSD: 10.x (tested on 10.1) + - OpenBSD: 7.8, 7.9 (pre-built packages available) + Software Bill of Materials (SBOM) + This release includes a comprehensive Software Bill of Materials (SBOM) file in CycloneDX JSON format for supply chain security and vulnerability analysis: + Standalone Download: + - sysmanage-agent-sbom.json - Complete inventory of Python dependencies + Download and inspect: + # Download SBOM file + wget https://github.com/bceverly/sysmanage-agent/releases/download/v3.5.1.6/sysmanage-agent-sbom.json + # View with jq (if installed) + cat sysmanage-agent-sbom.json | jq . + The SBOM file is compatible with vulnerability scanning tools (Grype, Trivy, Dependency-Track, Snyk, etc.) and provides complete transparency of all software dependencies. + What's Included + - System management agent service + - Platform-native service management (systemd/launchd/rc.d) + - Automatic user/group creation + - Example configuration files + - Certificate storage directory + - Sudoers configuration for system management (Linux only) + OpenBSD Package Checksums (SHA256) + Alpine Linux Package Checksums (SHA256) + 31764ee917fabca3db87bc49d204e548703e9ef665c702599e3a5b7504bfc131 sysmanage-agent-3.5.1.6-alpine320.apk + 9eabfcb4fefd5f922f119666b91dab89e200f4af088c1d409b47533df4dbd264 sysmanage-agent-3.5.1.6-alpine321.apk +ReleaseNotesUrl: https://github.com/bceverly/sysmanage-agent/releases/tag/v3.5.1.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.yaml b/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.yaml new file mode 100644 index 0000000000000..2bcb5ae24deb4 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/3.5.1.6/sysmanage.sysmanage-agent.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: sysmanage.sysmanage-agent +PackageVersion: 3.5.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.installer.yaml b/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.installer.yaml new file mode 100644 index 0000000000000..41fd5dd71331a --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage +PackageVersion: 3.5.1.27 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-windows-x64.msi + InstallerSha256: 6DD30025B7ACE71F721B572924A845EAFF5EF9BDEBD42DC4389C86C49A1FB872 + ProductCode: '{A095F09D-47D1-4162-9F3F-716111348174}' + AppsAndFeaturesEntries: + - ProductCode: '{A095F09D-47D1-4162-9F3F-716111348174}' + UpgradeCode: '{F1E2D3C4-B5A6-4D7C-9E8F-1A2B3C4D5E6F}' +- Architecture: arm64 + InstallerUrl: https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-windows-arm64.msi + InstallerSha256: 915ACB1C59EEC73A3A2102E6C42753E7158FF2D82D312957BA3CBFBDE93E6746 + ProductCode: '{6E6D534E-4DED-4212-ACCF-6B7203977258}' + AppsAndFeaturesEntries: + - ProductCode: '{6E6D534E-4DED-4212-ACCF-6B7203977258}' + UpgradeCode: '{F1E2D3C4-B5A6-4D7C-9E8F-1A2B3C4D5E6F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.locale.en-US.yaml b/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.locale.en-US.yaml new file mode 100644 index 0000000000000..93f41683c8983 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.locale.en-US.yaml @@ -0,0 +1,260 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage +PackageVersion: 3.5.1.27 +PackageLocale: en-US +Publisher: SysManage +PublisherUrl: https://github.com/bceverly/sysmanage +PublisherSupportUrl: https://github.com/bceverly/sysmanage/issues +Author: Bryan Everly +PackageName: SysManage Server +PackageUrl: https://github.com/bceverly/sysmanage +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/bceverly/sysmanage/blob/HEAD/LICENSE +Copyright: Copyright (c) Bryan Everly +ShortDescription: Open-source fleet management server for SysManage. +Description: SysManage is the server-side component of an open-source fleet management platform. It accepts inventory from SysManage Agent hosts, dispatches declarative deployment plans (package install, firewall config, antivirus deployment, VM lifecycle), surfaces health and compliance dashboards, and exposes a REST + WebSocket API for orchestration. +Moniker: sysmanage +ReleaseNotes: |- + SysManage Server v3.5.1.27 + Release v3.5.1.27 + Multi-platform system management and monitoring server with web-based interface. + Installation Instructions + Ubuntu/Debian + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage_3.5.1.27-1_all.deb + sudo apt install ./sysmanage_3.5.1.27-1_all.deb + # Install nginx if not already installed + sudo apt install nginx + # Configure the server + sudo nano /etc/sysmanage.yaml + # Run database migrations + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the service + sudo systemctl enable --now sysmanage + OpenBSD + # Download the port tarball + wget https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-openbsd-port-3.5.1.27.tar.gz + # Extract to OpenBSD ports tree + cd /usr/ports/mystuff + mkdir -p www + tar xzf ~/sysmanage-openbsd-port-3.5.1.27.tar.gz -C www/ + # Generate checksums + cd /usr/ports/mystuff/www/sysmanage + doas make makesum + # Build and install + doas make install + # Initialize PostgreSQL (if not already done) + doas su - _postgresql + initdb -D /var/postgresql/data -U postgres -A scram-sha-256 -E UTF8 -W + exit + doas rcctl enable postgresql + doas rcctl start postgresql + # Create database and user + doas su - _postgresql -c "createuser -P sysmanage" + doas su - _postgresql -c "createdb -O sysmanage sysmanage" + # Configure SysManage + doas vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/local/libexec/sysmanage + doas python3 -m alembic upgrade head + # Enable and start the service + doas rcctl enable sysmanage + doas rcctl start sysmanage + FreeBSD + # Download and install + fetch https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27.pkg + sudo pkg add ./sysmanage-3.5.1.27.pkg + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize PostgreSQL (if not already done) + sudo sysrc postgresql_enable=YES + sudo service postgresql initdb + sudo service postgresql start + # Create database and user + sudo su - postgres -c "createuser sysmanage" + sudo su - postgres -c "createdb sysmanage -O sysmanage" + sudo su - postgres -c "psql -c \"ALTER USER sysmanage WITH PASSWORD 'your-password';\"" + # Configure SysManage + sudo vi /usr/local/etc/sysmanage/config.yaml + # Update the database connection string + # Run database migrations + cd /usr/local/lib/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Enable and start the services + sudo sysrc sysmanage_enable=YES + sudo sysrc nginx_enable=YES + sudo service sysmanage start + sudo service nginx start + macOS + # Download and install + curl -L -O https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-macos.pkg + sudo installer -pkg sysmanage-3.5.1.27-macos.pkg -target / + # The installer automatically creates the virtual environment and copies files + # Install PostgreSQL (if not already installed) + brew install postgresql@16 + brew services start postgresql@16 + # Create database + createdb sysmanage + # Configure SysManage + sudo cp /etc/sysmanage.yaml.example /etc/sysmanage.yaml + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Run database migrations + cd /usr/local/lib/sysmanage + .venv/bin/python -m alembic upgrade head + # Install and configure nginx (if not already installed) + brew install nginx + cp /usr/local/etc/sysmanage/sysmanage-nginx.conf /usr/local/etc/nginx/servers/ + brew services start nginx + # Load and start the service + sudo launchctl load /Library/LaunchDaemons/com.sysmanage.server.plist + NetBSD + # Download and verify + ftp https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-netbsd.tgz + ftp https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-netbsd.tgz.sha256 + sha256 -c sysmanage-3.5.1.27-netbsd.tgz.sha256 sysmanage-3.5.1.27-netbsd.tgz + # Install package + su - + pkg_add sysmanage-3.5.1.27-netbsd.tgz + # The package automatically installs PostgreSQL 16 and nginx as dependencies + # Initialize PostgreSQL (if not already done) + /etc/rc.d/pgsql initdb + echo "pgsql=YES" >> /etc/rc.conf + /etc/rc.d/pgsql start + # Create database and user + su - pgsql -c "createuser -P sysmanage" + su - pgsql -c "createdb -O sysmanage sysmanage" + # Configure SysManage + cp /usr/pkg/etc/sysmanage/sysmanage.yaml.example /usr/pkg/etc/sysmanage.yaml + vi /usr/pkg/etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/pkg/lib/sysmanage + python3.12 -m venv .venv + .venv/bin/pip install -r requirements-prod.txt + .venv/bin/python -m alembic upgrade head + # Configure nginx (optional) + cp /usr/pkg/share/examples/sysmanage/sysmanage-nginx.conf /usr/pkg/etc/nginx/sites-enabled/ + echo "nginx=YES" >> /etc/rc.conf + # Enable and start the services + cp /usr/pkg/share/examples/rc.d/sysmanage /etc/rc.d/ + chmod +x /etc/rc.d/sysmanage + echo "sysmanage=YES" >> /etc/rc.conf + /etc/rc.d/sysmanage start + /etc/rc.d/nginx start + CentOS/RHEL/Fedora/Rocky Linux/AlmaLinux + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-1.*.rpm + sudo dnf install ./sysmanage-3.5.1.27-1.*.rpm + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize PostgreSQL (if not already done) + sudo postgresql-setup --initdb + sudo systemctl enable --now postgresql + # Create database and user + sudo -u postgres createuser sysmanage + sudo -u postgres createdb sysmanage -O sysmanage + sudo -u postgres psql -c "ALTER USER sysmanage WITH PASSWORD 'your-password';" + # Configure SysManage + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the services + sudo systemctl enable --now sysmanage + sudo systemctl enable --now nginx + OpenSUSE/SLES + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-1.noarch.rpm + sudo zypper install ./sysmanage-3.5.1.27-1.noarch.rpm + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize and start PostgreSQL (if not already done) + sudo systemctl enable --now postgresql + # Create database and user + sudo -u postgres createuser sysmanage + sudo -u postgres createdb sysmanage -O sysmanage + sudo -u postgres psql -c "ALTER USER sysmanage WITH PASSWORD 'your-password';" + # Configure SysManage + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the services + sudo systemctl enable --now sysmanage + sudo systemctl enable --now nginx + Alpine Linux (3.19, 3.20, 3.21) + # Download the APK package for your Alpine version (e.g., alpine319, alpine320, alpine321) + wget https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-alpine320.apk + # Allow installation of unsigned packages (required for GitHub releases) + apk add --allow-untrusted ./sysmanage-3.5.1.27-alpine320.apk + # The package installs to /usr/libexec/sysmanage with pip packages in a subdirectory + # Dependencies: python3, nginx, postgresql are automatically installed + # Initialize and start PostgreSQL + rc-update add postgresql default + rc-service postgresql start + # Create database and user + su - postgres -c "createuser -P sysmanage" + su - postgres -c "createdb -O sysmanage sysmanage" + # Configure SysManage + cp /etc/sysmanage/sysmanage.yaml.example /etc/sysmanage/sysmanage.yaml + vi /etc/sysmanage/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/libexec/sysmanage + PYTHONPATH=/usr/libexec/sysmanage/pip-packages python3 -m alembic upgrade head + # Enable and start the services + rc-update add sysmanage default + rc-update add nginx default + rc-service sysmanage start + rc-service nginx start + Windows (x64 and ARM64) + # Download the MSI installer (choose your architecture) + # For x64: + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-windows-x64.msi" -OutFile "sysmanage-3.5.1.27-windows-x64.msi" + # For ARM64: + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage/releases/download/v3.5.1.27/sysmanage-3.5.1.27-windows-arm64.msi" -OutFile "sysmanage-3.5.1.27-windows-arm64.msi" + # Install the MSI package (run as Administrator) + # The installer will: + # - Check for and install Python 3.12 if needed + # - Install Visual C++ Redistributable if needed + # - Extract application files to C:\Program Files\SysManage Server + # - Create Python virtual environment and install dependencies + # - Create Windows Service "SysManageServer" + # - Start the service automatically + msiexec /i sysmanage-3.5.1.27-windows-x64.msi + # Configure SysManage (installer creates example config) + notepad "C:\ProgramData\SysManage\sysmanage.yaml" + # Update database connection string and other settings + # The service runs automatically. To manage it: + # Stop the service: + Stop-Service SysManageServer + # Start the service: + Start-Service SysManageServer + # Check service status: + Get-Service SysManageServer + # View service logs: + Get-Content "C:\ProgramData\SysManage\logs\sysmanage-service.log" -Tail 50 + # To uninstall: + # Use "Add or Remove Programs" or run: + msiexec /x sysmanage-3.5.1.27-windows-x64.msi + Note for Windows: The installer requires administrator privileges. Python 3.12 and Visual C++ Redistributable will be automatically installed if not present. The service runs on port 8080 by default (configurable in sysmanage.yaml). + Access the Web Interface + After configuration and starting the service: + - Frontend: http://localhost:3000 + - Backend API: http://localhost:8080 + Checksum Verification + All packages include SHA256 checksums. Download both files and verify: + Linux (Ubuntu/Debian): + sha256sum -c sysmanage_3.5.1.27-1_all.deb.sha256 + OpenBSD: + sha256 -C sysmanage-openbsd-port-3.5.1.27.tar.gz.sha256 sysmanage-openbsd-port-3.5.1.27.tar.gz + FreeBSD: + sha256 -c sysmanage-3.5.1.27.pkg.sha256 sysmanage-3.5.1.27.pkg + macOS: +ReleaseNotesUrl: https://github.com/bceverly/sysmanage/releases/tag/v3.5.1.27 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.yaml b/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.yaml new file mode 100644 index 0000000000000..2da53f1d14a4a --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/3.5.1.27/sysmanage.sysmanage.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: sysmanage.sysmanage +PackageVersion: 3.5.1.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/CodeBuddy/1.106.1/Tencent.CodeBuddy.installer.yaml b/manifests/t/Tencent/CodeBuddy/1.106.1/Tencent.CodeBuddy.installer.yaml index 6a223616ebba6..558613832a377 100644 --- a/manifests/t/Tencent/CodeBuddy/1.106.1/Tencent.CodeBuddy.installer.yaml +++ b/manifests/t/Tencent/CodeBuddy/1.106.1/Tencent.CodeBuddy.installer.yaml @@ -152,10 +152,10 @@ FileExtensions: - yml - zsh ProductCode: '{CC6B787D-37A0-49E8-AE24-8559A032BE0C}_is1' -ReleaseDate: 2026-07-22 +ReleaseDate: 2026-08-20 Installers: - Architecture: x64 - InstallerUrl: https://codebuddy-1328495429.cos.accelerate.myqcloud.com/aiide/win32-x64-user/CodeBuddy-win32-x64-user-4.10.4.33993995-1ba59196.exe - InstallerSha256: FDB7342D8BB93C35B659CF67FD00DDEB8B7AA9747FBD0AD9E60BC4AE2791FD04 + InstallerUrl: https://codebuddy-1328495429.cos.accelerate.myqcloud.com/aiide/win32-x64-user/CodeBuddy-win32-x64-user-4.11.2.36529961-74e2511a.exe + InstallerSha256: 0D23D4C070FCBEEC22D43A6A21548F6BD282760CDFBC4505553580D204761DD5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.installer.yaml similarity index 81% rename from manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.installer.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.installer.yaml index 60541f9f6e099..f16d3655a1349 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.installer.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.13.10 +PackageVersion: 4.1.13.12 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -13,6 +13,6 @@ ReleaseDate: 2026-08-21 Installers: - Architecture: x64 InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.13.exe - InstallerSha256: 68026434FD31237A3A836F8AEA9847ACBA2C28CDB520DAA7C6DF2B3572A1E5BF + InstallerSha256: 74570BE9FA1DBABF11A901E00E24279E139ADE7277DA4C8852D60FAA6403345E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.en-US.yaml similarity index 97% rename from manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.en-US.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.en-US.yaml index 066331e00e85d..e218105155da0 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.en-US.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.13.10 +PackageVersion: 4.1.13.12 PackageLocale: en-US Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://www.wechat.com/en/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml similarity index 97% rename from manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml index 6ef8a37b5bb6b..b54bc8a4a30c1 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.13.10 +PackageVersion: 4.1.13.12 PackageLocale: zh-Hans-CN Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://weixin.qq.com/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.zh-Hans.yaml similarity index 97% rename from manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.zh-Hans.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.zh-Hans.yaml index 38f8e228ffa31..b764339320a2a 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.locale.zh-Hans.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.13.10 +PackageVersion: 4.1.13.12 PackageLocale: zh-Hans Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://www.wechat.com/zh_CN/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.yaml similarity index 90% rename from manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.yaml index 55c16ec732df6..94c948acefcad 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.13.10/Tencent.WeChat.Universal.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.13.12/Tencent.WeChat.Universal.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.13.10 +PackageVersion: 4.1.13.12 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/Timely/Memory/26.8.176/Timely.Memory.installer.yaml b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.installer.yaml new file mode 100644 index 0000000000000..5cc3ebae1c3e4 --- /dev/null +++ b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Timely.Memory +PackageVersion: 26.8.176 +InstallerType: nullsoft +Scope: user +ProductCode: Memory +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://memory.timelyapp.com/download/windows/26.8.176 + InstallerSha256: B18EDBF442C8546A6E2E1FD3BEC3D6CB79F3FDD7717962C71A5DE8B932FF1CD5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Timely/Memory/26.8.176/Timely.Memory.locale.en-US.yaml b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.locale.en-US.yaml new file mode 100644 index 0000000000000..6769cc6515603 --- /dev/null +++ b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Timely.Memory +PackageVersion: 26.8.176 +PackageLocale: en-US +Publisher: timelyapp +PublisherUrl: https://www.timely.com/ +PublisherSupportUrl: https://support.timely.com/ +PrivacyUrl: https://www.timely.com/privacy-policy +Author: Timely AS +PackageName: Memory +PackageUrl: https://www.timely.com/downloads +License: Proprietary +LicenseUrl: https://www.timely.com/terms +Copyright: Copyright 2026 - Timely AS +CopyrightUrl: https://www.timely.com/terms +ShortDescription: Automatically records your work to a secure private timeline. +Description: Memory is Timely's tool that automatically records everything you do to your own, private timeline. It captures the time you actively spend in files, on apps, browsing websites, your calendar events, attending meetings, and more - the sky's the limit! By capturing everything you do, you get a complete picture of what you work on each day. +Tags: +- time +- timer +- tracker +ReleaseNotes: Performance and stability improvements +ReleaseNotesUrl: https://portal.timelyapp.com/changelog +PurchaseUrl: https://www.timely.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Timely/Memory/26.8.176/Timely.Memory.locale.zh-CN.yaml b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.locale.zh-CN.yaml new file mode 100644 index 0000000000000..72ba2562d17d2 --- /dev/null +++ b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Timely.Memory +PackageVersion: 26.8.176 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自动将您的工作记录到安全的私人时间轴。 +Description: Memory 是 Timely 研发的智能工具,能自动将您的一切活动记录到专属私人时间轴。它会精准捕捉您处理文档、使用应用、浏览网页的活跃时长,同步日历事项、会议安排等各类动态——记录维度没有上限!通过全面追踪您的日常轨迹,助您清晰掌握每日工作全貌。 +Tags: +- 时间 +- 计时器 +- 跟踪器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Timely/Memory/26.8.176/Timely.Memory.yaml b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.yaml new file mode 100644 index 0000000000000..e26b4153879bc --- /dev/null +++ b/manifests/t/Timely/Memory/26.8.176/Timely.Memory.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: Timely.Memory +PackageVersion: 26.8.176 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.installer.yaml b/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.installer.yaml new file mode 100644 index 0000000000000..d43fc7a8b9214 --- /dev/null +++ b/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.installer.yaml @@ -0,0 +1,14 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TomEhlertSoftware.DriveSnapShotPortable +PackageVersion: '1.511868' +InstallerType: portable +UpgradeBehavior: install +ReleaseDate: 2026-08-19 +Installers: +- Architecture: x64 + InstallerUrl: http://www.drivesnapshot.de/download/snapshot64.exe + InstallerSha256: BBF59F173720C1DE5FD2F4F1063E68839FC3C49EBCABA65C65004B19F62EC57E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.locale.en-US.yaml b/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.locale.en-US.yaml new file mode 100644 index 0000000000000..5d7603d584c23 --- /dev/null +++ b/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TomEhlertSoftware.DriveSnapShotPortable +PackageVersion: '1.511868' +PackageLocale: en-US +Publisher: Tom Ehlert Software +PublisherUrl: http://www.drivesnapshot.de/en/index.htm +PublisherSupportUrl: http://www.drivesnapshot.de/en/backfaq.htm +Author: Tom Ehlert Software +PackageName: Drive Snapshot Portable +PackageUrl: http://www.drivesnapshot.de/en/index.htm +License: Proprietary +LicenseUrl: http://www.drivesnapshot.de/en/order.htm +Copyright: Copyright © 2001-2026 by tom ehlert +ShortDescription: Disk imaging software to back up, restore and view hard disk data. +Description: SnapShot is disk imaging software that enables the user to back up, restore and view backed up hard disk data, easily and safely. Using WindowsNT driver technology, Snapshot brings two new features to disk imaging. The Trial ware version has a built-in time limit of approx. 30 days, after which it won't backup any longer. +Moniker: Snapshot +Tags: +- backup +- image +- portable +- vss +ReleaseNotesUrl: http://www.drivesnapshot.de/en/news.htm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.yaml b/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.yaml new file mode 100644 index 0000000000000..5b583ece99f3d --- /dev/null +++ b/manifests/t/TomEhlertSoftware/DriveSnapShotPortable/1.511868/TomEhlertSoftware.DriveSnapShotPortable.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: TomEhlertSoftware.DriveSnapShotPortable +PackageVersion: '1.511868' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.installer.yaml b/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.installer.yaml new file mode 100644 index 0000000000000..ec97b00b9526c --- /dev/null +++ b/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.installer.yaml @@ -0,0 +1,23 @@ +# Created for GestureSign V2 18.0.6 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Tomclanc.GestureSignV2 +PackageVersion: 18.0.6 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{097A640E-3DE2-4D11-B420-B49E72BA707C}' +AppsAndFeaturesEntries: +- DisplayName: GestureSign V2 + Publisher: TransposonY / WinUI rebuild + ProductCode: '{097A640E-3DE2-4D11-B420-B49E72BA707C}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Tomclanc/GestureSignv2/releases/download/v18.0.6/GestureSign-V2-18.0.6-x64.msi + InstallerSha256: 66E73BE426A23E1750FB135F24ED9EC169E35CED51E84148A852A0690B9A15D0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.locale.en-US.yaml b/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.locale.en-US.yaml new file mode 100644 index 0000000000000..3b5fb6c54da1e --- /dev/null +++ b/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created for GestureSign V2 18.0.6 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Tomclanc.GestureSignV2 +PackageVersion: 18.0.6 +PackageLocale: en-US +Publisher: Tomclanc +PublisherUrl: https://github.com/Tomclanc +PublisherSupportUrl: https://github.com/Tomclanc/GestureSignv2/issues +Author: Tomclanc +PackageName: GestureSign V2 +PackageUrl: https://github.com/Tomclanc/GestureSignv2 +License: GPL-2.0 +LicenseUrl: https://github.com/Tomclanc/GestureSignv2/blob/main/LICENSE +Copyright: Copyright (C) 2026 Tomclanc +ShortDescription: A Windows 11 focused rebuild of GestureSign for touchpad, touchscreen, and mouse gestures. +Description: GestureSign V2 is a Windows 11 focused rebuild of the classic open-source GestureSign project. It supports touchpad gestures, touchscreen gestures, mouse gestures, per-app device selection, gesture trails, ignore rules, tray controls, Smart Close, Smart New Tab, and bundled Kando radial menu quick actions. +Moniker: gesturesignv2 +Tags: +- gesture +- gestures +- mouse +- touchscreen +- touchpad +- windows-11 +ReleaseNotes: |- + - Fixed intermittent failures when tapping the minimize, maximize/restore, and close caption buttons on touchscreens. + - Fixed the tray menu so a single finger can open it, release, and then tap a menu item. + - Improved native touch handling and touch input pass-through while the tray menu is visible. +ReleaseNotesUrl: https://github.com/Tomclanc/GestureSignv2/releases/tag/v18.0.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Tomclanc/GestureSignv2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.yaml b/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.yaml new file mode 100644 index 0000000000000..f93e46d75bc58 --- /dev/null +++ b/manifests/t/Tomclanc/GestureSignV2/18.0.6/Tomclanc.GestureSignV2.yaml @@ -0,0 +1,8 @@ +# Created for GestureSign V2 18.0.6 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tomclanc.GestureSignV2 +PackageVersion: 18.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.installer.yaml b/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.installer.yaml new file mode 100644 index 0000000000000..6995e38f2028b --- /dev/null +++ b/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: the-sz.Bedford +PackageVersion: "1.23" +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Bedford.exe + PortableCommandAlias: Bedford.exe + InstallerUrl: https://the-sz.com/common/get.php?product=bedford&version=1.23 + InstallerSha256: ccee0da6cc1261f6cda7e4929e0144d72bbe3617810c5ab8f22ce0d9115cf8f5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.locale.en-US.yaml b/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.locale.en-US.yaml new file mode 100644 index 0000000000000..3543fbf8bbe0d --- /dev/null +++ b/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: the-sz.Bedford +PackageVersion: "1.23" +PackageLocale: en-US +Publisher: the sz development +PublisherUrl: https://the-sz.com/ +PrivacyUrl: https://the-sz.com/products/privacy.php +Author: the sz development +PackageName: Bedford +PackageUrl: https://the-sz.com/products/bedford/ +License: Proprietary +LicenseUrl: https://the-sz.com/products/license.php +Copyright: Copyright (c) the-sz.com +ShortDescription: Bluetooth Low Energy device information viewer +Description: See all Bluetooth Low Energy device properties. +Moniker: bedford +ReleaseNotesUrl: https://the-sz.com/common/history.php?product=bedford +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.yaml b/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.yaml new file mode 100644 index 0000000000000..6871a57e10829 --- /dev/null +++ b/manifests/t/the-sz/Bedford/1.23/the-sz.Bedford.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: the-sz.Bedford +PackageVersion: "1.23" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.installer.yaml b/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.installer.yaml new file mode 100644 index 0000000000000..af7e7f2bd6baa --- /dev/null +++ b/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: thxnlo.tether +PackageVersion: 3.0.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- tether +ReleaseDate: 2026-08-07 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/thxnlo/tether/releases/download/v3.0.3/tether.exe + InstallerSha256: 96C1DB99B370B325A082A6ABF1F8D6E6DBAF72CC0DDB998F7B598B68511FBA9B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.locale.en-US.yaml b/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.locale.en-US.yaml new file mode 100644 index 0000000000000..5f80571ecd1e9 --- /dev/null +++ b/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.locale.en-US.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: thxnlo.tether +PackageVersion: 3.0.3 +PackageLocale: en-US +Publisher: thxnlo +PublisherUrl: https://github.com/thxnlo +PublisherSupportUrl: https://github.com/thxnlo/tether/issues +PackageName: tether +PackageUrl: https://github.com/thxnlo/tether +License: MIT +LicenseUrl: https://github.com/thxnlo/tether/blob/main/LICENSE +Copyright: (c) 2026 thxnlo +ShortDescription: Tray bridge between Windows and your SSH hosts - clipboard, files, tunnels, ADB. +Description: |- + tether keeps your Windows machine tethered to your SSH hosts. Screenshots + and files copied to the clipboard upload over SSH and the remote path lands + on your clipboard, ready to paste into Claude Code, Codex, or any SSH + session. It also supervises SSH port forwards with keep-alive and automatic + reconnection, shares local Android (adb) devices with a server, and fetches + files a server drops in an outbox directory back to the local clipboard. + Requires the built-in Windows OpenSSH client and key-based auth. +Moniker: tether +Tags: +- adb +- claude-code +- clipboard +- port-forwarding +- screenshot +- ssh +- tray +- tunnel +ReleaseNotesUrl: https://github.com/thxnlo/tether/releases/tag/v3.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.yaml b/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.yaml new file mode 100644 index 0000000000000..fa8775e9bad40 --- /dev/null +++ b/manifests/t/thxnlo/tether/3.0.3/thxnlo.tether.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: thxnlo.tether +PackageVersion: 3.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/t/timvw/wt/0.3.0/timvw.wt.installer.yaml b/manifests/t/timvw/wt/0.3.0/timvw.wt.installer.yaml new file mode 100644 index 0000000000000..25110b98cdf9c --- /dev/null +++ b/manifests/t/timvw/wt/0.3.0/timvw.wt.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: timvw.wt +PackageVersion: 0.3.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-21" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: wt.exe + PortableCommandAlias: wt + InstallerUrl: https://github.com/timvw/wt/releases/download/v0.3.0/wt_0.3.0_windows_amd64.zip + InstallerSha256: 5ebcb328a7dede1e1098ce49c9ca863ccfa33a3e934c695960fac0777bb81819 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/timvw/wt/0.3.0/timvw.wt.locale.en-US.yaml b/manifests/t/timvw/wt/0.3.0/timvw.wt.locale.en-US.yaml new file mode 100644 index 0000000000000..67989cd791c99 --- /dev/null +++ b/manifests/t/timvw/wt/0.3.0/timvw.wt.locale.en-US.yaml @@ -0,0 +1,25 @@ +# 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: timvw.wt +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: timvw +PublisherUrl: https://timvw.be +PublisherSupportUrl: https://github.com/timvw/wt/issues +PackageName: wt +License: MIT +LicenseUrl: https://github.com/timvw/wt/blob/main/LICENSE +ShortDescription: A fast, simple Git worktree helper +Description: | + wt is a fast, simple Git worktree helper written in Go. + It wraps Git's native worktree commands with a convenient interface, + organized directory structure, and shell integration with auto-cd. +Moniker: wt +Tags: + - git + - worktree + - cli + - developer-tools +ReleaseNotesUrl: https://github.com/timvw/wt/releases/tag/v0.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/timvw/wt/0.3.0/timvw.wt.yaml b/manifests/t/timvw/wt/0.3.0/timvw.wt.yaml new file mode 100644 index 0000000000000..7941198c60ad5 --- /dev/null +++ b/manifests/t/timvw/wt/0.3.0/timvw.wt.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: timvw.wt +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.installer.yaml b/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.installer.yaml new file mode 100644 index 0000000000000..54e5e2aa3a00c --- /dev/null +++ b/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Unity.CLI +PackageVersion: 1.0.0.20006 +InstallerLocale: en-US +InstallerType: msix +MinimumOSVersion: 10.0.17763.0 +PackageFamilyName: UnityTechnologies.UnityCLI_2vrhnee42bhxm +Commands: +- unity +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://public-cdn.cloud.unity3d.com/hub/prod/cli/1.0.0-beta.6/unity-windows-x64.msix + InstallerSha256: EE7292BED6B25EDF5A3E06B2F94A97A4D1C56B6FD2DC31815C8A58F88CB9C33D + SignatureSha256: F38D038663613B61F98B701E5E6D0B99D7C6226BB52695BA8CD930408A194C04 +- Architecture: arm64 + InstallerUrl: https://public-cdn.cloud.unity3d.com/hub/prod/cli/1.0.0-beta.6/unity-windows-arm64.msix + InstallerSha256: DFBF11B4C127E7A1F3430001148096CBB19C4552CA1128A7EAD5980234DB0B02 + SignatureSha256: 151470E6D7FE63C886BF2D51728A92CE8B589BDF7997FA41BFFE89FB86F73FCF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.locale.en-US.yaml b/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..773dbb7e48372 --- /dev/null +++ b/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Unity.CLI +PackageVersion: 1.0.0.20006 +PackageLocale: en-US +Publisher: Unity Technologies Inc. +PublisherUrl: https://unity.com/ +PublisherSupportUrl: https://support.unity.com/ +PrivacyUrl: https://unity.com/legal/privacy-policy +Author: Unity Technologies Inc. +PackageName: Unity CLI +PackageUrl: https://unity.com/unity-hub +License: Proprietary +LicenseUrl: https://unity.com/legal/terms-of-service +Copyright: Copyright © 2026 Unity Technologies Inc. +CopyrightUrl: https://unity.com/legal/trademarks +ShortDescription: Command-line interface for installing Unity Editors and creating, opening, and building Unity projects. +Description: The Unity CLI (invoked as "unity") manages Unity Editor installations and modules, creates and opens projects, runs builds and Editor commands, and manages licenses and cloud sign-in from the terminal. This build reports its version as 1.0.0-beta.6; MSIX package versions encode the prerelease channel in the fourth (revision) field. +Moniker: unity-cli +Tags: +- cli +- command-line +- unity +- unity3d +ReleaseNotes: |- + Highlights of 1.0.0-beta.6 (full notes at the release notes URL): + - unity projects create and unity projects link vcs can now create the repository through gh, glab, or tea for hosts with no REST client: GitHub Enterprise Server, self-managed GitLab, self-hosted Gitea/Forgejo. + - unity projects clone and unity projects link vcs accept a plain git URL now, including full SSH transport, so any git host works. + - unity projects verify is a new command that checks a project for broken .meta files, duplicate GUIDs, and unresolved merge conflicts without needing an Editor or a license. + - unity build now writes a redacted build provenance manifest next to its output and prints a periodic stall heartbeat, with a new --timeout flag. + - unity collaboration (unity collab) is part of every build now instead of development builds only. + - unity test gains --shard, --retries, and --rerun-failed for CI, and now uses exit code 8 specifically for failing tests, reserving 6 for a run that never reached a verdict. +ReleaseNotesUrl: https://public-cdn.cloud.unity3d.com/hub/prod/cli/1.0.0-beta.6/CHANGELOG.md +Documentations: +- DocumentLabel: Unity CLI Manual + DocumentUrl: https://docs.unity.com/unity-cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.yaml b/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.yaml new file mode 100644 index 0000000000000..17c81eafc877c --- /dev/null +++ b/manifests/u/Unity/CLI/1.0.0.20006/Unity.CLI.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Unity.CLI +PackageVersion: 1.0.0.20006 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.installer.yaml b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.installer.yaml new file mode 100644 index 0000000000000..6a4deee89ae59 --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: UnslothAI.Unsloth +PackageVersion: 0.1.801-beta +InstallerType: nullsoft +Scope: user +Protocols: +- unsloth +ProductCode: Unsloth Studio (Desktop) +ReleaseDate: 2026-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/unslothai/unsloth/releases/download/v0.1.801-beta/Unsloth-Desktop-0_1_801_beta-Windows.exe + InstallerSha256: 10B67392E45BACC9132F24FE6DBED50E22B5E894CC7F88A4835044A8F7F2D46F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.locale.en-US.yaml b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.locale.en-US.yaml new file mode 100644 index 0000000000000..103d71cf145ac --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: UnslothAI.Unsloth +PackageVersion: 0.1.801-beta +PackageLocale: en-US +Publisher: Unsloth AI +PublisherUrl: https://unsloth.ai/ +PublisherSupportUrl: https://github.com/unslothai/unsloth/issues +Author: Unsloth AI +PackageName: Unsloth +PackageUrl: https://unsloth.ai/download/windows +License: Apache-2.0 +LicenseUrl: https://github.com/unslothai/unsloth/blob/HEAD/LICENSE +Copyright: Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. +ShortDescription: The first desktop app to run and train AI models locally. +Description: Unsloth Desktop is the first desktop app to run and train AI models locally, with research, export and deployment from the same open-source app on Windows, macOS and Linux. Run and train LLMs and diffusion models including Kimi K3, MiniMax-H3, Gemma 4, Qwen3.8 and DeepSeek-V4 Flash 0731, with self-healing tool calling, sandboxed code execution, private web search, Deep Research, RAG, MCP and an OpenAI-compatible API. +Tags: +- ai +- deep-learning +- diffusion +- fine-tuning +- large-language-model +- llm +- machine-learning +ReleaseNotesUrl: https://github.com/unslothai/unsloth/releases/tag/v0.1.801-beta +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.locale.zh-CN.yaml b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0de470baa17bb --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: UnslothAI.Unsloth +PackageVersion: 0.1.801-beta +PackageLocale: zh-CN +ShortDescription: 第一款在本地运行和训练 AI 模型的桌面应用。 +Description: Unsloth Desktop 是第一款在本地运行和训练 AI 模型的桌面应用,可在 Windows、macOS 和 Linux 上完成研究、导出与部署。支持运行和微调 Kimi K3、MiniMax-H3、Gemma 4、Qwen3.8、DeepSeek-V4 Flash 0731 等 LLM 与扩散模型,并提供自愈工具调用、沙盒代码执行、私有网页搜索、Deep Research、RAG、MCP 以及 OpenAI 兼容 API。 +Tags: +- 人工智能 +- 大模型 +- 大语言模型 +- 微调 +- 扩散模型 +- 机器学习 +- 深度学习 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.yaml b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.yaml new file mode 100644 index 0000000000000..fe1e54b69ef5b --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.801-beta/UnslothAI.Unsloth.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: UnslothAI.Unsloth +PackageVersion: 0.1.801-beta +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.installer.yaml b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.installer.yaml similarity index 75% rename from manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.installer.yaml rename to manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.installer.yaml index f5858ce0de949..4a9b8fcb95a67 100644 --- a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.installer.yaml +++ b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.installer.yaml @@ -2,25 +2,25 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.21.2 +PackageVersion: 9.22.0 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated Protocols: - upnote ProductCode: 25d6aa7b-585b-5b4c-8403-aece86b972ea -ReleaseDate: 2026-08-18 +ReleaseDate: 2026-08-21 Installers: - Architecture: x64 Scope: user InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 10413F4A0614928EE25915EA431521D7E96798FAEB9F63B9212006F1C3B039A3 + InstallerSha256: FD08A41A81BFA2255D495397F5AE186C06FBF46C039EEF5C2C4044A3731BBCAD InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 10413F4A0614928EE25915EA431521D7E96798FAEB9F63B9212006F1C3B039A3 + InstallerSha256: FD08A41A81BFA2255D495397F5AE186C06FBF46C039EEF5C2C4044A3731BBCAD InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.locale.en-US.yaml b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.locale.en-US.yaml similarity index 76% rename from manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.locale.en-US.yaml rename to manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.locale.en-US.yaml index 4b193e1aee401..7a11bee25953b 100644 --- a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.locale.en-US.yaml +++ b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.21.2 +PackageVersion: 9.22.0 PackageLocale: en-US Publisher: UpNote Pte. Ltd. PublisherUrl: https://getupnote.com/ @@ -20,7 +20,9 @@ Tags: - memo - memorandum - notes -ReleaseNotes: '- Stability and performance improvements.' +ReleaseNotes: |- + - Important: If you sign up with email and password, please verify your email address to continue syncing data across devices. Unverified accounts will not be able to sync. + - Fixed an issue with changing the email address and linking an account with email and password. ReleaseNotesUrl: https://help.getupnote.com/more/release-notes/mac-windows-and-linux-apps PurchaseUrl: https://getupnote.com/#pricing Documentations: diff --git a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.locale.zh-CN.yaml b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.locale.zh-CN.yaml similarity index 95% rename from manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.locale.zh-CN.yaml rename to manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.locale.zh-CN.yaml index 4010b037be426..7bb55abd24954 100644 --- a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.locale.zh-CN.yaml +++ b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.21.2 +PackageVersion: 9.22.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款强大而优雅的笔记整理应用 diff --git a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.yaml b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.yaml similarity index 91% rename from manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.yaml rename to manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.yaml index 3175c38bb044c..81b8d48145c37 100644 --- a/manifests/u/UpNote/UpNote/9.21.2/UpNote.UpNote.yaml +++ b/manifests/u/UpNote/UpNote/9.22.0/UpNote.UpNote.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.21.2 +PackageVersion: 9.22.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.installer.yaml b/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.installer.yaml new file mode 100644 index 0000000000000..2210214538c0e --- /dev/null +++ b/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ubidzz.Synix +PackageVersion: 1.0.21 +InstallerType: wix +Scope: user +Commands: +- synix +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerSwitches: + Custom: SYNIXINSTALLSOURCE=WinGet + InstallerUrl: https://github.com/ubidzz/Synix-Control-Panel/releases/download/v1.0.21/SynixSetup.msi + InstallerSha256: 6B678B51B298544ABA3710D71B976E20AB751BF235E2886BC0E41D5D62EB3EFA + ProductCode: '{2ACC2555-BC9F-43F6-9943-80998FA25B77}' + AppsAndFeaturesEntries: + - DisplayName: Synix Control Panel + Publisher: ubidzz + ProductCode: '{2ACC2555-BC9F-43F6-9943-80998FA25B77}' + UpgradeCode: '{E369556B-DB95-4D9B-8E86-2B7D50DCD328}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.locale.en-US.yaml b/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.locale.en-US.yaml new file mode 100644 index 0000000000000..19df0c4ba2574 --- /dev/null +++ b/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ubidzz.Synix +PackageVersion: 1.0.21 +PackageLocale: en-US +Publisher: ubidzz +PublisherUrl: https://github.com/ubidzz +PublisherSupportUrl: https://github.com/ubidzz/Synix-Control-Panel/issues +Author: ubidzz +PackageName: Synix Control Panel +PackageUrl: https://github.com/ubidzz/Synix-Control-Panel +License: Proprietary +LicenseUrl: https://github.com/ubidzz/Synix-Control-Panel/blob/master/LICENSE.md +Copyright: Copyright (c) 2026 Jason Turner (ubidzz). All Rights Reserved. +ShortDescription: An easy-to-use Windows manager for personal game servers. +Description: Synix Control Panel installs, configures, updates, monitors, and backs up personal game servers from one Windows application. +Moniker: synix +Tags: +- automation +- game-server +- server-manager +- windows +ReleaseNotes: You can find the release notes on github in the closed pull requests. If you installed Synix v1.0.20 or earlier using `SynixSetup.exe`, uninstall that installed version first. Then download and run `SynixSetup.msi` like a normal Windows installer. +ReleaseNotesUrl: https://github.com/ubidzz/Synix-Control-Panel/releases/tag/v1.0.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.yaml b/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.yaml new file mode 100644 index 0000000000000..b77fa7453eb66 --- /dev/null +++ b/manifests/u/ubidzz/Synix/1.0.21/ubidzz.Synix.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ubidzz.Synix +PackageVersion: 1.0.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VSS/VSS/2.1.0/VSS.VSS.installer.yaml b/manifests/v/VSS/VSS/2.1.0/VSS.VSS.installer.yaml deleted file mode 100644 index 15c830a608025..0000000000000 --- a/manifests/v/VSS/VSS/2.1.0/VSS.VSS.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: VSS.VSS -PackageVersion: 2.1.0 -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: inno - InstallerUrl: https://github.com/siddharth-1118/vss-language/releases/download/v2.1.0/VSS-2.1.0-Setup.exe - InstallerSha256: d0952901a0a5093df65cf46b8ca57febd3d7fdc52470f0403cc9596a9cba6f01 - InstallerSwitches: - Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART - SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/v/VSS/VSS/2.1.0/VSS.VSS.locale.en-US.yaml b/manifests/v/VSS/VSS/2.1.0/VSS.VSS.locale.en-US.yaml deleted file mode 100644 index 79ac02412939a..0000000000000 --- a/manifests/v/VSS/VSS/2.1.0/VSS.VSS.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: VSS.VSS -PackageVersion: 2.1.0 -PackageLocale: en-US -Publisher: VSS Core Team -PublisherUrl: https://github.com/siddharth-1118/vss-language -PublisherSupportUrl: https://github.com/siddharth-1118/vss-language/issues -PackageName: VSS Programming Language -PackageUrl: https://github.com/siddharth-1118/vss-language -License: MIT -LicenseUrl: https://github.com/siddharth-1118/vss-language/blob/main/LICENSE -Copyright: Copyright (c) 2024-2026 VSS Core Team -ShortDescription: A beginner-friendly programming language with English-like syntax -Description: |- - VSS (Very Simple Syntax) is a beginner-friendly, dynamically typed scripting - language with a clean, English-like syntax. Version 2.1 ships a complete - standard library (math, string, file, json, http, time, random, system, - database, crypto, network), a native bytecode VM with automatic reference - counting, colored error diagnostics, and the grab module system. - Full CLI: run, build, new, init, test, format, lint, docs, clean, doctor. -Moniker: vss -Tags: -- programming-language -- scripting -- compiler -- interpreter -- cli -- language -ReleaseNotesUrl: https://github.com/siddharth-1118/vss-language/releases/tag/v2.1.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/v/VSS/VSS/2.1.0/VSS.VSS.yaml b/manifests/v/VSS/VSS/2.1.0/VSS.VSS.yaml deleted file mode 100644 index 4a4b9138696e6..0000000000000 --- a/manifests/v/VSS/VSS/2.1.0/VSS.VSS.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: VSS.VSS -PackageVersion: 2.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.installer.yaml b/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.installer.yaml new file mode 100644 index 0000000000000..3e57c925b414f --- /dev/null +++ b/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VeyonSolutions.Veyon +PackageVersion: 4.11.1.0 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/veyon/veyon/releases/download/v4.11.1/veyon-4.11.1.0-win32-setup.exe + InstallerSha256: D74B8EF3DEDC121D92E04D9B134B8213A69B02A84EB45EAACF056B1CDB3FA016 +- Architecture: x64 + InstallerUrl: https://github.com/veyon/veyon/releases/download/v4.11.1/veyon-4.11.1.0-win64-setup.exe + InstallerSha256: 490B97AB2E316B8E5C45B9841CAC207DCE9159748EC1D20A856CAB67A0D99DCD +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-21 diff --git a/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.locale.en-US.yaml b/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.locale.en-US.yaml new file mode 100644 index 0000000000000..3a2763d28dc10 --- /dev/null +++ b/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VeyonSolutions.Veyon +PackageVersion: 4.11.1.0 +PackageLocale: en-US +Publisher: Veyon Solutions +PublisherUrl: https://github.com/veyon/veyon +PublisherSupportUrl: https://github.com/veyon/veyon/issues +Author: Veyon Solutions +PackageName: Veyon +PackageUrl: https://github.com/veyon/veyon +License: GNU General Public License v2.0 +LicenseUrl: https://raw.githubusercontent.com/veyon/veyon/master/COPYING +CopyrightUrl: https://raw.githubusercontent.com/veyon/veyon/master/COPYING +ShortDescription: Veyon is a free and open source software for monitoring and controlling computers across multiple platforms. +Description: |- + Veyon is a free and open source software for monitoring and controlling computers across multiple platforms. + Veyon supports you in teaching in digital learning environments, performing virtual trainings or giving remote support. +Moniker: veyon +ReleaseNotesUrl: https://github.com/veyon/veyon/releases/tag/v4.11.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/veyon/veyon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.yaml b/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.yaml new file mode 100644 index 0000000000000..271f4119c20da --- /dev/null +++ b/manifests/v/VeyonSolutions/Veyon/4.11.1.0/VeyonSolutions.Veyon.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: VeyonSolutions.Veyon +PackageVersion: 4.11.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.installer.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.installer.yaml new file mode 100644 index 0000000000000..5a82d81c89b9b --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.installer.yaml @@ -0,0 +1,95 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.70 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- apng +- flac +- gif +- htm +- html +- ico +- jpeg +- jpg +- log +- m4v +- mht +- mhtml +- mp3 +- mp4 +- ogg +- pdf +- png +- shtml +- svg +- txt +- webp +- xht +- xhtml +- xml +ProductCode: Vivaldi +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.70.exe + InstallerSha256: B018FECED3AF28EBE8EB2E589968FF39FC0526D4630734D91A601B61C28562C6 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.70.exe + InstallerSha256: B018FECED3AF28EBE8EB2E589968FF39FC0526D4630734D91A601B61C28562C6 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.70.x64.exe + InstallerSha256: 18A3DFFE3499D410C540B83A008E31A6008AD38A7ABF4E7C6D5E0F77FDF6C5A4 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.70.x64.exe + InstallerSha256: 18A3DFFE3499D410C540B83A008E31A6008AD38A7ABF4E7C6D5E0F77FDF6C5A4 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.70.arm64.exe + InstallerSha256: BC6CE34911297DB33C876A90DB0B1DD3DF8EC2E56012984C3A903F05240F6F68 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.70.arm64.exe + InstallerSha256: BC6CE34911297DB33C876A90DB0B1DD3DF8EC2E56012984C3A903F05240F6F68 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.locale.en-US.yaml new file mode 100644 index 0000000000000..e6588721b5f3b --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.70 +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 +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. +Moniker: vivaldi +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- pdfreader +- protonvpn +- rssreader +- web +- webbrowser +- webpage +- xp99gvqdx7jpr4 +ReleaseNotes: '- [Chromium] Update to 150.0.7871.253 ESR (includes security fixes from 151.0.7922.173/174)' +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.1.4087.70.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..41d90ca60dd5b --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.70 +PackageLocale: zh-CN +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/zh-hans/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +Author: Vivaldi Technologies AS. +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 +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.1.4087.70.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.yaml new file mode 100644 index 0000000000000..667ee9c879935 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.70/Vivaldi.Vivaldi.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 +PackageVersion: 8.1.4087.70 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.installer.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.installer.yaml new file mode 100644 index 0000000000000..eef38c6f64b86 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/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.4133.24 +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-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4133.24.x64.exe + InstallerSha256: E5F97F9FD13AB8E73DF192B835C457446D211F02EC7E9ADDD84599177BA5E9F7 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4133.24.x64.exe + InstallerSha256: E5F97F9FD13AB8E73DF192B835C457446D211F02EC7E9ADDD84599177BA5E9F7 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4133.24.arm64.exe + InstallerSha256: 46694881992F87A9B5EE7E61B100E75937A2B76659C31DDB9A35FF6C79F2D1ED + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4133.24.arm64.exe + InstallerSha256: 46694881992F87A9B5EE7E61B100E75937A2B76659C31DDB9A35FF6C79F2D1ED + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml new file mode 100644 index 0000000000000..5079b5ab60e56 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4133.24 +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][Calculator] Handle both , and . for decimal separator VB-130896 + - [Address field][Calculator] More support for math functions such as: log, sin, cos etc VB-130982 + - [Address field][Calculator] Support for x, √, sqrt, ÷ characters added VB-130881 + - [Chromium] Update to 152.0.7977.52 + - [Extensions] Icons not on same line in vertical tab layout VB-130975 + - [Extensions] Popup oversized VB-130410 + - [Mail] Error: NoDocumentNode on feeds after latest mail upgrade VB-130879 + - [Translate] Cannot select Portuguese (Europe) in translate panel VB-130866 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/snapshot/8.2.4133.24.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..81a820915d3c5 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/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.4133.24 +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.4133.24/Vivaldi.Vivaldi.Snapshot.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/Vivaldi.Vivaldi.Snapshot.yaml new file mode 100644 index 0000000000000..808efc40a2e2b --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4133.24/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.4133.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.yaml b/manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.yaml deleted file mode 100644 index 48c2cee6fc6e7..0000000000000 --- a/manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: VovSoft.TextToMP3Converter -PackageVersion: 4.5.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.installer.yaml b/manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.installer.yaml similarity index 77% rename from manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.installer.yaml rename to manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.installer.yaml index cb1f01ad4bc17..4fccfaebe04a2 100644 --- a/manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.installer.yaml +++ b/manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.installer.yaml @@ -1,15 +1,15 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VovSoft.TextToMP3Converter -PackageVersion: 4.5.0.0 +PackageVersion: 4.6.0.0 InstallerLocale: en-US Installers: - Architecture: x86 InstallerType: inno Scope: machine InstallerUrl: https://files.vovsoft.com/text-to-mp3-converter.exe - InstallerSha256: 9EEE140701D115A63DD706D6A91D51138F46A72263004CA8561D1F7CCF3B3BB7 + InstallerSha256: 24E879558DCFE49892206885C696D4A96DABA0566CE3C363C459A94ECF472E9C InstallModes: - interactive - silent @@ -31,8 +31,8 @@ Installers: - RelativeFilePath: texttomp3.exe PortableCommandAlias: texttomp3 InstallerUrl: https://files.vovsoft.com/text-to-mp3-converter-portable.zip - InstallerSha256: 392BFFC4EA443EA8974987257EAB927CD04EFD93683C6C0607D5502AEE466C29 + InstallerSha256: 7AFE20F9A07A8C0065E609E4BFAC53717CE3F6E2FBD7FF63DD318D695FEA98B6 ArchiveBinariesDependOnPath: true ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-06-08 +ReleaseDate: 2026-08-21 diff --git a/manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.locale.en-US.yaml b/manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.locale.en-US.yaml similarity index 96% rename from manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.locale.en-US.yaml rename to manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.locale.en-US.yaml index fa45e38c3a07d..20edcc53aed83 100644 --- a/manifests/v/VovSoft/TextToMP3Converter/4.5.0.0/VovSoft.TextToMP3Converter.locale.en-US.yaml +++ b/manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VovSoft.TextToMP3Converter -PackageVersion: 4.5.0.0 +PackageVersion: 4.6.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.yaml b/manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.yaml new file mode 100644 index 0000000000000..8f9dd26c08ca7 --- /dev/null +++ b/manifests/v/VovSoft/TextToMP3Converter/4.6.0.0/VovSoft.TextToMP3Converter.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: VovSoft.TextToMP3Converter +PackageVersion: 4.6.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.installer.yaml deleted file mode 100644 index 5f9c9ff3fbd96..0000000000000 --- a/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.installer.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser using komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: vim.vim.nightly -PackageVersion: 9.1.1766 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Commands: -- diff -- gvim -- tee -- vim -- xxd -ProductCode: Vim 9.1 -ReleaseDate: 2025-09-16 -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1766/gvim_9.1.1766_x86.exe - InstallerSha256: 4561645A9020DAD5D0472DDC89B953BA5284695EBD7A0083FC6FF889D48ABB65 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Vim' -- Architecture: x64 - InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1766/gvim_9.1.1766_x64.exe - InstallerSha256: 20310921467F10B90519C1D5D9CC38E47B0CA23238C819DE770F7929C0735174 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Vim' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.locale.en-US.yaml deleted file mode 100644 index bc0a64f8b6e8c..0000000000000 --- a/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.locale.en-US.yaml +++ /dev/null @@ -1,68 +0,0 @@ -# Created with WinGet Releaser using komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: vim.vim.nightly -PackageVersion: 9.1.1766 -PackageLocale: en-US -Publisher: Bram Moolenaar et al. -PublisherUrl: https://github.com/vim/vim-win32-installer -PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues -Author: Bram Moolenaar et al. -PackageName: Vim -PackageUrl: https://www.vim.org/ -License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible -LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright -Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] -CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright -ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient -Moniker: vim -Tags: -- code-editor -- g-vim -- gvim -- text-editing -- text-editor -- tool -- utility -- vi -ReleaseNotes: |- - v9.1.1766 - Nightly Vim Windows build snapshots (more information). - If you do not know what to use, use the 32bit installer (use the signed one, if available). - Signed releases will occasionally be provided on a best effort approach. - Changes: - - runtime(kitty): Fix typo in syntax file for kitty - - 9.1.1766: Vim9: some functions do not handle null_string correctly - - runtime(doc): Tweak doc style in syntax.txt - - runtime(doc): mention generic log highlighter - - runtime(doc): fix doc style from commit 5c9b71d63c1 - Files: - 🔓 Unsigned Files: - - gvim_9.1.1766_x86.exe - 32-bit installer (If you don't know what to use, use this one) - - gvim_9.1.1766_x64.exe - 64-bit installer - - gvim_9.1.1766_arm64.exe - ARM 64-bit installer - - gvim_9.1.1766_x86.zip - 32-bit zip archive - - gvim_9.1.1766_x64.zip - 64-bit zip archive - - gvim_9.1.1766_arm64.zip - ARM 64-bit zip archive - - gvim_9.1.1766_x86_pdb.zip - pdb files for debugging the corresponding 32-bit executable - - gvim_9.1.1766_x64_pdb.zip - pdb files for debugging the corresponding 64-bit executable - Interface Information - - Strawberry Perl 5.32 - - LuaBinaries 5.4 - - Python 2.7 - - Python3 3.8 or later - - Racket 8.7 (BC) - - RubyInstaller 3.2 - - libsodium 1.0.19 - See the README for detail. -ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1766 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.yaml deleted file mode 100644 index a5639e7d204c5..0000000000000 --- a/manifests/v/vim/vim/nightly/9.1.1766/vim.vim.nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: vim.vim.nightly -PackageVersion: 9.1.1766 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.installer.yaml b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.installer.yaml new file mode 100644 index 0000000000000..e87a0ae74e683 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.08.18.02.52.stable_00 +InstallerType: inno +Protocols: +- warp +ProductCode: warp-terminal-stable_is1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.08.18.02.52.stable_00&arch=x86_64 + InstallerSha256: 84BE6B44244B5E017A09901905FEE37CB616603D76718B92BC7CFD63C4E80C3F + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.08.18.02.52.stable_00&arch=x86_64 + InstallerSha256: 84BE6B44244B5E017A09901905FEE37CB616603D76718B92BC7CFD63C4E80C3F + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.08.18.02.52.stable_00&arch=arm64 + InstallerSha256: AA2817FE120D2FE7F52040F853E9F1D108696CD53E110F10A4D5268DE8FB568A + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.08.18.02.52.stable_00&arch=arm64 + InstallerSha256: AA2817FE120D2FE7F52040F853E9F1D108696CD53E110F10A4D5268DE8FB568A + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.locale.en-US.yaml b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.locale.en-US.yaml new file mode 100644 index 0000000000000..4e1699427f70f --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.08.18.02.52.stable_00 +PackageLocale: en-US +Publisher: Denver Technologies, Inc. +PublisherUrl: https://www.warp.dev/ +PublisherSupportUrl: https://www.warp.dev/contact +PrivacyUrl: https://www.warp.dev/privacy-policy +Author: Denver Technologies, Inc. +PackageName: Warp +PackageUrl: https://www.warp.dev/windows-terminal +License: Proprietary +LicenseUrl: https://www.warp.dev/terms-of-service +Copyright: Copyright 2025 Warp +CopyrightUrl: https://www.warp.dev/terms-of-service +ShortDescription: Warp is the intelligent terminal with AI and your dev team’s knowledge built-in. Warp brings AI, collaboration, and a modern-UX to this essential developer tool to help you become even more powerful. +Description: |- + Warp is the intelligent terminal with AI and your dev team's knowledge built-in. + Key Features: + - Warp AI: AI integrated in your terminal for natural language input, autofill, and intelligent suggestions. + - Warp Drive: Notebooks, workflows, and environment variables for you to use personally or with your team. + - Modern UX and Text Editing: Commands and outputs are grouped into easy to use Blocks, and you can use your cursor or customizable keybindings to easily navigate Warp’s input editor. + You can fully customize Warp's appearance, prompts, settings, and keybindings to fit your preferences. Warp works with zsh, bash, fish, and PowerShell, and is built with Rust for high performance. +Tags: +- ai +- console +- terminal +PurchaseUrl: https://www.warp.dev/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.warp.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.locale.zh-CN.yaml b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..502b8797a2c98 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.08.18.02.52.stable_00 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Warp 是一款内置 AI 和开发团队知识的智能终端。Warp 为这款重要的开发工具带来了 AI、协作和现代用户体验,让您变得更加出色。 +Description: |- + Warp 是一款内置 AI 和开发团队知识的智能终端。 + 主要功能: + - Warp AI:AI 集成在你的终端中,用于自然语言输入、自动填充和智能建议。 + - Warp Drive:笔记本、工作流和环境变量,供个人或团队使用。 + - 现代用户体验和文本编辑:将命令和输出归类到易用的“块”(Block)中,您可以使用光标或自定义组合键来轻松浏览 Warp 的输入编辑器。 + 您可以完全自定义 Warp 的外观、提示、设置和组合键,以满足自己的喜好。Warp 可与 zsh、bash、fish 和 PowerShell 配合使用,并采用 Rust 构建,性能卓越。 +Tags: +- console +- terminal +- 人工智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.warp.dev/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.yaml b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.yaml new file mode 100644 index 0000000000000..6239795451a3a --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.08.18.02.52.stable_00/Warp.Warp.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: Warp.Warp +PackageVersion: v0.2026.08.18.02.52.stable_00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WowUp/CF/2.23.0/WowUp.CF.installer.yaml b/manifests/w/WowUp/CF/2.23.0/WowUp.CF.installer.yaml new file mode 100644 index 0000000000000..14247b23f3283 --- /dev/null +++ b/manifests/w/WowUp/CF/2.23.0/WowUp.CF.installer.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: WowUp.CF +PackageVersion: 2.23.0 +InstallerType: nullsoft +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/WowUp/WowUp.CF/releases/download/v2.23.0/WowUp-CF-Setup-2.23.0.exe + InstallerSha256: A23EA444DCB777F4CDD37A83BAEC62CF9CD6A3505DDF910DF41EEE9F9972ED42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WowUp/CF/2.23.0/WowUp.CF.locale.en-US.yaml b/manifests/w/WowUp/CF/2.23.0/WowUp.CF.locale.en-US.yaml new file mode 100644 index 0000000000000..67fd08ca60b5f --- /dev/null +++ b/manifests/w/WowUp/CF/2.23.0/WowUp.CF.locale.en-US.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: WowUp.CF +PackageVersion: 2.23.0 +PackageLocale: en-US +Publisher: WowUp LLC +PublisherUrl: https://wowup.io/ +PublisherSupportUrl: https://wowup.io/guide/wowup/overview +PrivacyUrl: https://wowup.io/privacy +PackageName: WowUp with CurseForge +PackageUrl: https://github.com/WowUp/WowUp.CF +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/WowUp/WowUp.CF/blob/main/LICENSE +Copyright: Copyright © 2023 WowUp LLC +ShortDescription: World of Warcraft addon updater with Curseforge Support +Description: WowUp is the community centered World of Warcraft addon updater. We attempt to bring the addon community together in an easy to use updater application. We have an ever growing list of supported features. +ReleaseNotes: "Add support for CF download header\r\nUpdate OW Electron\r\nVarious fixes" +ReleaseNotesUrl: https://github.com/WowUp/WowUp.CF/releases/tag/v2.23.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WowUp/CF/2.23.0/WowUp.CF.yaml b/manifests/w/WowUp/CF/2.23.0/WowUp.CF.yaml new file mode 100644 index 0000000000000..4339eee02d73d --- /dev/null +++ b/manifests/w/WowUp/CF/2.23.0/WowUp.CF.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: WowUp.CF +PackageVersion: 2.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wire/wire/3.43.5376/wire.wire.installer.yaml b/manifests/w/wire/wire/3.43.5376/wire.wire.installer.yaml new file mode 100644 index 0000000000000..b170655fadc53 --- /dev/null +++ b/manifests/w/wire/wire/3.43.5376/wire.wire.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wire.wire +PackageVersion: 3.43.5376 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: wire +ReleaseDate: 2026-08-18 +AppsAndFeaturesEntries: +- ProductCode: wire +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\wire' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wireapp/wire-desktop/releases/download/windows/3.43.5376/Wire-Setup.exe + InstallerSha256: A65C290480DC1598064F58C4766844CF677F618D3206239A95DB74275F8F9C37 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wire/wire/3.43.5376/wire.wire.locale.en-US.yaml b/manifests/w/wire/wire/3.43.5376/wire.wire.locale.en-US.yaml new file mode 100644 index 0000000000000..5918a06672592 --- /dev/null +++ b/manifests/w/wire/wire/3.43.5376/wire.wire.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wire.wire +PackageVersion: 3.43.5376 +PackageLocale: en-US +Publisher: Wire +PublisherUrl: https://github.com/wireapp/wire-desktop +PublisherSupportUrl: https://github.com/wireapp/wire-desktop/issues +Author: Wire +PackageName: Wire +PackageUrl: https://github.com/wireapp/wire-desktop +License: GPL-3.0 +LicenseUrl: https://github.com/wireapp/wire-desktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/wireapp/wire-desktop/blob/dev/LICENSE +ShortDescription: The most secure collaboration platform. +Tags: +- desktop +- electron +- hacktoberfest +- wire +ReleaseNotes: |- + Improvement + - Added MDM support for overriding AppLock on managed devices. IT admins can now enforce or override the AppLock requirement through MDM configuration. + - Fixed an issue where incorrect AVS and web versions were reported. The About dialog now always displays up-to-date version information when opened. + Verbessert + - MDM-Unterstützung zum Überschreiben von AppLock auf verwalteten Geräten hinzugefügt. IT-Administratoren können die AppLock-Anforderung jetzt über die MDM-Konfiguration erzwingen oder außer Kraft setzen. + - Ein Problem wurde behoben, bei dem falsche AVS- und Webversionen angezeigt wurden. Der Info-Dialog zeigt beim Öffnen nun stets aktuelle Versionsinformationen an. +ReleaseNotesUrl: https://github.com/wireapp/wire-desktop/releases/tag/windows/3.43.5376 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wire/wire/3.43.5376/wire.wire.yaml b/manifests/w/wire/wire/3.43.5376/wire.wire.yaml new file mode 100644 index 0000000000000..05cec3e8e4768 --- /dev/null +++ b/manifests/w/wire/wire/3.43.5376/wire.wire.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: wire.wire +PackageVersion: 3.43.5376 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.installer.yaml b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.installer.yaml new file mode 100644 index 0000000000000..5b52d4123e58e --- /dev/null +++ b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.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: wmwlwmwl.LuminSSH +PackageVersion: 1.3.0 +InstallerType: nullsoft +Scope: machine +ProductCode: LuminLumin +ReleaseDate: 2026-08-21 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Lumin' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wmwlwmwl/Lumin-SSH/releases/download/v1.3.0/Lumin-V1.3.0-amd64-installer.exe + InstallerSha256: 9340640FE7183ECA8BD4B84302F6487FB6103E074E49F7B8D0C97812572601DE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.locale.en-US.yaml b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.locale.en-US.yaml new file mode 100644 index 0000000000000..20ce2bc57a308 --- /dev/null +++ b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: wmwlwmwl.LuminSSH +PackageVersion: 1.3.0 +PackageLocale: en-US +ShortDescription: A lightweight, cross-platform SSH client for developers and DevOps. +Description: Lumin is a lightweight, cross-platform SSH client for developers and DevOps. Built on Go native concurrency and a local WebSocket for low-latency terminal sessions, it ships with system resource probes, a remote file manager, command history with smart completion, connection-level proxying, optional encrypted cloud sync, AI chat, and MCP agent integration — no agent installation required on the server. +Tags: +- console +- remote +- sftp +- ssh +- terminal +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.locale.zh-CN.yaml b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.locale.zh-CN.yaml new file mode 100644 index 0000000000000..559f3a519fcc4 --- /dev/null +++ b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.locale.zh-CN.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wmwlwmwl.LuminSSH +PackageVersion: 1.3.0 +PackageLocale: zh-CN +Publisher: Lumin +PublisherUrl: https://github.com/wmwlwmwl +PublisherSupportUrl: https://github.com/wmwlwmwl/Lumin-SSH/issues +Author: wmwlwmwl +PackageName: Lumin +PackageUrl: https://github.com/wmwlwmwl/Lumin-SSH +License: 专有软件 +LicenseUrl: https://github.com/wmwlwmwl/Lumin-SSH/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lumin SSH Authors +ShortDescription: 面向开发者和运维人员的轻量全平台 SSH 客户端。 +Description: Lumin 是一款面向开发者和运维人员的轻量全平台 SSH 客户端。基于 Go 原生并发与本地 WebSocket 提供低延迟终端体验,内置系统资源探针、远程文件管理器、命令历史与智能补全、连接级代理、可选加密云同步、AI 对话与 MCP 智能体集成,无需在服务器端安装 Agent。 +Tags: +- sftp +- ssh +- 命令行 +- 终端 +- 远程 +ReleaseNotes: |- + 更新日志 + (自 v1.2.9 以来) + - fix: 修复解压符号链接逃逸,校验 Linkname 不得越出目标目录 + - fix: 移除 CodeRabbit 配置中已失效的 summarize 字段 + - 多语言 + - feat(ai): 将执行审批重构为三档互斥模式并移除通配符语义 + - ci: 添加 CodeQL 安全扫描与 CodeRabbit 审查配置 + - 多项修改 + - fix(frontend): 适配 React 19 useRef 类型,修复组件 ref prop 类型编译错误 + - feat(ai): 支持终端内多标签会话及工作区恢复 + - feat(ai): 新增最高思考深度 Max + - chore(deps): 前端依赖声明同步至最新版本 + - fix(terminal): 移除命令输入提示表情并补齐 5 个缺失 i18n 键 + - fix(deps): 升级 dompurify 至 3.4.13+ 修复 4 个安全告警 + - chore(deps): bump lucide-react from 1.23.0 to 1.31.0 in /frontend (#251) + - chore(deps): bump @uiw/react-codemirror in /frontend (#254) + - chore(deps): bump @codemirror/lang-html in /frontend (#253) + - chore(deps): bump modernc.org/sqlite from 1.53.0 to 1.56.0 (#252) + - chore(deps): bump @xterm/xterm from 5.5.0 to 6.0.0 in /frontend (#250) + - chore(deps): bump github.com/studio-b12/gowebdav from 0.12.0 to 0.13.0 (#249) + - chore(deps): bump github.com/minio/minio-go/v7 from 7.2.0 to 7.3.0 (#246) + - Upgrade frontend (#256) + - chore(deps): bump @xterm/addon-search from 0.15.0 to 0.16.0 in /frontend (#241) + - chore(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#240) + - chore(deps): bump go.bug.st/serial from 1.7.1 to 1.8.0 (#239) + - chore(deps): bump golang.org/x/text from 0.40.0 to 0.41.0 (#237) + - chore(deps): bump github.com/pkg/sftp from 1.13.10 to 1.13.11 (#236) + - chore(deps): bump github.com/jlaffaye/ftp from 0.2.1 to 0.2.2 (#235) + - ci: 修复 Linux CI 依赖检查(wails build 一次性构建、npm 官方源重试、日志测试路径平台适配) + - chore: 开启 Dependabot 依赖更新并新增依赖验证 CI + - feat(ai): 增加模型缓存策略与高级采样参数配置 + - fix: 修复窄窗口下首页工具栏、设置外观与终端输入提示等响应式样式问题 (#231) +ReleaseNotesUrl: https://github.com/wmwlwmwl/Lumin-SSH/releases/tag/v1.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.yaml b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.yaml new file mode 100644 index 0000000000000..761aba8c0ea59 --- /dev/null +++ b/manifests/w/wmwlwmwl/LuminSSH/1.3.0/wmwlwmwl.LuminSSH.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: wmwlwmwl.LuminSSH +PackageVersion: 1.3.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.installer.yaml b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.installer.yaml new file mode 100644 index 0000000000000..4a695382715f4 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.27.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: codeg +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.27.0/codeg_0.27.0_x64-setup.exe + InstallerSha256: EA225A266D4F63B3B58972B510A8CDF3E14B8EC2BFA1ED3C8706DCBE7B5069FD +- Architecture: arm64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.27.0/codeg_0.27.0_arm64-setup.exe + InstallerSha256: DA50A299FF8C5806EF5083830424498CDC8F98F501E3597A4158204A5C45D150 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.locale.en-US.yaml b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.locale.en-US.yaml new file mode 100644 index 0000000000000..e08b4a2c6bd8f --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.27.0 +PackageLocale: en-US +Publisher: codeg +PublisherUrl: https://github.com/xintaofei +PublisherSupportUrl: https://github.com/xintaofei/codeg/issues +PackageName: codeg +PackageUrl: https://github.com/xintaofei/codeg +License: Apache-2.0 +LicenseUrl: https://github.com/xintaofei/codeg/blob/HEAD/LICENSE +ShortDescription: Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker. +Description: Codeg (Code Generation) is an enterprise-grade multi-agent coding workspace. It unifies local AI coding agents (Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, etc.) in a desktop app, standalone server, or Docker container — enabling remote development from any browser — with conversation aggregation, parallel git worktree development, MCP/Skills management, chat channel interactions (Telegram, Lark, iLink, etc.), and integrated Git/file/terminal workflows. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + Issues and pull requests can now be handed to an agent without leaving codeg. + Qoder joins the built-in agents. + New + - Issues and pull requests become to-do tasks. A new Repository panel (Beta) lists a folder's GitHub or GitLab items with search, label filters, sorting and paging. Pick one, choose how it should be handled — fix, investigate, plan first, review and fix, or review only — and the agent works in its own worktree while you review the result on the board. Accepting it lands locally or pushes a branch and opens a pull request; a task started from a pull request pushes back to the same branch, forks included. codeg can comment the outcome back on the item, and a task that came from one never auto-merges. + - Qoder is a built-in agent. Alibaba's Qoder CLI installs and launches from the agent list with history, resume, skills, MCP and delegation wired up, and gets its own settings page for the account, access token and Qoder's config file. + - Select text in a message and act on it. A toolbar pops up above the selection to copy it, or quote it into the composer as a Markdown blockquote. Quotes render with a quote rule now, in the composer and in agent messages alike. + - Copy an image out of a conversation. Right-click a picture — in the transcript or the blown-up preview — and pick Copy image. It works in the desktop app now, where copying JPEG, webp and gif used to fail outright. + - Search has a permanent button. Top-left of the window beside the sidebar toggle, and in the mobile title bar, so it stays reachable with the sidebar collapsed instead of only through ⌘K. The remote-workspace picker it replaces moves into the sidebar's right-click menu. + - Start codeg when you sign in. A switch in Settings → System, on macOS, Windows and Linux. + Improved + - Updated bundled agents. OpenCode 1.18.20, Cline 3.0.56, Hermes 0.20.5 and Qoder 1.1.28. Kimi Code is held at 0.36.1 on purpose: 0.37.x stopped bringing up MCP servers handed over on the connection, which takes multi-agent delegation and every user server down with it. + - Quick actions lists every workbench page. The Repository panel joins Automations and To-dos under a Navigation group; Search leaves the menu, now that it has a home that doesn't disappear with the sidebar. + - Updated expert skills. superpowers 6.3.0, plus a tool mapping for Hermes. + - The background-tasks strip is gone. Its count of unresolved background tasks stranded often enough to misinform. Background work still keeps its connection alive. + Fixed + - External links open in the desktop app. Issue titles, delivered pull requests, MCP homepages, OpenCode's docs and links inside previewed Markdown all did nothing when clicked in the packaged app. + - The terminal isn't black in the light theme. On older WebViews the whole terminal painted itself black, because the colour it was handed came in a syntax it couldn't read. (#363) + - Windows paths keep their separators. Markdown was eating the backslash before a punctuation character, so …\.playwright-cli\shot.png rendered — and opened — as a path pointing nowhere. (#508) + - @ works after Chinese, Japanese and Korean text, and on phones. The mention panel only triggered after an ASCII space, which those scripts don't write, and refused to open while a soft keyboard's composition was in progress. It also stays clear of the on-screen keyboard now. + - pi shows what its commands printed. Its bash cards sat on [Terminal: call_…] with no output at all, or painted the raw JSON envelope over the terminal body. (#519) + - A Goal keeps its final answer. Reopening a conversation whose /goal never formally closed folded the whole turn, wrap-up included, into the collapsed capsule. + - Tool results stop showing up as raw JSON. Refreshing mid-turn or opening a session in a second client could leave a tool call painting its envelope instead of its card. + Thanks to @asteroida123 and @Adam-Dalloul for contributing to this release. +ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.27.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.locale.zh-CN.yaml b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8ad69002831fd --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.27.0 +PackageLocale: zh-CN +ShortDescription: 在一个地方聚合并浏览 AI 编程代理会话(如 Claude Code、Codex、Gemini CLI 等)。支持桌面应用、自建服务器或 Docker 部署。 +Description: Codeg(Code Generation,代码生成)是一款企业级多代理编码工作区。它将本地 AI 编程代理(包括 Claude Code、Codex CLI、OpenCode、Gemini CLI、OpenClaw、Cline 等)统一集成于桌面应用、独立服务器或 Docker 容器中,支持通过任意浏览器进行远程开发;具备对话聚合、并行 Git 工作树开发、MCP/技能管理、聊天频道交互(Telegram、飞书、iLink 等),以及集成的 Git/文件/终端工作流。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 现在可以把议题和 PR 直接交给智能体处理,全程不用离开 codeg。 + Qoder 加入内置智能体。 + 新增 + - 议题和 PR 可以变成待办任务。 新增仓库面板(Beta),列出该文件夹对应的 GitHub / GitLab 条目,支持搜索、标签筛选、排序与分页。选中一条,指定处理方式——直接修复、仅分析验证、先出方案、评审并修复、仅评审——智能体在独立工作树里干活,你在看板上验收。验收后要么就地落地,要么推分支并开一个 PR;从 PR 开始的任务会推回同一个分支,来自 fork 的也支持。任务结束时 codeg 可以在原条目下回写评论;凡是来自仓库条目的任务一律不会自动合并。 + - Qoder 成为内置智能体。 阿里的 Qoder CLI 可从智能体列表安装启动,历史会话、恢复会话、技能、MCP 与多智能体委托均已接通,并有独立设置页管理账号、访问令牌和 Qoder 自己的配置文件。 + - 选中消息里的文字就能操作。 选区上方弹出工具条,可复制,或作为 Markdown 引用块插入输入框。引用现在会显示引用竖线——输入框里和智能体消息里都是。 + - 可以把会话里的图片复制出来。 右键点击图片——列表里的或放大预览里的——选择「复制图片」。桌面端现在也能用了,此前复制 JPEG、webp、gif 会直接失败。 + - 搜索有了常驻按钮。 位于窗口左上角、侧边栏折叠按钮旁,移动端标题栏也有,侧边栏收起时依然够得着,不必只靠 ⌘K。它顶掉的远端工作区入口移到了侧边栏右键菜单里。 + - 可以开机自启。 「设置 → 系统」新增开关,支持 macOS、Windows 与 Linux。 + 改进 + - 内置智能体版本更新。 OpenCode 1.18.20、Cline 3.0.56、Hermes 0.20.5、Qoder 1.1.28。Kimi Code 特意保持在 0.36.1:0.37.x 起不再拉起连接时交付的 MCP 服务,会连带让多智能体委托和你自己配置的所有服务一起失效。 + - 快捷操作里列全了工作台页面。 仓库面板与自动化、待办任务一起归入「导航」分组;搜索则退出该菜单——它已经有了不随侧边栏消失的位置。 + - 专家技能更新。 superpowers 6.3.0,并新增 Hermes 的工具映射。 + - 后台任务提示条已移除。 它统计的未收敛任务数挂住不动的概率太高,弊大于利。后台任务仍会让连接保持存活。 + - + 修复 + - 桌面端的外部链接终于点得开了。 议题标题、任务交付的 PR、MCP 服务器主页、OpenCode 文档、Markdown 预览里的外链,在打包后的应用里点了完全没反应。 + - 浅色主题下的终端不再一片全黑。 在较老的 WebView 上整个终端会变成纯黑,因为传给它的颜色写法它读不懂。(#363) + - Windows 路径不再丢分隔符。 Markdown 会把标点前的反斜杠当转义吃掉,于是 …\.playwright-cli\shot.png 被渲染成、也照着打开成一个并不存在的路径。(#508) + - 中日韩文字后面、以及手机上都能用 @ 了。 提及面板此前只在半角空格后触发,而这些文字之间不写空格;手机软键盘组词期间它也拒绝弹出。现在它还会避开软键盘。 + - pi 的命令终于能看到输出了。 它的 bash 卡片此前一直停在 [Terminal: call_…] 什么都没有,或者把原始 JSON 信封糊在终端正文上。(#519) + - 目标(Goal)不再吞掉最终答复。 重新打开一个 /goal 没有正式收尾的会话,整个回合连同收尾结论会被折进收起的胶囊里。 + - 工具结果不再显示成一堆原始 JSON。 回合进行中刷新、或用第二个客户端打开同一会话,都可能让工具调用画出信封而不是它该有的卡片。 + 感谢 @asteroida123 与 @Adam-Dalloul 为本次发布做出的贡献。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.yaml b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.yaml new file mode 100644 index 0000000000000..53f0096dcb30a --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.27.0/XinTaoFei.Codeg.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.installer.yaml b/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.installer.yaml new file mode 100644 index 0000000000000..0124d699bd55d --- /dev/null +++ b/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xCompassionate.PageTurn +PackageVersion: 1.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: PageTurn.exe + PortableCommandAlias: pageturn +Scope: user +UpgradeBehavior: install +ReleaseDate: 2026-07-25 +FileExtensions: +- pdf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xCompassionate/PageTurn/releases/download/v1.0.0/PageTurn-win.zip + InstallerSha256: EEF253991DF8CF5F1FB8834040C8836D132D7DC94A4478CA513FE6A104157A8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.locale.en-US.yaml b/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.locale.en-US.yaml new file mode 100644 index 0000000000000..44892007cf57f --- /dev/null +++ b/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xCompassionate.PageTurn +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: xCompassionate +PublisherUrl: https://github.com/xCompassionate +PublisherSupportUrl: https://github.com/xCompassionate/PageTurn/issues +PackageName: PageTurn +PackageUrl: https://github.com/xCompassionate/PageTurn +License: Proprietary +LicenseUrl: https://github.com/xCompassionate/PageTurn/blob/main/LICENSE +Copyright: Copyright (c) 2026 xCompassionate +ShortDescription: Free PDF viewer, signature editor and highlighter that shows documents as a two page book spread. +Description: |- + PageTurn is a free PDF reader that opens documents as a two page spread, the way a book sits open on a desk, with a single page view when you want one big page instead. + + It also handles the parts people normally pay for. Draw a signature with the mouse or type your name in one of four handwriting styles, then drop it on the page along with your initials and an optional signed by block carrying your name, the date and a unique ID. Text boxes let you fill in forms. Saving a filled copy writes a new PDF with everything baked in, leaving the original untouched. + + Reading tools include a four colour highlighter, notes attached to highlights, standalone notes you can reorder, bookmarks with dates, and a side panel that jumps you to any of them. Open several PDFs at once in tabs, and they come back the next time you launch. Six window themes and five page colours, including a night mode built for reading in the dark. + + Everything is stored on your own machine. No account, no cloud, no telemetry, no ads, no paid tier. It is free and it stays free. +Moniker: pageturn +Tags: +- annotation +- book +- document +- ebook +- fill-and-sign +- highlighter +- notes +- pdf +- pdf-reader +- pdf-viewer +- reader +- sign +- signature +- viewer +ReleaseNotesUrl: https://github.com/xCompassionate/PageTurn/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.yaml b/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.yaml new file mode 100644 index 0000000000000..ed1b239a8bc64 --- /dev/null +++ b/manifests/x/xCompassionate/PageTurn/1.0.0/xCompassionate.PageTurn.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: xCompassionate.PageTurn +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.installer.yaml b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.installer.yaml new file mode 100644 index 0000000000000..2413ef5c14872 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.18.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 58e103f9-7c07-5ccc-9a52-ce8faf14c36b +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.18.1/FlyEnv-Setup-4.18.1.exe + InstallerSha256: BABA398E0BFF3AA335631C878207F10887191C20C56BC52BBD2DE3C91BB6DEDA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.18.1/FlyEnv-Setup-4.18.1.exe + InstallerSha256: BABA398E0BFF3AA335631C878207F10887191C20C56BC52BBD2DE3C91BB6DEDA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.locale.en-US.yaml b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.locale.en-US.yaml new file mode 100644 index 0000000000000..dd9d775dc6af6 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.18.1 +PackageLocale: en-US +Publisher: pengfei xu +PublisherUrl: https://github.com/xpf0000 +PublisherSupportUrl: https://github.com/xpf0000/FlyEnv/issues +Author: Xu Pengfei +PackageName: FlyEnv +PackageUrl: https://www.macphpstudy.com/ +License: BSD-3-Clause +LicenseUrl: https://github.com/xpf0000/FlyEnv/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026, Xu Pengfei +ShortDescription: Powerful Web Server and Environment Manager +Description: |- + FlyEnv is an all-in-one Web Server / Database Server / Development environment management GUI App + In short, FlyEnv provides a complete set of operating environments. Help users develop and debug PHP/NodeJS/Java/Go/Python applications such as laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask... +Tags: +- server +ReleaseNotes: |- + FlyEnv v4.18.1 Update Release Notes + 🚀 New Features + 1. Added Tomcat Application Mappings + Tomcat sites can now map application directories or WAR files to explicit context paths while creating or editing a site. FlyEnv validates the mapping, writes the required Tomcat Context descriptors, and keeps the generated configuration synchronized when the site changes. + This makes it possible to serve multiple applications from one Tomcat site using paths such as /, /api, or /admin without manually maintaining Tomcat XML files. + + 2. Added Configurable PHP FastCGI Worker Counts on Windows + Windows PHP FastCGI installations can now set the number of php-cgi workers for each installed PHP version. Choose an integer from 1 to 64 in FlyEnv; restarting a running PHP service applies the updated count. + This gives local PHP projects a supported way to tune concurrency when several sites or heavier development workloads are running at once. + Issue #830 + + 3. Added Persian Language Support + FlyEnv is now available in Persian (fa). The new locale covers the application's built-in translation catalog and is selectable from the language settings. + Thanks to @Nitron2020 for the contribution! Pull Request #829 + + 4. Added AI CLI Session Quick Actions + The session pages for Antigravity, Claude Code, Codex, GitHub Copilot CLI, Kimi, and OpenCode now provide quick actions for each working directory. Start a new AI CLI session directly in that directory, or resume its most recent session with one click. + This makes it faster to return to the right project context without manually opening a terminal, changing directories, and entering the CLI command. + + 🛠️ Improvements & Bug Fixes + 5. Improved Windows Helper and Data Directory Initialization + FlyEnv now coordinates Windows Helper startup with data-directory initialization more reliably. When a new installation needs elevated access to create or repair its data location, FlyEnv can recover permissions and retry the operation before dependent setup continues. + This improves first-run reliability for Windows users who previously could not start using FlyEnv because its data directory or Helper had not initialized correctly. + + 6. Fixed Rust Installation on Windows + Resolved a Windows installation issue that could leave downloaded Rust archives in an invalid layout. FlyEnv now unpacks the official archive through a staging directory and installs its expected root directory correctly. + + 7. Removed NVM and FNM Support on Windows + FlyEnv no longer detects or operates the external NVM and FNM Node.js version managers on Windows. Managed Node.js versions continue to work through FlyEnv's built-in installation workflow, while removing this integration prevents the NVM startup popup reported by affected users. + Issue #831 + + 8. Fixed Windows Tray Menu Click Behavior + The Windows modern tray menu now opens from a right-click only. Double-clicking the tray icon opens the main FlyEnv window without also displaying the quick-action menu. + Issue #831 + + 9. Fixed macOS Alias PATH Entries + Resolved an issue where editing a FlyEnv alias on macOS could write a stray quote into the PATH export in .zshrc. Alias setup now parses existing path entries safely and preserves a valid shell configuration. + Issue #832 + + 📦 Build & Transparency + All FlyEnv installation packages are built using GitHub Actions. You can verify the build process and download the artifacts directly from the following links: + - Global Build History: GitHub Actions + + We welcome your continued feedback and bug reports via GitHub Issues + Enjoy the update! +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.18.1 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.macphpstudy.com/guide/what-is-flyenv.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.locale.zh-CN.yaml b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0e54761287b52 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.18.1 +PackageLocale: zh-CN +Author: 徐鹏飞 +PackageUrl: https://www.macphpstudy.com/zh/ +Copyright: Copyright (c) 2026, 徐鹏飞 +ShortDescription: 功能强大的 Web 服务器和环境管理器 +Description: |- + FlyEnv 是一个集 Web 服务器/数据库服务器/开发环境管理于一体的 GUI 应用程序 + 简而言之,FlyEnv 提供了一套完整的运行环境。帮助用户开发和调试 PHP/NodeJS/Java/Go/Python 程序,如 laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask…… +Tags: +- 服务器 +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.18.1 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://www.macphpstudy.com/zh/guide/what-is-flyenv.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.yaml b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.yaml new file mode 100644 index 0000000000000..542286234d1bb --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.18.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.952/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..5980fd9d0a1ac --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.952 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.952-win-x64.exe + InstallerSha256: 4337A71053C1599B9D61315F3B88A4BDB3C37A050587C1D565BE572C13BC6CA4 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.952-win-x64.exe + InstallerSha256: 4337A71053C1599B9D61315F3B88A4BDB3C37A050587C1D565BE572C13BC6CA4 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.952/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..cdfffb19b0170 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.952 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + 0.0.952 + Bug Fixes + - Fixed an issue where the thread would jump while a code block was streaming. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.952/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e22d227981c07 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.952 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.952/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.yaml new file mode 100644 index 0000000000000..2e4bff09424d9 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.952/yetone.Alma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.952 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.989/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..5347396369726 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.989 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.989-win-x64.exe + InstallerSha256: F145F265C46AF9EB4A5EDEEA193BB914B1A6CD866D9FAB9ACE1E22E5CB8C4468 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.989-win-x64.exe + InstallerSha256: F145F265C46AF9EB4A5EDEEA193BB914B1A6CD866D9FAB9ACE1E22E5CB8C4468 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.989/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..9adf50c79b40f --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.989 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Bug Fixes + - Fixed hover selection so slow cursor movements no longer retarget. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.989/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..434701a18f55a --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.989 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.989/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.yaml new file mode 100644 index 0000000000000..dc8158ce5caba --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.989/yetone.Alma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.989 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.990/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..235af2f0053b8 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.990 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.990-win-x64.exe + InstallerSha256: 1556334A03AB1D184368F9C1A1A492DEBC324A62DD774EA51ED5889015BCF59D + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.990-win-x64.exe + InstallerSha256: 1556334A03AB1D184368F9C1A1A492DEBC324A62DD774EA51ED5889015BCF59D + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.990/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..ed4d86fa05efc --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.990 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + 0.0.990 + Bug Fixes + - Fixed an issue where the crew and outputs panels overlapped. + - Fixed the @ picker so all agents are displayed correctly. + - Fixed a title conflict in the Win98 settings window. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.990/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..12c6f99347af9 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.990 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.990/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.yaml new file mode 100644 index 0000000000000..426a2ca1ba451 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.990/yetone.Alma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.990 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.992/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..1a2d8f58f1115 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.992 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.992-win-x64.exe + InstallerSha256: 7B5A172067BC6EBDA972BD0C20DA247A93D7661EB0D07AED448505023FF80859 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.992-win-x64.exe + InstallerSha256: 7B5A172067BC6EBDA972BD0C20DA247A93D7661EB0D07AED448505023FF80859 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.992/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..04b6dac39fa45 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.992 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + 0.0.992 + Bug Fixes + - Timeline hover now uses a rest-based delay, making hover interactions more reliable. + - Agent IDs are now handled consistently, so CJK (Chinese, Japanese, Korean) names no longer break tasks or references. + - Fixed hover selection on cards: moving to the select button now works properly. + - Fixed hover selection travel lock: reaching the select button no longer causes the card to jump upward. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.992/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..26efaa493095c --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.992 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.992/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.yaml new file mode 100644 index 0000000000000..76d5730ce4c42 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.992/yetone.Alma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.992 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.993/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..90584802fdca2 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.993 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.993-win-x64.exe + InstallerSha256: 7CA7957A8BF434FA28214BD6E42A49B27B55F83F825A7B9F37A2F0A2612E1131 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.993-win-x64.exe + InstallerSha256: 7CA7957A8BF434FA28214BD6E42A49B27B55F83F825A7B9F37A2F0A2612E1131 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.993/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..e04b6cc6c53b1 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.993 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + 0.0.993 + Bug Fixes + - Fixed streamed-message indexing. + - Fixed subagent run_script. + - Fixed multi-word @ queries. + - Fixed edge cases in skill and agent bodies. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.993/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..84ddd58565292 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.993 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.993/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.yaml new file mode 100644 index 0000000000000..65e48d31d8c33 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.993/yetone.Alma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.993 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.installer.yaml b/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.installer.yaml deleted file mode 100644 index 868ad909d3422..0000000000000 --- a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: yetone.OpenAITranslator -PackageVersion: 0.6.38 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ProductCode: OpenAI Translator -ReleaseDate: 2026-08-15 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/nextai-translator/nextai-translator/releases/download/v0.6.38/NextAI.Translator_0.6.38_x64-setup.exe - InstallerSha256: 28BA2AFE06D1D769F069354499BBCD3480BB2F1214DC3D099C1AF2DB940EF55B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.locale.en-US.yaml b/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.locale.en-US.yaml deleted file mode 100644 index 6ba0ea73d036c..0000000000000 --- a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: yetone.OpenAITranslator -PackageVersion: 0.6.38 -PackageLocale: en-US -Publisher: yetone -PublisherUrl: https://github.com/nextai-translator -PublisherSupportUrl: https://github.com/nextai-translator/nextai-translator/issues -PackageName: OpenAI 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: |- - v0.6.19 - • Fix excessive idle CPU usage in WebView2 on Windows since 0.6.16. The writing-indicator HUD and Quick Translator panel are pre-created as hidden windows at startup; the HUD ran infinite CSS animations from launch (even while in the system tray) and the Quick Translator eagerly ran its context picker. Both now stay fully idle until actually shown (#1883). -ReleaseNotesUrl: https://github.com/nextai-translator/nextai-translator/releases/tag/v0.6.19 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.locale.zh-CN.yaml b/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.locale.zh-CN.yaml deleted file mode 100644 index 74e45055fcaa3..0000000000000 --- a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.locale.zh-CN.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: yetone.OpenAITranslator -PackageVersion: 0.6.38 -PackageLocale: zh-CN -ShortDescription: 基于 ChatGPT API 的划词翻译跨平台桌面端应用 -Tags: -- chatgpt -- openai -- 翻译 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.yaml b/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.yaml deleted file mode 100644 index 6ded37d83cf21..0000000000000 --- a/manifests/y/yetone/OpenAITranslator/0.6.38/yetone.OpenAITranslator.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -# Created with winmatsch - -PackageIdentifier: yetone.OpenAITranslator -PackageVersion: 0.6.38 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.installer.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.installer.yaml new file mode 100644 index 0000000000000..31b2271af1cdb --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoho.Ulaa +PackageVersion: 151.0.7922.174 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Zoho Ulaa +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://ulaa.zoho.com/release/win/Ulaa-Browser-v2.46.5.exe + InstallerSha256: 83327637807119CC1447F5A3A2B8EB016661C8B4B1AA0908DC664FA6E8CAA036 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://ulaa.zoho.com/release/win/Ulaa-Browser-v2.46.5.exe + InstallerSha256: 83327637807119CC1447F5A3A2B8EB016661C8B4B1AA0908DC664FA6E8CAA036 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.locale.en-US.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.locale.en-US.yaml new file mode 100644 index 0000000000000..f11051f59dd5d --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zoho.Ulaa +PackageVersion: 151.0.7922.174 +PackageLocale: en-US +Publisher: Ulaa +PublisherUrl: https://www.zoho.com/ +PublisherSupportUrl: https://ulaa.com/feedback +PrivacyUrl: https://www.zoho.com/privacy.html +Author: Zoho Corporation +PackageName: Ulaa +PackageUrl: https://ulaa.com/ +License: Proprietary +LicenseUrl: https://ulaa.com/eula.html +Copyright: Copyright 2026 Zoho Corp. All rights reserved. +CopyrightUrl: https://ulaa.com/eula.html +ShortDescription: A browser that respects your privacy, protects your personal data, and is designed to upgrade the way you work online. +Tags: +- browser +- chromium +- internet +- manifestv3 +- mv3 +- web +- webpage +Documentations: +- DocumentLabel: Help + DocumentUrl: https://ulaabrowser.zohodesk.com/portal/home +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.locale.zh-CN.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.locale.zh-CN.yaml new file mode 100644 index 0000000000000..833c05d6c97ac --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.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: Zoho.Ulaa +PackageVersion: 151.0.7922.174 +PackageLocale: zh-CN +License: 专有软件 +Copyright: 版权所有 2026 Zoho Corp. 保留所有权利。 +ShortDescription: 一款尊重隐私、保护个人数据的浏览器,旨在提升您的在线工作方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://ulaabrowser.zohodesk.com/portal/home +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.yaml new file mode 100644 index 0000000000000..a95e27e317dfe --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.174/Zoho.Ulaa.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: Zoho.Ulaa +PackageVersion: 151.0.7922.174 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.installer.yaml b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.installer.yaml new file mode 100644 index 0000000000000..0970ba5138f08 --- /dev/null +++ b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.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: zn0wii.Satelite +PackageVersion: 1.0.8 +InstallerType: nullsoft +Scope: user +Protocols: +- clash +- sing-box +- singbox +ProductCode: Satelite +ReleaseDate: 2026-08-21 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Satelite' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zn0wii/satelite-proxy/releases/download/1.0.8/Satelite_1.0.8_x64-setup.exe + InstallerSha256: 97E7B146C7D582726A8B1AA702DF5317769F1951F0CF85C3070B188528EF9BDD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.locale.en-US.yaml b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.locale.en-US.yaml new file mode 100644 index 0000000000000..98f88da79b344 --- /dev/null +++ b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: zn0wii.Satelite +PackageVersion: 1.0.8 +PackageLocale: en-US +ShortDescription: A lightweight and modern proxy client for macOS and Windows, featuring subscription management, node switching, TUN mode, smart DNS, traffic monitoring and rule-based routing. +Description: Satelite Proxy is a lightweight sing-box desktop proxy client built with Tauri 2, React and Rust. It supports importing Clash-compatible subscriptions by link or file, switching between SS, VMess, VLESS, Trojan, Hysteria2, TUIC, SOCKS5, AnyTLS and Snell nodes with one-click speed tests, rule-based routing with cached remote rule sets, smart DNS with DoH, DoT and FakeIP, system proxy and TUN mode, live connection and traffic monitoring, and a tray-resident background connection with auto-start. +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- network +- proxy +- vpn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.locale.zh-CN.yaml b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e5c91ce284d6c --- /dev/null +++ b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.locale.zh-CN.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: zn0wii.Satelite +PackageVersion: 1.0.8 +PackageLocale: zh-CN +Publisher: satelite +PublisherUrl: https://github.com/zn0wii +PublisherSupportUrl: https://github.com/zn0wii/satelite-proxy/issues +Author: zn0wii +PackageName: Satelite +PackageUrl: https://github.com/zn0wii/satelite-proxy +License: Apache-2.0 +LicenseUrl: https://github.com/zn0wii/satelite-proxy/blob/HEAD/LICENSE +ShortDescription: 一个轻量、好看的 sing-box 桌面代理客户端,基于 Tauri 2 + React + Rust 构建,支持 macOS 与 Windows。 +Description: Satelite Proxy 是一个基于 Tauri 2、React 和 Rust 构建的轻量级 sing-box 桌面代理客户端。支持导入 Clash 兼容订阅(链接导入、文件导入、浏览器一键导入),在 SS、VMess、VLESS、Trojan、Hysteria2、TUIC、SOCKS5、AnyTLS、Snell 等协议节点间一键测速与快速切换,基于规则集的分流(支持远程规则集自动缓存),支持 DoH、DoT、FakeIP 的智能 DNS,系统代理与 TUN 模式,实时连接与流量监控,以及常驻托盘的自动启动与静默启动。 +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- vpn +- 代理 +- 网络 +ReleaseNotes: |- + v1.0.8 + - TUN 增强:新增 IPv6 / QUIC 屏蔽开关,修复 FakeIP、strict_route 持久化;新增系统 DNS 绕过 TUN 检测横幅(macOS) + - 规则集重构:内置规则集改为远程规则集并锁定 URL,策略徽章彩色化,修复旧内置列表被过期资源“复活”的问题 + - 极简模式优化:连接页居中主视觉重设计,节点页移除订阅列表,窗口支持缩小 + - 稳定性修复:Hysteria2 等 UDP 协议延迟测试改走 Clash API、核心停止时跳过;修复智能切换节点评分抖动;锚定 sing-box 子进程工作目录 + - 界面细节:全新 Face ID 托盘笑脸图标,兼容旧版 WebKit 的节点卡片布局 + 周末愉快,各位朋友 +ReleaseNotesUrl: https://github.com/zn0wii/satelite-proxy/releases/tag/1.0.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.yaml b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.yaml new file mode 100644 index 0000000000000..ab5d6db6a4ce7 --- /dev/null +++ b/manifests/z/zn0wii/Satelite/1.0.8/zn0wii.Satelite.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: zn0wii.Satelite +PackageVersion: 1.0.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0